update_course
Update course details including title, description, price, access type, and drip feed settings by providing the course ID.
Instructions
🟡 WRITE · updates data · Courses · PUT /v2/courses/{id}
Update a course
Updates the course specified by the provided course id. The endpoint response is the updated Course resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the course | |
| body | No | Request body (application/json). |