cURL
curl --request PUT \ --url https://api.anam.ai/v1/knowledge/groups/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Update a RAG group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated RAG group
Was this page helpful?