Skip to content
Alpha — Headcode is currently in alpha. APIs and data may change without notice.

Method Not Allowed

The requested path exists, but it does not support the HTTP method used by the request.

PropertyValue
Typehttps://docs.headcode.dev/errors/general/method-not-allowed
CodeHEADCODE.GENERAL.METHOD_NOT_ALLOWED
HTTP status405
TitleMethod Not Allowed
{
"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"
}

Use one of the HTTP methods documented for the endpoint. If the response includes an Allow header, choose a method listed there.