Skip to content

Commit 5bcec16

Browse files
committed
event names
1 parent b2460a0 commit 5bcec16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/2.api-v2/4.webhooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The message payload (http body) follows the [Standard Webhooks Spec](https://git
99

1010
```jsonc
1111
{
12-
"type": "fsb:event:announcement.publish",
12+
"type": "fsb:event:announcement_created",
1313
"timestamp": "2022-11-03T20:26:10.344522Z",
1414
"data": {
1515
// ...
@@ -84,7 +84,7 @@ The `data` field will contain the following object:
8484
```
8585

8686

87-
### fsb:event:announcement-created
87+
### fsb:event:announcement_created
8888

8989
Fired when a new announcement is published.
9090

@@ -93,7 +93,7 @@ The `data` field will contain a single `ResolvedAnnouncement`. Check it's `resol
9393
:data-model{name="ResolvedAnnouncement"}
9494

9595

96-
### fsb:event:product-updated
96+
### fsb:event:product_updated
9797

9898
Fired when a previously published product is updated.
9999

0 commit comments

Comments
 (0)