Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: description and sample payload updates #365

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
259 changes: 192 additions & 67 deletions cache/api.git.luolix.top.json

Large diffs are not rendered by default.

259 changes: 192 additions & 67 deletions cache/ghec.json

Large diffs are not rendered by default.

94 changes: 44 additions & 50 deletions cache/ghes-3.10.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "13.1.0",
"version": "13.2.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -40252,7 +40252,7 @@
"operationId": "repos/list-webhooks",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#list-repository-webhooks"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#list-repository-webhooks"
},
"parameters": [
{
Expand Down Expand Up @@ -40299,8 +40299,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
},
Expand All @@ -40313,7 +40313,7 @@
"operationId": "repos/create-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#create-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#create-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40436,8 +40436,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40452,7 +40452,7 @@
"operationId": "repos/get-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#get-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40488,8 +40488,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
},
Expand All @@ -40502,7 +40502,7 @@
"operationId": "repos/update-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#update-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#update-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40621,8 +40621,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
},
Expand All @@ -40635,7 +40635,7 @@
"operationId": "repos/delete-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#delete-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#delete-a-repository-webhook"
},
"parameters": [
{
Expand All @@ -40659,8 +40659,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40675,7 +40675,7 @@
"operationId": "repos/get-webhook-config-for-repo",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
},
"parameters": [
{
Expand Down Expand Up @@ -40708,8 +40708,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repo-config"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
},
Expand All @@ -40722,7 +40722,7 @@
"operationId": "repos/update-webhook-config-for-repo",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
},
"parameters": [
{
Expand Down Expand Up @@ -40789,8 +40789,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repo-config"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40805,7 +40805,7 @@
"operationId": "repos/list-webhook-deliveries",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40861,8 +40861,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repo-deliveries"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40877,7 +40877,7 @@
"operationId": "repos/get-webhook-delivery",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40919,8 +40919,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repo-deliveries"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40935,7 +40935,7 @@
"operationId": "repos/redeliver-webhook-delivery",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
},
"parameters": [
{
Expand Down Expand Up @@ -40965,8 +40965,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repo-deliveries"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -40981,7 +40981,7 @@
"operationId": "repos/ping-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#ping-a-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#ping-a-repository-webhook"
},
"parameters": [
{
Expand All @@ -41005,8 +41005,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand All @@ -41021,7 +41021,7 @@
"operationId": "repos/test-push-webhook",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks/repos#test-the-push-repository-webhook"
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#test-the-push-repository-webhook"
},
"parameters": [
{
Expand All @@ -41045,8 +41045,8 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "webhooks",
"subcategory": "repos"
"category": "repos",
"subcategory": "webhooks"
},
"x-octokit": {}
}
Expand Down Expand Up @@ -44443,6 +44443,9 @@
}
}
}
},
"404": {
"$ref": "#/components/responses/not_found"
}
},
"x-github": {
Expand Down Expand Up @@ -79104,7 +79107,7 @@
"pull-request-edited": {
"post": {
"summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/enterprise-server@3.10/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/enterprise-server@3.10/rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
"description": "The title or body of a pull request was edited.",
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
"operationId": "pull-request/edited",
"externalDocs": {
"url": "https://docs.github.com/enterprise-server@3.10/webhooks/webhook-events-and-payloads#pull_request"
Expand Down Expand Up @@ -101779,7 +101782,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
]
},
"conclusion": {
Expand Down Expand Up @@ -278162,7 +278166,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
"language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
Expand Down Expand Up @@ -278547,7 +278550,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
"language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
Expand Down Expand Up @@ -289790,16 +289792,10 @@
"html_url": "https://github.com/owner/private-repo/security/secret-scanning/42",
"locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
"state": "open",
"resolution": null,
"resolved_at": null,
"resolved_by": null,
"secret_type": "mailchimp_api_key",
"secret_type_display_name": "Mailchimp API Key",
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
"push_protection_bypassed_by": null,
"push_protection_bypassed": false,
"push_protection_bypassed_at": null,
"resolution_comment": null
"push_protection_bypassed": false
}
},
"secret-scanning-alert-resolved": {
Expand Down Expand Up @@ -289836,8 +289832,6 @@
"secret_type_display_name": "Mailchimp API Key",
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
"push_protection_bypassed": false,
"push_protection_bypassed_by": null,
"push_protection_bypassed_at": null,
"resolution_comment": "Example comment"
}
},
Expand Down
Loading