405

Method not supported. This typically occurs when the URL you are calling responds to GET requests, but not PUT or DELETE.

This sample 405 error indicates the PUT method isn't supported:

{
    "type": "https://problems.luna.akamaiapis.net/-/resource-impl/forward-origin-error",
    "title": "Method Not Allowed",
    "status": 405,
    "instance": "https://akab-6k5ovvrobmo7h5e2-vf7uvomu7olzqlwf.luna.akamaiapis.net/identity-management/v3/user-admin/ui-identities",
    "method": "PUT",
    "serverIp": "104.77.229.69",
    "clientIp": "71.192.111.20",
    "requestId": "46c71d4e",
    "requestTime": "2023-03-01T18:24:58Z"
}