Clarify read/unread responses

This commit is contained in:
Shadowfacts 2019-03-31 10:45:06 -04:00
parent 3a0977bbe7
commit 79e7d84ce2
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 0 deletions

View File

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