all repos

onasty @ fe34b44ed64971ea123c26077bd570d15d2352f9

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