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
|`error_message`|[Optional[shared.ErrorMessage]](undefined/models/shared/errormessage.md)|:heavy_minus_sign:| The request made is not valid.|
11
-
|`status_code`|*Optional[int]*|:heavy_check_mark:| HTTP response status code for this operation|
12
-
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_minus_sign:| Raw HTTP response; suitable for custom response parsing|
|`error_message`|[Optional[shared.ErrorMessage]](../../models/shared/errormessage.md)|:heavy_minus_sign:| The request made is not valid. |
11
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
12
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_minus_sign:| Raw HTTP response; suitable for custom response parsing |
|`company`|[Optional[shared.Company]](undefined/models/shared/company.md)|:heavy_minus_sign:| OK |
9
-
|`content_type`|*Optional[str]*|:heavy_check_mark:| HTTP response content type for this operation |
10
-
|`error_message`|[Optional[shared.ErrorMessage]](undefined/models/shared/errormessage.md)|:heavy_minus_sign:| The request made is not valid. |
11
-
|`status_code`|*Optional[int]*|:heavy_check_mark:| HTTP response status code for this operation |
8
+
|`company`|[Optional[shared.Company]](../../models/shared/company.md)|:heavy_minus_sign:| OK |
9
+
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
10
+
|`error_message`|[Optional[shared.ErrorMessage]](../../models/shared/errormessage.md)|:heavy_minus_sign:| The request made is not valid. |
11
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
12
12
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_minus_sign:| Raw HTTP response; suitable for custom response parsing |
0 commit comments