From 5680e0e51268a83955aad5a4c15da3fec13a0560 Mon Sep 17 00:00:00 2001 From: Naeel Date: Mon, 13 Apr 2026 07:17:41 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20Admin=20API=20example=20=E2=80=94?= =?UTF-8?q?=20field=20is=20name,=20not=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index 283a828..956a2dd 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -103,7 +103,7 @@ curl https://sqs.ваш-домен.com/health curl -s -X POST https://sqs.ваш-домен.com/admin/tenants \ -H "Authorization: Bearer ВАШ_ADMIN_TOKEN" \ -H "Content-Type: application/json" \ - -d '{"id": "my-tenant"}' + -d '{"name": "my-tenant"}' ``` Ответ: