Fix missing HTTP line for accept-request notification method (#1484)
This commit is contained in:
parent
61481fb191
commit
0e88921543
1 changed files with 4 additions and 0 deletions
|
@ -689,6 +689,10 @@ Invalid or missing Authorization header.
|
|||
|
||||
## Accept a single notification request {#accept-request}
|
||||
|
||||
```http
|
||||
POST /api/v1/notifications/requests/:id/accept HTTP/1.1
|
||||
```
|
||||
|
||||
Accept a notification request, which merges the filtered notifications from that user back into the main notification and accepts any future notification from them.
|
||||
|
||||
**Returns:** Empty\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue