diff --git a/static/openapi3-latest.json b/static/openapi3-latest.json index 1feab8b1..009a8639 100644 --- a/static/openapi3-latest.json +++ b/static/openapi3-latest.json @@ -32319,6 +32319,9 @@ "204": { "$ref": "#/components/responses/empty" }, + "403": { + "$ref": "#/components/responses/forbidden" + }, "404": { "$ref": "#/components/responses/notFound" }, @@ -32416,6 +32419,9 @@ "204": { "$ref": "#/components/responses/empty" }, + "403": { + "$ref": "#/components/responses/forbidden" + }, "404": { "$ref": "#/components/responses/notFound" }, diff --git a/static/swagger-latest.json b/static/swagger-latest.json index 51aa4fb4..be5e3d7f 100644 --- a/static/swagger-latest.json +++ b/static/swagger-latest.json @@ -19773,6 +19773,9 @@ "204": { "$ref": "#/responses/empty" }, + "403": { + "$ref": "#/responses/forbidden" + }, "404": { "$ref": "#/responses/notFound" }, @@ -19820,6 +19823,9 @@ "204": { "$ref": "#/responses/empty" }, + "403": { + "$ref": "#/responses/forbidden" + }, "404": { "$ref": "#/responses/notFound" },