Klantly Developers

Fehlercodes

unsupported_media_type

415 Dieses Format wird nicht unterstützt.

Ursache

Der Body ist kein JSON oder der Header Content-Type fehlt.

Lösung

Senden Sie den Body als JSON mit Content-Type: application/json.

Beispiel

application/problem+json
{
  "type": "https://developers.klantly.com/errors/unsupported_media_type",
  "title": "Dieses Format wird nicht unterstützt.",
  "status": 415,
  "code": "unsupported_media_type",
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← Alle Fehlercodes