request_method_not_allowed
HTTP Status: 405 Category: Wire
When you see this
Path exists but the HTTP method is not supported.
How to fix it
Use one of the methods in error.details.methods_allowed (also echoed in the Allow response header).
Example response
{
"error": {
"code": "request_method_not_allowed",
"message": "Path exists but the HTTP method is not supported.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/request_method_not_allowed",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}