syncSpecWithCollection
Sync an API specification (OpenAPI 2.0, 3.0, 3.1) to its linked Postman collection. Asynchronous endpoint returns HTTP 202 accepted.
Instructions
Syncs an API specification linked to a collection. This is an asynchronous endpoint that returns an HTTP `202 Accepted` response.
Note:
This endpoint only supports the OpenAPI 2.0, 3.0, and 3.1 specification types.
This endpoint only supports the OpenAPI 2.0 and 3.0 specification types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | The spec's ID. | |
| collectionUid | Yes | The collection's unique ID. |