Sha256: 90258dce802f34c964f49a806225ec35b05dd73b85346e0250134cd47c1d9f04

Contents?: true

Size: 801 Bytes

Versions: 1

Compression:

Stored size: 801 Bytes

Contents

# Pacticipants

"Pacticipant" - a party that participates in a pact (ie. a Consumer or a Provider).

### Creating pacticipants
Participants are created automatically when a pact is published to the pact broker. The name is based on the URL compontents used to publish the pact (ie. /pacts/provider/$PROVIDER\_NAME/consumer/$CONSUMER\_NAME/version/$CONSUMER\_VERSION), not on the contents of the pact, as the Pact Broker is designed to be agnostic of the actual pact format as much as possible.


### Deleting pacticipants
Deleting a pacticipant will delete all associated pacts, versions, tags and webhooks. To delete a pacticipant, send a DELETE request to the relevant pacticipant URL via the HAL browser or any other HTTP client.

    $ curl -X DELETE http://pact-broker/pacticipants/My%20Consumer

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pact_broker-1.3.2.rc1 lib/pact_broker/doc/views/pacticipants.markdown