API · problem · HTTP 405
That path does not answer this method
This page is what the type field of the error points at. Every answer this API refuses carries one, and it is a stable address rather than a version of the docs.
The refusalmethod-not-allowed
- When it happens
- The path is right and the method is not. This API is read-only.
- What to do
- Use GET, or HEAD for the headers alone.
The shape of the answerRFC 9457
Problem details: type, title, status and detail, plus whatever the individual failure can usefully add. The detail is written for the person reading the log, and names the parameter or the id that caused it.
| type | This page’s address. Stable. |
|---|---|
| title | That path does not answer this method |
| status | 405 |
| detail | What went wrong, in this request. |
The full list of failures, with the schema, is in the API documentation.