From aad0d4a9c8bc77b4d496ed15467ff6dc6bdf7cc4 Mon Sep 17 00:00:00 2001 From: ybwang0211 Date: Tue, 25 Jan 2022 16:20:02 +0800 Subject: [PATCH] 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 --- doc/radosgw/s3/bucketops.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/s3/bucketops.rst b/doc/radosgw/s3/bucketops.rst index 378eb5f044a2..17da3a9351d9 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 -- 2.47.3