Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 246c9cd

Browse files
authored
Merge pull request #514 from stacklok/update-openapi-0fd324e28eafca9ef1174c5fad8d18ae0d47999c
Update OpenAPI
2 parents 0fd324e + d9ca9fd commit 246c9cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api/openapi.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@
4646
"application/json": {
4747
"schema": {
4848
"items": {
49-
"$ref": "#/components/schemas/AlertConversation"
49+
"anyOf": [
50+
{
51+
"$ref": "#/components/schemas/AlertConversation"
52+
},
53+
{
54+
"type": "null"
55+
}
56+
]
5057
},
5158
"type": "array",
5259
"title": "Response Get Alerts Dashboard Alerts Get"

0 commit comments

Comments
 (0)