diff --git a/cache/api.github.com/webhook-events-and-payloads.html b/cache/api.github.com/webhook-events-and-payloads.html index 34c45d90c..613190cd3 100644 --- a/cache/api.github.com/webhook-events-and-payloads.html +++ b/cache/api.github.com/webhook-events-and-payloads.html @@ -1,1081 +1,877 @@ -
+

Webhook events and payloads

-

+

In this article

-
-
+
+
    -
  • -
    +
  • +
    - -
    -
    -
    -
  • -
- -
    -
  • -
    -
    -
    - -
    -
    -
    -
  • -
- - -
-
+

-
+

@@ -1222,7 +1018,16 @@

payload contains more detailed information.

Note: Payloads are capped at 25 MB. If your event @@ -1769,7 +1574,16 @@

>" REST API.

Note: The Checks API only looks for pushes in the @@ -2403,7 +2217,16 @@

>" REST API.

Note: The Checks API only looks for pushes in the @@ -3631,7 +3454,16 @@

>" REST API.

Note: You will not receive a webhook for this event @@ -3964,7 +3796,16 @@

>" REST API.

Note: You will not receive a webhook for this event @@ -5310,7 +5151,16 @@

>discussion

Note: Webhook events for GitHub Discussions are @@ -5683,7 +5533,16 @@

>discussion_comment

Note: Webhook events for GitHub Discussions are @@ -11856,7 +11715,16 @@

Note: This event does not occur for Projects (beta). @@ -12225,7 +12093,16 @@

Note: This event does not occur for Projects (beta). @@ -12897,7 +12774,16 @@

>projects_v2_item

Note: Webhook events for Projects (beta) are @@ -16267,7 +16153,16 @@

One or more commits are pushed to a repository branch or tag.

Note: You will not receive a webhook for this event diff --git a/cache/ghes-31/webhook-events-and-payloads.html b/cache/ghes-31/webhook-events-and-payloads.html index 4545f1261..cf920f150 100644 --- a/cache/ghes-31/webhook-events-and-payloads.html +++ b/cache/ghes-31/webhook-events-and-payloads.html @@ -1,861 +1,763 @@ -

+

Webhook events and payloads

-

+

In this article

-
-
+
+
-
+

-
+

diff --git a/cache/ghes-32/webhook-events-and-payloads.html b/cache/ghes-32/webhook-events-and-payloads.html index 6a95d8fda..a3ac8b2f8 100644 --- a/cache/ghes-32/webhook-events-and-payloads.html +++ b/cache/ghes-32/webhook-events-and-payloads.html @@ -1,861 +1,763 @@ -

+

Webhook events and payloads

-

+

In this article

-
-
+
+
-
+

-
+

diff --git a/cache/ghes-33/webhook-events-and-payloads.html b/cache/ghes-33/webhook-events-and-payloads.html index 9fa851a68..11ce3d71f 100644 --- a/cache/ghes-33/webhook-events-and-payloads.html +++ b/cache/ghes-33/webhook-events-and-payloads.html @@ -1,897 +1,795 @@ -

+

Webhook events and payloads

-

+

In this article

-
-
+
+
-
+

-
+

diff --git a/cache/github.ae/webhook-events-and-payloads.html b/cache/github.ae/webhook-events-and-payloads.html index 6d8dfb3ce..7e0bad5a5 100644 --- a/cache/github.ae/webhook-events-and-payloads.html +++ b/cache/github.ae/webhook-events-and-payloads.html @@ -1,755 +1,669 @@ -

+

Webhook events and payloads

-

+

In this article

-
-
+
+
-
+

-
+

diff --git a/payload-examples/api.github.com/index.json b/payload-examples/api.github.com/index.json index f0ae1a27c..89ec81856 100644 --- a/payload-examples/api.github.com/index.json +++ b/payload-examples/api.github.com/index.json @@ -56415,6 +56415,34 @@ } ] }, + { + "name": "security_and_analysis", + "description": "Activity related to enabling or disabling code security and analysis features for a repository or organization.", + "properties": { + "changes": { + "type": "object", + "description": "The changes that were made to the code security and analysis features." + }, + "repository": { + "type": "object", + "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." + }, + "organization": { + "type": "object", + "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." + }, + "installation": { + "type": "object", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." + }, + "sender": { + "type": "object", + "description": "The user that triggered the event." + } + }, + "actions": [], + "examples": [] + }, { "name": "sponsorship", "description": "Activity related to a sponsorship listing. The type of activity is specified in the `action` property of the payload object. For more information, see \"[About GitHub Sponsors](https://docs.github.com/en/sponsors/getting-started-with-github-sponsors/about-github-sponsors)\".\n\nYou can only create a sponsorship webhook on GitHub. For more information, see \"[Configuring webhooks for events in your sponsored account](https://docs.github.com/en/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account)\".",