Skip to content

Commit

Permalink
Merge pull request #3709 from v-rajagt/chcomley-sep13
Browse files Browse the repository at this point in the history
link fixed.
  • Loading branch information
PRMerger8 authored Sep 16, 2021
2 parents cab65e2 + 09c5ebd commit c23c494
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/integrate/how-to/call-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Content-Type: application/json

Some web proxies may only support the HTTP verbs GET and POST, but not more modern HTTP verbs like PATCH and DELETE.
If your calls may pass through one of these proxies, you can send the actual verb using a POST method, with a header to override the method.
For example, you may want to [update a work item](/rest/api/azure/devops/wit/work%20items/update) (`PATCH _apis/wit/workitems/3`), but you may have to go through a proxy that only allows GET or POST.
For example, you may want to [update a work item](/rest/api/azure/devops/wit/work-items/update) (`PATCH _apis/wit/workitems/3`), but you may have to go through a proxy that only allows GET or POST.
You can pass the proper verb (PATCH in this case) as an HTTP request header parameter and use POST as the actual HTTP method.

```no-highlight
Expand Down
4 changes: 2 additions & 2 deletions docs/project/search/functional-code-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ In a TFVC project, you see a list of folder paths in that project for which you
## Search code with REST API

You can use APIs to extend or supplement the capabilities listed in this article. For information about Code Search with REST API, see [Fetch Code Search Results](/rest/api/azure/devops/search/code%20search%20results/fetch%20code%20search%20results).
You can use APIs to extend or supplement the capabilities listed in this article. For information about Code Search with REST API, see [Fetch Code Search Results](/rest/api/azure/devops/search/code-search-results/fetch-code-search-results).

## Next steps

Expand All @@ -173,4 +173,4 @@ You can use APIs to extend or supplement the capabilities listed in this article
* [Get started with Search](get-started-search.md)
* [Search artifacts and packages](functional-package-search.md)
* [Search work items](functional-work-item-search.md)
* [Search FAQs](faq-search.yml)
* [Search FAQs](faq-search.yml)
2 changes: 1 addition & 1 deletion docs/project/search/functional-package-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add more criteria to either narrow or broaden your search by using the operators

## Search packages with REST API

You can use APIs to extend or supplement the capabilities listed in this article. For information about Package Search with REST API, see [Fetch Package Search Results](/rest/api/azure/devops/search/package%20search%20results/fetch%20package%20search%20results).
You can use APIs to extend or supplement the capabilities listed in this article. For information about Package Search with REST API, see [Fetch Package Search Results](/rest/api/azure/devops/search/package-search-results/fetch-package-search-results).
## Next steps

> [!div class="nextstepaction"]
Expand Down
2 changes: 1 addition & 1 deletion docs/project/search/functional-work-item-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ If you're using a portrait orientation screen, use the **Preview pane: Right** l
## Search Work Items with REST API

You can use APIs to extend or supplement the capabilities listed in this article. For information about Work Item Search with REST API, see [Fetch Work Item Search Results](/rest/api/azure/devops/search/work%20item%20search%20results/fetch%20work%20item%20search%20results).
You can use APIs to extend or supplement the capabilities listed in this article. For information about Work Item Search with REST API, see [Fetch Work Item Search Results](/rest/api/azure/devops/search/work-item-search-results/fetch-work-item-search-results).

## Next steps

Expand Down

0 comments on commit c23c494

Please sign in to comment.