Add trigger.query to webhook documentation (#14950)

This commit is contained in:
Malte Franken 2020-10-21 07:10:02 +11:00 committed by GitHub
parent bdd56727fa
commit f3d4350330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ The following tables show the available trigger data per platform.
| `trigger.webhook_id` | The webhook ID that was triggered.
| `trigger.json` | The JSON data of the request (if it had a JSON content type).
| `trigger.data` | The form data of the request (if it had a form data content type).
| `trigger.query` | The URL query parameters of the request (if provided).
### Zone