Collections

Update a Collection

Update an existing collection.

patch/collections/{id}

Path parameters

idstring required

Unique identifier of the collection.

Query parameters

metastring

What metadata to return in the response.

Request body

Example request

{
  "meta": {
    "icon": "people",
    "color": "#6644ff"
  }
}

Response

Successful request

Example response

{
  "data": {
    "collection": "customers"
  }
}

Changes