From 98c9261acd019e2149e3ff727d718bef0d733a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Taj=C3=A8?= Date: Wed, 2 Oct 2024 11:32:14 +0200 Subject: [PATCH] Remove all not tested routes --- collections/agreement/Activate Agreement.bru | 25 ------------- .../agreement/Add Consumer Document.bru | 35 ------------------ collections/agreement/Archive Agreement.bru | 25 ------------- collections/agreement/Clone Agreement.bru | 25 ------------- .../agreement/Compute Agreeements State.bru | 36 ------------------- collections/agreement/Create Agreement.bru | 28 --------------- collections/agreement/Delete Agreement.bru | 24 ------------- .../Get Agreement Consumer Document.bru | 25 ------------- .../agreement/Get Agreement Consumers.bru | 26 -------------- .../agreement/Get Agreement Eservices.bru | 29 --------------- .../agreement/Get Agreement Producers.bru | 26 -------------- collections/agreement/Get Agreement.bru | 30 ---------------- collections/agreement/Get Agreements.bru | 30 ---------------- .../agreement/Get Consumer Document.bru | 25 ------------- collections/agreement/Reject Agreement.bru | 31 ---------------- collections/agreement/Status.bru | 20 ----------- collections/agreement/Submit Agreement.bru | 25 ------------- collections/agreement/Suspend Agreement.bru | 25 ------------- collections/agreement/Update Agreement.bru | 31 ---------------- collections/agreement/Upgrade Agreement.bru | 32 ----------------- .../Agreement/Get Agreement Attributes.bru | 25 ------------- .../Agreement/Get Agreement Purposes.bru | 25 ------------- .../api-gateway/Agreement/Get Agreement.bru | 25 ------------- .../api-gateway/Agreement/Get Agreements.bru | 26 -------------- .../Attributes/Create Certified Attribute.bru | 29 --------------- .../api-gateway/Attributes/Get Attribute.bru | 25 ------------- .../Get Client.bru | 25 ------------- .../Client - Key - Authorization/Get JWK.bru | 25 ------------- .../Eservice - Catalog/Get Descriptor.bru | 26 -------------- .../Eservice - Catalog/Get Descriptors.bru | 25 ------------- .../Eservice - Catalog/Get Eservice.bru | 25 ------------- .../Eservice - Catalog/Get Eservices.bru | 26 -------------- .../Notifier Events/Get Agreements Events.bru | 26 -------------- .../Notifier Events/Get Eservices Events.bru | 26 -------------- .../Notifier Events/Get Events.bru | 26 -------------- .../Notifier Events/Get Keys Events.bru | 26 -------------- .../Notifier Events/Get Producer Keys.bru | 26 -------------- .../Purpose/Get Purpose Agreement.bru | 25 ------------- .../api-gateway/Purpose/Get Purpose.bru | 25 ------------- .../api-gateway/Purpose/Get Purposes.bru | 26 -------------- .../Get Organization Eservices.bru | 31 ---------------- .../Get Organization.bru | 25 ------------- .../Revoke Tenant Attribute.bru | 27 -------------- .../Tenant - Organization/Upsert Tenant.bru | 35 ------------------ .../attribute/Create Certified Attribute.bru | 29 --------------- collections/attribute/Get Attributes.bru | 21 ----------- .../authorization/Create API Client Keys.bru | 35 ------------------ .../authorization/Create API Client.bru | 29 --------------- collections/bff/Catalog.bru | 26 -------------- collections/bff/GET session token.bru | 26 -------------- .../bff/Get Catalog Eservice Descriptor.bru | 26 -------------- .../bff/Producers Eservice Descriptor.bru | 26 -------------- collections/bff/Producers Eservices.bru | 26 -------------- .../bff/Tenant/Add Certified Attribute.bru | 31 ---------------- .../bff/Tenant/Add Declared Attribute.bru | 27 -------------- collections/bff/Tenant/Add Tenant Mail.bru | 32 ----------------- .../bff/Tenant/Certified Attributes.bru | 25 ------------- collections/bff/Tenant/Consumers.bru | 27 -------------- .../bff/Tenant/Declared Attributes.bru | 25 ------------- collections/bff/Tenant/Delete Tenant Mail.bru | 26 -------------- collections/bff/Tenant/Producers.bru | 27 -------------- .../Tenant/Requester Certified Attributes.bru | 26 -------------- .../bff/Tenant/Revoke Certified Attribute.bru | 26 -------------- .../bff/Tenant/Revoke Declared Attribute.bru | 25 ------------- .../bff/Tenant/Revoke Verified Attribute.bru | 26 -------------- collections/bff/Tenant/Tenant.bru | 25 ------------- collections/bff/Tenant/Tenants.bru | 26 -------------- .../bff/Tenant/Update Verified Attribute.bru | 32 ----------------- .../bff/Tenant/Verified Attributes.bru | 25 ------------- .../bff/Tenant/Verify Verified Attribute.bru | 32 ----------------- collections/bff/Update eservice.bru | 34 ------------------ collections/purpose/Create Purpose.bru | 34 ------------------ 72 files changed, 1959 deletions(-) delete mode 100644 collections/agreement/Activate Agreement.bru delete mode 100644 collections/agreement/Add Consumer Document.bru delete mode 100644 collections/agreement/Archive Agreement.bru delete mode 100644 collections/agreement/Clone Agreement.bru delete mode 100644 collections/agreement/Compute Agreeements State.bru delete mode 100644 collections/agreement/Create Agreement.bru delete mode 100644 collections/agreement/Delete Agreement.bru delete mode 100644 collections/agreement/Get Agreement Consumer Document.bru delete mode 100644 collections/agreement/Get Agreement Consumers.bru delete mode 100644 collections/agreement/Get Agreement Eservices.bru delete mode 100644 collections/agreement/Get Agreement Producers.bru delete mode 100644 collections/agreement/Get Agreement.bru delete mode 100644 collections/agreement/Get Agreements.bru delete mode 100644 collections/agreement/Get Consumer Document.bru delete mode 100644 collections/agreement/Reject Agreement.bru delete mode 100644 collections/agreement/Status.bru delete mode 100644 collections/agreement/Submit Agreement.bru delete mode 100644 collections/agreement/Suspend Agreement.bru delete mode 100644 collections/agreement/Update Agreement.bru delete mode 100644 collections/agreement/Upgrade Agreement.bru delete mode 100644 collections/api-gateway/Agreement/Get Agreement Attributes.bru delete mode 100644 collections/api-gateway/Agreement/Get Agreement Purposes.bru delete mode 100644 collections/api-gateway/Agreement/Get Agreement.bru delete mode 100644 collections/api-gateway/Agreement/Get Agreements.bru delete mode 100644 collections/api-gateway/Attributes/Create Certified Attribute.bru delete mode 100644 collections/api-gateway/Attributes/Get Attribute.bru delete mode 100644 collections/api-gateway/Client - Key - Authorization/Get Client.bru delete mode 100644 collections/api-gateway/Client - Key - Authorization/Get JWK.bru delete mode 100644 collections/api-gateway/Eservice - Catalog/Get Descriptor.bru delete mode 100644 collections/api-gateway/Eservice - Catalog/Get Descriptors.bru delete mode 100644 collections/api-gateway/Eservice - Catalog/Get Eservice.bru delete mode 100644 collections/api-gateway/Eservice - Catalog/Get Eservices.bru delete mode 100644 collections/api-gateway/Notifier Events/Get Agreements Events.bru delete mode 100644 collections/api-gateway/Notifier Events/Get Eservices Events.bru delete mode 100644 collections/api-gateway/Notifier Events/Get Events.bru delete mode 100644 collections/api-gateway/Notifier Events/Get Keys Events.bru delete mode 100644 collections/api-gateway/Notifier Events/Get Producer Keys.bru delete mode 100644 collections/api-gateway/Purpose/Get Purpose Agreement.bru delete mode 100644 collections/api-gateway/Purpose/Get Purpose.bru delete mode 100644 collections/api-gateway/Purpose/Get Purposes.bru delete mode 100644 collections/api-gateway/Tenant - Organization/Get Organization Eservices.bru delete mode 100644 collections/api-gateway/Tenant - Organization/Get Organization.bru delete mode 100644 collections/api-gateway/Tenant - Organization/Revoke Tenant Attribute.bru delete mode 100644 collections/api-gateway/Tenant - Organization/Upsert Tenant.bru delete mode 100644 collections/attribute/Create Certified Attribute.bru delete mode 100644 collections/attribute/Get Attributes.bru delete mode 100644 collections/authorization/Create API Client Keys.bru delete mode 100644 collections/authorization/Create API Client.bru delete mode 100644 collections/bff/Catalog.bru delete mode 100644 collections/bff/GET session token.bru delete mode 100644 collections/bff/Get Catalog Eservice Descriptor.bru delete mode 100644 collections/bff/Producers Eservice Descriptor.bru delete mode 100644 collections/bff/Producers Eservices.bru delete mode 100644 collections/bff/Tenant/Add Certified Attribute.bru delete mode 100644 collections/bff/Tenant/Add Declared Attribute.bru delete mode 100644 collections/bff/Tenant/Add Tenant Mail.bru delete mode 100644 collections/bff/Tenant/Certified Attributes.bru delete mode 100644 collections/bff/Tenant/Consumers.bru delete mode 100644 collections/bff/Tenant/Declared Attributes.bru delete mode 100644 collections/bff/Tenant/Delete Tenant Mail.bru delete mode 100644 collections/bff/Tenant/Producers.bru delete mode 100644 collections/bff/Tenant/Requester Certified Attributes.bru delete mode 100644 collections/bff/Tenant/Revoke Certified Attribute.bru delete mode 100644 collections/bff/Tenant/Revoke Declared Attribute.bru delete mode 100644 collections/bff/Tenant/Revoke Verified Attribute.bru delete mode 100644 collections/bff/Tenant/Tenant.bru delete mode 100644 collections/bff/Tenant/Tenants.bru delete mode 100644 collections/bff/Tenant/Update Verified Attribute.bru delete mode 100644 collections/bff/Tenant/Verified Attributes.bru delete mode 100644 collections/bff/Tenant/Verify Verified Attribute.bru delete mode 100644 collections/bff/Update eservice.bru delete mode 100644 collections/purpose/Create Purpose.bru diff --git a/collections/agreement/Activate Agreement.bru b/collections/agreement/Activate Agreement.bru deleted file mode 100644 index 868c3778dd..0000000000 --- a/collections/agreement/Activate Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Activate Agreement - type: http - seq: 14 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/activate - body: json - auth: none -} - -params:path { - agreementId: a3d64132-73be-492d-919c-8f9d52f1cb0d -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Add Consumer Document.bru b/collections/agreement/Add Consumer Document.bru deleted file mode 100644 index b728abf14e..0000000000 --- a/collections/agreement/Add Consumer Document.bru +++ /dev/null @@ -1,35 +0,0 @@ -meta { - name: Add Consumer Document - type: http - seq: 15 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/consumer-documents - body: json - auth: none -} - -params:path { - agreementId: d6d9dd82-6da5-45f1-9890-347c86b24e8d -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "id":"{{$randomUUID}}", - "name":"Documento Test", - "prettyName": "LokiDocument", - "contentType": "Contract", - "path": "anotherfile" - } -} diff --git a/collections/agreement/Archive Agreement.bru b/collections/agreement/Archive Agreement.bru deleted file mode 100644 index d5e3cc89b1..0000000000 --- a/collections/agreement/Archive Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Archive Agreement - type: http - seq: 13 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/archive - body: json - auth: none -} - -params:path { - agreementId: f6c02190-eecf-4767-90b3-0cc7740f365c -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Clone Agreement.bru b/collections/agreement/Clone Agreement.bru deleted file mode 100644 index 97c1592ec2..0000000000 --- a/collections/agreement/Clone Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Clone Agreement - type: http - seq: 19 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/clone - body: json - auth: none -} - -params:path { - agreementId: d6d9dd82-6da5-45f1-9890-347c86b24e8d -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Compute Agreeements State.bru b/collections/agreement/Compute Agreeements State.bru deleted file mode 100644 index 743c00c027..0000000000 --- a/collections/agreement/Compute Agreeements State.bru +++ /dev/null @@ -1,36 +0,0 @@ -meta { - name: Compute Agreeements State - type: http - seq: 10 -} - -post { - url: {{host-agreement}}/compute/agreementsState - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "attributeId":"084cfe92-0fa6-4c6d-a608-3a30fcf36d4e", - "consumer": { - "id": "69e2865e-65ab-4e48-a638-2037a9ee2ee7", - "attributes": [{ - "certified": { - "id": "084cfe92-0fa6-4c6d-a608-3a30fcf36d4e", - "assignmentTimestamp": "2023-11-06T10:00:19.480Z" - } - }] - } - } -} diff --git a/collections/agreement/Create Agreement.bru b/collections/agreement/Create Agreement.bru deleted file mode 100644 index 56a6eeb1e6..0000000000 --- a/collections/agreement/Create Agreement.bru +++ /dev/null @@ -1,28 +0,0 @@ -meta { - name: Create Agreement - type: http - seq: 9 -} - -post { - url: {{host-agreement}}/agreements - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "eserviceId":"350d3586-11e3-4757-b5d3-055d70971ad3", - "descriptorId":"ee6a9d4d-d1e0-4f7a-b2a3-1caa1f686239" - } -} diff --git a/collections/agreement/Delete Agreement.bru b/collections/agreement/Delete Agreement.bru deleted file mode 100644 index 690f323aa5..0000000000 --- a/collections/agreement/Delete Agreement.bru +++ /dev/null @@ -1,24 +0,0 @@ -meta { - name: Delete Agreement - type: http - seq: 8 -} - -delete { - url: {{host-agreement}}/agreements/:agreementid - body: none - auth: none -} - -params:path { - agreementid: 146e33b9-ed04-404d-a845-a48d6da1e5e7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreement Consumer Document.bru b/collections/agreement/Get Agreement Consumer Document.bru deleted file mode 100644 index 31a9499de7..0000000000 --- a/collections/agreement/Get Agreement Consumer Document.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Agreement Consumer Document - type: http - seq: 7 -} - -get { - url: {{host-agreement}}/agreements/:agreementId/consumer-documents/:documentId - body: none - auth: none -} - -params:path { - agreementId: 17b15e90-ede0-4403-b283-a2aa291e1294 - documentId: 35039950-f01e-45ae-a908-420fcb559c99 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreement Consumers.bru b/collections/agreement/Get Agreement Consumers.bru deleted file mode 100644 index 4784bc8104..0000000000 --- a/collections/agreement/Get Agreement Consumers.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Agreement Consumers - type: http - seq: 5 -} - -get { - url: {{host-agreement}}/consumers?offset=10&limit=10 - body: none - auth: none -} - -params:query { - offset: 10 - limit: 10 - ~consumerName: -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreement Eservices.bru b/collections/agreement/Get Agreement Eservices.bru deleted file mode 100644 index 6e2808d4a9..0000000000 --- a/collections/agreement/Get Agreement Eservices.bru +++ /dev/null @@ -1,29 +0,0 @@ -meta { - name: Get Agreement Eservices - type: http - seq: 6 -} - -get { - url: {{host-agreement}}/agreements/filter/eservices?offset=0&limit=10&consumersIds=["e7f31307-49db-4a6b-b1ea-bf51fe57173e"]&states=["DRAFT"] - body: none - auth: none -} - -params:query { - offset: 0 - limit: 10 - consumersIds: ["e7f31307-49db-4a6b-b1ea-bf51fe57173e"] - states: ["DRAFT"] - ~eServiceName: - ~producersIds: ["e7f31307-49db-4a6b-b1ea-bf51fe57173e"] -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreement Producers.bru b/collections/agreement/Get Agreement Producers.bru deleted file mode 100644 index fbefda37e0..0000000000 --- a/collections/agreement/Get Agreement Producers.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Agreement Producers - type: http - seq: 4 -} - -get { - url: {{host-agreement}}/producers?offset=10&limit=10 - body: none - auth: none -} - -params:query { - offset: 10 - limit: 10 - ~producerName: -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreement.bru b/collections/agreement/Get Agreement.bru deleted file mode 100644 index a04740db4a..0000000000 --- a/collections/agreement/Get Agreement.bru +++ /dev/null @@ -1,30 +0,0 @@ -meta { - name: Get Agreement - type: http - seq: 3 -} - -get { - url: {{host-agreement}}/agreements/:agreementId - body: none - auth: none -} - -params:query { - ~descriptorsIds: ["d4193900-ddaf-4c91-a336-d7cd2cb9b3a7"] - ~producersIds: ["4D55696F-16C0-4968-854B-2B166397FC30"] - ~consumersIds: ["4D55696F-16C0-4968-854B-2B166397FC30"] -} - -params:path { - agreementId: ad -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Agreements.bru b/collections/agreement/Get Agreements.bru deleted file mode 100644 index 2e281888ca..0000000000 --- a/collections/agreement/Get Agreements.bru +++ /dev/null @@ -1,30 +0,0 @@ -meta { - name: Get Agreements - type: http - seq: 2 -} - -get { - url: {{host-agreement}}/agreements?offset=0&states="SUSPENDED, TEST" - body: none - auth: none -} - -params:query { - offset: 0 - states: "SUSPENDED, TEST" - ~limit: 10 - ~eservicesIds: ["61b7c333-2f00-44ba-8b1f-61b8d49dfab9"] - ~descriptorsIds: ["d4193900-ddaf-4c91-a336-d7cd2cb9b3a7"] - ~producersIds: ["4D55696F-16C0-4968-854B-2B166397FC30"] - ~consumersIds: ["4D55696F-16C0-4968-854B-2B166397FC30"] -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Get Consumer Document.bru b/collections/agreement/Get Consumer Document.bru deleted file mode 100644 index cfc4a098dd..0000000000 --- a/collections/agreement/Get Consumer Document.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Consumer Document - type: http - seq: 20 -} - -get { - url: {{host-agreement}}/agreements/:agreementId/consumer-documents/:documentId - body: none - auth: none -} - -params:path { - agreementId: 146e33b9-ed04-404d-a845-a48d6da1e5e7 - documentId: e293c0dd-9771-4144-8de3-c8a1e4592fae -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - X-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Reject Agreement.bru b/collections/agreement/Reject Agreement.bru deleted file mode 100644 index f53492a19f..0000000000 --- a/collections/agreement/Reject Agreement.bru +++ /dev/null @@ -1,31 +0,0 @@ -meta { - name: Reject Agreement - type: http - seq: 18 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/reject - body: json - auth: none -} - -params:path { - agreementId: eafde863-953d-42a2-8546-bec12926094f -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "reason": "Testing rejection reason because yes" - } -} diff --git a/collections/agreement/Status.bru b/collections/agreement/Status.bru deleted file mode 100644 index 644cd6686d..0000000000 --- a/collections/agreement/Status.bru +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: Status - type: http - seq: 1 -} - -get { - url: {{host-agreement}}/status - body: none - auth: none -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - X-Correlation-Id: {{correlation-id}} - ~: -} diff --git a/collections/agreement/Submit Agreement.bru b/collections/agreement/Submit Agreement.bru deleted file mode 100644 index 8b61f80059..0000000000 --- a/collections/agreement/Submit Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Submit Agreement - type: http - seq: 16 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/submit - body: json - auth: none -} - -params:path { - agreementId: a3d64132-73be-492d-919c-8f9d52f1cb0d -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Suspend Agreement.bru b/collections/agreement/Suspend Agreement.bru deleted file mode 100644 index 3128d3ab68..0000000000 --- a/collections/agreement/Suspend Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Suspend Agreement - type: http - seq: 17 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/suspend - body: json - auth: none -} - -params:path { - agreementId: ebc3f86c-97ab-46b5-85f5-a1183d1bc595 -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} diff --git a/collections/agreement/Update Agreement.bru b/collections/agreement/Update Agreement.bru deleted file mode 100644 index c2ac238dd4..0000000000 --- a/collections/agreement/Update Agreement.bru +++ /dev/null @@ -1,31 +0,0 @@ -meta { - name: Update Agreement - type: http - seq: 12 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/update - body: json - auth: none -} - -params:path { - agreementId: eafde863-953d-42a2-8546-bec12926094f -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "consumerNotes": "Updated notes" - } -} diff --git a/collections/agreement/Upgrade Agreement.bru b/collections/agreement/Upgrade Agreement.bru deleted file mode 100644 index 40b171fb54..0000000000 --- a/collections/agreement/Upgrade Agreement.bru +++ /dev/null @@ -1,32 +0,0 @@ -meta { - name: Upgrade Agreement - type: http - seq: 11 -} - -post { - url: {{host-agreement}}/agreements/:agreementId/upgrade - body: json - auth: none -} - -params:path { - agreementId: 39c87845-4d52-4310-b2f7-da75939cd69d -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - x-correlation-id: {{correlation-id}} -} - -body:json { - { - "eserviceId":"17f8a7a9-9da2-462e-b327-471ed63d5aa0", - "descriptorId":"d4193900-ddaf-4c91-a336-d7cd2cb9b3a7" - } -} diff --git a/collections/api-gateway/Agreement/Get Agreement Attributes.bru b/collections/api-gateway/Agreement/Get Agreement Attributes.bru deleted file mode 100644 index 57c14d90c7..0000000000 --- a/collections/api-gateway/Agreement/Get Agreement Attributes.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Agreement Attributes - type: http - seq: 3 -} - -get { - url: {{host-api-gw}}/agreements/:agreementId/attributes - body: none - auth: none -} - -params:path { - agreementId: 34bc276e-1e30-4b2f-a4a0-bed0a81e23a5 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Agreement/Get Agreement Purposes.bru b/collections/api-gateway/Agreement/Get Agreement Purposes.bru deleted file mode 100644 index 9ae728a977..0000000000 --- a/collections/api-gateway/Agreement/Get Agreement Purposes.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Agreement Purposes - type: http - seq: 2 -} - -get { - url: {{host-api-gw}}/agreements/:agreementId/purposes - body: none - auth: none -} - -params:path { - agreementId: ecaf4e7e-b157-4d8a-8217-c25786f8deae -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Agreement/Get Agreement.bru b/collections/api-gateway/Agreement/Get Agreement.bru deleted file mode 100644 index 8c23d7d053..0000000000 --- a/collections/api-gateway/Agreement/Get Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Agreement - type: http - seq: 4 -} - -get { - url: {{host-api-gw}}/agreements/:agreementId - body: none - auth: none -} - -params:path { - agreementId: 34bc276e-1e30-4b2f-a4a0-bed0a81e23a5 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Agreement/Get Agreements.bru b/collections/api-gateway/Agreement/Get Agreements.bru deleted file mode 100644 index eb4124092d..0000000000 --- a/collections/api-gateway/Agreement/Get Agreements.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Agreements - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/agreements/?producerId=69e2865e-65ab-4e48-a638-2037a9ee2ee7&consumerId=69e2865e-65ab-4e48-a638-2037a9ee2ee7 - body: none - auth: none -} - -params:query { - producerId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 - consumerId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Attributes/Create Certified Attribute.bru b/collections/api-gateway/Attributes/Create Certified Attribute.bru deleted file mode 100644 index b712d9f32e..0000000000 --- a/collections/api-gateway/Attributes/Create Certified Attribute.bru +++ /dev/null @@ -1,29 +0,0 @@ -meta { - name: Create Certified Attribute - type: http - seq: 2 -} - -post { - url: {{host-api-gw}}/attributes - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "code": "000", - "name": "Some attribute aaaa", - "description": "Some attribute aaaa" - } -} diff --git a/collections/api-gateway/Attributes/Get Attribute.bru b/collections/api-gateway/Attributes/Get Attribute.bru deleted file mode 100644 index dac3f9be67..0000000000 --- a/collections/api-gateway/Attributes/Get Attribute.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Attribute - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/attributes/:attributeId - body: none - auth: none -} - -params:path { - attributeId: dd10132c-f3c9-45cf-994c-3a312bc4ab4a -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Client - Key - Authorization/Get Client.bru b/collections/api-gateway/Client - Key - Authorization/Get Client.bru deleted file mode 100644 index a0c776cb4c..0000000000 --- a/collections/api-gateway/Client - Key - Authorization/Get Client.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Client - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/clients/:clientId - body: none - auth: none -} - -params:path { - clientId: bfb613c0-f07a-45ee-be0a-26cf9985f934 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Client - Key - Authorization/Get JWK.bru b/collections/api-gateway/Client - Key - Authorization/Get JWK.bru deleted file mode 100644 index 23875ffd33..0000000000 --- a/collections/api-gateway/Client - Key - Authorization/Get JWK.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get JWK - type: http - seq: 2 -} - -get { - url: {{host-api-gw}}/keys/:kid - body: none - auth: none -} - -params:path { - kid: aMGLVrM6aUnigtkpiDrJ0AsXXu4u-kh14VdeLGv-OEg -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Eservice - Catalog/Get Descriptor.bru b/collections/api-gateway/Eservice - Catalog/Get Descriptor.bru deleted file mode 100644 index 1a4e48bde5..0000000000 --- a/collections/api-gateway/Eservice - Catalog/Get Descriptor.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Descriptor - type: http - seq: 4 -} - -get { - url: {{host-api-gw}}/eservices/:eserviceId/descriptors/:descriptorId - body: none - auth: none -} - -params:path { - eserviceId: 399b3a26-fe2f-4a65-830f-3cd16e00c114 - descriptorId: 82549420-93df-4840-bda0-3731a8a1a811 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Eservice - Catalog/Get Descriptors.bru b/collections/api-gateway/Eservice - Catalog/Get Descriptors.bru deleted file mode 100644 index dd6b7d0ab9..0000000000 --- a/collections/api-gateway/Eservice - Catalog/Get Descriptors.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Descriptors - type: http - seq: 3 -} - -get { - url: {{host-api-gw}}/eservices/:eserviceId/descriptors - body: none - auth: none -} - -params:path { - eserviceId: 350d3586-11e3-4757-b5d3-055d70971ad3 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Eservice - Catalog/Get Eservice.bru b/collections/api-gateway/Eservice - Catalog/Get Eservice.bru deleted file mode 100644 index 4bb6ea053a..0000000000 --- a/collections/api-gateway/Eservice - Catalog/Get Eservice.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Eservice - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/eservices/:eserviceId - body: none - auth: none -} - -params:path { - eserviceId: 350d3586-11e3-4757-b5d3-055d70971ad3 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Eservice - Catalog/Get Eservices.bru b/collections/api-gateway/Eservice - Catalog/Get Eservices.bru deleted file mode 100644 index 98f78637b4..0000000000 --- a/collections/api-gateway/Eservice - Catalog/Get Eservices.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Eservices - type: http - seq: 2 -} - -get { - url: {{host-api-gw}}/eservices?offset=4&limit=2 - body: none - auth: none -} - -params:query { - offset: 4 - limit: 2 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Notifier Events/Get Agreements Events.bru b/collections/api-gateway/Notifier Events/Get Agreements Events.bru deleted file mode 100644 index 15199b82e5..0000000000 --- a/collections/api-gateway/Notifier Events/Get Agreements Events.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Agreements Events - type: http - seq: 2 -} - -get { - url: {{host-api-gw}}/events/agreements?lastEventId=0&limit=2 - body: none - auth: none -} - -params:query { - lastEventId: 0 - limit: 2 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT-M2M}} -} diff --git a/collections/api-gateway/Notifier Events/Get Eservices Events.bru b/collections/api-gateway/Notifier Events/Get Eservices Events.bru deleted file mode 100644 index 0d2d2d49a3..0000000000 --- a/collections/api-gateway/Notifier Events/Get Eservices Events.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Eservices Events - type: http - seq: 3 -} - -get { - url: {{host-api-gw}}/events/eservices?lastEventId=0&limit=2 - body: none - auth: none -} - -params:query { - lastEventId: 0 - limit: 2 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT-M2M}} -} diff --git a/collections/api-gateway/Notifier Events/Get Events.bru b/collections/api-gateway/Notifier Events/Get Events.bru deleted file mode 100644 index de161906a2..0000000000 --- a/collections/api-gateway/Notifier Events/Get Events.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Events - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/events?lastEventId=0&limit=2 - body: none - auth: none -} - -params:query { - lastEventId: 0 - limit: 2 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT-M2M}} -} diff --git a/collections/api-gateway/Notifier Events/Get Keys Events.bru b/collections/api-gateway/Notifier Events/Get Keys Events.bru deleted file mode 100644 index b38030e616..0000000000 --- a/collections/api-gateway/Notifier Events/Get Keys Events.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Keys Events - type: http - seq: 4 -} - -get { - url: {{host-api-gw}}/events/keys?lastEventId=100&limit=10 - body: none - auth: none -} - -params:query { - lastEventId: 100 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT-M2M}} -} diff --git a/collections/api-gateway/Notifier Events/Get Producer Keys.bru b/collections/api-gateway/Notifier Events/Get Producer Keys.bru deleted file mode 100644 index 5413ec57dd..0000000000 --- a/collections/api-gateway/Notifier Events/Get Producer Keys.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Producer Keys - type: http - seq: 5 -} - -get { - url: {{host-api-gw}}/events/producerKeys?lastEventId=100&limit=10 - body: none - auth: none -} - -params:query { - lastEventId: 100 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT-M2M}} -} diff --git a/collections/api-gateway/Purpose/Get Purpose Agreement.bru b/collections/api-gateway/Purpose/Get Purpose Agreement.bru deleted file mode 100644 index bb69052fe0..0000000000 --- a/collections/api-gateway/Purpose/Get Purpose Agreement.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Purpose Agreement - type: http - seq: 3 -} - -get { - url: {{host-api-gw}}/purposes/:purposeId/agreement - body: none - auth: none -} - -params:path { - purposeId: 474090cc-6dfb-4679-aefe-bfa6e6c04f63 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Purpose/Get Purpose.bru b/collections/api-gateway/Purpose/Get Purpose.bru deleted file mode 100644 index eaf6698d15..0000000000 --- a/collections/api-gateway/Purpose/Get Purpose.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Purpose - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/purposes/:purposeId - body: none - auth: none -} - -params:path { - purposeId: 20be4dea-96fc-43cf-9608-f6b32d50459a -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Purpose/Get Purposes.bru b/collections/api-gateway/Purpose/Get Purposes.bru deleted file mode 100644 index 2df81c8e3d..0000000000 --- a/collections/api-gateway/Purpose/Get Purposes.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Purposes - type: http - seq: 2 -} - -get { - url: {{host-api-gw}}/purposes?eserviceId=399b3a26-fe2f-4a65-830f-3cd16e00c114&consumerId=69e2865e-65ab-4e48-a638-2037a9ee2ee7 - body: none - auth: none -} - -params:query { - eserviceId: 399b3a26-fe2f-4a65-830f-3cd16e00c114 - consumerId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Tenant - Organization/Get Organization Eservices.bru b/collections/api-gateway/Tenant - Organization/Get Organization Eservices.bru deleted file mode 100644 index 23e3eac0d6..0000000000 --- a/collections/api-gateway/Tenant - Organization/Get Organization Eservices.bru +++ /dev/null @@ -1,31 +0,0 @@ -meta { - name: Get Organization Eservices - type: http - seq: 2 -} - -post { - url: {{host-api-gw}}/organizations/origin/:origin/externalId/:externalId/eservices?attributeCode=000&attributeOrigin=dd6a5d81-fd7c-4e5b-9b27-b4bb8120b86a - body: none - auth: none -} - -params:query { - attributeCode: 000 - attributeOrigin: dd6a5d81-fd7c-4e5b-9b27-b4bb8120b86a -} - -params:path { - origin: IPA - externalId: 12345678 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Tenant - Organization/Get Organization.bru b/collections/api-gateway/Tenant - Organization/Get Organization.bru deleted file mode 100644 index 4667e58275..0000000000 --- a/collections/api-gateway/Tenant - Organization/Get Organization.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Get Organization - type: http - seq: 1 -} - -get { - url: {{host-api-gw}}/organizations/:organizationId - body: none - auth: none -} - -params:path { - organizationId: 69e2865e-65ab-4e48-a638-2037a9ee2ee8 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Tenant - Organization/Revoke Tenant Attribute.bru b/collections/api-gateway/Tenant - Organization/Revoke Tenant Attribute.bru deleted file mode 100644 index a8620717a4..0000000000 --- a/collections/api-gateway/Tenant - Organization/Revoke Tenant Attribute.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: Revoke Tenant Attribute - type: http - seq: 4 -} - -delete { - url: {{host-api-gw}}/organizations/origin/:origin/externalId/:externalId/attributes/:code - body: none - auth: none -} - -params:path { - origin: IPA - externalId: 12345678 - code: 000 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/api-gateway/Tenant - Organization/Upsert Tenant.bru b/collections/api-gateway/Tenant - Organization/Upsert Tenant.bru deleted file mode 100644 index 5b025d2546..0000000000 --- a/collections/api-gateway/Tenant - Organization/Upsert Tenant.bru +++ /dev/null @@ -1,35 +0,0 @@ -meta { - name: Upsert Tenant - type: http - seq: 3 -} - -post { - url: {{host-api-gw}}/organizations/origin/:origin/externalId/:externalId/attributes/:code - body: json - auth: none -} - -params:path { - origin: IPA - externalId: 12345678 - code: minima -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT-M2M}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "code": "{{$randomLoremWord}}", - "name": "ipsa", - "description": "{{$randomLoremWords}}" - } -} diff --git a/collections/attribute/Create Certified Attribute.bru b/collections/attribute/Create Certified Attribute.bru deleted file mode 100644 index a6fb3e0a06..0000000000 --- a/collections/attribute/Create Certified Attribute.bru +++ /dev/null @@ -1,29 +0,0 @@ -meta { - name: Create Certified Attribute - type: http - seq: 1 -} - -post { - url: {{host-attribute}}/certifiedAttributes - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Accept: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT}} -} - -body:json { - { - "name":"test attribute", - "description": "test attribute description", - "code": "123" - } -} diff --git a/collections/attribute/Get Attributes.bru b/collections/attribute/Get Attributes.bru deleted file mode 100644 index 3b4203b2bb..0000000000 --- a/collections/attribute/Get Attributes.bru +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: Get Attributes - type: http - seq: 2 -} - -get { - url: {{host-attribute}}/attributes - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Accept: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT}} -} diff --git a/collections/authorization/Create API Client Keys.bru b/collections/authorization/Create API Client Keys.bru deleted file mode 100644 index 41b48a7013..0000000000 --- a/collections/authorization/Create API Client Keys.bru +++ /dev/null @@ -1,35 +0,0 @@ -meta { - name: Create API Client Keys - type: http - seq: 2 -} - -post { - url: {{host-authorization}}/clients/:clientId/keys - body: json - auth: none -} - -params:path { - clientId: bfb613c0-f07a-45ee-be0a-26cf9985f940 -} - -headers { - Cache-Control: no-cache - Content-Length: 0 - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - [{ - "key": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURhekNDQWxPZ0F3SUJBZ0lVUUtGdldzdkdMMWM2cnhhaS8rNDE4RWdrZEhnd0RRWUpLb1pJaHZjTkFRRUwKQlFBd1JURUxNQWtHQTFVRUJoTUNTVlF4RXpBUkJnTlZCQWdNQ2xOdmJXVXRVM1JoZEdVeElUQWZCZ05WQkFvTQpHRWx1ZEdWeWJtVjBJRmRwWkdkcGRITWdVSFI1SUV4MFpEQWVGdzB5TkRBNE1qQXhNREExTlRoYUZ3MHlOREE1Ck1Ua3hNREExTlRoYU1FVXhDekFKQmdOVkJBWVRBa2xVTVJNd0VRWURWUVFJREFwVGIyMWxMVk4wWVhSbE1TRXcKSHdZRFZRUUtEQmhKYm5SbGNtNWxkQ0JYYVdSbmFYUnpJRkIwZVNCTWRHUXdnZ0VpTUEwR0NTcUdTSWIzRFFFQgpBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQzNZdVorbE5SWEVseFFQeG1yMUVqU0xnWTVTWFByNlgwZE1LMW96eFRzCmpoWEJZVnhsaUZuZjJYbmdSTmFMTGNhTE81UVp1a2d0SUtHTE1qT2d2N3pRQjFFYnhjNmtJSmxnSHVETCtMd2gKdEZlRkpKRE1IL2h5VDdBRDNtRnI4eGJ5VmlmTzYyZURUajJWbUY1MnRwaTJoZUU0TGcxSXl0andiNUluTFlUUwo5QzdOTmZKNlJES3kxWTJVbVAxSDRMaXF4QmhJejE0ejlaV0t3cCtPdmJsZEpSS0wrL2EzRnc1WWFEQ0h1Q1pUCm1lWFp2czB3SHY5R1RTdHNnMnYxcjJUVkxTaUFuLytmVDRMRmhiTmhaTkcrZjdYdDVDNDdid2JKOXFybTQrRk0KeStxOTUra0tuWS9VcFVBS20rK2ZMVDVMYjFockpPRFBWcXlCN3hqN3ExYUZBZ01CQUFHalV6QlJNQjBHQTFVZApEZ1FXQkJSdHk5WnQwZk5CUlBJQ1VYZ3pEbzdvNFJyUU5UQWZCZ05WSFNNRUdEQVdnQlJ0eTladDBmTkJSUElDClVYZ3pEbzdvNFJyUU5UQVBCZ05WSFJNQkFmOEVCVEFEQVFIL01BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQSsKZFNCNTVucGVZTHdXM0NJSFRBWTVUL2t3MkpTWEhQYzUrNnZuUklEbGp0ZUlzNU4zSXhFbUdHcmxkV2VzVmJRUApvbUo0RWw5K3ZPUWQwaHdPcmoyRUlQODhDMjFrQktaNnNpamZFRFZ1REhhRFZlVXFBdmFNNFViNWFXbFR6RXVHCkJOQkdSWlRqQVVDZ04vamk3dldMbStrMzUwc0RialdLUmFPN3l3YUtFWHdoZHV0YTdYUlBUR0NWTVBpSVROUEwKazJIY0pwT3pJaU1VandtT2tMcHhtcFBHRXdhMUVLUkFocDRvMmx2eU5vSVBqYzROajBuUnl6a3Q5Wkt3ME8xVgpBVUcxa0JrYjZ6Z3ZlRzJ4SXhvUHBtYy9OMkNKanphUllEcGJGSjRpMDIrRmlBMFNMUTI1M0NZZkZCMVNPSmpkClpDR0FxdXFCbm8vWlFCQTNlbk9hCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", - "name": "{{$randomLoremWords}}", - "alg": "RS256", - "use": "SIG" - }] -} diff --git a/collections/authorization/Create API Client.bru b/collections/authorization/Create API Client.bru deleted file mode 100644 index 063d9cc0d6..0000000000 --- a/collections/authorization/Create API Client.bru +++ /dev/null @@ -1,29 +0,0 @@ -meta { - name: Create API Client - type: http - seq: 1 -} - -post { - url: {{host-authorization}}/clientsApi - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Content-Length: 0 - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "name": "testone", - "members": [] - } -} diff --git a/collections/bff/Catalog.bru b/collections/bff/Catalog.bru deleted file mode 100644 index 0a8ca4aa60..0000000000 --- a/collections/bff/Catalog.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Catalog - type: http - seq: 1 -} - -get { - url: {{host-bff}}/catalog?offset=0&limit=20 - body: none - auth: none -} - -params:query { - offset: 0 - limit: 20 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - X-Correlation-Id: {{correlation-id}} - Content-Type: application/json -} diff --git a/collections/bff/GET session token.bru b/collections/bff/GET session token.bru deleted file mode 100644 index d37c4d633c..0000000000 --- a/collections/bff/GET session token.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: GET session token - type: http - seq: 4 -} - -post { - url: {{host-bff}}/session/tokens - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Content-Type: application/json - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "identity_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6IjE3YzExNzdmLWQ3ZGMtNDE4MS05ZjU0LTZmZDQxNmJmMjI5YiIsInVzZSI6InNpZyJ9.eyJleHRlcm5hbElkIjp7Im9yaWdpbiI6IklQQSIsInZhbHVlIjoiNU4yVFI1NTcifSwidXNlci1yb2xlcyI6ImFkbWluIiwic2VsZmNhcmVJZCI6IjE5NjJkMjFjLWM3MDEtNDgwNS05M2Y2LTUzYTg3Nzg5ODc1NiIsIm9yZ2FuaXphdGlvbklkIjoiNjllMjg2NWUtNjVhYi00ZTQ4LWE2MzgtMjAzN2E5ZWUyZWU3Iiwib3JnYW5pemF0aW9uIjp7ImlkIjoiMTk2MmQyMWMtYzcwMS00ODA1LTkzZjYtNTNhODc3ODk4NzU2IiwibmFtZSI6IlBhZ29QQSBTLnAuQS4iLCJyb2xlcyI6W3sicGFydHlSb2xlIjoiTUFOQUdFUiIsInJvbGUiOiJhZG1pbiJ9XSwiZmlzY2FsX2NvZGUiOiIxNTM3NjM3MTAwOSIsImlwYUNvZGUiOiI1TjJUUjU1NyJ9LCJ1aWQiOiJmMDdkZGI4Zi0xN2Y5LTQ3ZDQtYjMxZS0zNWQxYWMxMGU1MjEiLCJuYW1lIjoiTWFyaW8iLCJmYW1pbHlfbmFtZSI6IlJvc3NpIiwiZW1haWwiOiJtLnJvc3NpQHBzcC5pdCIsImlzcyI6ImRldi5pbnRlcm9wLnBhZ29wYS5pdCIsImF1ZCI6ImRldi5pbnRlcm9wLnBhZ29wYS5pdC91aSIsIm5iZiI6MTcxMjc1NDk3MCwiaWF0IjoxNzEyNzU0OTcwLCJleHAiOjExNzEyNzU0OTcwLCJqdGkiOiJlNWM2M2RjMy05NmRlLTQ0NDctYjNlMy1mZDU4NzM5YTc5ZDgifQ.cCsfFh1Qn5JK2-1eI0V6aExz-LNhmrz10mc5X3J1kp6A9vZY7cqTt8w7vGOAztpBAECcE2YAda2NUo5Si2gt60PkslOX2BPSadyd4FylURUCLgRu2pals_2K3iPJajDTZ-W9zHk7lFezWX-o2lRul22q0avYVkiiQnYi5eTgdPfUZ2GsfH4uNhv-VT_IPppx7UF2alxeif5vb28oicrjIAF6oXg5Tmpn4wEX0qUuBcUDt9v46JrB032jwp0FWRZ-ZhH6z2PMpBKi6y17a2PG7Ub9-FTFPrucnsgw8ySL5ouL5RtOlUHeJqHtc2tMzzfr2Ecs8nCTmR4d1nstJ59ztQ" - } -} diff --git a/collections/bff/Get Catalog Eservice Descriptor.bru b/collections/bff/Get Catalog Eservice Descriptor.bru deleted file mode 100644 index 23cb367835..0000000000 --- a/collections/bff/Get Catalog Eservice Descriptor.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Get Catalog Eservice Descriptor - type: http - seq: 5 -} - -get { - url: {{host-bff}}/catalog/eservices/:eserviceId/descriptor/:descriptorId - body: none - auth: none -} - -params:path { - eserviceId: 2ad26608-d4eb-492b-bbd9-072abbf60102 - descriptorId: 3ec64a3a-d4d4-4f78-b8b9-2c1fd02f1c88 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT}} -} diff --git a/collections/bff/Producers Eservice Descriptor.bru b/collections/bff/Producers Eservice Descriptor.bru deleted file mode 100644 index a630647e44..0000000000 --- a/collections/bff/Producers Eservice Descriptor.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Producers Eservice Descriptor - type: http - seq: 3 -} - -get { - url: {{host-bff}}/producers/eservices/:eserviceId/descriptors/:descriptorId - body: none - auth: none -} - -params:path { - eserviceId: 2ad26608-d4eb-492b-bbd9-072abbf60102 - descriptorId: 3ec64a3a-d4d4-4f78-b8b9-2c1fd02f1c88 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - X-Correlation-Id: {{correlation-id}} - Content-Type: application/json -} diff --git a/collections/bff/Producers Eservices.bru b/collections/bff/Producers Eservices.bru deleted file mode 100644 index ad5af5f335..0000000000 --- a/collections/bff/Producers Eservices.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Producers Eservices - type: http - seq: 2 -} - -get { - url: {{host-bff}}/producers/eservices?offset=0&limit=10 - body: none - auth: none -} - -params:query { - offset: 0 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - X-Correlation-Id: {{correlation-id}} - Content-Type: application/json -} diff --git a/collections/bff/Tenant/Add Certified Attribute.bru b/collections/bff/Tenant/Add Certified Attribute.bru deleted file mode 100644 index fec39796e4..0000000000 --- a/collections/bff/Tenant/Add Certified Attribute.bru +++ /dev/null @@ -1,31 +0,0 @@ -meta { - name: Add Certified Attribute - type: http - seq: 9 -} - -post { - url: {{host-bff}}/tenants/:tenantId/attributes/certified - body: json - auth: none -} - -params:path { - tenantId: 0cf1db41-3085-43a6-9e4c-57e0fb81a916 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "id": "68846aa7-7966-47b6-b82b-d98b3d69b6f3" - } -} diff --git a/collections/bff/Tenant/Add Declared Attribute.bru b/collections/bff/Tenant/Add Declared Attribute.bru deleted file mode 100644 index e8a34cb0e7..0000000000 --- a/collections/bff/Tenant/Add Declared Attribute.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: Add Declared Attribute - type: http - seq: 12 -} - -post { - url: {{host-bff}}/tenants/attributes/declared - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "id": "d8fa4097-d3cb-42ea-a82b-c99e4c7506fd" - } -} diff --git a/collections/bff/Tenant/Add Tenant Mail.bru b/collections/bff/Tenant/Add Tenant Mail.bru deleted file mode 100644 index 57e3f074b1..0000000000 --- a/collections/bff/Tenant/Add Tenant Mail.bru +++ /dev/null @@ -1,32 +0,0 @@ -meta { - name: Add Tenant Mail - type: http - seq: 10 -} - -post { - url: {{host-bff}}/tenants/:tenantId/mails - body: json - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "kind": "CONTACT_EMAIL", - "address": "{{$randomEmail}}" - } -} diff --git a/collections/bff/Tenant/Certified Attributes.bru b/collections/bff/Tenant/Certified Attributes.bru deleted file mode 100644 index 22bdd5736c..0000000000 --- a/collections/bff/Tenant/Certified Attributes.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Certified Attributes - type: http - seq: 5 -} - -get { - url: {{host-bff}}/tenants/:tenantId/attributes/certified - body: none - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Consumers.bru b/collections/bff/Tenant/Consumers.bru deleted file mode 100644 index 3fc4e2ca1f..0000000000 --- a/collections/bff/Tenant/Consumers.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: Consumers - type: http - seq: 1 -} - -get { - url: {{host-bff}}/consumers?q=test&offset=0&limit=10 - body: none - auth: none -} - -params:query { - q: test - offset: 0 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Declared Attributes.bru b/collections/bff/Tenant/Declared Attributes.bru deleted file mode 100644 index 0636ad9553..0000000000 --- a/collections/bff/Tenant/Declared Attributes.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Declared Attributes - type: http - seq: 6 -} - -get { - url: {{host-bff}}/tenants/:tenantId/attributes/declared - body: none - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Delete Tenant Mail.bru b/collections/bff/Tenant/Delete Tenant Mail.bru deleted file mode 100644 index 20ba9cd3ac..0000000000 --- a/collections/bff/Tenant/Delete Tenant Mail.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Delete Tenant Mail - type: http - seq: 11 -} - -delete { - url: {{host-bff}}/tenants/:tenantId/mails/:mailId - body: none - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 - mailId: 83029e81e899e7c8e6e4c466bdb605f310307c74c03e9b0226f35a49919781b4 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Producers.bru b/collections/bff/Tenant/Producers.bru deleted file mode 100644 index 245f43657a..0000000000 --- a/collections/bff/Tenant/Producers.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: Producers - type: http - seq: 4 -} - -get { - url: {{host-bff}}/producers?q=asdfsad&offset=0&limit=10 - body: none - auth: none -} - -params:query { - q: asdfsad - offset: 0 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Requester Certified Attributes.bru b/collections/bff/Tenant/Requester Certified Attributes.bru deleted file mode 100644 index c12ac10636..0000000000 --- a/collections/bff/Tenant/Requester Certified Attributes.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Requester Certified Attributes - type: http - seq: 8 -} - -get { - url: {{host-bff}}/tenants/attributes/certified?offset=0&limit=10 - body: none - auth: none -} - -params:query { - offset: 0 - limit: 10 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Revoke Certified Attribute.bru b/collections/bff/Tenant/Revoke Certified Attribute.bru deleted file mode 100644 index 245fa3fdd6..0000000000 --- a/collections/bff/Tenant/Revoke Certified Attribute.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Revoke Certified Attribute - type: http - seq: 16 -} - -delete { - url: {{host-bff}}/tenants/:tenantId/attributes/certified/:attributeId - body: json - auth: none -} - -params:path { - tenantId: 0cf1db41-3085-43a6-9e4c-57e0fb81a916 - attributeId: 68846aa7-7966-47b6-b82b-d98b3d69b6f3 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Revoke Declared Attribute.bru b/collections/bff/Tenant/Revoke Declared Attribute.bru deleted file mode 100644 index e24ff01e20..0000000000 --- a/collections/bff/Tenant/Revoke Declared Attribute.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Revoke Declared Attribute - type: http - seq: 15 -} - -delete { - url: {{host-bff}}/tenants/attributes/declared/:attributeId - body: json - auth: none -} - -params:path { - attributeId: d8fa4097-d3cb-42ea-a82b-c99e4c7506fd -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Revoke Verified Attribute.bru b/collections/bff/Tenant/Revoke Verified Attribute.bru deleted file mode 100644 index 72605674de..0000000000 --- a/collections/bff/Tenant/Revoke Verified Attribute.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Revoke Verified Attribute - type: http - seq: 17 -} - -delete { - url: {{host-bff}}/tenants/:tenantId/attributes/verified/:attributeId - body: json - auth: none -} - -params:path { - tenantId: 0cf1db41-3085-43a6-9e4c-57e0fb81a916 - attributeId: e7e06185-f8b9-4fbd-852b-ede8be523962 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Tenant.bru b/collections/bff/Tenant/Tenant.bru deleted file mode 100644 index 28af3cb1ff..0000000000 --- a/collections/bff/Tenant/Tenant.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Tenant - type: http - seq: 2 -} - -get { - url: {{host-bff}}/tenants/:tenantId - body: none - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Tenants.bru b/collections/bff/Tenant/Tenants.bru deleted file mode 100644 index 2f99b3e0d3..0000000000 --- a/collections/bff/Tenant/Tenants.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: Tenants - type: http - seq: 3 -} - -get { - url: {{host-bff}}/tenants?limit=2&name=test - body: none - auth: none -} - -params:query { - limit: 2 - name: test -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Update Verified Attribute.bru b/collections/bff/Tenant/Update Verified Attribute.bru deleted file mode 100644 index 0b7cb6f166..0000000000 --- a/collections/bff/Tenant/Update Verified Attribute.bru +++ /dev/null @@ -1,32 +0,0 @@ -meta { - name: Update Verified Attribute - type: http - seq: 14 -} - -post { - url: {{host-bff}}/tenants/:tenantId/attributes/verified/:attributeId - body: json - auth: none -} - -params:path { - tenantId: 0cf1db41-3085-43a6-9e4c-57e0fb81a916 - attributeId: e7e06185-f8b9-4fbd-852b-ede8be523962 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "expirationDate": "2030-01-01T14:54:05.769Z" - } -} diff --git a/collections/bff/Tenant/Verified Attributes.bru b/collections/bff/Tenant/Verified Attributes.bru deleted file mode 100644 index 4454fc65d7..0000000000 --- a/collections/bff/Tenant/Verified Attributes.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Verified Attributes - type: http - seq: 7 -} - -get { - url: {{host-bff}}/tenants/:tenantId/attributes/verified - body: none - auth: none -} - -params:path { - tenantId: 69e2865e-65ab-4e48-a638-2037a9ee2ee7 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} diff --git a/collections/bff/Tenant/Verify Verified Attribute.bru b/collections/bff/Tenant/Verify Verified Attribute.bru deleted file mode 100644 index c061882427..0000000000 --- a/collections/bff/Tenant/Verify Verified Attribute.bru +++ /dev/null @@ -1,32 +0,0 @@ -meta { - name: Verify Verified Attribute - type: http - seq: 13 -} - -post { - url: {{host-bff}}/tenants/:tenantId/attributes/verified - body: json - auth: none -} - -params:path { - tenantId: 0cf1db41-3085-43a6-9e4c-57e0fb81a916 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "id": "e7e06185-f8b9-4fbd-852b-ede8be523962", - "expirationDate": "2025-01-01T14:54:05.769Z" - } -} diff --git a/collections/bff/Update eservice.bru b/collections/bff/Update eservice.bru deleted file mode 100644 index 88fcca9531..0000000000 --- a/collections/bff/Update eservice.bru +++ /dev/null @@ -1,34 +0,0 @@ -meta { - name: Update eservice - type: http - seq: 6 -} - -put { - url: {{host-bff}}/eservices/:eServiceId - body: json - auth: none -} - -params:path { - eServiceId: 2ad26608-d4eb-492b-bbd9-072abbf60102 -} - -headers { - Cache-Control: no-cache - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} - Authorization: {{JWT}} -} - -body:json { - { - "name": "{{$randomLoremWords}}", - "description": "{{$randomLoremWords}}", - "technology": "REST", - "mode": "DELIVER" - } -} diff --git a/collections/purpose/Create Purpose.bru b/collections/purpose/Create Purpose.bru deleted file mode 100644 index 75a21c67f6..0000000000 --- a/collections/purpose/Create Purpose.bru +++ /dev/null @@ -1,34 +0,0 @@ -meta { - name: Create Purpose - type: http - seq: 1 -} - -post { - url: {{host-purpose}}/purposes - body: json - auth: none -} - -headers { - Cache-Control: no-cache - Content-Length: 0 - Accept: */* - Accept-Encoding: gzip, deflate, br - Connection: keep-alive - Authorization: {{JWT}} - Content-Type: application/json - X-Correlation-Id: {{correlation-id}} -} - -body:json { - { - "eserviceId": "399b3a26-fe2f-4a65-830f-3cd16e00c114", - "consumerId": "69e2865e-65ab-4e48-a638-2037a9ee2ee7", - "title": "{{$randomLoremWords}}", - "description": "{{$randomLoremSentence}}", - "isFreeOfCharge": {{$randomBoolean}}, - "dailyCalls": {{$randomInt}}, - "freeOfChargeReason": "{{$randomLoremSentence}}" - } -}