From: ybwang0211 Date: Tue, 25 Jan 2022 08:20:02 +0000 (+0800) Subject: doc: Make the SYNTAX code writing of some interfaces of the api document consistent... X-Git-Tag: v18.0.0~327^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aad0d4a9c8bc77b4d496ed15467ff6dc6bdf7cc4;p=ceph.git doc: Make the SYNTAX code writing of some interfaces of the api document consistent with others The SYNTAX code guided by the CREATE NOTIFICATION, DELETE NOTIFICATION, and GET/LIST NOTIFICATION APIs is different from the others, and the writing method of "bucket" is not uniform, so I modified it Signed-off-by: ybwang0211 --- diff --git a/doc/radosgw/s3/bucketops.rst b/doc/radosgw/s3/bucketops.rst index 378eb5f044a..17da3a9351d 100644 --- a/doc/radosgw/s3/bucketops.rst +++ b/doc/radosgw/s3/bucketops.rst @@ -487,7 +487,7 @@ Syntax :: - PUT /?notification HTTP/1.1 + PUT /{bucket}?notification HTTP/1.1 Request Entities @@ -598,7 +598,7 @@ Syntax :: - DELETE /bucket?notification[=] HTTP/1.1 + DELETE /{bucket}?notification[=] HTTP/1.1 Parameters @@ -629,7 +629,7 @@ Syntax :: - GET /bucket?notification[=] HTTP/1.1 + GET /{bucket}?notification[=] HTTP/1.1 Parameters