Method Not Allowed
The requested path exists, but it does not support the HTTP method used by the request.
| Property | Value |
|---|---|
| Type | https://docs.headcode.dev/errors/general/method-not-allowed |
| Code | HEADCODE.GENERAL.METHOD_NOT_ALLOWED |
| HTTP status | 405 |
| Title | Method Not Allowed |
Example
Section titled “Example”{ "type": "https://docs.headcode.dev/errors/general/method-not-allowed", "title": "Method Not Allowed", "status": 405, "detail": "The POST method is not allowed for this path.", "code": "HEADCODE.GENERAL.METHOD_NOT_ALLOWED"}How to resolve
Section titled “How to resolve”Use one of the HTTP methods documented for the endpoint. If the response includes an Allow header, choose a method listed there.