update_api_doc_from_controller
Update an existing Confluence API documentation page by parsing NestJS controller files, with optional filters for tags and paths to include only relevant endpoints.
Instructions
Update an existing API documentation page with NestJS controller files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Existing Confluence page ID to update | |
| baseUrl | No | Optional: API base URL for Postman collection | |
| filterTags | No | Optional: only include endpoints with these tags | |
| filterPaths | No | Optional: only include endpoints matching these path patterns | |
| controllerPath | Yes | Path to a .controller.ts file or directory containing controller files |