syncSpecWithCollection
Sync an API specification with its Postman collection to maintain consistency between documentation and implementation.
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 3.0 specification type.
You can only sync specs generated from the given collection ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | The spec's ID. | |
| collectionUid | Yes | The collection's unique ID. |