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
|
err | [Error] Error Contains information about any errors returned (as applicable) |
Example
{ "ok": true, "err": [ { // Error } ]}