Endpoint
- Method:
POST - Path:
/admin/topics/config - Edition: PRO
- Controller:
ProAdminController@updateTopicConfig - Route source:
fluent-community-pro/app/Http/Routes/api.php:41 - Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.php
POST Save Topic Config
POST
/admin/topics/config
Save Topic Config for the FluentCommunity Admin API.
Controller: ProAdminController@updateTopicConfig
Route source: fluent-community-pro/app/Http/Routes/api.php:41
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "config": { "max_topics_per_post": 0, "max_topics_per_space": 0, "show_on_post_card": "string" }
{
}
Responses
Successful response
application/json
JSON "message": "string", "config": { }
{
}