-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserSchema.UpdateApplicationUserProfile JSON Unmarshall Error #304
Comments
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Any chance we can get this slotted in the eng/dev cycle ? This is blocking our upstream Terraform version jump :( |
@virgofx this is now the top item in my current sprint, fyi |
I'm going to do a TF PR that uses this branch and see if this will help out on the schema bugs. |
Thanks @monde - I'll test that TF PR branch as well to confirm, can you link me to the branch when you create it. |
Fixed released in https://github.com/okta/okta-sdk-golang/releases/tag/v2.13.0 |
/cc @monde
Describe the bug?
Looks like there's an issue with
UpdateApplicationUserProfile
with specific requests/responses where JSON deserialization error occurs.Surfaced from downstream Terraform provider (Ref: okta/terraform-provider-okta#1087)
From Terraform:
okta\resource_okta_app_user_custom_schema_property.go
Results in:
What is expected to happen?
Calling
UpdateApplicationUserProfile
does not error when unmarshalling/decoding the JSON.What is the actual behavior?
Reproduction Steps?
Request
POST /api/v1/meta/schemas/apps/{APP_ID}/default HTTP/1.1
Response
Additional Information?
No response
Golang Version
go 1.17
SDK Version
OS version
No response
The text was updated successfully, but these errors were encountered: