syncCollectionWithSpec
Synchronize a Postman collection to match its API specification, supporting OpenAPI 2.0, 3.0, and 3.1. Returns HTTP 202 Accepted asynchronously.
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 2.0, 3.0, and 3.1 specification types.
You can only sync collections generated from the given spec ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionUid | Yes | The collection's unique ID. | |
| specId | Yes | The spec's ID. |