mourningdove/api/dist/components/errors/404-user.yaml
2026-05-24 01:03:05 +00:00

12 lines
348 B
YAML

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