Endpoint
- Method:
PATCH - Path:
/feeds/{feed_id} - Edition: Core
- Controller:
FeedsController@patchFeed - Route source:
fluent-community/app/Http/Routes/api.php:44 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
PATCH Patch Feed
PATCH
/feeds/{feed_id}
Patch Feed for the FluentCommunity Feeds API.
Controller: FeedsController@patchFeed
Route source: fluent-community/app/Http/Routes/api.php:44
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
feed_id*
Feed ID extracted from the URL path.
Type
Requiredinteger
Responses
Successful response
application/json
JSON "feed": { "id": 0, "permalink": "string" }, "message": "string"
{
}