Expand description
Controllers for requests starting with /api/v0/cms/pages
.
Functionsยง
- _add_
routes - Add a route for each controller in this module.
- get_
page ๐ - GET
/api/v0/cms/pages/:page_id
- Get a page with exercises and exercise tasks by id. - get_
page_ ๐info - GET
/api/v0/cms/pages/:page_id/info
- Get a pagesโs course id, course name, organization slug - get_
page_ ๐navigation - GET /api/v0/cms/pages/:page_id/page-navigation - tells whatโs the next page, previous page, and the chapter front page given a page id.
- update_
page ๐ - PUT
/api/v0/cms/pages/:page_id
- Update a page by id.