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

docId
integer<int64>
required

ID of doc to update

Body

application/json

Doc object that needs to be update to the store

title
string
required

The title of the document The title of the document

content
string
required

The content of the document The content of the document

_id
string

Response