create_api_doc_from_controller
Eliminate manual documentation by generating Confluence API docs from NestJS controller files, with optional endpoint filters and automatic Postman collection creation.
Instructions
Create a new API documentation page from NestJS controller files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional: custom page title | |
| baseUrl | No | Optional: API base URL for Postman collection | |
| spaceKey | Yes | Target Confluence space key | |
| filterTags | No | Optional: only include endpoints with these tags | |
| filterPaths | No | Optional: only include endpoints matching these path patterns | |
| parentPageId | No | Optional: parent page ID for nesting | |
| controllerPath | Yes | Path to a .controller.ts file or directory containing controller files |