Skip to content

Commit dade725

Browse files
committed
fix endpoint
1 parent 5fe95f0 commit dade725

File tree

1 file changed

+4
-3
lines changed
  • specification/webpubsub/data-plane/WebPubSub/stable/2023-07-01

1 file changed

+4
-3
lines changed

specification/webpubsub/data-plane/WebPubSub/stable/2023-07-01/webpubsub.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
"format": "int32",
602602
"maximum": 300,
603603
"minimum": 0
604-
},
604+
}
605605
],
606606
"responses": {
607607
"202": {
@@ -1499,7 +1499,7 @@
14991499
"format": "int32",
15001500
"maximum": 300,
15011501
"minimum": 0
1502-
},
1502+
}
15031503
],
15041504
"responses": {
15051505
"202": {
@@ -1813,11 +1813,12 @@
18131813
"useSchemePrefix": false,
18141814
"parameters": [
18151815
{
1816-
"name": "Endpoint",
1816+
"name": "endpoint",
18171817
"description": "HTTP or HTTPS endpoint for the Web PubSub service instance.",
18181818
"x-ms-parameter-location": "client",
18191819
"required": true,
18201820
"type": "string",
1821+
"format": "url",
18211822
"in": "path",
18221823
"x-ms-skip-url-encoding": true
18231824
}

0 commit comments

Comments
 (0)