cURL
curl --request PATCH \ --url https://www.quikquery.io/api/v1/questions/{id} \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "question": "<string>", "_id": "<string>", "docGroup": [ "<string>" ] } '
This response has no body data.
Update a single question based on the ID supplied
Documentation IndexFetch the complete documentation index at: https://docs.quikquery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt
Use this file to discover all available pages before exploring further.
ID of question to update
َQuestion object that needs to be update to the store
The question
The doc group of the question