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
typo: botservice
Double word "service"
  • Loading branch information
nschonni committed Jun 28, 2019
commit 63856b113c286775ac4a03c473530f9fdbb3ed5f
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@
"ServiceProviderResponseList": {
"properties": {
"nextLink": {
"description": "The link used to get the next page of bot service service providers.",
"description": "The link used to get the next page of bot service providers.",
"type": "string"
},
"value": {
Expand All @@ -1938,10 +1938,10 @@
"items": {
"$ref": "#/definitions/ServiceProvider"
},
"description": "Gets the list of bot service service providers and their properties."
"description": "Gets the list of bot service providers and their properties."
}
},
"description": "The list of bot service service providers response."
"description": "The list of bot service providers response."
},
"ServiceProviderParameter": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@
"ServiceProviderResponseList": {
"properties": {
"nextLink": {
"description": "The link used to get the next page of bot service service providers.",
"description": "The link used to get the next page of bot service providers.",
"type": "string"
},
"value": {
Expand All @@ -2226,10 +2226,10 @@
"items": {
"$ref": "#/definitions/ServiceProvider"
},
"description": "Gets the list of bot service service providers and their properties."
"description": "Gets the list of bot service providers and their properties."
}
},
"description": "The list of bot service service providers response."
"description": "The list of bot service providers response."
},
"ServiceProviderParameter": {
"properties": {
Expand Down