Skip to content

unsupported_media_type

HTTP status: 415 Unsupported Media Type

The request body wasn’t sent as JSON.

  • A missing or non-application/json Content-Type header on a POST/PUT.

Send Content-Type: application/json and a JSON body.

{
"error": "unsupported_media_type",
"message": "Content-Type must be application/json.",
"docs_url": "https://featureflip.io/docs/management-api/errors/unsupported_media_type"
}