Skip to content

Commit 2f2bb4f

Browse files
committed
fix: doc fixes
1 parent 4a35b3a commit 2f2bb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buckets/object-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tigris object notifications allow you to receive notifications via a webhook.
44
These events allow you to keep track of when objects are created, updated, or
55
deleted for a specific bucket.
66

7-
## Enable Object Notifications via Console (TODO)
7+
## Enable Object Notifications via Tigris Dashboard
88

99
To enable object notifications, you need to set up a webhook in the Tigris
1010
Console. This can be done in `Settings` for the bucket.
@@ -19,7 +19,7 @@ Here's a short video demonstration on enabling object notifications:
1919

2020
Object notifications are delivered via a webhook, and obey the following rules:
2121

22-
- Tigris will make an HTTP POST post request to the webhook URL with the event
22+
- Tigris will make an HTTP POST request to the webhook URL with the event
2323
payload.
2424
- A `200` status code acknowledges the request was successful.
2525
- If a `200` status is not received, Tigris will retry for a maximum of 3 times

0 commit comments

Comments
 (0)