Multiple Choice Question - Primary Category Definition
Curl command to update Primary Category Definition
curl -L -X PATCH '{{host}}/object/category/definition/v4/update/obj-cat:multiple-choice-question_question_all' \
-H 'Content-Type: application/json' \
--data-raw '{
"request": {
}
}'
Pass the below body into the request in the above curl command
{
"request": {
"objectCategoryDefinition": {
"objectMetadata": {
"config": {},
"schema": {
"properties": {
"mimeType": {
"type": "string",
"enum": [
"application/vnd.sunbird.question"
]
},
"interactionTypes": {
"type": "array",
"items": {
"type": "string",
"enum": [
"choice"
]
}
}
}
}
}
}
}
}
, multiple selections available,
Related content
Question category creation and definition - Multiple Choice Question
Question category creation and definition - Multiple Choice Question
More like this
Practice Question Set primaryCategory Config
Practice Question Set primaryCategory Config
More like this
Question category creation and definition - Text
Question category creation and definition - Text
More like this
Course primaryCategory Config
Course primaryCategory Config
More like this
Question category creation and definition - Date
Question category creation and definition - Date
More like this
Demo Assessment category definition
Demo Assessment category definition
More like this