Skip to content

Commit

Permalink
updates payload example cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Jun 28, 2022
1 parent 6d1fa0e commit bb08b29
Showing 1 changed file with 168 additions and 0 deletions.
168 changes: 168 additions & 0 deletions payload-examples/api.github.com/index.json
Expand Up @@ -56415,6 +56415,174 @@
}
]
},
{
"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": "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": "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": "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": "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": "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)\".",
Expand Down

0 comments on commit bb08b29

Please sign in to comment.