Hi team, we're getting the error failed to unmarshal body when calling API to create a resource in ConductorOne.
This is the API that we're calling: https://www.conductorone.com/docs/api-reference/app-resource/create-manually-managed-app-resource.
This is a complete error message:
API error occurred: Status 400\n{\"code\":3,\"message\":\"failed to unmarshal body: proto: (line 1:2): unknown field \\\"description\\\"
However, according to the API doc here, description is part of the API request body.
We're using v1.27.1 version of the code base, and I see a similar error in other data structure that is fixed in latest v1.27.2. (PR link) Will the issue be solved if we upgrade the package version (I doubt about it since the fix PR is for a different data structure)?
Hi team, we're getting the error
failed to unmarshal bodywhen calling API to create a resource in ConductorOne.This is the API that we're calling: https://www.conductorone.com/docs/api-reference/app-resource/create-manually-managed-app-resource.
This is a complete error message:
API error occurred: Status 400\n{\"code\":3,\"message\":\"failed to unmarshal body: proto: (line 1:2): unknown field \\\"description\\\"However, according to the API doc here, description is part of the API request body.
We're using
v1.27.1version of the code base, and I see a similar error in other data structure that is fixed in latestv1.27.2. (PR link) Will the issue be solved if we upgrade the package version (I doubt about it since the fix PR is for a different data structure)?