From 8a3fa46c1d4976da10cba16c1602e70b57ab3873 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 18 Dec 2025 09:12:51 -0500 Subject: [PATCH] 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 --- doc/radosgw/adminops.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`` -- 2.47.3