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.
Update a single doc based on the ID supplied
ID of doc group
ID of doc to update
Doc object that needs to be update to the store
The body is of type object.
object