From 3ec3f62ec85fd2c4f882b511525939307e1debf7 Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Tue, 10 Mar 2026 20:32:34 +0000 Subject: [PATCH] agent: @U0AJM7X8FBR Admin page needs updated to show a table of accounts with s --- api-reference/admins/accounts-with-sandboxes.mdx | 4 ++++ docs.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 api-reference/admins/accounts-with-sandboxes.mdx diff --git a/api-reference/admins/accounts-with-sandboxes.mdx b/api-reference/admins/accounts-with-sandboxes.mdx new file mode 100644 index 0000000..2450f14 --- /dev/null +++ b/api-reference/admins/accounts-with-sandboxes.mdx @@ -0,0 +1,4 @@ +--- +title: 'List Accounts with Sandboxes' +openapi: 'GET /api/admins/accounts-with-sandboxes' +--- diff --git a/docs.json b/docs.json index a6dba97..11d80a7 100644 --- a/docs.json +++ b/docs.json @@ -75,7 +75,8 @@ { "group": "Admins", "pages": [ - "api-reference/admins/check" + "api-reference/admins/check", + "api-reference/admins/accounts-with-sandboxes" ] }, {