From 84cf96bafadeb9701661d8467156bb91aaec668c Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Mon, 11 Dec 2023 11:55:59 -0500 Subject: [PATCH] docs: fix endpoint documentation --- src/course-outline/data/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/course-outline/data/api.js b/src/course-outline/data/api.js index aef8276292..1b20da0773 100644 --- a/src/course-outline/data/api.js +++ b/src/course-outline/data/api.js @@ -299,8 +299,8 @@ export async function addNewCourseItem(parentLocator, category, displayName) { /** * Set order for the list of the sections - * @param {string} courseBlockId - * @param {Array} list of sections id's + * @param {string} courseId + * @param {Array} children of sections id's * @returns {Promise} */ export async function setSectionOrderList(courseId, children) {