Endpoint
- Method:
POST - Path:
/settings/features - Edition: Core
- Controller:
SettingController@setFeatures - Route source:
fluent-community/app/Http/Routes/api.php:151 - Controller source:
fluent-community/app/Http/Controllers/SettingController.php
POST Save Feature Settings
POST
/settings/features
Save Feature Settings for the FluentCommunity Settings API.
Controller: SettingController@setFeatures
Route source: fluent-community/app/Http/Routes/api.php:151
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "features": { "giphy_api_key": "string" }
{
}
Responses
Successful response
application/json
JSON "message": "string"
{
}