]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/radosgw: document account-id for `POST /admin/user`
authorCasey Bodley <cbodley@redhat.com>
Wed, 18 Feb 2026 15:48:46 +0000 (10:48 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 18 Feb 2026 15:48:51 +0000 (10:48 -0500)
the account-id field applies to both `PUT /admin/user` (Create User)
and `POST /admin/user` (Modify User) apis

Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/adminops.rst

index b41eb41a9077b89807e838ef238652578442744c..fd1613a45270a2cdb0a84ebf252ed53d88660701 100644 (file)
@@ -1189,7 +1189,7 @@ A tenant name may also specified as a part of ``uid``, by following the syntax
 
 ``account-id``
 
-:Description: the account under which a user should exist.
+:Description: The account under which a user should exist.
 :Type: string
 :Example: RGW00000000000000001
 :Required: No
@@ -1404,6 +1404,15 @@ Request Parameters
 :Example: STANDARD-1A
 :Required: No
 
+.. versionadded:: Squid
+
+``account-id``
+
+:Description: The account under which a user should exist. Cannot be changed or removed once set.
+:Type: string
+:Example: RGW00000000000000001
+:Required: No
+
 Response Entities
 ~~~~~~~~~~~~~~~~~