Skip to content

Commit 49c251e

Browse files
committed
update
1 parent b0bec9e commit 49c251e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

resources/contoso-store-api-swagger.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
},
77
"servers": [
88
{
9-
"url": "https://aiagentwks-contoso-store-mbo43n.azurewebsites.net"
9+
"url": "<APP-SERVICE-URL>"
1010
}
1111
],
1212
"paths": {
1313
"/api/bikes": {
1414
"get": {
15-
"operationId": "getBikes",
1615
"tags": [
1716
"Store"
1817
],
@@ -25,7 +24,6 @@
2524
},
2625
"/api/bikes/{id}": {
2726
"get": {
28-
"operationId": "getBikeById",
2927
"tags": [
3028
"Store"
3129
],
@@ -49,7 +47,6 @@
4947
},
5048
"/api/orders": {
5149
"post": {
52-
"operationId": "createOrder",
5350
"tags": [
5451
"Store"
5552
],
@@ -81,7 +78,6 @@
8178
},
8279
"/api/orders/{orderId}": {
8380
"get": {
84-
"operationId": "getOrderById",
8581
"tags": [
8682
"Store"
8783
],

0 commit comments

Comments
 (0)