Skip to content

Endpoint

  • Method: POST
  • Path: /settings/fluent-player-settings
  • Edition: Core
  • Controller: SettingController@updateFluentPlayerSettings
  • Route source: fluent-community/app/Http/Routes/api.php:164
  • Controller source: fluent-community/app/Http/Controllers/SettingController.php

POST Save Fluent Player Settings

POST
/settings/fluent-player-settings

Save Fluent Player Settings for the FluentCommunity Settings API.

Controller: SettingController@updateFluentPlayerSettings
Route source: fluent-community/app/Http/Routes/api.php:164

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"settings": {
  
}
}

Responses

Successful response

application/json
JSON
{
  
"message": "string",
  
"settings": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation