From a1d8869271141df7301b654704eee3ff82f703c3 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 25 Mar 2023 12:45:10 -0400 Subject: oapi: readstates --- assets/openapi.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'assets/openapi.json') 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": [ -- cgit 1.4.1