Skip to content

Commit

Permalink
docs: fix endpoint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steff456 committed Dec 11, 2023
1 parent 3c5ce0d commit 84cf96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/course-outline/data/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ export async function addNewCourseItem(parentLocator, category, displayName) {

/**
* Set order for the list of the sections
* @param {string} courseBlockId
* @param {Array<string>} list of sections id's
* @param {string} courseId
* @param {Array<string>} children of sections id's
* @returns {Promise<Object>}
*/
export async function setSectionOrderList(courseId, children) {
Expand Down

0 comments on commit 84cf96b

Please sign in to comment.