method_not_allowed

HTTP 405: Method not allowed

When it occurs

The route exists, but not for the HTTP method used. The response's Allow header names the methods it does support (RFC 9110 §10.2.1).

What to do next

Check Allow and switch to a supported method.