From 97dbbdd60fabd057055c354bf5cd7a95e5bd2f4e Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 30 Jun 2025 13:00:25 +1000 Subject: [PATCH] Fix incorrect swagger for streams list --- backend/schema/components/stream-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/schema/components/stream-list.json b/backend/schema/components/stream-list.json index 39789b4a..b6e8b6d4 100644 --- a/backend/schema/components/stream-list.json +++ b/backend/schema/components/stream-list.json @@ -1,7 +1,7 @@ { "type": "array", - "description": "Proxy Hosts list", + "description": "Streams list", "items": { - "$ref": "./proxy-host-object.json" + "$ref": "./stream-object.json" } }