Contract Testing: Update Pacticipant
contract-testing_update_pacticipantUpdate a pacticipant's metadata including display name, main branch, and repository URL for contract testing configuration.
Instructions
Fully replace a pacticipant's metadata (display name, main branch, repository URL, etc.).
Toolset: Pacticipants
Parameters:
pacticipantName (string) required: Name of the pacticipant to update
displayName (string): Human-readable display name
mainBranch (string): Name of the main/trunk branch (e.g. 'main')
repositoryName (string): Repository name
repositoryNamespace (string): Repository namespace/organisation
repositoryUrl (string): URL of the source repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mainBranch | No | Name of the main/trunk branch (e.g. 'main') | |
| displayName | No | Human-readable display name | |
| repositoryUrl | No | URL of the source repository | |
| repositoryName | No | Repository name | |
| pacticipantName | Yes | Name of the pacticipant to update | |
| repositoryNamespace | No | Repository namespace/organisation |