v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Custom Lists

Append Entries to a Custom List Version

Append entries to the latest minor version of a major version <b>in place</b>, without creating a new version. The entries are added to the existing version and the version string is unchanged. This differs from <code>POST /custom-lists/{customListToken}/versions</code> with an <code>added</code> body, which creates a new minor version. Appends always target the latest minor version of the specified major version.

post/custom-lists/{customListToken}/append

Request body

addedobject[] required

Array of data entries to append to the latest minor version. Must contain at least one entry.

Response

Successfully appended entries to the custom list version

custom_list_tokenstring
versionstring

The version string that entries were appended to (unchanged).