From 5fb4ed1a9c8479a46aef674dbe87898d8df37361 Mon Sep 17 00:00:00 2001 From: vigneshan Date: Mon, 11 Jan 2021 14:08:33 +0530 Subject: [PATCH] Add admin services payload files --- .../resources/payloads/get-app-request.xml | 8 +++ .../resources/payloads/update-app-request.xml | 55 +++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 modules/distribution/src/core/resources/payloads/get-app-request.xml create mode 100644 modules/distribution/src/core/resources/payloads/update-app-request.xml diff --git a/modules/distribution/src/core/resources/payloads/get-app-request.xml b/modules/distribution/src/core/resources/payloads/get-app-request.xml new file mode 100644 index 00000000..45c20420 --- /dev/null +++ b/modules/distribution/src/core/resources/payloads/get-app-request.xml @@ -0,0 +1,8 @@ + + + + + ${applicationName} + + + diff --git a/modules/distribution/src/core/resources/payloads/update-app-request.xml b/modules/distribution/src/core/resources/payloads/update-app-request.xml new file mode 100644 index 00000000..4f608a9e --- /dev/null +++ b/modules/distribution/src/core/resources/payloads/update-app-request.xml @@ -0,0 +1,55 @@ + + + + + + + ${applicationId} + ${applicationName} + + ${description} + + + + ${inboundAuthKey} + ${inboundAuthType} + ${inboundConfigType} + + + + + + ${tenantDomain} + ${userName} + ${userStoreDomain} + + ${saasApp} + + + displayName + ${displayName} + + + + + + +