Endpoint
- Method:
PUT - Path:
/admin/courses/{course_id}/move-lesson - Edition: Core
- Controller:
CourseAdminController@moveLesson - Route source:
fluent-community/Modules/Course/Http/course_api.php:49 - Controller source:
fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php
PUT Move Course Lesson
PUT
/admin/courses/{course_id}/move-lesson
Move Course Lesson for the FluentCommunity Courses API.
Controller: CourseAdminController@moveLesson
Route source: fluent-community/Modules/Course/Http/course_api.php:49
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
course_id*
Course ID extracted from the URL path.
Type
Requiredinteger
Request Body
application/json
JSON "lesson_id": "string", "section_id": "string"
{
}
Responses
Successful response
application/json
JSON "message": "string"
{
}