Skip to content

Files

Latest commit

d82b884 · Mar 24, 2025

History

History
executable file
·
16 lines (11 loc) · 895 Bytes

SuccessResponse.md

File metadata and controls

executable file
·
16 lines (11 loc) · 895 Bytes

SuccessResponse

Properties

Name Type Description Notes
table Option<String> Name of the document table [optional]
id Option<i64> ID of the document affected by the request operation [optional]
created Option<bool> Indicates whether the document was created as a result of the operation [optional]
result Option<String> Result of the operation, typically 'created', 'updated', or 'deleted' [optional]
found Option<bool> Indicates whether the document was found in the table [optional]
status Option<i32> HTTP status code representing the result of the operation [optional]

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