Chapter 5.2.2 - Commit Response

Commit Response

The CommitResponse object contains the commit request status:

Key Value
ok [bool] OK
Indicates if the Document Code commit status has been updated successfully
  • true: Commit status successfully updated
  • false: Commit status update failed
err [Error] Error
Contains information about any errors returned (as applicable)

Example

{
"ok": true,
"err": [
{
// Error
}
]
}