Skip to content

Commit beb2f6e

Browse files
authored
Merge pull request #112 from unknowndomain/patch-1
Presumed typo in example code
2 parents c4958d5 + b5ba498 commit beb2f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each time a matching event occurs, we will make a POST call to the URL you provi
3535
```shell
3636
$ http "https://api.monzo.com/webhooks" \
3737
"Authorization: Bearer $access_token" \
38-
"account_id==$account_id"
38+
"account_id=$account_id"
3939
```
4040

4141
```json

0 commit comments

Comments
 (0)