Sha256: 68ccab92b05d6314a3d8bc2bc156ff9905dbbc5893fce01e57178c917a879064

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

{
  "category": "Webhooks",
  "name": "Triggered webhooks for verification publication",
  "order": 45,
  "request": {
    "method": "GET",
    "path_template": "/pacts/provider/:provider_name/consumer/:consumer_name/pact-version/:pact_version_sha/verification-results/:verification_number/triggered-webhooks",
    "path": "/pacts/provider/Bar/consumer/Foo/pact-version/3e193ecb37ad04b43ce974a38352c704b2e0ed6b/verification-results/1/triggered-webhooks",
    "headers": {
      "Accept": "application/hal+json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/hal+json;charset=utf-8"
    },
    "body": {
      "_embedded": {
        "triggeredWebhooks": [

        ]
      },
      "_links": {
        "self": {
          "title": "Webhooks triggered by the publication of verification result 1",
          "href": "http://example.org/pacts/provider/Bar/consumer/Foo/pact-version/3e193ecb37ad04b43ce974a38352c704b2e0ed6b/verification-results/1/triggered-webhooks"
        }
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact_broker-2.89.1 spec/fixtures/approvals/docs_webhooks_triggered_webhooks_for_verification_publication_get.approved.json
pact_broker-2.89.0 spec/fixtures/approvals/docs_webhooks_triggered_webhooks_for_verification_publication_get.approved.json
pact_broker-2.88.0 spec/fixtures/approvals/docs_webhooks_triggered_webhooks_for_verification_publication_get.approved.json