Chatwoot/swagger/definitions/error/bad_request.yml
2020-02-23 12:54:29 +05:30

9 lines
148 B
YAML

title: data
type: object
properties:
description:
type: string
errors:
type: array
items:
$ref: '#/definitions/request_error'