all repos

onasty @ b3a528af9e74a124dbb79687ebb116ce8a8c8e8c

a one-time notes service

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

1
2
3
4
5
6
7
8
9
10
11
get:
  tags: [Notes]
  summary: Get all unread notes created by user
  security:
    - Bearer: []

  responses:
    '200':
      $ref: '../../components/responses/NoteGetAll.yml'
    '401':
      description: Unauthorized