更新api文档,getMediaList接口可以筛选stream:#669
This commit is contained in:
parent
bca2b403ae
commit
113430345c
|
|
@ -205,6 +205,12 @@
|
||||||
"value": null,
|
"value": null,
|
||||||
"description": "筛选应用名,例如 live",
|
"description": "筛选应用名,例如 live",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "stream",
|
||||||
|
"value": null,
|
||||||
|
"description": "筛选流id,例如 test",
|
||||||
|
"disabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue