Skip to content

Commit af5e416

Browse files
fix: missing @type and protocol version (#591)
1 parent 01752a1 commit af5e416

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Requests/ControlPlane Management/Initiate Transfer.bru

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ body:json {
2121
"connectorId": "{{PROVIDER_ID}}",
2222
"contractId": "{{CONTRACT_AGREEMENT_ID}}",
2323
"dataDestination": {
24+
"@type": "DataAddress",
2425
"type": "HttpProxy"
2526
},
26-
"protocol": "dataspace-protocol-http",
27+
"protocol": "dataspace-protocol-http:2025-1",
2728
"transferType": "HttpData-PULL"
2829
}
2930
}

0 commit comments

Comments
 (0)