Describe the bug?
When we call
items, resp, err := svc.ListFeaturesForApplicationExecute(req)
We get the following error:
failed to unmarshal ListFeaturesForApplication200ResponseInner as InboundProvisioningApplicationFeature: no value given for required property usernameFormat
Inspecting the body of the response from the API shows that the response includes userNameFormat (notice the difference in capitalization
What is expected to happen?
The SDK should properly marshal the response and return the data.
What is the actual behavior?
returns an error
Reproduction Steps?
Make API call
Additional Information?
No response
Golang Version
go version go1.26.4 darwin/arm64
SDK Version
v6.1.5
OS version
No response
Describe the bug?
When we call
We get the following error:
Inspecting the body of the response from the API shows that the response includes
userNameFormat(notice the difference in capitalizationWhat is expected to happen?
The SDK should properly marshal the response and return the data.
What is the actual behavior?
returns an error
Reproduction Steps?
Make API call
Additional Information?
No response
Golang Version
go version go1.26.4 darwin/arm64
SDK Version
v6.1.5
OS version
No response