Skip to content
Snippets Groups Projects
Unverified Commit b5e94c99 authored by Paul Latzelsperger's avatar Paul Latzelsperger
Browse files

chore: add credential ID dummy to request

parent ca48bd9f
Branches
Tags
No related merge requests found
{ {
"info": { "info": {
"_postman_id": "1d81d8db-ffb2-417b-83ca-50da1b42a5df", "_postman_id": "d7d568f5-e178-4d6c-b74b-434a8f7530a6",
"name": "MVD+IATP", "name": "MVD+IATP",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "23917208" "_exporter_id": "647585"
}, },
"item": [ "item": [
{ {
...@@ -2056,7 +2056,7 @@ ...@@ -2056,7 +2056,7 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials", "raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials/CREDENTIAL-ID",
"host": [ "host": [
"{{CS_URL}}" "{{CS_URL}}"
], ],
...@@ -2066,7 +2066,8 @@ ...@@ -2066,7 +2066,8 @@
"v1alpha", "v1alpha",
"participants", "participants",
"{{PARTICIPANT_ID}}", "{{PARTICIPANT_ID}}",
"credentials" "credentials",
"CREDENTIAL-ID"
] ]
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment