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:
POST, PATCH, DELETE) land in Phase 3.method_not_allowedPOST /v1/notes/note_123 returns 405 because the route is
GET-only. The response includes an Allow header listing the supported
methods:
POST, PATCH, DELETE) land in Phase 3.