Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
"properties": {
"url": {
"type": "object",
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "Type of authentication used to connect to the web table source.",
Expand Down Expand Up @@ -1657,7 +1657,7 @@
"properties": {
"url": {
"type": "object",
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "The authentication type to be used to connect to the HTTP server.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@
"properties": {
"url": {
"type": "object",
"description": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)."
"description": "The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "Type of authentication used to connect to the web table source.",
Expand Down Expand Up @@ -3680,7 +3680,7 @@
"properties": {
"url": {
"type": "object",
"description": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)."
"description": "The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType string)."
},
"authenticationType": {
"description": "The authentication type to be used to connect to the HTTP server.",
Expand Down