Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.thehaystack.ai/v2/haystack/collections/{collectionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "collection": { "id": 1, "name": "Sunday Sermons", "fullService": false, "variantTypes": [ { "id": 123, "name": "Sermon Video", "indexable": true, "displayOrder": 123, "collectionId": 123 } ] } }
Update a collection’s metadata.
Enter your API token from the Haystack dashboard
Updated collection
Show child attributes