Update collection

🔐 This endpoint requires authentication.

Update a collection. Data sent through the request body will be merged with existing collection. Validation will be performed over the merged collection.

Path Params
string
required
Query Params
string
required
length between 1 and 100

The key of the index to use.

string
length between 1 and 100

The section of the index to use. Defaults to Products.

string
length between 1 and 100

The id of the client and version that the request is coming from, such as cio-js-2.90.

Body Params
string
length between 1 and 100

Id of the collection, must be unique.

string
length between 1 and 100

Name of the collection to be displayed to end users.

Filter expression associated with this collection.

data
object

Object containing additional data, that should be attached to this collection. The maximum size of data object is limited to 200kb.

Responses

400

Validation Error

401

Credentials are not passed or action is forbidden

404

Not Found

409

Conflict

429

Rate limit breached

Language
Credentials
:
Request