Endpoint
- Method:
POST - Path:
/feeds/links - Edition: Core
- Controller:
FeedsController@updateLinks - Route source:
fluent-community/app/Http/Routes/api.php:70 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
POST Update Feed Links
POST
/feeds/links
Update Feed Links for the FluentCommunity Feeds API.
Controller: FeedsController@updateLinks
Route source: fluent-community/app/Http/Routes/api.php:70
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "links": [ "string" ]
{
}
Responses
Successful response
application/json
JSON "message": "string", "links": [ { "additionalProperties": "string" } ]
{
}