Query Parameters
The list of fields to be updated.
If set to true, and the changelist is not found, a new changelist will be created.
In this situation, update_mask is ignored.
Body
application/json
{
  "description": "<string>",
  "changes": [
    {
      "sheet": "<string>",
      "source": "<string>"
    }
  ]
}Updates a changelist. Permissions required: bb.changelists.update When allow_missing=true, also requires: bb.changelists.create
{
  "description": "<string>",
  "changes": [
    {
      "sheet": "<string>",
      "source": "<string>"
    }
  ]
}The list of fields to be updated.
If set to true, and the changelist is not found, a new changelist will be created.
In this situation, update_mask is ignored.
Was this page helpful?