syncCollectionWithSpec
Synchronizes Postman collections with their source API specifications to maintain consistency between documentation and testing workflows.
Instructions
Syncs a collection generated from an API specification. 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 collections generated from the given spec ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionUid | Yes | The collection's unique ID. | |
| specId | Yes | The spec's ID. |