Authorization: Bearer ********************
{
"title": "string",
"summary": "string",
"premium": true,
"sort": 0,
"meta": {
"randomised": true,
"show_results": true,
"show_results_at_end": true,
"allow_question_navigation": true,
"allow_retake": true,
"duration": 0,
"passing_score": 0,
"question_count": 0,
"start_at": "2019-08-24T14:15:22Z",
"end_at": "2019-08-24T14:15:22Z",
"timezone": "string"
}
}
curl --location --request PUT 'https://api.msaaq.com/v1/admin/courses//chapters//contents/' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"summary": "string",
"premium": true,
"sort": 0,
"meta": {
"randomised": true,
"show_results": true,
"show_results_at_end": true,
"allow_question_navigation": true,
"allow_retake": true,
"duration": 0,
"passing_score": 0,
"question_count": 0,
"start_at": "2019-08-24T14:15:22Z",
"end_at": "2019-08-24T14:15:22Z",
"timezone": "string"
}
}'
{}