Skip to content

Commit

Permalink
fix: remove GET request body
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 3, 2024
1 parent 48041f2 commit f4fa841
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions agent_api_rest/postman/ssi-agent.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit f4fa841

Please sign in to comment.