Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 996 Bytes

SuccessResponse.md

File metadata and controls

executable file
·
16 lines (12 loc) · 996 Bytes

ManticoreSearch.Model.SuccessResponse

Response object indicating the success of an operation, such as inserting or updating a document

Properties

Name Type Description Notes
Table string Name of the document table [optional]
Id long ID of the document affected by the request operation [optional]
Created bool 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 bool Indicates whether the document was found in the table [optional]
Status int HTTP status code representing the result of the operation [optional]

[Back to Model list] [Back to API list] [Back to README]