We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01752a1 commit af5e416Copy full SHA for af5e416
1 file changed
Requests/ControlPlane Management/Initiate Transfer.bru
@@ -21,9 +21,10 @@ body:json {
21
"connectorId": "{{PROVIDER_ID}}",
22
"contractId": "{{CONTRACT_AGREEMENT_ID}}",
23
"dataDestination": {
24
+ "@type": "DataAddress",
25
"type": "HttpProxy"
26
},
- "protocol": "dataspace-protocol-http",
27
+ "protocol": "dataspace-protocol-http:2025-1",
28
"transferType": "HttpData-PULL"
29
}
30
0 commit comments