Skip to content

Commit 7f71e8e

Browse files
committed
remove header
1 parent b815ee7 commit 7f71e8e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/integrate/get-started/rest/samples.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ using (var client = new HttpClient())
8181
-u username:PAT https://dev.azure.com/{organization}/_apis/projects?api-version=6.0
8282
```
8383

84-
## POST request samples
84+
## POST request sample
8585

8686
The following curl request creates a new work item of the "Task" type in a specified project:
8787

@@ -91,7 +91,7 @@ The following curl request creates a new work item of the "Task" type in a speci
9191
https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/$Task?api-version=6.0
9292
```
9393

94-
## PUT request samples
94+
## PUT request sample
9595

9696
The following curl request updates an existing work item by changing its state to "In Progress":
9797

@@ -101,7 +101,7 @@ The following curl request updates an existing work item by changing its state t
101101
https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=6.0
102102
```
103103

104-
## DELETE request samples
104+
## DELETE request sample
105105

106106
The following curl request deletes an existing work item from a specified project:
107107

@@ -136,8 +136,6 @@ using (ProjectHttpClient projectHttpClient = new ProjectHttpClient(uri, credenti
136136

137137
```
138138

139-
## Error handling
140-
141139
## FAQs
142140

143141
<!-- BEGINSECTION class="md-qanda" -->

0 commit comments

Comments
 (0)