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: