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) |
{ "ok": true, "err": [ { // Error } ]}