all repos

onasty @ 8a864c31dbaedb2cfed5d5a686a8241a88c16677

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'