Menü REST API
Error Codes
| status | code | message |
|---|---|---|
| 200 | sucess | |
| 201 | created | |
| 202 | accepted | |
| 204 | no_content | |
| 302 | redirect | |
| 304 | not_modified | |
| 400 | bad_request | |
| 401 | unauthorized | |
| 403 | forbidden | |
| 404 | not_found | |
| 405 | method_not_allowed | |
| 409 | conflict | |
| 412 | precondition_failed | |
| 429 | too_many_requests | |
| 500 | internal_server_error | |
| 503 | unavailable |