Adam Witko
08/04/2022, 8:04 AM{"error":{"message":"An error has occurred. The details have been logged with the reference DrCxVPsPSd","reference":"DrCxVPsPSd"}}
but I can’t seem to find how I get to these via the API. Can anyone help?Adam Witko
08/04/2022, 8:14 AMcurl --location --request POST '<https://pact-broker.internal.io/pacts/provider/test-service/for-verification>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerVersionTags": [
"DP-2086"
],
"includePendingStatus": true,
"consumerVersionSelectors": [
{
"mainBranch": true
},
{
"deployedOrReleased": true
},
{
"matchingBranch": true
}
],
"providerVersionBranch": "DP-2086"
}'
> {"error":{"message":"An error has occurred. The details have been logged with the reference XmWvwEMTCw","reference":"XmWvwEMTCw"}}
Matt (pactflow.io / pact-js / pact-go)
Adam Witko
08/04/2022, 1:43 PMBeth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Adam Witko
08/05/2022, 8:38 AM