Clarify read/unread responses

master
Shadowfacts 4 years ago
parent 3a0977bbe7
commit 79e7d84ce2
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5

@ -118,9 +118,13 @@ Returns the Item object for the given ID.
### `POST /api/v1/items/:id/read`
Marks the Item with the given ID as read.
Returns the modified Item object.
### `POST /api/v1/items/:id/unread`
Marks the Item with the given ID as unread.
Returns the modified Item object.
### `POST /api/v1/items/read`
Marks all Items with the given IDs as read.

Loading…
Cancel
Save