From: Casey Bodley Date: Wed, 18 Feb 2026 15:50:25 +0000 (-0500) Subject: doc/radosgw: document account-root for PUT and POST /admin/user X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67397%2Fhead;p=ceph.git doc/radosgw: document account-root for PUT and POST /admin/user like the `--account-root` option for `radosgw-admin user create` and `user modify`, the admin apis also support the `account-root` query param Fixes: https://tracker.ceph.com/issues/74047 Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index fd1613a4527..a44f85a2c6d 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -1194,6 +1194,13 @@ A tenant name may also specified as a part of ``uid``, by following the syntax :Example: RGW00000000000000001 :Required: No +``account-root`` + +:Description: Whether the user should be root for its account. +:Type: Boolean +:Example: False [False] +:Required: No + Response Entities ~~~~~~~~~~~~~~~~~ @@ -1413,6 +1420,13 @@ Request Parameters :Example: RGW00000000000000001 :Required: No +``account-root`` + +:Description: Whether the user should be root for its account. +:Type: Boolean +:Example: False [False] +:Required: No + Response Entities ~~~~~~~~~~~~~~~~~