Unsupported media type
The request body is not in a format we accept.
- Status
- Type
https://docs.digitospace.com/problems/unsupported-media-type
What it means
Request bodies must be JSON, and the request must say so.
How to fix it
Send the header Content-Type: application/json with every request that has a body. Some HTTP clients leave it out, or send text/plain, unless you set it.
Codes
| Code | Retryable | When |
|---|---|---|
unsupported_media_type | No | The body is not application/json |
Last updated