Skip to content

Endpoint

  • Method: POST
  • Path: /settings/followers/config
  • Edition: PRO
  • Controller: ProAdminController@saveFollowersSettings
  • Route source: fluent-community-pro/app/Http/Routes/api.php:34
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

POST Save Followers Settings

POST
/settings/followers/config

Save Followers Settings for the FluentCommunity Settings API.

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

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": {
  
}
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation