all repos

onasty @ 4850d62

a one-time notes service

onasty/api/paths/note/note-unread.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
get:
2
  tags: [Notes]
3
  summary: Get all unread notes created by user
4
  security:
5
    - Bearer: []
6
7
  responses:
8
    '200':
9
      $ref: '../../components/responses/NoteGetAll.yml'
10
    '401':
11
      description: Unauthorized