Update collection
Update an existing collection’s configuration.
This endpoint allows updating the name and description of an existing collection. The user must have appropriate permissions to modify the collection.
Path parameters
id
The unique identifier of the collection to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
name
The name of the collection
description
An optional description of the collection
generate_description
Whether to generate a new synthetic description for the collection
Response
Successful Response
results