From eb6f47c8ed102690f36afa6c279379e6399d2233 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Thu, 17 Sep 2026 09:25:11 +0000 Subject: [PATCH] fix(monitors): document 403 and 404 on monitor update and delete; regenerate openapi --- server/internal/api/docs/openapi.json | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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": {