Skip to content

Commit

Permalink
Adding description as an argument when creating rule for event notifi…
Browse files Browse the repository at this point in the history
…cations
  • Loading branch information
jkoe-cf committed Oct 18, 2024
1 parent 235e0c7 commit ac3f612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,8 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
- The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
- `--suffix` <Type text="string" /> <MetaInfo text="optional" />
- The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
- `--description` <Type text="string" /> <MetaInfo text="optional" />
- The description of why the event notification rule was created.

### `notification delete`

Expand Down

0 comments on commit ac3f612

Please sign in to comment.