Contract Testing: Patch Pacticipant
contract-testing_patch_pacticipantUpdate specific fields of a pacticipant's metadata, such as display name or main branch, in contract testing.
Instructions
Partially update a pacticipant's metadata — only fields provided are changed.
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 |