unsupported_media_type
unsupported_media_type
HTTP 415 — The request media type is not supported.
Returned as application/problem+json with code unsupported_media_type and HTTP status 415.
The request Content-Type is not supported.
Common causes
- A request with a body was sent without
Content-Type: application/json, or with a different media type.
How to resolve
- Set
Content-Type: application/jsonon any request that has a body.
Example
Retrying without changing the request will not help — fix the request first.