v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBCollections
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