Skip to main content

method_not_allowed

For example, POST /v1/notes/note_123 returns 405 because the route is GET-only. The response includes an Allow header listing the supported methods:
Recover by switching to a supported method. In v1, every endpoint shipping in Phase 2 is GET. Write methods (POST, PATCH, DELETE) land in Phase 3.