From ac195205ddedff9a2351bd13cbd64a20f7e009ac Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jul 2024 13:42:45 +0000 Subject: [PATCH] feat: Update OpenAPI file replicated from Notehub --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 73a895d..0c6d65a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1987,6 +1987,7 @@ paths: - $ref: "#/components/parameters/projectUIDParam" - $ref: "#/components/parameters/pageSizeParam" - $ref: "#/components/parameters/pageNumParam" + - $ref: "#/components/parameters/monitorUIDQueryParam" responses: "200": $ref: "#/components/responses/AlertsResponse" @@ -2373,6 +2374,13 @@ components: schema: type: string + monitorUIDQueryParam: + name: monitorUID + in: query + required: false + schema: + type: string + responses: ErrorResponse: