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.
{
"description": "<string>",
"changes": [
{
"sheet": "<string>",
"source": "<string>"
}
]
}
Permissions required: bb.changelists.update
{
"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?