From 7f66096fcef89981cd3e6801bfd7c90aafae0a9a Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Thu, 10 Dec 2020 00:46:44 +0100 Subject: [PATCH] docs(webhooks-and-event-payloads): 'installation' property is always present for some payloads --- .../webhooks-and-events/webhook-events-and-payloads.md | 4 ++-- data/reusables/webhooks/app_always_desc.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/reusables/webhooks/app_always_desc.md diff --git a/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/content/developers/webhooks-and-events/webhook-events-and-payloads.md index 922e672102eb..ca9d95fbef7b 100644 --- a/content/developers/webhooks-and-events/webhook-events-and-payloads.md +++ b/content/developers/webhooks-and-events/webhook-events-and-payloads.md @@ -445,7 +445,7 @@ Key | Type | Description #### Webhook payload object {% data reusables.webhooks.installation_properties %} -{% data reusables.webhooks.app_desc %} +{% data reusables.webhooks.app_always_desc %} {% data reusables.webhooks.sender_desc %} #### Webhook payload example @@ -469,7 +469,7 @@ Key | Type | Description #### Webhook payload object {% data reusables.webhooks.installation_repositories_properties %} -{% data reusables.webhooks.app_desc %} +{% data reusables.webhooks.app_always_desc %} {% data reusables.webhooks.sender_desc %} #### Webhook payload example diff --git a/data/reusables/webhooks/app_always_desc.md b/data/reusables/webhooks/app_always_desc.md new file mode 100644 index 000000000000..d52aaebe58c6 --- /dev/null +++ b/data/reusables/webhooks/app_always_desc.md @@ -0,0 +1 @@ +`installation` | `object` | The {% data variables.product.prodname_github_app %} installation.