File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
docs/integrate/get-started/rest Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
8686The 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
9191https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/$Task?api-version=6.0
9292```
9393
94- ## PUT request samples
94+ ## PUT request sample
9595
9696The 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
101101https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=6.0
102102```
103103
104- ## DELETE request samples
104+ ## DELETE request sample
105105
106106The 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" -->
You can’t perform that action at this time.
0 commit comments