Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from Notehub
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 10, 2024
1 parent 10f35c9 commit ac19520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -2373,6 +2374,13 @@ components:
schema:
type: string

monitorUIDQueryParam:
name: monitorUID
in: query
required: false
schema:
type: string


responses:
ErrorResponse:
Expand Down

0 comments on commit ac19520

Please sign in to comment.