all repos

onasty @ b3a528af9e74a124dbb79687ebb116ce8a8c8e8c

a one-time notes service

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
description: Note not found
2
content:
3
  application/json:
4
    schema:
5
      oneOf:
6
        - type: object
7
          properties:
8
            message:
9
              type: string
10
              example: "note: not found"
11
        - $ref: "../schemas/Note.yml"