Method
PATCH /v1/collections/:id
Path Parameters
Body Parameters
Hide updatable properties
Display name (when not using translation update)
active | draft | archived
manual | newest | price_asc | price_desc | random | custom (alias: sort_strategy)
Rules/definition (alias: rules)
Partial translation updates (requires locale)
Hide updatable properties
Localized slug (nullable)
Localized description (nullable)
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)
curl -X PATCH https://api.voyantcloud.com/v1/collections/col_123 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{ "base": { "status": "active", "sort_strategy": "manual" } }'
{
"id": "col_123",
"status": "active"
}