We're running into an issue when attempting to use the ServiceClientsApi.request_access_key(client_id) method, from which we have started to receive (in the past few days, we can't pin down the exact date due to relatively infrequent use of this method):
400 InvalidRequest: request.body must be object
We fixed the issue in our codebase via the generated files like so https://github.com/jamescalam/authress-sdk.py/pull/1/changes - but I believe the actual fix needs to come from your spec definition for POST /v1/clients/{clientId}/access-keys
We tested in SDK versions 3.1.120 and 3.1.118.
We're running into an issue when attempting to use the
ServiceClientsApi.request_access_key(client_id)method, from which we have started to receive (in the past few days, we can't pin down the exact date due to relatively infrequent use of this method):We fixed the issue in our codebase via the generated files like so https://github.com/jamescalam/authress-sdk.py/pull/1/changes - but I believe the actual fix needs to come from your spec definition for
POST /v1/clients/{clientId}/access-keysWe tested in SDK versions
3.1.120and3.1.118.