SuccessResponse

July 15, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tableOption<String>Name of the document table[optional]
idOption<i32>ID of the document affected by the request operation[optional]
createdOption<bool>Indicates whether the document was created as a result of the operation[optional]
resultOption<String>Result of the operation, typically 'created', 'updated', or 'deleted'[optional]
foundOption<bool>Indicates whether the document was found in the table[optional]
statusOption<i32>HTTP status code representing the result of the operation[optional]

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