HTTP 405 · method-not-allowed — ← all Webpath errors
This path does not support that HTTP method.
How to recover. Use a method the path accepts (see the API reference).
Example response
{
"type": "https://muse.as/a/webpath/errors/method-not-allowed",
"title": "Method not allowed",
"status": 405,
"detail": "Use a method the path accepts (see the API reference)."
}
This page documents the method-not-allowed error type returned in Webpath RFC 7807
application/problem+json responses. The machine-readable detail field carries a recovery
hint you can show a user verbatim — see the Spec §12 and
API Reference.