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
Copy file name to clipboardExpand all lines: openapi.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ info:
156
156
| 200 OK | The request was successful. |
157
157
| 202 Accepted | The request was successful, but processing has not been completed. The response body includes a "warnings" array containing the details of incomplete processes. |
158
158
| 204 No Content | The server successfully fulfilled the request and there is no additional content to send. |
159
+
| 299 Warning | The request was successful, but includes a warning such as usage of a deprecated endpoint. The response body includes a "warnings" array containing the details of any warnings. |
159
160
| 400 Bad Request | You submitted an invalid request (missing parameters, etc.). |
160
161
| 401 Unauthorized | You failed to authenticate for this resource. |
161
162
| 403 Forbidden | You are authenticated, but don't have permission to do this. |
0 commit comments