To update a course session via API you can use the PUT /odata/v2/Courses({id})/CourseSessions({courseSessionId}) endpoint.
Please note that the PUT method updates the entire resource. It is used to set an entity’s information completely, so all the required parameters need to be specified:
Fill in the required fields:
- Course Id
- Course Session Id
In the body, insert the Course Session parameters. To get course session parameters you can use the GET /odata/v2/Courses({id})/CourseSessions({courseSessionId}) endpoint.Check the Response:
Comments
Please sign in to leave a comment.