generateSpecFromCollection
Generate an OpenAPI specification (2.0, 3.0, or 3.1) from a Postman collection. Provides a polling link to track task status.
Instructions
Generates an OpenAPI 2.0, 3.0, or 3.1 specification for the given collection. The response contains a polling link to the task status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionUid | Yes | The collection's unique ID. | |
| elementType | Yes | The `spec` value. | |
| name | Yes | The API specification's name. | |
| type | Yes | The specification's type. | |
| format | Yes | The format of the API specification. |