You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API can return errors with invalid ClientError json which contains an invalid code: invalid_request_parameters. This is not a member of the expected enum.
To create the erroneous error, you can use the Collaborations API with an invalid notify query param (uses 1 instead of true):
Description of the issue
The API can return errors with invalid ClientError json which contains an invalid code:
invalid_request_parameters
. This is not a member of the expected enum.To create the erroneous error, you can use the Collaborations API with an invalid
notify
query param (uses 1 instead of true):This can cause issues de-serializing the response in some generated clients.
Current content
#/components/schemas/ClientError
Expected content
#/components/schemas/ClientError
Link to the documentation page
No response
The text was updated successfully, but these errors were encountered: