all repos

onasty @ e21d37bab459675c3789549338bb699769f1687b

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"