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>
::
- PUT /<bucket name>?notification HTTP/1.1
+ PUT /{bucket}?notification HTTP/1.1
Request Entities
::
- DELETE /bucket?notification[=<notification-id>] HTTP/1.1
+ DELETE /{bucket}?notification[=<notification-id>] HTTP/1.1
Parameters
::
- GET /bucket?notification[=<notification-id>] HTTP/1.1
+ GET /{bucket}?notification[=<notification-id>] HTTP/1.1
Parameters