Unsupported Media Type
Unsupported media type. This typically occurs when you provide data in a write operation using a Content-Type header that’s unsupported.
This error example shows an attempt to create a client certificate with the wrong Content-Type header.
{
"allowedMediaTypes": [
"application/vnd.akamai.mtls-origin-keystore.v1+json;charset=UTF-8"
],
"detail": "Media type application/vd.akamai.mtls-origin-keystore.v1+json is not supported. Supported media types are [application/vnd.akamai.mtls-origin-keystore.v1+json;charset=UTF-8].",
"status": 415,
"title": "Media type not supported.",
"type": "/mtls-origin-keystore/error-types/media-type-not-supported",
"unsupportedMediaType": "application/vd.akamai.mtls-origin-keystore.v1+json"
}