Переглянути джерело

Fix incorrect swagger for streams list

Jamie Curnow 5 місяців тому
батько
коміт
97dbbdd60f
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      backend/schema/components/stream-list.json

+ 2 - 2
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"
 	}
 }