Stores the community-wide topic limits — how many topics a post and a space may carry, and whether topics appear on post cards.
Only keys that already exist in the stored config are accepted. The cached config is cleared so the new limits apply to the next post save.
Endpoint
Method:
POSTPath:
/admin/topics/configEdition: PRO
Controller:
ProAdminController@updateTopicConfigRoute source:
fluent-community-pro/app/Http/Routes/api.php:44Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.phpRequires a community admin, a course admin, or the admin role in the space named by
space_id.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.
POST Save Topic Config
Stores the community-wide topic limits — how many topics a post and a space may carry, and whether topics appear on post cards.
Controller: ProAdminController@updateTopicConfig
Route source: fluent-community-pro/app/Http/Routes/api.php:44
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Request Body
Responses
Successful response