From 4c59a93a64a5b29037d30b02491d0ebb6019ddc7 Mon Sep 17 00:00:00 2001 From: Alex Salloum Date: Mon, 13 Jan 2025 18:29:17 +0100 Subject: [PATCH] Clarify Admin UI SDK sandbox option and eligible workspace --- src/pages/admin-ui-sdk/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/admin-ui-sdk/configuration.md b/src/pages/admin-ui-sdk/configuration.md index 7780f2cb..5d7614e1 100644 --- a/src/pages/admin-ui-sdk/configuration.md +++ b/src/pages/admin-ui-sdk/configuration.md @@ -34,9 +34,9 @@ Set the minimum log level to save. Any logs at this level or higher will be stor Set the retention period for logs to be cleaned from the database. This field specifies the number of days. By default, the retention period is set to 1 day. -## Staging testing +## Sandbox testing -The staging testing option provides a sandbox environment to test your applications using the Admin UI SDK in a real-world setting. This environment can be shared with colleagues for collaborative testing before publishing and deploying to production. +The sandbox testing option provides an environment to test your applications using the Admin UI SDK in a real-world setting. This option will retrieve Production workspace registrations that match the chosen statuses. This environment can be shared with colleagues for collaborative testing before [publishing the application](./publish.md). ![Admin UI SDK staging testing configuration](../_images/admin-ui-sdk-stage-test-config.png)