Authorization: Bearer ********************
{
"title": "title_ar",
"slug": "learningpath",
"description": "<p class="text-node">saqqw</p>",
"outcomes": [
"test"
],
"requirements": [
"test"
],
"difficulty_id": "3",
"_method": "PUT",
"thumbnail": {
"name": "images.jpeg",
"size": "4.427KB"
}
}
curl --location --request PUT 'https://api.msaaq.com/v1/admin/courses/9' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'X-Content-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "title_ar",
"slug": "learningpath",
"description": "<p class="text-node">saqqw</p>",
"outcomes": [
"test"
],
"requirements": [
"test"
],
"difficulty_id": "3",
"_method": "PUT",
"thumbnail": {
"name": "images.jpeg",
"size": "4.427KB"
}
}'
{}