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

Path Parameters

project
string
required

The project id.

Query Parameters

changelistId
string

The ID to use for the changelist, which will become the final component of the changelist's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Body

application/json
description
string
changes
object[]

Response

OK

description
string
changes
object[]