From f4fa8411e2e2e41bce6ad6d41e0fd074714555e6 Mon Sep 17 00:00:00 2001 From: Nander Stabel Date: Thu, 3 Oct 2024 09:55:10 +0200 Subject: [PATCH] fix: remove GET request body --- .../postman/ssi-agent.postman_collection.json | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/agent_api_rest/postman/ssi-agent.postman_collection.json b/agent_api_rest/postman/ssi-agent.postman_collection.json index 96f6a01..84802c0 100644 --- a/agent_api_rest/postman/ssi-agent.postman_collection.json +++ b/agent_api_rest/postman/ssi-agent.postman_collection.json @@ -142,21 +142,9 @@ } } ], - "protocolProfileBehavior": { - "disableBodyPruning": true - }, "request": { "method": "GET", "header": [], - "body": { - "mode": "raw", - "raw": "{\n \"offerId\":\"{{OFFER_ID}}\",\n \"credentialConfigurationId\": \"w3c_vc_credential\",\n \"credential\": {\n \"credentialSubject\": {\n \"first_name\": \"Ferris\",\n \"last_name\": \"Crabman\",\n \"dob\": \"1982-01-01\"\n }\n }\n}", - "options": { - "raw": { - "language": "json" - } - } - }, "url": { "raw": "{{HOST}}/v0/credentials", "host": [ @@ -253,21 +241,9 @@ } } ], - "protocolProfileBehavior": { - "disableBodyPruning": true - }, "request": { "method": "GET", "header": [], - "body": { - "mode": "raw", - "raw": "{\n \"offerId\": \"{{OFFER_ID}}\"\n}", - "options": { - "raw": { - "language": "json" - } - } - }, "url": { "raw": "{{HOST}}/v0/offers", "host": [