Unprocessable request. This typically occurs when the content type and the syntax are correct, but the instructions specified by the request cannot be processed.
The response's detail
should clarify the problem.
This example shows an error due to the two consecutive property activations:
{
"type": "https://problems.luna.akamaiapis.net/papi/v1/property_activation_still_pending",
"title": "Property Manager Exception",
"instance": "papi/v1/activations/#abc12345abcc02a7",
"status": 422,
"errors": [
{
"type": "papi/v1/property_activation_still_pending",
"title": "Property Manager Exception",
"detail": "property_activation_still_pending"
}
],
"details": {},
"messageId": "property_activation_still_pending",
"params": [
"Property 123456",
"Version 1"
],
"result": "ERROR"
}