diff options
Diffstat (limited to 'assets/openapi.json')
-rw-r--r-- | assets/openapi.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/openapi.json b/assets/openapi.json index d2953a04..275113ef 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -7977,8 +7977,18 @@ } }, "responses": { - "default": { + "204": { "description": "No description available" + }, + "400": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/APIErrorResponse" + } + } + } } }, "tags": [ |