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

Authorizations

api-token
string
header
required

Path Parameters

id
integer
required

ID of doc group

docId
integer
required

ID of doc to update

Body

application/json

Doc object that needs to be update to the store

The body is of type object.