Unsupported media type (MIME). This typically occurs when you request data in the wrong format, such as text/xml
when the API can only exchange application/json
data.
This example shows a typical 415 error:
{
"type": "https://problems.luna.akamaiapis.net/papi/v1/http/unsupported-media-type",
"title": "Unsupported Media Type",
"detail": "Our system does not support requests in the format you're sending.",
"instance": "/papi/v1/properties?contractId=1-12345&groupId=12345#abc12345abcc02a7",
"status": 415
}