Skip to main content
PATCH
Update collection metadata

Authorizations

Authorization
string
header
required

User session JWT. Send as Authorization: Bearer <token>.

Path Parameters

collection_id
string<uuid>
required

Collection identifier returned at creation.

Body

application/json
description
string
settings
object
agent_ids
string[]

Agents granted access to this collection.

Example:

Response

Updated collection metadata.

collection_id
string<uuid>
name
string
Example:

"products"

description
string
owner_id
string

User ID or agent ID owning the collection.

owner_type
enum<string>
Available options:
user,
agent
agent_ids
string[]

Agents granted access (sharing list).

settings
object
schema
object

Column definitions: field name → type descriptor.

Example:
row_count
integer
status
string
Example:

"ready"