English
cURL
curl --request PATCH \ --url https://api.callin.io/api/public/v1/knowledge-base/groups/{groupId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "groupId": "<string>", "name": "<string>", "metadata": { "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "createdBy": { "userId": "<string>", "userEmail": "<string>" } } } }
Partially updates a knowledge base group.
Send your Callin API key in the x-api-key header.
x-api-key
The ID of the group
A custom, human-readable name for the group.
Group updated
Group after a rename or metadata update.
true
The details of the group
Show child attributes
Was this page helpful?