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

200
application/json

OK

The response is of type object.