You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ The response JSON structure:
224
224
| `type` | Set to `json response` if the request type was `unknown json request` and `sql response` for `unknown sql request`. |
225
225
| `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. |
226
226
| `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. |
227
-
| `version` | Indicates the current protocol version being used. Currently version is 2. |
227
+
| `version` | Indicates the current protocol version being used. Current version is 3. |
0 commit comments