apidog_export
Export an Apidog module's OpenAPI specification for external tool integration and documentation.
Instructions
Export full OpenAPI spec for an Apidog module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name (e.g. "api", "engine") | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| oasVersion | No | OpenAPI version (default 3.1) | |
| includeExtensions | No | Include x-apidog-* extensions (default true) |