Contract Testing: Patch Pacticipant
contract-testing_patch_pacticipantUpdate a pacticipant's metadata by providing only the fields to change. Specify the pacticipant name and optional display name, main branch, or repository details to apply targeted updates.
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 |