cURL
curl --request PATCH \ --url https://api.quiva.ai/compute/collections/{collection_topic} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "Updated collection description", "collection_type": "function" } '
{ "message": "success" }
Updates an existing collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Collection topic identifier
Collection properties to update
Collection name
Collection description
Collection type
Collection patched successfully
Success message