We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bec9e commit 49c251eCopy full SHA for 49c251e
1 file changed
resources/contoso-store-api-swagger.json
@@ -6,13 +6,12 @@
6
},
7
"servers": [
8
{
9
- "url": "https://aiagentwks-contoso-store-mbo43n.azurewebsites.net"
+ "url": "<APP-SERVICE-URL>"
10
}
11
],
12
"paths": {
13
"/api/bikes": {
14
"get": {
15
- "operationId": "getBikes",
16
"tags": [
17
"Store"
18
@@ -25,7 +24,6 @@
25
24
26
"/api/bikes/{id}": {
27
28
- "operationId": "getBikeById",
29
30
31
@@ -49,7 +47,6 @@
49
47
50
48
"/api/orders": {
51
"post": {
52
- "operationId": "createOrder",
53
54
55
@@ -81,7 +78,6 @@
81
78
82
79
"/api/orders/{orderId}": {
83
80
84
- "operationId": "getOrderById",
85
86
87
0 commit comments