Method not allowed

The route exists, but not for the HTTP method the request used.

Status
405
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

CodeRetryableWhen
method_not_allowedNoThe route exists but not for that method

Last updated