Authorization: Bearer ********************
{
"type": "embed",
"title": "This is embed code",
"premium": 0,
"sort": 1,
"meta": {
"embed_code": "<iframe src=\"https://www.w3schools.com\" title=\"W3Schools Free Online Web Tutorials\"></iframe>"
}
}
curl --location --request PUT 'https://api.msaaq.com/v1/admin/courses/100/chapters/188/contents/3674' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "embed",
"title": "This is embed code",
"premium": 0,
"sort": 1,
"meta": {
"embed_code": "<iframe src=\"https://www.w3schools.com\" title=\"W3Schools Free Online Web Tutorials\"></iframe>"
}
}'
{}