File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
AspNet/WebApi/OpenApiWebApiExample Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GET {{baseUrl}}/api/orders/1?api-version=0.9
1414GET {{baseUrl }}/api/orders/1?api-version=1.0
1515
1616### Orders - Create - Version 1.0
17- # Place a new order
17+ # Create a new order
1818POST {{baseUrl }}/api/orders?api-version=1.0
1919Content-Type: application/json
2020
@@ -36,7 +36,7 @@ Content-Type: application/json
3636GET {{baseUrl }}/api/orders?api-version=2.0
3737
3838### Orders - Get by ID - Version 2.0
39- # Get a specific order with effective date
39+ # Get a specific order
4040GET {{baseUrl }}/api/orders/1?api-version=2.0
4141
4242### Orders - Create - Version 2.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Content-Type: application/json
3636GET {{baseUrl }}/api/orders?api-version=2.0
3737
3838### Orders - Get by ID - Version 2.0
39- # Get a specific order
39+ # Get a specific order (supports effective date in v2.0)
4040GET {{baseUrl }}/api/orders/1?api-version=2.0
4141
4242### Orders - Create - Version 2.0
@@ -50,7 +50,7 @@ Content-Type: application/json
5050}
5151
5252### Orders - Update - Version 2.0
53- # Update an existing order
53+ # Update an existing order (supports effective date in v2.0)
5454PATCH {{baseUrl }}/api/orders/42?api-version=2.0
5555Content-Type: application/json
5656
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GET {{baseUrl}}/api/orders/1?api-version=0.9
1414GET {{baseUrl }}/api/orders/1?api-version=1.0
1515
1616### Orders - Create - Version 1.0
17- # Place a new order
17+ # Create a new order
1818POST {{baseUrl }}/api/orders?api-version=1.0
1919Content-Type: application/json
2020
@@ -36,7 +36,7 @@ Content-Type: application/json
3636GET {{baseUrl }}/api/orders?api-version=2.0
3737
3838### Orders - Get by ID - Version 2.0
39- # Get a specific order with effective date
39+ # Get a specific order
4040GET {{baseUrl }}/api/orders/1?api-version=2.0
4141
4242### Orders - Create - Version 2.0
You can’t perform that action at this time.
0 commit comments