From 4e5ad2e6974b4f2bcf03cf3690c7f2b8005f5b3a Mon Sep 17 00:00:00 2001 From: hrchu Date: Thu, 9 Mar 2017 11:07:09 +0800 Subject: [PATCH] doc: add bucket-id to link bucket in adminops.rst The link bucket operation requires the bucket-id parameter. Signed-off-by: Chu, Hua-Rong --- doc/radosgw/adminops.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index c2de0e854eff2..d747f878aeebb 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -1481,11 +1481,18 @@ Request Parameters ``bucket`` -:Description: The bucket to unlink. +:Description: The bucket name to unlink. :Type: String :Example: ``foo_bucket`` :Required: Yes +``bucket-id`` + +:Description: The bucket id to unlink. +:Type: String +:Example: ``dev.6607669.420`` +:Required: Yes + ``uid`` :Description: The user ID to link the bucket to. -- 2.47.3