Sha256: 9cf5495d3e7f9b009058d5cbc41c53e66d7999913520e932528941ce801a579a

Contents?: true

Size: 669 Bytes

Versions: 3

Compression:

Stored size: 669 Bytes

Contents

# Publish pact verification

Allowed methods: POST

Use the `pb:publish-verification` link in the pact resource to publish the results (either success or failure) of a pact verification. The body of the request must include the success (true or false) and the provider application version that the pact was verified against. It may also include the build URL to facilitate debugging when failures occur.

    POST http://broker/pacts/provider/Foo/consumer/Bar/pact-version/1234
    {
      success: true,
      providerApplicationVersion: "4.5.6",
      buildUrl: "http://my-ci.org/build/3456"
    }

Multiple verifications may be published for the same pact resource.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact_broker-2.0.0.beta.3 lib/pact_broker/doc/views/publish-verification.markdown
pact_broker-2.0.0.beta.2 lib/pact_broker/doc/views/publish-verification.markdown
pact_broker-2.0.0.beta.1 lib/pact_broker/doc/views/publish-verification.markdown