Update metadata for a collection by ID.
Use this endpoint to rename a collection by setting title.
This endpoint updates only provided fields (title, description) and leaves omitted fields unchanged.
For read-only retrieval, use GET /v2/collections/{collection_id}.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the collection to update. Use an ID returned by create/list/search. The caller must be able to edit this collection.
Human-readable collection title. Use a stable label suitable for navigation and exact title matching. Maximum: 1,000 characters (and no more than 1,000 UTF-8 bytes).
1000"Acme Corp - 2026"
Optional descriptive text for collection scope or intent. Maximum: 10,000 characters (and no more than 10,000 UTF-8 bytes).
10000"Collection for 2026 Acme planning and execution notes."
Optional "last updated" timestamp for this write (ISO 8601). If provided, it must include a timezone offset and cannot be in the future. If omitted, the current server time is used.
"2025-04-02T09:15:22Z"
OK
Identifier for this API request. Useful for tracing and support.
UUID of the updated collection.
Current title of the collection after the update.
Optional description text currently stored on the collection.
Creation timestamp for the collection in ISO 8601 format.
Last modification timestamp for the collection in ISO 8601 format.