13 lines
348 B
YAML
13 lines
348 B
YAML
|
|
description: Bad or missing request parameters.
|
||
|
|
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
|