doc(): change JSON payload example

This commit is contained in:
Nicolas Carlier 2022-03-02 13:51:03 +01:00 committed by GitHub
parent 4e6298dda7
commit 213a1c4a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ $ curl --data @test.json http://localhost:8080/echo?foo=bar
Hook information: name=echo, id=1
Query parameter: foo=bar
Header parameter: user-agent=curl/7.52.1
Script parameter: {"foo": "bar"}
Script parameter: {"message": "this is a test"}
```
### Webhook timeout configuration