Method Not Allowed
Method not allowed. This typically occurs when the URL you’re calling responds to GET or POST requests, but not PUT or DELETE.
This example shows a typical 405 error:
{
"detail": "Request method 'PUT' is not supported",
"instance": "8e13c4c3-003e-415d-bf33-6f6b949ae02f",
"problemId": "8e13c4c3-003e-415d-bf33-6f6b949ae02f",
"status": 405,
"title": "Method Not Allowed",
"type": "method-not-allowed"
}