doc/pacts/markdown/Pact Broker Client - Pact Broker.md in pact_broker-client-1.20.0 vs doc/pacts/markdown/Pact Broker Client - Pact Broker.md in pact_broker-client-1.21.0
- old
+ new
@@ -432,10 +432,10 @@
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
```json
{
"method": "get",
"path": "/matrix",
- "query": "q[][pacticipant]=Foo&q[][version]=1.2.3&latestby=cvp"
+ "query": "q[][pacticipant]=Foo&q[][version]=1.2.3&latestby=cvp&latest=true"
}
```
Pact Broker will respond with:
```json
{