Skip to main content
PATCH
/
questions
/
{id}
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.

Authorizations

api-token
string
header
required

Path Parameters

id
integer<int64>
required

ID of question to update

Body

application/json

َQuestion object that needs to be update to the store

question
string
required

The question The question

_id
string
docGroup
string[]

The doc group of the question The doc group of the question

Response