Azure DevOps REST (generic)
az_restSend arbitrary REST requests (GET/POST/PATCH) to Azure DevOps endpoints not covered by dedicated tools, using relative paths with automatic API versioning.
Instructions
對 Azure DevOps 發送任意 REST 請求(GET/POST/PATCH)。優先使用專用工具(az_pr_show、az_pr_changes、az_pr_workitems、az_workitem_relations、az_pr_comment、az_workitem_update、az_workitem_attach);此工具僅供未涵蓋的端點使用。path 為 organization(https://dev.azure.com/SKMHHIS)之後的相對路徑,未帶 api-version 時自動補 7.1。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON 字串(GET 不可帶) | |
| path | Yes | 相對路徑,例如 "MS/_apis/git/repositories/MS-Web/pullRequests/1/threads" | |
| method | Yes | HTTP method | |
| timeout | No | 逾時秒數,預設 120 | |
| contentType | No | 覆寫 Content-Type,預設自動判斷 |