From: hrchu Date: Thu, 9 Mar 2017 03:07:09 +0000 (+0800) Subject: doc: add bucket-id to link bucket in adminops.rst X-Git-Tag: v12.0.1~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e5ad2e6974b4f2bcf03cf3690c7f2b8005f5b3a;p=ceph.git 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 --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index c2de0e854eff..d747f878aeeb 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.