Create a New Course

Create a new Course with JSON payload

📘

Note

  1. Any additional data that is part of JSON payload will be ignored silently.
  2. For the image/thumbnail value, client first needs to call the Media API to upload the image, and then send out the image URL (filename) in the payload.
  3. Audience: Need to call an API to get the Audience data and pass the respective id in an array.

Error Code

Error Description

400 - Bad Request

Missing required filed(s)

401 - Unauthorized

Missing "Authorization" in header.
Invalid "Authorization"

403 - Forbidden

Login required to create.

Language
Credentials
Header
Click Try It! to start a request and see the response here!