cURL
curl --request PATCH \ --url https://www.quikquery.io/api/v1/questions/{id} \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data '{ "_id": "<string>", "question": "<string>", "docGroup": [ "<string>" ] }'
This response has no body data.
Update a single question based on the ID supplied
ID of question to update
َQuestion object that needs to be update to the store
The body is of type object.
object