v1

latestSwagger 2.02026-07-17332466.5 KB
multilist

Restore lists

Restore lists. Body must contain binary data with backup data, unless 'src' is specified.

Required security scopes:

  • api:manage
post/xlist/restore

Query parameters

keepboolean

Keep existing lists. Only restore missing lists

list_id_prefixstring

Optional alternative list id prefix. If not provided the original list id/segment ids will be used and any existing list will be overwritten.

list_id_suffixstring

Optional alternative list id suffix. If not provided the original list id/segment ids will be used and any existing list will be overwritten.

srcstring

The body will not contain any data. Instead load data from provided URL. The call will return when the backup has finished. If the source is s3, the source should be defined as s3://bucket/path/file.bin. Replace bucket and path+file

src_filestring

The body will not contain any data. Instead load data from file from this path. The call will return when the backup has finished.

Response

OK