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

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.