Endpoint
- Method:
POST - Path:
/admin/links - Edition: PRO
- Controller:
ProAdminController@saveSidebarLink - Route source:
fluent-community-pro/app/Http/Routes/api.php:48 - Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.php
POST Save Sidebar Link
POST
/admin/links
Save Sidebar Link for the FluentCommunity Admin API.
Controller: ProAdminController@saveSidebarLink
Route source: fluent-community-pro/app/Http/Routes/api.php:48
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "link": { "title": "string", "parent_id": "string", "privacy": "string", "settings": { "permalink": "string", "membership_ids": [ "string" ] } }
{
}
Responses
Successful response
application/json
JSON "link": { "id": 0 }, "message": "string"
{
}