Skip to main content
PATCH
Update collection
Update a collection’s name, description, or visibility.
Use make_public() / makePublic() or make_private() / makePrivate() methods for visibility control.

Public Collections

Learn about sharing collections publicly

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

collection_id
string
required
Example:

"default"

Body

application/json
name
string
Example:

"Updated Collection Name"

description
string
Example:

"Updated description"

is_public
boolean
Example:

true

Response

200 - application/json

Collection updated

success
boolean
Example:

true

data
object