Fix incorrect swagger for streams list

This commit is contained in:
Jamie Curnow
2025-06-30 13:00:25 +10:00
parent ec81f2489a
commit 97dbbdd60f

View File

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