Skip to main content
Modify collection metadata (name and description).
collection_id
string
required
The collection ID

Request Body

name
string
Updated collection name
description
string
Updated description
curl -X PATCH https://api-be.atthene.com/api/v1/collections/coll_123/ \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Updated Product Documentation",
    "description": "Comprehensive product manuals and user guides"
  }'

Response

Returns the updated collection object with new updated_at timestamp.