Skip to content

Stores the followers module configuration and returns the normalised result.

Endpoint

  • Method: POST

  • Path: /settings/followers/config

  • Edition: PRO

  • Controller: ProAdminController@saveFollowersSettings

  • Route source: fluent-community-pro/app/Http/Routes/api.php:37

  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

  • Requires the FluentCommunity community-admin permission (or a WordPress super admin).

  • Requires FluentCommunity Pro; these values govern the follower and following list endpoints.

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.

POST Save Followers Settings

POST
/settings/followers/config

Stores the followers module configuration and returns the normalised result.

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

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": {
  
  
"is_enabled": "string",
  
  
"who_can_see_followers": "string",
  
  
"who_can_see_followings": "string"
  
}
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation