Skip to content

Commit

Permalink
chore: add credential ID dummy to request
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Nov 13, 2024
1 parent ca48bd9 commit 7d7076e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deployment/postman/MVD.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"info": {
"_postman_id": "1d81d8db-ffb2-417b-83ca-50da1b42a5df",
"_postman_id": "d7d568f5-e178-4d6c-b74b-434a8f7530a6",
"name": "MVD+IATP",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "23917208"
"_exporter_id": "647585"
},
"item": [
{
Expand Down Expand Up @@ -2056,7 +2056,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials",
"raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials/CREDENTIAL-ID",
"host": [
"{{CS_URL}}"
],
Expand All @@ -2066,7 +2066,8 @@
"v1alpha",
"participants",
"{{PARTICIPANT_ID}}",
"credentials"
"credentials",
"CREDENTIAL-ID"
]
}
},
Expand Down

0 comments on commit 7d7076e

Please sign in to comment.