Stores the lock screen configuration a space shows to non-members.
The route group only requires portal access, so the controller performs its own check and returns 403 unless the caller manages spaces or holds the admin role in this one.
Endpoint
Method:
PUTPath:
/spaces/{spaceSlug}/lockscreensEdition: PRO
Controller:
ProAdminController@updateSpaceLockscreenSettingsRoute source:
fluent-community-pro/app/Http/Routes/api.php:59Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.phpRequires community-admin or course-admin access, or the admin role in this space.
Requires FluentCommunity Pro.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
PUT Update Space Lockscreen Settings
Stores the lock screen configuration a space shows to non-members.
Controller: ProAdminController@updateSpaceLockscreenSettings
Route source: fluent-community-pro/app/Http/Routes/api.php:59
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
SpaceSlug extracted from the URL path.
Request Body
Responses
Successful response