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