notification
Mark notification threads as read, pinned or unread on a specific repo
put/repos/{owner}/{repo}/notifications
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
Query parameters
allstring
If true, mark all notifications on this repo. Default value is false
status-typesstring[]
Mark notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread.
to-statusstring
Status to mark notifications as. Defaults to read.
last_read_atstring date-time
Describes the last point that notifications were checked. Anything updated since this time will not be updated.
Response
NotificationThreadList