cURL
curl --request PATCH \ --url https://www.quikquery.io/api/v1/doc-groups/{id} \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "_id": "<string>" } '
This response has no body data.
Update a single doc group based on the ID supplied
Documentation IndexFetch the complete documentation index at: https://docs.quikquery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt
Use this file to discover all available pages before exploring further.
ID of doc group to delete
Doc group object that needs to be update to the store
The name of the bot
The description of the doc group