Skip to content

Commit

Permalink
Update docs/topics/develop/api-reference/webhooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Nov 29, 2023
1 parent 12227d0 commit e0bb96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/develop/api-reference/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const didRequestComeFromMomento = (req: Request): boolean => {
<details>
<summary>What should I do if the webhook subscription fails?</summary>

Check the provided error response for details. Common issues include invalid cache or topic names, or issues with the provided `postUrl`.
Ensure that your webhook url is public and valid. Common issues include wrong cache or topic names, or issues with the provided `postUrl`.

</details>

Expand Down

0 comments on commit e0bb96c

Please sign in to comment.