all repos

onasty @ dependabot/github_actions/marocchino/tool-versions-action-2

a one-time notes service

onasty/api/components/responses/NoteNotFound.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
      type: object
6
      properties:
7
        message:
8
          type: string
9
          example: "note: not found"