Skip to content

Commit 06fb621

Browse files
Copilotxavierjohn
andcommitted
Ensure consistent comment terminology across all .http files
Co-authored-by: xavierjohn <[email protected]>
1 parent e387479 commit 06fb621

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/AspNet/OData/OpenApiODataWebApiExample/OpenApiODataWebApiExample.http

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GET {{baseUrl}}/api/orders/1?api-version=1.0
1818
GET {{baseUrl}}/api/orders/1?api-version=1.0&$select=Id,Customer
1919

2020
### Orders - Create - Version 1.0
21-
# Place a new order
21+
# Create a new order
2222
POST {{baseUrl}}/api/orders?api-version=1.0
2323
Content-Type: application/json
2424

@@ -43,7 +43,7 @@ GET {{baseUrl}}/api/orders?api-version=2.0&$select=Id,Customer
4343
GET {{baseUrl}}/api/orders/1?api-version=2.0
4444

4545
### Orders - Create - Version 2.0
46-
# Place a new order with effective date
46+
# Create a new order with effective date
4747
POST {{baseUrl}}/api/orders?api-version=2.0
4848
Content-Type: application/json
4949

@@ -77,7 +77,7 @@ GET {{baseUrl}}/api/orders?api-version=3.0&$filter=Id gt 1
7777
GET {{baseUrl}}/api/orders/1?api-version=3.0
7878

7979
### Orders - Create - Version 3.0
80-
# Place a new order
80+
# Create a new order
8181
POST {{baseUrl}}/api/orders?api-version=3.0
8282
Content-Type: application/json
8383

examples/AspNet/WebApi/OpenApiWebApiExample/OpenApiWebApiExample.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GET {{baseUrl}}/api/orders?api-version=2.0
4040
GET {{baseUrl}}/api/orders/1?api-version=2.0
4141

4242
### Orders - Create - Version 2.0
43-
# Place a new order with effective date
43+
# Create a new order with effective date
4444
POST {{baseUrl}}/api/orders?api-version=2.0
4545
Content-Type: application/json
4646

@@ -68,7 +68,7 @@ GET {{baseUrl}}/api/orders?api-version=3.0
6868
GET {{baseUrl}}/api/orders/1?api-version=3.0
6969

7070
### Orders - Create - Version 3.0
71-
# Place a new order
71+
# Create a new order
7272
POST {{baseUrl}}/api/orders?api-version=3.0
7373
Content-Type: application/json
7474

examples/AspNetCore/OData/ODataOpenApiExample/ODataOpenApiExample.http

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GET {{baseUrl}}/api/orders/1?api-version=1.0
1818
GET {{baseUrl}}/api/orders/1?api-version=1.0&$select=Id,Customer
1919

2020
### Orders - Create - Version 1.0
21-
# Place a new order
21+
# Create a new order
2222
POST {{baseUrl}}/api/orders?api-version=1.0
2323
Content-Type: application/json
2424

@@ -43,7 +43,7 @@ GET {{baseUrl}}/api/orders?api-version=2.0&$select=Id,Customer
4343
GET {{baseUrl}}/api/orders/1?api-version=2.0
4444

4545
### Orders - Create - Version 2.0
46-
# Place a new order with effective date
46+
# Create a new order with effective date
4747
POST {{baseUrl}}/api/orders?api-version=2.0
4848
Content-Type: application/json
4949

@@ -77,7 +77,7 @@ GET {{baseUrl}}/api/orders?api-version=3.0&$filter=Id gt 1
7777
GET {{baseUrl}}/api/orders/1?api-version=3.0
7878

7979
### Orders - Create - Version 3.0
80-
# Place a new order
80+
# Create a new order
8181
POST {{baseUrl}}/api/orders?api-version=3.0
8282
Content-Type: application/json
8383

examples/AspNetCore/WebApi/OpenApiExample/OpenApiExample.http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GET {{baseUrl}}/api/orders?api-version=2.0
4040
GET {{baseUrl}}/api/orders/1?api-version=2.0
4141

4242
### Orders - Create - Version 2.0
43-
# Place a new order with effective date
43+
# Create a new order with effective date
4444
POST {{baseUrl}}/api/orders?api-version=2.0
4545
Content-Type: application/json
4646

@@ -68,7 +68,7 @@ GET {{baseUrl}}/api/orders?api-version=3.0
6868
GET {{baseUrl}}/api/orders/1?api-version=3.0
6969

7070
### Orders - Create - Version 3.0
71-
# Place a new order
71+
# Create a new order
7272
POST {{baseUrl}}/api/orders?api-version=3.0
7373
Content-Type: application/json
7474

0 commit comments

Comments
 (0)