Skip to main content
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 '
{
  "title": "<string>",
  "content": "<string>",
  "_id": "<string>"
}
'
{
  "title": "<string>",
  "content": "<string>",
  "_id": "<string>"
}

Authorizations

api-token
string
header
required

Body

application/json

Doc object that needs to be added to the store

title
string
required

The title of the document

content
string
required

The content of the document

_id
string

Response

Doc response

title
string
required

The title of the document

content
string
required

The content of the document

_id
string