From f599a87497b4264cdfdf56be45df0b81080e192b Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Wed, 13 Nov 2024 12:31:13 +0700 Subject: [PATCH] fixed mistype in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44343509..e9be4ad0 100644 --- a/README.md +++ b/README.md @@ -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: