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.
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 title of the document The title of the document
The content of the document The content of the document