Payload too large

The request body is bigger than we accept.

Status
413
Type
https://docs.digitospace.com/problems/payload-too-large

What it means

Request bodies can be at most 1 MB. detail gives the limit in bytes.

Some fields have limits of their own, which are smaller. For example, a scheduler job’s target body can be at most 100 KB. Breaking one of those gets Validation failed instead.

How to fix it

Send less in one request. If you are sending a large value, keep it somewhere else and send a link to it.

Codes

CodeRetryableWhen
payload_too_largeNoThe body is over 1 MB

Last updated