Skip to content

Commit

Permalink
Release swagger documentation and postman collection for version 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 28, 2024
1 parent 2b562cb commit 4878960
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions postman/dis-postman-collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "241d6cb7-8ec0-4359-a909-ed9b00aa93e6",
"name": "DOT Digital Identity Service 1.41.0",
"name": "DOT Digital Identity Service 1.42.0",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "23173958"
},
Expand Down Expand Up @@ -3514,6 +3514,52 @@
}
]
},
{
"name": "Trust Platform",
"item": [
{
"name": "Store customer in Trust Platform",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"onboardingStatus\": \"FINISHED\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{identity-service}}/api/{{api-version}}/customers/{{customerId}}/store",
"host": [
"{{identity-service}}"
],
"path": [
"api",
"{{api-version}}",
"customers",
"{{customerId}}",
"store"
]
}
},
"response": []
}
]
},
{
"name": "Session management",
"item": [
Expand Down Expand Up @@ -3747,4 +3793,4 @@
"value": "v1"
}
]
}
}

0 comments on commit 4878960

Please sign in to comment.