Skip to main content
POST
/
doc-groups
cURL
curl --request POST \
  --url https://www.quikquery.io/api/v1/doc-groups \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "_id": "<string>"
}
'
{
  "name": "<string>",
  "description": "<string>",
  "_id": "<string>"
}

Authorizations

api-token
string
header
required

Body

application/json

Doc group object that needs to be added to the store

name
string
required

The name of the bot

description
string
required

The description of the doc group

_id
string

Response

Doc group response

name
string
required

The name of the bot

description
string
required

The description of the doc group

_id
string