diff --git a/server/internal/api/docs/openapi.json b/server/internal/api/docs/openapi.json index 1057760..4186031 100644 --- a/server/internal/api/docs/openapi.json +++ b/server/internal/api/docs/openapi.json @@ -6367,6 +6367,16 @@ "204": { "description": "No Content" }, + "403": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/api.ErrorResponse" + } + } + }, + "description": "Forbidden" + }, "500": { "content": { "application/json": { @@ -6528,6 +6538,26 @@ }, "description": "Bad Request" }, + "403": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/api.ErrorResponse" + } + } + }, + "description": "Forbidden" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/api.ErrorResponse" + } + } + }, + "description": "Not Found" + }, "500": { "content": { "application/json": {