Skip to content

Commit

Permalink
feat: routes changed from repository_id to nwo and enterprise groups …
Browse files Browse the repository at this point in the history
…now includes the enterprise in route (#684)

WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Apr 15, 2024
1 parent 92cbf3b commit 734bcba
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/variables",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -92,11 +92,11 @@
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -220,15 +220,15 @@
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -332,11 +332,11 @@
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/secrets",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets",
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/variables",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -556,7 +556,7 @@
"triggersNotification": null
},
{
"url": "/repositories/{repository_id}/environments/{environment_name}/variables/{name}",
"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -1408,7 +1408,7 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups/{scim_group_id}",
"url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}",
"triggersNotification": null
},
{
Expand All @@ -1420,7 +1420,7 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Users/{scim_user_id}",
"url": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -1452,11 +1452,11 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups/{scim_group_id}",
"url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}",
"triggersNotification": null
},
{
"url": "/scim/v2/Users/{scim_user_id}",
"url": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}",
"triggersNotification": null
},
{
Expand All @@ -1480,11 +1480,11 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups",
"url": "/scim/v2/enterprises/{enterprise}/Groups",
"triggersNotification": null
},
{
"url": "/scim/v2/Users",
"url": "/scim/v2/enterprises/{enterprise}/Users",
"triggersNotification": null
},
{
Expand All @@ -1508,11 +1508,11 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups",
"url": "/scim/v2/enterprises/{enterprise}/Groups",
"triggersNotification": null
},
{
"url": "/scim/v2/Users",
"url": "/scim/v2/enterprises/{enterprise}/Users",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -1544,11 +1544,11 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups/{scim_group_id}",
"url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}",
"triggersNotification": null
},
{
"url": "/scim/v2/Users/{scim_user_id}",
"url": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}",
"triggersNotification": null
},
{
Expand All @@ -1564,11 +1564,11 @@
"triggersNotification": null
},
{
"url": "/scim/v2/Groups/{scim_group_id}",
"url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}",
"triggersNotification": null
},
{
"url": "/scim/v2/Users/{scim_user_id}",
"url": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}",
"triggersNotification": null
},
{
Expand Down Expand Up @@ -2895,6 +2895,10 @@
"url": "/repos/{owner}/{repo}/collaborators/{username}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/private-vulnerability-reporting",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/vulnerability-alerts",
"triggersNotification": null
Expand Down

0 comments on commit 734bcba

Please sign in to comment.