Skip to content

Commit

Permalink
feat: add support for 10 new APIs and drop references to now-defunkt …
Browse files Browse the repository at this point in the history
…OAuth Authorizations APIs (#502)

WIP octokit/openapi updated
  • Loading branch information
octokitbot authored Aug 15, 2022
1 parent 36b7331 commit 5a816c1
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,10 @@
"url": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/code-scanning/alerts",
"triggersNotification": null
},
{
"url": "/orgs/{org}/code-scanning/alerts",
"triggersNotification": null
Expand Down Expand Up @@ -1748,51 +1752,15 @@
"triggersNotification": null
},
{
"url": "/authorizations",
"triggersNotification": null
},
{
"url": "/authorizations/{authorization_id}",
"triggersNotification": null
},
{
"url": "/applications/grants/{grant_id}",
"triggersNotification": null
},
{
"url": "/authorizations/{authorization_id}",
"triggersNotification": null
},
{
"url": "/applications/grants/{grant_id}",
"triggersNotification": null
},
{
"url": "/authorizations/clients/{client_id}",
"triggersNotification": null
},
{
"url": "/authorizations/clients/{client_id}/{fingerprint}",
"triggersNotification": null
},
{
"url": "/authorizations",
"triggersNotification": null
},
{
"url": "/applications/grants",
"triggersNotification": null
},
{
"url": "/authorizations/{authorization_id}",
"url": "/orgs/{org}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/oidc/customization/sub",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/oidc/customization/sub",
"url": "/orgs/{org}/security-managers/teams/{team_slug}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -1915,6 +1883,10 @@
"url": "/orgs/{org}/credential-authorizations",
"triggersNotification": null
},
{
"url": "/orgs/{org}/security-managers",
"triggersNotification": null
},
{
"url": "/orgs/{org}/hooks/{hook_id}/deliveries",
"triggersNotification": null
Expand Down Expand Up @@ -1951,6 +1923,10 @@
"url": "/orgs/{org}/credential-authorizations/{credential_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/security-managers/teams/{team_slug}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/memberships/{username}",
"triggersNotification": null
Expand Down Expand Up @@ -2467,6 +2443,10 @@
"url": "/repos/{owner}/{repo}/deployments",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
"triggersNotification": null
Expand Down Expand Up @@ -2495,6 +2475,10 @@
"url": "/repos/{owner}/{repo}/contents/{path}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages/deployment",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages",
"triggersNotification": null
Expand Down Expand Up @@ -2563,6 +2547,10 @@
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/contents/{path}",
"triggersNotification": null
Expand Down Expand Up @@ -2731,6 +2719,10 @@
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}",
"triggersNotification": null
Expand Down Expand Up @@ -2867,6 +2859,10 @@
"url": "/repos/{owner}/{repo}/keys",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
"triggersNotification": null
Expand Down Expand Up @@ -3035,6 +3031,10 @@
"url": "/repos/{owner}/{repo}/comments/{comment_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages",
"triggersNotification": null
Expand Down

0 comments on commit 5a816c1

Please sign in to comment.