all repos

onasty @ c0ab069f3ac196b2f5c3dd1932ef92881608ed59

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'