File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
962962
963963### ` notification delete `
964964
965- Remove a rule from a bucket's [ event notification] ( /r2/buckets/event-notifications/ ) configuration.
965+ Remove an event notification rule from a bucket's [ event notification] ( /r2/buckets/event-notifications/ ) configuration.
966966
967967``` txt
968968wrangler r2 bucket notification delete <NAME> [OPTIONS]
@@ -975,16 +975,16 @@ wrangler r2 bucket notification delete <NAME> [OPTIONS]
975975- ` --rule ` string optional
976976 - The ID of the event notification rule to delete.
977977
978- ### ` notification get `
978+ ### ` notification list `
979979
980- List the [ event notification] ( /r2/buckets/event-notifications/ ) configurations for a bucket.
980+ List the [ event notification] ( /r2/buckets/event-notifications/ ) rules for a bucket.
981981
982982``` txt
983- wrangler r2 bucket notification get <NAME>
983+ wrangler r2 bucket notification list <NAME>
984984```
985985
986986- ` NAME ` string required
987- - The name of the R2 bucket to get event notification configurations for.
987+ - The name of the R2 bucket to get event notification rules for.
988988
989989### ` sippy enable `
990990
You can’t perform that action at this time.
0 commit comments