Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed May 12, 2023
1 parent 5fe95f0 commit dade725
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
"format": "int32",
"maximum": 300,
"minimum": 0
},
}
],
"responses": {
"202": {
Expand Down Expand Up @@ -1499,7 +1499,7 @@
"format": "int32",
"maximum": 300,
"minimum": 0
},
}
],
"responses": {
"202": {
Expand Down Expand Up @@ -1813,11 +1813,12 @@
"useSchemePrefix": false,
"parameters": [
{
"name": "Endpoint",
"name": "endpoint",
"description": "HTTP or HTTPS endpoint for the Web PubSub service instance.",
"x-ms-parameter-location": "client",
"required": true,
"type": "string",
"format": "url",
"in": "path",
"x-ms-skip-url-encoding": true
}
Expand Down

0 comments on commit dade725

Please sign in to comment.