Update course chapter
Update a chapter’s title within a course.
Required permissions:
courses:update
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the chapter to update (e.g., "chap_XXXXX").
"chap_xxxxxxxxxxxxx"
Body
Parameters for UpdateChapter
The new display title of the chapter (e.g., "Module 1: Introduction").
Response
A successful response
A grouping of related lessons within a course, used to organize content into sections.
The unique identifier for the chapter.
"chap_xxxxxxxxxxxxx"
An ordered list of lessons in this chapter, sorted by display position. Hidden lessons are excluded for non-admin users.
The sort position of this chapter within its parent course, starting from zero.
42
The display name of the chapter shown to students. Maximum 150 characters.
"Getting Started"

