Skip to content

Commit

Permalink
feat: new endpoints (#674)
Browse files Browse the repository at this point in the history
WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Feb 22, 2024
1 parent 5f90bc4 commit 0404bc6
Showing 1 changed file with 77 additions and 1 deletion.
78 changes: 77 additions & 1 deletion scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,10 @@
"url": "/notifications/threads/{thread_id}",
"triggersNotification": null
},
{
"url": "/notifications/threads/{thread_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/subscription",
"triggersNotification": null
Expand Down Expand Up @@ -2063,6 +2067,14 @@
"url": "/orgs/{org}/security-managers/teams/{team_slug}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/teams/{team_slug}/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/users/{username}/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/blocks/{username}",
"triggersNotification": null
Expand All @@ -2087,6 +2099,10 @@
"url": "/orgs/{org}/outside_collaborators/{username}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles",
"triggersNotification": null
},
{
"url": "/orgs/{org}/custom-repository-roles",
"triggersNotification": null
Expand Down Expand Up @@ -2119,6 +2135,10 @@
"url": "/orgs/{org}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/custom-repository-roles/{role_id}",
"triggersNotification": null
Expand Down Expand Up @@ -2167,6 +2187,10 @@
"url": "/orgs/{org}/memberships/{username}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/hooks/{hook_id}",
"triggersNotification": null
Expand Down Expand Up @@ -2231,6 +2255,22 @@
"url": "/user/memberships/orgs",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/{role_id}/teams",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/{role_id}/users",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-fine-grained-permissions",
"triggersNotification": null
},
{
"url": "/orgs/{org}/outside_collaborators",
"triggersNotification": null
Expand Down Expand Up @@ -2279,6 +2319,10 @@
"url": "/orgs/{org}/hooks",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/hooks/{hook_id}/pings",
"triggersNotification": null
Expand Down Expand Up @@ -2323,6 +2367,22 @@
"url": "/orgs/{org}/personal-access-token-requests",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/teams/{team_slug}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/users/{username}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/teams/{team_slug}/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/organization-roles/users/{username}/{role_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/memberships/{username}",
"triggersNotification": null
Expand Down Expand Up @@ -2823,6 +2883,10 @@
"url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/automated-security-fixes",
"triggersNotification": null
Expand Down Expand Up @@ -2899,6 +2963,10 @@
"url": "/orgs/{org}/repos",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/properties/values",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}",
"triggersNotification": null
Expand All @@ -2912,7 +2980,7 @@
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages/deployment",
"url": "/repos/{owner}/{repo}/pages/deployments",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -3239,6 +3307,10 @@
"url": "/repos/{owner}/{repo}/pages/builds/{build_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/pages/health",
"triggersNotification": null
Expand Down Expand Up @@ -3687,6 +3759,10 @@
"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/security-advisories/reports",
"triggersNotification": null
Expand Down

0 comments on commit 0404bc6

Please sign in to comment.