Skip to main content
PATCH
/
doc-groups
/
{id}
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.

Authorizations

api-token
string
header
required

Path Parameters

id
integer<int64>
required

ID of doc group to delete

Body

application/json

Doc group object that needs to be update to the store

name
string
required

The name of the bot The name of the bot

description
string
required

The description of the doc group The description of the doc group

_id
string

Response