Skip to main content
PUT
Update Collection

Authentication

string
required
Bearer token: Bearer <admin_token>
This endpoint requires admin privileges.

Path Parameters

string
required
Collection ID (UUID)

Request Body

string
Updated collection name
string
Updated description
object
Updated OpenAPI specification

Example Request

Response

Returns the updated collection object.

What Happens

  1. Collection Updated - Changes saved to database
  2. Vector Regenerated - If name/description changed, embedding updated
  3. Cache Invalidated - All related caches cleared

Errors