doc/pacts/markdown/Pact Broker Client - Pact Broker.md in pact_broker-client-1.18.0 vs doc/pacts/markdown/Pact Broker Client - Pact Broker.md in pact_broker-client-1.19.0
- old
+ new
@@ -415,17 +415,17 @@
}
```
Pact Broker will respond with:
```json
{
- "status": 400,
+ "status": 200,
"headers": {
"Content-Type": "application/hal+json;charset=utf-8"
},
"body": {
- "errors": [
- "an error message"
- ]
+ "summary": {
+ "reason": "an error message"
+ }
}
}
```
<a name="a_request_for_the_compatibility_matrix_where_only_the_version_of_Foo_is_specified_given_the_pact_for_Foo_version_1.2.3_has_been_verified_by_Bar_version_4.5.6_and_version_5.6.7"></a>
Given **the pact for Foo version 1.2.3 has been verified by Bar version 4.5.6 and version 5.6.7**, upon receiving **a request for the compatibility matrix where only the version of Foo is specified** from Pact Broker Client, with