diff --git a/json/LegalEntityService-v1.json b/json/LegalEntityService-v1.json index 2fd9ce57..584a98de 100644 --- a/json/LegalEntityService-v1.json +++ b/json/LegalEntityService-v1.json @@ -5364,6 +5364,7 @@ "summary" : "Create a hosted onboarding link", "description" : "Example request for creating a hosted onboarding link", "value" : { + "themeId" : "YOUR_THEME_ID", "redirectUrl" : "https://your.redirect-url.com/", "locale" : "nl-NL" } diff --git a/json/LegalEntityService-v2.json b/json/LegalEntityService-v2.json index 1e3cbf28..cf50c683 100644 --- a/json/LegalEntityService-v2.json +++ b/json/LegalEntityService-v2.json @@ -5887,6 +5887,7 @@ "summary" : "Create a hosted onboarding link", "description" : "Example request for creating a hosted onboarding link", "value" : { + "themeId" : "YOUR_THEME_ID", "redirectUrl" : "https://your.redirect-url.com/", "locale" : "nl-NL" } diff --git a/json/LegalEntityService-v3.json b/json/LegalEntityService-v3.json index dd6abfc7..7fb3871e 100644 --- a/json/LegalEntityService-v3.json +++ b/json/LegalEntityService-v3.json @@ -6851,6 +6851,7 @@ "summary" : "Create a hosted onboarding link", "description" : "Example request for creating a hosted onboarding link", "value" : { + "themeId" : "YOUR_THEME_ID", "redirectUrl" : "https://your.redirect-url.com/", "locale" : "nl-NL" } diff --git a/yaml/LegalEntityService-v1.yaml b/yaml/LegalEntityService-v1.yaml index 52d0c339..34784197 100644 --- a/yaml/LegalEntityService-v1.yaml +++ b/yaml/LegalEntityService-v1.yaml @@ -3978,6 +3978,7 @@ components: summary: Create a hosted onboarding link description: Example request for creating a hosted onboarding link value: + themeId: YOUR_THEME_ID redirectUrl: https://your.redirect-url.com/ locale: nl-NL post-legalEntities-id-onboardingLinks-createOnboardingLink-200: diff --git a/yaml/LegalEntityService-v2.yaml b/yaml/LegalEntityService-v2.yaml index 89e944c2..f58286d2 100644 --- a/yaml/LegalEntityService-v2.yaml +++ b/yaml/LegalEntityService-v2.yaml @@ -4413,6 +4413,7 @@ components: summary: Create a hosted onboarding link description: Example request for creating a hosted onboarding link value: + themeId: YOUR_THEME_ID redirectUrl: https://your.redirect-url.com/ locale: nl-NL post-legalEntities-id-onboardingLinks-createOnboardingLink-200: diff --git a/yaml/LegalEntityService-v3.yaml b/yaml/LegalEntityService-v3.yaml index 0b485f57..422ad70b 100644 --- a/yaml/LegalEntityService-v3.yaml +++ b/yaml/LegalEntityService-v3.yaml @@ -5133,6 +5133,7 @@ components: summary: Create a hosted onboarding link description: Example request for creating a hosted onboarding link value: + themeId: YOUR_THEME_ID redirectUrl: https://your.redirect-url.com/ locale: nl-NL post-legalEntities-id-onboardingLinks-createOnboardingLink-200: