Export OpenAPI Definitions v1
Export OpenAPI for v1 Runtime Workflows that have an HTTP API Binding.
- Open the Workflows screen.
- Select one or more v1 Runtime Workflows.
- Open the download menu.
- Click
Download OpenAPI definition. - Choose the Environment and OpenAPI version.
You can also request the API-key-filtered definition from GET https://{environment-hostname}/openapi.yml?runtimeVersion=1.
Improve the definition
- Add a useful Workflow description.
- Keep Variable Bar interface Properties strongly typed.
- Add clear Notes to request and response Properties.
- Add representative samples to
FgRequestBody,FgResponseBody,FgRequestHeaders, andFgResponseHeaderswhen they define the interface.
See OpenAPI Definitions via API and API.