-
Notifications
You must be signed in to change notification settings - Fork 0
4. HTTP Codes
Camilo Martinez edited this page Aug 6, 2023
·
1 revision
| Status | Code | Name | Return |
|---|---|---|---|
| β | 201 | Created | Created object |
| π | 400 | Bad Request | Failure detail (input parameters validation) |
| π | 409 | Conflict | Failure detail (already exists) |
| Status | Code | Name | Return |
|---|---|---|---|
| β | 200 | Ok | Updated object |
| π | 400 | Bad Request | Failure detail (input parameters validation) |
| π | 404 | Not Found | Failure detail (not exist) |
| Status | Code | Name | Return |
|---|---|---|---|
| β | 200 | Ok | Deleted object |
| π | 400 | Bad Request | Failure detail (input parameters validation) |
| π | 404 | Not Found | Failure detail (not exist) |
| Status | Code | Name | Return |
|---|---|---|---|
| β | 200 | Ok | Object with match criteria or empty array |
| π | 400 | Bad Request | Failure detail (input parameters validation) |
| Status | Code | Name | Return |
|---|---|---|---|
| β | 200 | Ok | Object with match criteria |
| π | 400 | Bad Request | Failure detail (input parameters validation) |
| π | 404 | Not Found | Failure detail (not exist) |
| Status | Code | Name | Return |
|---|---|---|---|
| π | 401 | Unauthorized | Authorization Failure detail |
| π | 403 | Forbidden | Authentication Failure detail |
| π | 405 | Method Not Allowed | Not supported method |
| π | 500 | Internal Server Error | Generic server error detail |