update_api_doc
Update an existing Confluence API documentation page by supplying a new Swagger/OpenAPI spec, with optional endpoint filters to control which paths and tags appear.
Instructions
Update an existing API documentation page with new Swagger/OpenAPI spec
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Existing Confluence page ID to update | |
| filterTags | No | Optional: only include endpoints with these tags | |
| filterPaths | No | Optional: only include endpoints matching these path patterns | |
| swaggerSource | Yes | URL or file path to the Swagger/OpenAPI specification |