Payload too large
The request body is bigger than we accept.
- Status
- 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
| Code | Retryable | When |
|---|---|---|
payload_too_large | No | The body is over 1 MB |
Last updated