all repos

onasty @ 92e3310a3546eabca5e2ba221001b46c0ceccbb0

a one-time notes service

onasty/api/components/responses/NoteGetAll.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
description: Get all notes
2
content:
3
  application/json:
4
    schema:
5
      type: array
6
      items:
7
        $ref: '../schemas/Note.yml'