all repos

onasty @ 8b28667

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