From 6f64ca4528908d01eb6aa7788cdae9d276e2f79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allemand=20S=C3=A9bastien?= Date: Tue, 16 Jul 2024 12:29:24 +0000 Subject: [PATCH] Update Addon API documentation : Add test environment details --- content/doc/marketplace/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/doc/marketplace/_index.md b/content/doc/marketplace/_index.md index 61d11f0f..580883b4 100644 --- a/content/doc/marketplace/_index.md +++ b/content/doc/marketplace/_index.md @@ -66,9 +66,10 @@ Fields * `api/production/sso_url` - The production endpoint for single sign-on. -* `api/test/base_url` - The test endpoint on which Clever Cloud sends actions requests. Used to test your service when you create an add-on provider. After the add-on creation,`api/production/base_url` is used. +* `api/test/base_url` - The test endpoint on which Clever Cloud sends actions requests. Used to test your service when you create an add-on provider. After the add-on creation,`api/production/base_url` is used. If you're **not using** a test environment, set the same value as `api/production/base_url`. -* `api/test/sso_url` - The test endpoint for single sign-on. Used to test your service when you create an add-on provider. After that, the `api/production/sso_url` is used. +* `api/test/sso_url` - The test endpoint for single sign-on. Used to test your service when you create an add-on provider. After that, the `api/production/sso_url` is used. If you're **not using** a test environment, set the same value as +`api/production/sso_url`. ## Add-on Provider requests