update_course
Modify course properties such as title, price, access type, and description using the course ID to keep your training content accurate.
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). |