Contract Testing: Record Release
contract-testing_record_releaseRecord the release of a specific version of a pacticipant to an environment. Use this to track deployments in mobile or library release workflows.
Instructions
Record that a version of a pacticipant has been released to an environment (for mobile/library release workflows).
Toolset: Environments and Deployments
Parameters:
pacticipantName (string) required: Name of the pacticipant that was released
versionNumber (string) required: Version number that was released
environmentId (string) required: UUID of the target environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | UUID of the target environment | |
| versionNumber | Yes | Version number that was released | |
| pacticipantName | Yes | Name of the pacticipant that was released |