From 48789605c035476718fb90798a83d99970b6b3e0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Aug 2024 14:36:48 +0000 Subject: [PATCH] Release swagger documentation and postman collection for version 1.42.0 --- postman/dis-postman-collection.json | 50 +++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/postman/dis-postman-collection.json b/postman/dis-postman-collection.json index 6ebf0ce..f4097be 100644 --- a/postman/dis-postman-collection.json +++ b/postman/dis-postman-collection.json @@ -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" }, @@ -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": [ @@ -3747,4 +3793,4 @@ "value": "v1" } ] -} \ No newline at end of file +}