Skip to content

Commit

Permalink
fix: update EDR negotiation request (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroyuki Wada <[email protected]>
  • Loading branch information
wadahiro authored Dec 19, 2023
1 parent 1f47341 commit 3e4e96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ curl --location 'http://localhost/bob/management/edrs' \
"odrl": "http://www.w3.org/ns/odrl/2/"
},
"@type": "NegotiationInitiateRequestDto",
"connectorAddress": "http://alice-controlplane:8084/api/v1/dsp",
"counterPartyAddress": "http://alice-controlplane:8084/api/v1/dsp",
"protocol": "dataspace-protocol-http",
"connectorId": "BPNL000000000001",
"counterPartyId": "BPNL000000000001",
"providerId": "BPNL000000000001",
"offer": {
"offerId": "MQ==:MQ==:MDJlMGRlOWUtNzdhZS00N2FhLTg5ODktYzEyMTdhMDE4ZjJh",
Expand Down

0 comments on commit 3e4e96c

Please sign in to comment.