SuccessResponse

October 22, 2025 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
tableStringName of the document table[optional]
idLongID of the document affected by the request operation[optional]
createdBooleanIndicates whether the document was created as a result of the operation[optional]
resultStringResult of the operation, typically 'created', 'updated', or 'deleted'[optional]
foundBooleanIndicates whether the document was found in the table[optional]
statusIntegerHTTP status code representing the result of the operation[optional]