]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: document account-root for PUT and POST /admin/user 67397/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 18 Feb 2026 15:50:25 +0000 (10:50 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 18 Feb 2026 15:50:28 +0000 (10:50 -0500)
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 <cbodley@redhat.com>
doc/radosgw/adminops.rst

index fd1613a45270a2cdb0a84ebf252ed53d88660701..a44f85a2c6d3501fc3a8033ccbbaf285f513e0fa 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~