Skip to content

Errors Calling ListFeaturesForApplicationExecute #600

Description

@bbernays

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions