v8
OpenAPI 3.1.02026-08-033623795.0 MBCourse chapters
Update course chapter
Update a chapter's title within a course.
Required permissions:
- courses:update
patch/course_chapters/{id}
Path parameters
idstring required
Example:chap_xxxxxxxxxxxxx
The unique identifier of the chapter to update (e.g., "chap_XXXXX").
Request body
Response
A successful response
Example response
{
"id": "chap_xxxxxxxxxxxxx",
"lessons": [
{
"id": "lesn_xxxxxxxxxxxxx",
"order": 42,
"title": "Understanding Candlestick Patterns"
}
],
"order": 42,
"title": "Getting Started"
}