Skip to content

Commit e387479

Browse files
Copilotxavierjohn
andcommitted
Fix comment consistency in .http files
Co-authored-by: xavierjohn <[email protected]>
1 parent da63e48 commit e387479

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/AspNet/WebApi/OpenApiWebApiExample/OpenApiWebApiExample.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GET {{baseUrl}}/api/orders/1?api-version=0.9
1414
GET {{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
1818
POST {{baseUrl}}/api/orders?api-version=1.0
1919
Content-Type: application/json
2020

@@ -36,7 +36,7 @@ Content-Type: application/json
3636
GET {{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
4040
GET {{baseUrl}}/api/orders/1?api-version=2.0
4141

4242
### Orders - Create - Version 2.0

examples/AspNetCore/WebApi/MinimalOpenApiExample/MinimalOpenApiExample.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Content-Type: application/json
3636
GET {{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)
4040
GET {{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)
5454
PATCH {{baseUrl}}/api/orders/42?api-version=2.0
5555
Content-Type: application/json
5656

examples/AspNetCore/WebApi/OpenApiExample/OpenApiExample.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GET {{baseUrl}}/api/orders/1?api-version=0.9
1414
GET {{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
1818
POST {{baseUrl}}/api/orders?api-version=1.0
1919
Content-Type: application/json
2020

@@ -36,7 +36,7 @@ Content-Type: application/json
3636
GET {{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
4040
GET {{baseUrl}}/api/orders/1?api-version=2.0
4141

4242
### Orders - Create - Version 2.0

0 commit comments

Comments
 (0)