Skip to content

Commit

Permalink
beta: Beta OpenAPI file replicated from Notehub commit cef38d4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2024
1 parent b00a630 commit 1092d97
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ paths:
items:
type: string
- name: since
description: Deprecated.
description: Deprecated.
in: query
required: false
deprecated: true
Expand Down Expand Up @@ -1293,7 +1293,7 @@ paths:
items:
type: string
- name: since
description: Deprecated.
description: Deprecated.
in: query
required: false
deprecated: true
Expand Down Expand Up @@ -2514,9 +2514,7 @@ components:
style: form
explode: true
schema:
type: array
items:
type: string
type: string

tagParam:
name: tag
Expand Down Expand Up @@ -2590,6 +2588,8 @@ components:
items:
type: string



responses:
ErrorResponse:
description: The response body in case of an API error.
Expand Down Expand Up @@ -4549,6 +4549,13 @@ components:
source:
type: string
description: The UID of the source of the alert
monitor_type:
type: string
enum: [event, device]
description: The type of monitor that triggered the alert
field_name:
type: string
description: The field name that triggered the alert
data:
type: array
items:
Expand Down

0 comments on commit 1092d97

Please sign in to comment.