Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ components:
examples:
Payload Too Large:
value:
message: The provided payload reached the size limit.
message: The provided payload reached the size limit. The maximum accepted payload size is 20.00 MiB.
code: payload_too_large
type: invalid_request
link: 'https://docs.meilisearch.com/errors#payload_too_large'
Expand Down
2 changes: 1 addition & 1 deletion text/0061-error-format-and-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ HTTP Code: `413 Payload Too Large`

```json
{
"message": "The provided payload reached the size limit.",
"message": "The provided payload reached the size limit. The maximum accepted payload size is :playloadSizeLimit.",
"code": "payload_too_large",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#payload_too_large"
Expand Down