Document the type of the webhook.json parameter (#21401)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Kamil 2022-01-31 13:53:17 +01:00 committed by GitHub
parent df10fe69b3
commit 3d8b5316e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ The following describes trigger data associated with all platforms.
| ---- | ---- |
| `trigger.platform` | Hardcoded: `webhook`
| `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.json` | The JSON data of the request (if it had a JSON content type) as a mapping.
| `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).