Browse Source

Fix incorrect swagger for streams list

Jamie Curnow 5 months ago
parent
commit
97dbbdd60f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backend/schema/components/stream-list.json

+ 2 - 2
backend/schema/components/stream-list.json

@@ -1,7 +1,7 @@
 {
 {
 	"type": "array",
 	"type": "array",
-	"description": "Proxy Hosts list",
+	"description": "Streams list",
 	"items": {
 	"items": {
-		"$ref": "./proxy-host-object.json"
+		"$ref": "./stream-object.json"
 	}
 	}
 }
 }