From c79ade7b94360816085c0a53eb2d9d89bac6e6ff Mon Sep 17 00:00:00 2001 From: Gabriel Marquet Date: Tue, 17 Sep 2024 12:05:50 +0200 Subject: [PATCH] Update 07-api.mdx --- docs/03-platform/04-reference/07-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-platform/04-reference/07-api.mdx b/docs/03-platform/04-reference/07-api.mdx index 741a4cd..b7abbc2 100644 --- a/docs/03-platform/04-reference/07-api.mdx +++ b/docs/03-platform/04-reference/07-api.mdx @@ -160,7 +160,7 @@ The ID of the organization on Escape. It can be found on [the organization secti ```json { - "domains": ["test.com", "example.com"] // the list must be non-empty + "domains": ["test.com", "example.com"] // the list can be empty if you want to reset all domains } ```