From e075c3373d849dcfd54e2f7c71ab908041d3b047 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 18 Feb 2026 10:48:46 -0500 Subject: [PATCH] doc/radosgw: document account-id for `POST /admin/user` the account-id field applies to both `PUT /admin/user` (Create User) and `POST /admin/user` (Modify User) apis Signed-off-by: Casey Bodley --- doc/radosgw/adminops.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index b41eb41a907..fd1613a4527 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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 ~~~~~~~~~~~~~~~~~ -- 2.47.3