-
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
UserGetSingleton Type Error #419
Comments
This seems to be because the spec used to generate this is incorrect compared to upstream: I don't want to try and DIY a fix since I have no idea if we should be using the v3 spec at all (the upstream repo documentation indicates the v2 as the primary spec) nor do I understand why this spec is pulled into this repo at all. |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
This is fixed in v3.0.19 |
Describe the bug?
UserGetSingleton has an incorrect type for its
type
field it appears. Based on the documentation, this is returning a error upstream such as: okta/terraform-provider-okta#1836What is expected to happen?
Property unmarshalls to the GoStruct successfully
What is the actual behavior?
Does not happen
Reproduction Steps?
See the Terraform Provider Issue
Additional Information?
https://github.com/okta/okta-sdk-golang/blob/846efbd8f9f45f3bf295acf2ff4e3a2ea63a9e3b/okta/docs/UserGetSingleton.md?plain=1#L18C2-L18C2
Golang Version
go version go1.21.4 darwin/arm64
SDK Version
3.0.18
OS version
No response
The text was updated successfully, but these errors were encountered: