Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Oct 18, 2022
1 parent 2a87aa4 commit e001d57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion text/0028-indexing-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This error occurs when the format sent in the payload is malformed. The payload
HTTP Code: `400 Bad Request`

```json
"message": ":syntaxErrorHelper. The :payloadType payload provided is malformed.",
"message": "The :payloadType payload provided is malformed. :syntaxErrorHelper.",
"code": "malformed_payload",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#malformed_payload"
Expand Down
2 changes: 1 addition & 1 deletion text/0029-indexing-ndjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This error occurs when the format sent in the payload is malformed. The payload
HTTP Code: `400 Bad Request`

```json
"message": ":syntaxErrorHelper. The :payloadType payload provided is malformed.",
"message": "The :payloadType payload provided is malformed. :syntaxErrorHelper."
"code": "malformed_payload",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#malformed_payload"
Expand Down
2 changes: 1 addition & 1 deletion text/0135-indexing-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This error occurs when the format sent in the payload is malformed. The payload
HTTP Code: `400 Bad Request`

```json
"message": ":syntaxErrorHelper. The :payloadType payload provided is malformed.",
"message": "The :payloadType payload provided is malformed. :syntaxErrorHelper.",
"code": "malformed_payload",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#malformed_payload"
Expand Down

0 comments on commit e001d57

Please sign in to comment.