diff --git a/website/docs/docs/deploy/webhooks.md b/website/docs/docs/deploy/webhooks.md index c8bf7c4cd4e..10354fe5da9 100644 --- a/website/docs/docs/deploy/webhooks.md +++ b/website/docs/docs/deploy/webhooks.md @@ -82,7 +82,7 @@ An example of a webhook payload for a run that's started: ```json { "accountId": 1, - "webhooksID": "wsu_12345abcde" + "webhooksID": "wsu_12345abcde", "eventId": "wev_2L6Z3l8uPedXKPq9D2nWbPIip7Z", "timestamp": "2023-01-31T19:28:15.742843678Z", "eventType": "job.run.started", @@ -110,7 +110,7 @@ An example of a webhook payload for a completed run: ```json { "accountId": 1, - "webhooksID": "wsu_12345abcde" + "webhooksID": "wsu_12345abcde", "eventId": "wev_2L6ZDoilyiWzKkSA59Gmc2d7FDD", "timestamp": "2023-01-31T19:29:35.789265936Z", "eventType": "job.run.completed", @@ -139,7 +139,7 @@ An example of a webhook payload for an errored run: ```json { "accountId": 1, - "webhooksID": "wsu_12345abcde" + "webhooksID": "wsu_12345abcde", "eventId": "wev_2L6m5BggBw9uPNuSmtg4MUiW4Re", "timestamp": "2023-01-31T21:15:20.419714619Z", "eventType": "job.run.errored",