Endpoint
- Method:
POST - Path:
/admin/profile-link-providers - Edition: Core
- Controller:
AdminController@updateProfileLinkProviders - Route source:
fluent-community/app/Http/Routes/api.php:115 - Controller source:
fluent-community/app/Http/Controllers/AdminController.php
POST Save Profile Link Providers
POST
/admin/profile-link-providers
Save Profile Link Providers for the FluentCommunity Admin API.
Controller: AdminController@updateProfileLinkProviders
Route source: fluent-community/app/Http/Routes/api.php:115
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "configs": [ "string" ]
{
}
Responses
Successful response
application/json
JSON "message": "string"
{
}