all repos

onasty @ 353101d7c316e8a334761a16e351dabb5ddf5912

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'