notifications write-APIs should return the modified notifications #16797
Labels
modifies/api
This PR adds API routes or modifies them
type/enhancement
An improvement of existing functionality
Uh oh!
There was an error while loading. Please reload this page.
Description
The following endpoints return an empty response, whereas it would be useful to get the notifications back that were affected by the request:
PUT /api/v1/notifications
PUT /api/v1/repos/:owner/:repo/notifications
PATCH /api/v1/notifications/threads/:id
also, while we're at it:
The
NotificationSubject
struct containsURL
andLatestCommentURL
fields, but a fieldfWebURL
andLatestCommentWebURL
would be quite handyThe text was updated successfully, but these errors were encountered: