PATCH
/
v1
/
projects
/
{project}
/
changelists
/
{changelist}
{
  "description": "<string>",
  "changes": [
    {
      "sheet": "<string>",
      "source": "<string>"
    }
  ]
}

Path Parameters

project
string
required

The project id.

changelist
string
required

The changelist id.

Query Parameters

updateMask
string<field-mask>

The list of fields to be updated.

allowMissing
boolean

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
object[]

Response

OK

description
string
changes
object[]