]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Make the SYNTAX code writing of some interfaces of the api document consistent... 44772/head
authorybwang0211 <ybwang0211@163.com>
Tue, 25 Jan 2022 08:20:02 +0000 (16:20 +0800)
committerybwang0211 <ybwang0211@163.com>
Tue, 25 Jan 2022 08:20:02 +0000 (16:20 +0800)
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 <ybwang0211@163.com>
doc/radosgw/s3/bucketops.rst

index 378eb5f044a262d99305ae5f1b7f29f9f5bf9eb1..17da3a9351d9ab05ac8d4d8ca162f660ad29f717 100644 (file)
@@ -487,7 +487,7 @@ Syntax
 
 ::
 
-    PUT /<bucket name>?notification HTTP/1.1
+    PUT /{bucket}?notification HTTP/1.1
 
 
 Request Entities
@@ -598,7 +598,7 @@ Syntax
 
 ::
 
-    DELETE /bucket?notification[=<notification-id>] HTTP/1.1
+    DELETE /{bucket}?notification[=<notification-id>] HTTP/1.1
 
 
 Parameters
@@ -629,7 +629,7 @@ Syntax
 
 ::
 
-    GET /bucket?notification[=<notification-id>] HTTP/1.1 
+    GET /{bucket}?notification[=<notification-id>] HTTP/1.1 
 
 
 Parameters