From f9f7e6595a5bd81359e35dd139d32015e9c23ee4 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Tue, 26 Nov 2024 10:20:51 +0800 Subject: [PATCH] docs(Postman): update EDC provider setup collection --- ...EDC Provider Setup.postman_collection.json | 255 ++++++++---------- 1 file changed, 106 insertions(+), 149 deletions(-) diff --git a/docs/postman/EDC Provider Setup.postman_collection.json b/docs/postman/EDC Provider Setup.postman_collection.json index db5201aa8..3d99748ef 100644 --- a/docs/postman/EDC Provider Setup.postman_collection.json +++ b/docs/postman/EDC Provider Setup.postman_collection.json @@ -7,51 +7,8 @@ }, "item": [ { - "name": "General Policies", + "name": "Purpose Policies", "item": [ - { - "name": "Create Is Active Member", - "event": [ - { - "listen": "prerequest", - "script": { - "exec": [ - "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", - " var uuid = require('uuid');", - " pm.collectionVariables.set(\"POLICY_ACTIVE_MEMBER\", uuid.v4())", - "}", - "" - ], - "type": "text/javascript", - "packages": {} - } - } - ], - "request": { - "method": "POST", - "header": [], - "body": { - "mode": "raw", - "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\",\n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACTIVE_MEMBER}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"Membership\",\n \"operator\": \"eq\",\n \"rightOperand\": \"active\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"ActiveMember\",\n \"cx-common:version\": \"6.0\"\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/policydefinitions", - "host": [ - "{{PROVIDER_EDC_MANAGEMENT_API}}" - ], - "path": [ - "v2", - "policydefinitions" - ] - } - }, - "response": [] - }, { "name": "Create Accept Purpose Pool", "event": [ @@ -75,7 +32,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_POOL}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"businessPartner:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.pool:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurpose\",\n \"cx-common:version\": \"6.0\"\n }\n}", + "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_POOL}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"DataExchangeGovernance:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.pool:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurposePool\",\n \"cx-common:version\": \"6.0\"\n }\n}", "options": { "raw": { "language": "json" @@ -83,12 +40,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/policydefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/policydefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "policydefinitions" ] } @@ -118,7 +75,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_GATE_UPLOAD}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"businessPartner:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.gate.upload:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurpose\",\n \"cx-common:version\": \"6.0\"\n }\n}", + "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_GATE_UPLOAD}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"DataExchangeGovernance:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.gate.upload:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurpose\",\n \"cx-common:version\": \"6.0\"\n }\n}", "options": { "raw": { "language": "json" @@ -126,12 +83,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/policydefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/policydefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "policydefinitions" ] } @@ -161,7 +118,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_GATE_DOWNLOAD}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"businessPartner:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.gate.download:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurpose\",\n \"cx-common:version\": \"6.0\"\n }\n}", + "raw": "{\n \"@context\": [\n \"https://w3id.org/tractusx/policy/v1.0.0\",\n \"http://www.w3.org/ns/odrl.jsonld\", \n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_ACCEPT_PURPOSE_GATE_DOWNLOAD}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"FrameworkAgreement\",\n \"operator\": \"eq\",\n \"rightOperand\": \"DataExchangeGovernance:1.0\"\n },\n {\n \"leftOperand\": \"UsagePurpose\",\n \"operator\": \"eq\",\n \"rightOperand\": \"cx.bpdm.gate.download:1\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"AcceptPurpose\",\n \"cx-common:version\": \"6.0\"\n }\n}", "options": { "raw": { "language": "json" @@ -169,12 +126,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/policydefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/policydefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "policydefinitions" ] } @@ -184,103 +141,103 @@ ] }, { - "name": "Pool Member Read Access", + "name": "Sharing Member Offers", "item": [ { - "name": "Create Asset", - "event": [ + "name": "1. Create Access Policy", + "item": [ { - "listen": "prerequest", - "script": { - "exec": [ - "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", - " var uuid = require('uuid');", - " pm.collectionVariables.set(\"ASSET_POOL_CX_MEMBER_READ\", uuid.v4())", - "}" - ], - "type": "text/javascript", - "packages": {} - } - } - ], - "request": { - "method": "POST", - "header": [], - "body": { - "mode": "raw", - "raw": "{\n \"@context\": {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-taxo\": \"https://w3id.org/catenax/taxonomy/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n },\n \"@type\": \"Asset\", \n \"@id\": \"{{ASSET_POOL_CX_MEMBER_READ}}\", \n \"properties\": { \n \"dct:type\": \"cx-taxo:BPDMPool\",\n \"dct:subject\": \"cx-taxo:ReadAccessPoolForCatenaXMember\",\n \"dct:description\": \"Grants the Catena-X Member read access to the Pool API. This can be used to read legal entity, site, address, legal form, identifier type and administrative area level 1 data. To that end, it also grants read access to the respective changelog entries and identifier mappings, as well as relational data.\",\n \"cx-common:version\": \"6.0\"\n },\n \"dataAddress\": {\n \"@type\": \"DataAddress\",\n \"type\": \"HttpData\",\n \"baseUrl\": \"{{POOL_API}}/v6\",\n \"oauth2:tokenUrl\": \"{{TOKEN_URL}}\",\n \"oauth2:clientId\": \"{{CLIENT_ID_POOL_CX_MEMBER_READ}}\",\n \"oauth2:clientSecretKey\": \"{{CLIENT_SECRET_PATH_POOL_CX_MEMBER_READ_CLIENT}}\", \n \"proxyMethod\": \"true\",\n \"proxyPath\": \"true\",\n \"proxyQueryParams\": \"true\",\n \"proxyBody\": \"true\"\n }\n}", - "options": { - "raw": { - "language": "json" + "name": "Create Has BPN Policy", + "event": [ + { + "listen": "prerequest", + "script": { + "exec": [ + "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", + " var uuid = require('uuid');", + " pm.collectionVariables.set(\"POLICY_BUSINESS_PARTNER_NUMBER\", uuid.v4())", + "}", + "" + ], + "type": "text/javascript", + "packages": {} + } } - } - }, - "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/assets", - "host": [ - "{{PROVIDER_EDC_MANAGEMENT_API}}" ], - "path": [ - "v3", - "assets" - ] + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"@context\": [\n \"http://www.w3.org/ns/odrl.jsonld\",\n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\",\n \"tx\": \"https://w3id.org/tractusx/v0.0.1/ns/\"\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_BUSINESS_PARTNER_NUMBER}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"tx:BusinessPartnerNumber\",\n \"operator\": \"eq\",\n \"rightOperand\": \"{{CONSUMER_BPNL}}\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"BusinessPartnerNumber\": \"{{CONSUMER_BPNL}}\",\n \"dct:type\": \"HasBusinessPartnerNumber\",\n \"cx-common:version\": \"6.0\"\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/policydefinitions", + "host": [ + "{{PROVIDER_EDC_MANAGEMENT_API}}" + ], + "path": [ + "v3", + "policydefinitions" + ] + } + }, + "response": [] } - }, - "response": [] + ] }, { - "name": "Create Contract Definition", - "event": [ + "name": "Pool Member Read Access", + "item": [ { - "listen": "prerequest", - "script": { - "exec": [ - "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", - " var uuid = require('uuid');", - " pm.collectionVariables.set(\"CONTRACT_POOL_CX_MEMBER_READ\", uuid.v4())", - "}", - "" - ], - "type": "text/javascript", - "packages": {} - } - } - ], - "request": { - "method": "POST", - "header": [], - "body": { - "mode": "raw", - "raw": "{\n \"@context\": {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\"\n },\n \"@id\": \"{{CONTRACT_POOL_CX_MEMBER_READ}}\",\n \"@type\": \"ContractDefinition\",\n \"accessPolicyId\": \"{{POLICY_ACTIVE_MEMBER}}\",\n \"contractPolicyId\": \"{{POLICY_ACCEPT_PURPOSE_POOL}}\",\n \"assetsSelector\": {\n \"@type\": \"CriterionDto\",\n \"operandLeft\": \"https://w3id.org/edc/v0.0.1/ns/id\",\n \"operator\": \"in\",\n \"operandRight\": [\n \"{{ASSET_POOL_CX_MEMBER_READ}}\"\n ]\n },\n \"privateProperties\": {\n \"dct:type\": \"ReadAccessPoolForCatenaXMember\",\n \"cx-common:version\": \"6.0\"\n }\n}", - "options": { - "raw": { - "language": "json" + "name": "Create Asset", + "event": [ + { + "listen": "prerequest", + "script": { + "exec": [ + "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", + " var uuid = require('uuid');", + " pm.collectionVariables.set(\"ASSET_POOL_CX_MEMBER_READ\", uuid.v4())", + "}" + ], + "type": "text/javascript", + "packages": {} + } } - } - }, - "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/contractdefinitions", - "host": [ - "{{PROVIDER_EDC_MANAGEMENT_API}}" ], - "path": [ - "v2", - "contractdefinitions" - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Gate", - "item": [ - { - "name": "Policies", - "item": [ + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"@context\": {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-taxo\": \"https://w3id.org/catenax/taxonomy/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n },\n \"@type\": \"Asset\", \n \"@id\": \"{{ASSET_POOL_CX_MEMBER_READ}}\", \n \"properties\": { \n \"dct:type\": \"cx-taxo:BPDMPool\",\n \"dct:subject\": \"cx-taxo:ReadAccessPoolForCatenaXMember\",\n \"dct:description\": \"Grants the Catena-X Member read access to the Pool API. This can be used to read legal entity, site, address, legal form, identifier type and administrative area level 1 data. To that end, it also grants read access to the respective changelog entries and identifier mappings, as well as relational data.\",\n \"cx-common:version\": \"6.0\"\n },\n \"dataAddress\": {\n \"@type\": \"DataAddress\",\n \"type\": \"HttpData\",\n \"baseUrl\": \"{{POOL_API}}/v6\",\n \"oauth2:tokenUrl\": \"{{TOKEN_URL}}\",\n \"oauth2:clientId\": \"{{CLIENT_ID_POOL_CX_MEMBER_READ}}\",\n \"oauth2:clientSecretKey\": \"{{CLIENT_SECRET_PATH_POOL_CX_MEMBER_READ_CLIENT}}\", \n \"proxyMethod\": \"true\",\n \"proxyPath\": \"true\",\n \"proxyQueryParams\": \"true\",\n \"proxyBody\": \"true\"\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/assets", + "host": [ + "{{PROVIDER_EDC_MANAGEMENT_API}}" + ], + "path": [ + "v3", + "assets" + ] + } + }, + "response": [] + }, { - "name": "Create Has BPN", + "name": "Create Contract Definition", "event": [ { "listen": "prerequest", @@ -288,7 +245,7 @@ "exec": [ "if(pm.collectionVariables.get(\"GENERATE_UUIDS\").toLocaleLowerCase() == \"true\"){", " var uuid = require('uuid');", - " pm.collectionVariables.set(\"POLICY_BUSINESS_PARTNER_NUMBER\", uuid.v4())", + " pm.collectionVariables.set(\"CONTRACT_POOL_CX_MEMBER_READ\", uuid.v4())", "}", "" ], @@ -302,7 +259,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"@context\": [\n \"http://www.w3.org/ns/odrl.jsonld\",\n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\",\n \"tx\": \"https://w3id.org/tractusx/v0.0.1/ns/\"\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_BUSINESS_PARTNER_NUMBER}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"tx:BusinessPartnerNumber\",\n \"operator\": \"eq\",\n \"rightOperand\": \"{{CONSUMER_BPNL}}\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"BusinessPartnerNumber\": \"{{CONSUMER_BPNL}}\",\n \"dct:type\": \"HasBusinessPartnerNumber\",\n \"cx-common:version\": \"6.0\"\n }\n}", + "raw": "{\n \"@context\": {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n },\n \"@id\": \"{{CONTRACT_POOL_CX_MEMBER_READ}}\",\n \"@type\": \"ContractDefinition\",\n \"accessPolicyId\": \"{{POLICY_BUSINESS_PARTNER_NUMBER}}\",\n \"contractPolicyId\": \"{{POLICY_ACCEPT_PURPOSE_POOL}}\",\n \"assetsSelector\": {\n \"@type\": \"CriterionDto\",\n \"operandLeft\": \"https://w3id.org/edc/v0.0.1/ns/id\",\n \"operator\": \"in\",\n \"operandRight\": [\n \"{{ASSET_POOL_CX_MEMBER_READ}}\"\n ]\n },\n \"privateProperties\": {\n \"BusinessPartnerNumber\": \"{{CONSUMER_BPNL}}\",\n \"dct:type\": \"ReadAccessPoolForCatenaXMember\",\n \"cx-common:version\": \"6.0\"\n }\n}", "options": { "raw": { "language": "json" @@ -310,13 +267,13 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/policydefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/contractdefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", - "policydefinitions" + "v3", + "contractdefinitions" ] } }, @@ -399,12 +356,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/contractdefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/contractdefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "contractdefinitions" ] } @@ -488,12 +445,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/contractdefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/contractdefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "contractdefinitions" ] } @@ -577,12 +534,12 @@ } }, "url": { - "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v2/contractdefinitions", + "raw": "{{PROVIDER_EDC_MANAGEMENT_API}}/v3/contractdefinitions", "host": [ "{{PROVIDER_EDC_MANAGEMENT_API}}" ], "path": [ - "v2", + "v3", "contractdefinitions" ] }