From 8e6cd24dcf663015e40574df482df03de0bd0d5a Mon Sep 17 00:00:00 2001 From: Anon <68710948+nonanonymousanon@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:55:58 -0400 Subject: [PATCH] Update local.mdx /api/instance/setup is incorrect, it should be /api/setup --- src/pages/selfhosted/identity-providers/local.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/identity-providers/local.mdx b/src/pages/selfhosted/identity-providers/local.mdx index 074b1e22..b24e950c 100644 --- a/src/pages/selfhosted/identity-providers/local.mdx +++ b/src/pages/selfhosted/identity-providers/local.mdx @@ -327,7 +327,7 @@ curl "https://netbird.example.com/api/instance" } # Complete setup -curl -X POST "https://netbird.example.com/api/instance/setup" \ +curl -X POST "https://netbird.example.com/api/setup" \ -H "Content-Type: application/json" \ -d '{ "email": "admin@example.com",