post http://gooru.org/api/nucleus/v2/courses
Create a new Course with JSON payload
Note
- Any additional data that is part of JSON payload will be ignored silently.
- 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.
- 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. |