]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: POST /admin/account doesn't require id/name 66687/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 18 Dec 2025 14:12:51 +0000 (09:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 18 Dec 2025 14:21:23 +0000 (09:21 -0500)
the RGWOp_Account_Create admin op doesn't require id or name

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

index 0a640c9dfd39743b2d9944b6ed248d05505546e9..b41eb41a9077b89807e838ef238652578442744c 100644 (file)
@@ -398,16 +398,16 @@ Request Parameters
 :Description: The ID of the account to be created.
 :Type: String
 :Example: ``RGW00000000000000001``
-:Required: Yes
+:Required: No
 
-An account ID must be 20 characters long, and in the format of the string "RGW" followed by 17 numeric characters.
+An account ID must be 20 characters long, and in the format of the string "RGW" followed by 17 numeric characters. If not specified, a random unique one will be generated.
 
 ``name``
 
 :Description: The name of the account to be created.
 :Type: String
 :Example: ``account_name``
-:Required: Yes
+:Required: No
 
 ``email``