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 @@ -963,7 +963,7 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
963963
964964### ` notification delete `
965965
966- Remove a rule from a bucket's [ event notification] ( /r2/buckets/event-notifications/ ) configuration.
966+ Remove an event notification rule from a bucket's [ event notification] ( /r2/buckets/event-notifications/ ) configuration.
967967
968968``` txt
969969wrangler r2 bucket notification delete <NAME> [OPTIONS]
@@ -976,16 +976,16 @@ wrangler r2 bucket notification delete <NAME> [OPTIONS]
976976- ` --rule ` string optional
977977 - The ID of the event notification rule to delete.
978978
979- ### ` notification get `
979+ ### ` notification list `
980980
981- List the [ event notification] ( /r2/buckets/event-notifications/ ) configurations for a bucket.
981+ List the [ event notification] ( /r2/buckets/event-notifications/ ) rules for a bucket.
982982
983983``` txt
984- wrangler r2 bucket notification get <NAME>
984+ wrangler r2 bucket notification list <NAME>
985985```
986986
987987- ` NAME ` string required
988- - The name of the R2 bucket to get event notification configurations for.
988+ - The name of the R2 bucket to get event notification rules for.
989989
990990### ` sippy enable `
991991
You can’t perform that action at this time.
0 commit comments