diff --git a/api/openapi.json b/api/openapi.json index 4c54f59f..6b495bb3 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -46,7 +46,14 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/AlertConversation" + "anyOf": [ + { + "$ref": "#/components/schemas/AlertConversation" + }, + { + "type": "null" + } + ] }, "type": "array", "title": "Response Get Alerts Dashboard Alerts Get"