mourningdove/api/dist/components/errors/404-user.yaml

13 lines
348 B
YAML
Raw Normal View History

2026-05-24 01:03:05 +00:00
description: Username specified does not exist.
content:
application/json:
schema:
type: object
properties:
error:
type: string
description: A description of the error encountered.
example: "Bad format for username. Errors: String is too long: 77/25."
success:
type: number