Contract Testing: Create Pacticipant
contract-testing_create_pacticipantRegister a new application or service as a pacticipant in the contract testing workspace with name, display name, main branch, and repository details.
Instructions
Register a new application/service (pacticipant) in the workspace.
Toolset: Pacticipants
Parameters:
name (string) required: Name of the pacticipant (cannot be changed after creation)
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 |
|---|---|---|---|
| name | Yes | Name of the pacticipant (cannot be changed after creation) | |
| 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 | |
| repositoryNamespace | No | Repository namespace/organisation |