Endpoint
- Method:
POST - Path:
/notifications/mark-read/{feed_id}/by-feed-id - Edition: Core
- Controller:
NotificationsController@markAsReadByFeedId - Route source:
fluent-community/app/Http/Routes/api.php:130 - Controller source:
fluent-community/app/Http/Controllers/NotificationsController.php
POST Mark Notifications Read By Feed
POST
/notifications/mark-read/{feed_id}/by-feed-id
Mark Notifications Read By Feed for the FluentCommunity Notifications API.
Controller: NotificationsController@markAsReadByFeedId
Route source: fluent-community/app/Http/Routes/api.php:130
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 "unread_notification_count": 0, "unread_feed_ids": "string"
{
}