sync_from_controller
Automatically migrate API endpoints from .NET controller code to Postman collections by parsing C# controllers and generating corresponding requests with metadata.
Instructions
Auto-migrate API endpoint from .NET controller code to Postman
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | Postman collection ID | |
| controllerCode | Yes | Full C# controller code with XML comments | |
| baseUrl | Yes | Base URL (e.g., 'http://localhost:5020' or 'https://api.example.com') | |
| apiVersion | No | API version (e.g., '1.0') - extracted from [ApiVersion] attribute | 1.0 |
| folderName | No | Optional: Folder name to organize requests (will be created if not exists) |