From: Casey Bodley Date: Thu, 18 Dec 2025 14:12:51 +0000 (-0500) Subject: doc/rgw: POST /admin/account doesn't require id/name X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a3fa46c1d4976da10cba16c1602e70b57ab3873;p=ceph.git doc/rgw: POST /admin/account doesn't require id/name the RGWOp_Account_Create admin op doesn't require id or name Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index 0a640c9dfd3..b41eb41a907 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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``