Sha256: d4de404cfdc7a3eeefc2b2aef3cf7f4d2fc6b3924bde30f7e99305e5566a59ac

Contents?: true

Size: 838 Bytes

Versions: 158

Compression:

Stored size: 838 Bytes

Contents

# Pacticipants

Allowed methods: GET, PATCH, DELETE

"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

158 entries across 158 versions & 1 rubygems

Version Path
pact_broker-1.14.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.13.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.12.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.11.2 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.11.1 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.11.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.10.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.9.3 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.9.2 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.9.1 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.9.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.9.0.rc1 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.8.1 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.8.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.7.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.6.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.5.0 lib/pact_broker/doc/views/pacticipants.markdown
pact_broker-1.4.0 lib/pact_broker/doc/views/pacticipants.markdown