Contract Testing: Get BDCT Provider Contract
contract-testing_get_bdct_provider_contractFetch the OpenAPI contract for a specific provider version in Bi-Directional Contract Testing. Provide the provider name and version number to retrieve the contract.
Instructions
Fetch the provider OpenAPI contract for a given provider version in Bi-Directional Contract Testing.
Toolset: Bi-Directional Contract Testing
Parameters:
providerName (string) required: Name of the provider
providerVersionNumber (string) required: Provider version number
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page | |
| pageNumber | No | Page number | |
| providerName | Yes | Name of the provider | |
| providerVersionNumber | Yes | Provider version number |