all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

a one-time notes service

onasty/api/paths/note/note-read.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 read notes created by user
4
  security:
5
    - Bearer: []
6
7
  responses:
8
    '200':
9
      $ref: '../../components/responses/NoteGetAll.yml'
10
    '401':
11
      description: Unauthorized