Method not allowed
The route exists, but not for the HTTP method the request used.
- Status
- Type
https://docs.digitospace.com/problems/method-not-allowed
What it means
The path is right, but it does not take this method. For example, a job is changed with PUT, not PATCH.
How to fix it
Read the Allow header on the response. It lists the methods the route takes. Then check the API reference for the one you need.
Codes
| Code | Retryable | When |
|---|---|---|
method_not_allowed | No | The route exists but not for that method |
Last updated