Authorization: Bearer ********************
{
"title": "add new meeting content",
"type": "meeting",
"premium": 0,
"sort": 5,
"meta": {
"meeting_type": "meeting",
"summary": "meeting summary",
"is_recurring": 1,
"recurrence": {
"end_times": 5,
"type": "weekly"
},
"settings": {
"auto_recording": 0,
"mute_upon_entry": 0
},
"timezone": "Asia/Riyadh",
"duration": 0,
"start_time": "2025-05-05 16:32:00"
}
}
curl --location --request PUT 'https://api.msaaq.com/v1/admin/courses/100/chapters/188/contents/3698' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "add new meeting content",
"type": "meeting",
"premium": 0,
"sort": 5,
"meta": {
"meeting_type": "meeting",
"summary": "meeting summary",
"is_recurring": 1,
"recurrence": {
"end_times": 5,
"type": "weekly"
},
"settings": {
"auto_recording": 0,
"mute_upon_entry": 0
},
"timezone": "Asia/Riyadh",
"duration": 0,
"start_time": "2025-05-05 16:32:00"
}
}'
{}