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
I am running on the latest package version, in the api_client.py, line 229, the code is looking up a type mapping based on a status code. As it can not resolve it, it falls back to None, overwriting the actual response. A hotfix is to change line 348 in sources_api.py to: '201': "CreateSource..."
As the code is auto-generated, I assume that the underlying API documentation needs to be updated. I have attached screenshots for reference.
The text was updated successfully, but these errors were encountered:
I am running on the latest package version, in the
api_client.py
, line 229, the code is looking up a type mapping based on a status code. As it can not resolve it, it falls back toNone
, overwriting the actual response. A hotfix is to change line 348 insources_api.py
to:'201': "CreateSource..."
As the code is auto-generated, I assume that the underlying API documentation needs to be updated. I have attached screenshots for reference.
The text was updated successfully, but these errors were encountered: