Skip to content

Commit 97dbbdd

Browse files
committed
Fix incorrect swagger for streams list
1 parent ec81f24 commit 97dbbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "array",
3-
"description": "Proxy Hosts list",
3+
"description": "Streams list",
44
"items": {
5-
"$ref": "./proxy-host-object.json"
5+
"$ref": "./stream-object.json"
66
}
77
}

0 commit comments

Comments
 (0)