Skip to content

Commit d726b1e

Browse files
committed
Add 299 code to Responses
1 parent 4f3b76d commit d726b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ info:
156156
| 200 OK | The request was successful. |
157157
| 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. |
158158
| 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. |
159160
| 400 Bad Request | You submitted an invalid request (missing parameters, etc.). |
160161
| 401 Unauthorized | You failed to authenticate for this resource. |
161162
| 403 Forbidden | You are authenticated, but don't have permission to do this. |

0 commit comments

Comments
 (0)