Create a new Custom List Version

To create a new major version of a list:
- Define or update columns and provide entries.
To create a new minor version of a list:
- Add entries to an existing version.
- Delete entries from an existing version.
- Modify entries in an existing version.
- Replace all entries in an existing version.
- Restore an existing version.
Path Params
string
required
^CI-[\dA-Za-z]{20}$

Custom List Token of the list

Body Params

There are 6 possible request bodies for creating a new version of a list:

columns
array of objects
required

Column definitions for the custom list. When updating the set of columns, a new major version will be created.

columns*
data
array of objects
required

Array of data entries to start the new major list version.

data*
string

Optional notes about this version

string

Optional changelog for this version

Responses

400

Bad request - Invalid Input Data

403

Forbidden - Insufficient Permissions

404

Custom List Not Found

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json