Skip to content

Commit

Permalink
fixed mistype in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored Nov 13, 2024
1 parent 6707485 commit f599a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The response JSON structure:
| `type` | Set to `json response` if the request type was `unknown json request` and `sql response` for `unknown sql request`. |
| `message` | A JSON object potentially containing an `error` message for displaying and/or logging. This is what Manticore Search will forward to the end-user. |
| `error_code` | An integer representing the HTTP error code which will be a part of the HTTP response to the user making a JSON over HTTP request. For SQL over HTTP/mysql communications, this field is ignored. |
| `version` | Indicates the current protocol version being used. Currently version is 2. |
| `version` | Indicates the current protocol version being used. Current version is 3. |
Example of HTTP Response:
Expand Down

0 comments on commit f599a87

Please sign in to comment.