Update python SDK docs: 15881126628

This commit is contained in:
developer-relations-sp
2025-06-25 15:53:41 +00:00
parent 36cd84355a
commit f04cd87f4e
3 changed files with 10 additions and 1 deletions

View File

@@ -347,6 +347,7 @@ Code | Description | Data Type | Response headers |
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - |
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - |
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto | - |
404 | Not Found - returned if the request URL refers to a resource or object that does not exist | ErrorResponseDto | - |
429 | Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. | ListAccessProfiles429Response | - |
500 | Internal Server Error - Returned if there is an unexpected error. | ErrorResponseDto | - |