ado_api_call
Execute Azure DevOps REST API calls to manage work items, repositories, pipelines, and other services through customizable HTTP methods and endpoints.
Instructions
Make a generic Azure DevOps REST API call
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| endpoint | Yes | API endpoint (e.g., /git/repositories) | |
| method | No | HTTP method (GET, POST, PATCH, PUT, DELETE) | GET |
| params | No | Query parameters | |
| body | No | Request body (for POST/PATCH/PUT) |