Update Question
This API is used to update the existing question on the Sunbird-inQuiry Platform.
This API is used to update the existing question on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.question.update",
"ver": "3.0",
"ts": "2021-02-02T19:55:07ZZ",
"params": {
"resmsgid": "9d9d4824-cc40-4ac7-a3d6-6da61c0240e9",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"identifier": "do_113207924037746688110",
"versionKey": "1612295707004"
}
}{
"id": "api.question.update",
"ver": "3.0",
"ts": "2021-02-02T19:56:20ZZ",
"params": {
"resmsgid": "fcfcf6d6-84f1-43f5-b573-c3b6cf69ef53",
"msgid": null,
"err": "CLIENT_ERROR",
"status": "failed",
"errmsg": "Invalid version Key"
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Sample Request
Request Schema
Attribute
Type
Description
Required
Success Result Schema
Attribute
Type
Description
cURL
Full Request Example
Last updated
Was this helpful?