all repos

onasty @ cb40cf6937d81fe9c72342d74b5521d233e578b0

a one-time notes service

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
description: User not found
2
content:
3
  application/json:
4
    schema:
5
      type: object
6
      properties:
7
        message:
8
          type: string
9
          example: "user: not found"