Skip to content

Commit

Permalink
Merge branch 'main' into feature/PID-2319-use-resolver-as-oracle-data…
Browse files Browse the repository at this point in the history
…-solution
  • Loading branch information
volodymyr-basiuk committed Sep 3, 2024
2 parents 6037240 + 8613d0f commit f1d9f9d
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions tests/e2e/http_nameservice.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
}
},
"url": {
"raw": "{{issuer_server}}/v1/identities",
"raw": "{{issuer_server}}/v2/identities",
"host": [
"{{issuer_server}}"
],
"path": [
"v1",
"v2",
"identities"
]
}
Expand Down Expand Up @@ -127,12 +127,12 @@
}
},
"url": {
"raw": "{{issuer_server}}/v1/identities",
"raw": "{{issuer_server}}/v2/identities",
"host": [
"{{issuer_server}}"
],
"path": [
"v1",
"v2",
"identities"
]
}
Expand Down Expand Up @@ -386,14 +386,15 @@
}
},
"url": {
"raw": "{{issuer_server}}/v1/{{issuer_identity}}/claims",
"raw": "{{issuer_server}}/v2/identities/{{issuer_identity}}/credentials",
"host": [
"{{issuer_server}}"
],
"path": [
"v1",
"v2",
"identities",
"{{issuer_identity}}",
"claims"
"credentials"
]
}
},
Expand All @@ -420,12 +421,13 @@
"method": "POST",
"header": [],
"url": {
"raw": "{{issuer_server}}/v1/{{issuer_identity}}/state/publish",
"raw": "{{issuer_server}}/v2/identities/{{issuer_identity}}/state/publish",
"host": [
"{{issuer_server}}"
],
"path": [
"v1",
"v2",
"identities",
"{{issuer_identity}}",
"state",
"publish"
Expand Down Expand Up @@ -508,14 +510,15 @@
}
},
"url": {
"raw": "{{issuer_server}}/v1/{{issuer_identity}}/claims/{{age_claim_non_merklized_id}}",
"raw": "{{issuer_server}}/v2/identities/{{issuer_identity}}/credentials/{{age_claim_non_merklized_id}}",
"host": [
"{{issuer_server}}"
],
"path": [
"v1",
"v2",
"identities",
"{{issuer_identity}}",
"claims",
"credentials",
"{{age_claim_non_merklized_id}}"
]
}
Expand Down

0 comments on commit f1d9f9d

Please sign in to comment.