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

Authorizations

api-token
string
header
required

Body

application/json

Doc object that needs to be added to the store

The body is of type object.

Response

200
application/json

Doc response

The response is of type object.