update return empty return types to Empty (#1298)
This commit is contained in:
parent
11ab7b8d7f
commit
3c7c5caed1
12 changed files with 19 additions and 19 deletions
|
@ -262,7 +262,7 @@ POST /api/v1/notifications/clear HTTP/1.1
|
|||
|
||||
Clear all notifications from the server.
|
||||
|
||||
**Returns:** empty object\
|
||||
**Returns:** Empty\
|
||||
**OAuth:** User token + `write:notifications`\
|
||||
**Version history:**\
|
||||
0.0.0 - added
|
||||
|
@ -303,7 +303,7 @@ POST /api/v1/notifications/:id/dismiss HTTP/1.1
|
|||
|
||||
Dismiss a single notification from the server.
|
||||
|
||||
**Returns:** empty object\
|
||||
**Returns:** Empty\
|
||||
**OAuth:** User token + `write:notifications`\
|
||||
**Version history:**\
|
||||
1.3.0 - added
|
||||
|
@ -350,7 +350,7 @@ POST /api/v1/notifications/dismiss HTTP/1.1
|
|||
|
||||
Dismiss a single notification from the server.
|
||||
|
||||
**Returns:** empty object\
|
||||
**Returns:** Empty\
|
||||
**OAuth:** User token + `write:notifications`\
|
||||
**Version history**:\
|
||||
0.0.0 - available\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue