Skip to content

Commit

Permalink
docs: update publish-verification-results.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Nov 23, 2017
1 parent 879e013 commit f9bafe3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Allowed methods: POST

Use a `POST` request to the `pb:publish-verification-results` link (`$['_links']['pb:publish-verification-results']['href']`) in the pact resource to publish the result (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

{
"success": true,
"providerApplicationVersion": "4.5.6",
Expand Down

0 comments on commit f9bafe3

Please sign in to comment.