Skip to content

Endpoint

  • Method: PUT
  • Path: /admin/courses/{course_id}/lockscreens
  • Edition: PRO
  • Controller: ProAdminController@updateCourseLockscreenSettings
  • Route source: fluent-community-pro/app/Http/Routes/api.php:57
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

PUT Update Course Lockscreen Settings

PUT
/admin/courses/{course_id}/lockscreens

Update Course Lockscreen Settings for the FluentCommunity Courses API.

Controller: ProAdminController@updateCourseLockscreenSettings
Route source: fluent-community-pro/app/Http/Routes/api.php:57

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
integer
Required

Request Body

application/json
JSON
{
  
"lockscreen": [
  
  
"string"
  
]
}

Responses

Successful response

application/json
JSON
{
  
"message": "string",
  
"course": {
  
  
"id": 0
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation