Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update webhooks.md
Browse files Browse the repository at this point in the history
Add missing comma to get a valid JSON for the PUT example
  • Loading branch information
kovin committed Jun 25, 2022
1 parent 0c92b6d commit 34f78fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhooks.md
Expand Up @@ -131,7 +131,7 @@ curl -u {api_token}:api_token \
"url_callback": "{url_callback}",
"event_filters": [
{"entity": "*", "action": "*"}
]
],
"enabled": true,
"secret": "new secret string",
"description": "My first Webhooks subscription"
Expand Down

0 comments on commit 34f78fa

Please sign in to comment.