mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
Merge pull request #44772 from ybwang0211/Bucket-Operations-doc
doc: Make the SYNTAX code writing of some interfaces of the api document consistent with others Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
3f1ddecc63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user