docs(ci): Update protocol.md - 98db248 [skip ci]

This commit is contained in:
Azure CI 2020-05-12 09:37:41 +00:00
parent 98db248776
commit ff21f5b357
2 changed files with 16 additions and 0 deletions

View File

@ -6870,6 +6870,7 @@
"name": "GetBrowserSourceProperties",
"category": "sources",
"since": "4.1.0",
"deprecated": "Since 4.8.0. Prefer the use of GetSourceSettings.",
"returns": [
{
"type": "String",
@ -6942,6 +6943,12 @@
"description": "4.1.0"
}
],
"deprecateds": [
{
"name": "",
"description": "Since 4.8.0. Prefer the use of GetSourceSettings."
}
],
"heading": {
"level": 2,
"text": "GetBrowserSourceProperties"
@ -6968,6 +6975,7 @@
"api": "requests",
"name": "SetBrowserSourceProperties",
"category": "sources",
"deprecated": "Since 4.8.0. Prefer the use of SetSourceSettings.",
"since": "4.1.0",
"params": [
{
@ -7033,6 +7041,12 @@
"description": "sources"
}
],
"deprecateds": [
{
"name": "",
"description": "Since 4.8.0. Prefer the use of SetSourceSettings."
}
],
"sinces": [
{
"name": "",

View File

@ -2643,6 +2643,7 @@ _No additional response items._
### GetBrowserSourceProperties
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of GetSourceSettings. ⚠️**
- Added in v4.1.0
@ -2674,6 +2675,7 @@ Get current properties for a Browser Source.
### SetBrowserSourceProperties
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of SetSourceSettings. ⚠️**
- Added in v4.1.0