diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 55d7a3402..ab54bebdb 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -4535,6 +4535,32 @@ paths: summary: Update a media attachment. tags: - media + /api/v1/notification/{id}: + get: + operationId: notification + produces: + - application/json + responses: + "200": + description: Requested notification. + schema: + $ref: '#/definitions/notification' + "400": + description: bad request + "401": + description: unauthorized + "404": + description: not found + "406": + description: not acceptable + "500": + description: internal server error + security: + - OAuth2 Bearer: + - read:notifications + summary: Get a single notification with the given ID. + tags: + - notifications /api/v1/notifications: get: description: |- |