Manticoresearch.SuccessResponse
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| table | String | Name of the document table | [optional] |
| id | Number | ID of the document affected by the request operation | [optional] |
| created | Boolean | Indicates whether the document was created as a result of the operation | [optional] |
| result | String | Result of the operation, typically 'created', 'updated', or 'deleted' | [optional] |
| found | Boolean | Indicates whether the document was found in the table | [optional] |
| status | Number | HTTP status code representing the result of the operation | [optional] |