Unsupported media type

The request body is not in a format we accept.

Status
415
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

CodeRetryableWhen
unsupported_media_typeNoThe body is not application/json

Last updated