Skip to content

Commit

Permalink
docs: update Postman Collection for the version 0.4.0 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaytunc-zf authored May 31, 2023
1 parent c4d49f6 commit 6735df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/postman/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"@context\": {\n \"odrl\": \"http://www.w3.org/ns/odrl/2/\"\n },\n \"assetId\": \"{{ASSET_ID}}\",\n \"connectorAddress\": \"{{PROVIDER_PROTOCOL_URL}}\",\n \"contractId\": \"1:1:e79ddbda-8317-4644-ba8d-70d07298284a\",\n \"dataDestination\": {\n \"properties\": {\n \"type\": \"HttpProxy\"\n }\n },\n \"managedResources\": false,\n \"privateProperties\": {\n \"receiverHttpEndpoint\": \"{{BACKEND_SERVICE}}\"\n },\n \"protocol\": \"dataspace-protocol-http\",\n \"transferType\": {\n \"contentType\": \"application/octet-stream\",\n \"isFinite\": true\n }\n}",
"raw": "{\n \"@context\": {\n \"odrl\": \"http://www.w3.org/ns/odrl/2/\"\n },\n \"assetId\": \"{{ASSET_ID}}\",\n \"connectorAddress\": \"{{PROVIDER_PROTOCOL_URL}}\",\n \"contractId\": \"<contractAgreementId>\",\n \"dataDestination\": {\n \"properties\": {\n \"type\": \"HttpProxy\"\n }\n },\n \"managedResources\": false,\n \"privateProperties\": {\n \"receiverHttpEndpoint\": \"{{BACKEND_SERVICE}}\"\n },\n \"protocol\": \"dataspace-protocol-http\",\n \"transferType\": {\n \"contentType\": \"application/octet-stream\",\n \"isFinite\": true\n }\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -822,7 +822,7 @@
},
{
"key": "PROVIDER_PROTOCOL_URL",
"value": "http://plato-controlplane:8084/api/v1/dsp\n"
"value": "http://plato-controlplane:8084/api/v1/dsp"
},
{
"key": "PROVIDER_MANAGEMENT_URL",
Expand Down

0 comments on commit 6735df2

Please sign in to comment.