Skip to main content
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

Changelist represents a collection of database changes that can be applied together.

description
string

Human-readable description of this changelist.

changes
object[]

The list of changes in this changelist.

Response

OK

Changelist represents a collection of database changes that can be applied together.

description
string

Human-readable description of this changelist.

changes
object[]

The list of changes in this changelist.