PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

It would be nice if there was a way to mark many notifications as read at once. #100

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

Right now in order to mark 15 new notifications as read I have to call the POST /user/notification/{notification_id}/mark endpoint 15 times.

It would be nice if I could just specify the last_read_notification_id on an endpoint and call that in order to mark all the notifications up until that one as read, and return all the new notification items as a result, just like the GET /user/notifications endpoint does.