Update OpenAPI Descriptions (#25446)
This commit is contained in:
committed by
GitHub
parent
d8011df177
commit
f0bcb98c75
@@ -6519,19 +6519,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#get-github-actions-permissions-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#get-github-actions-permissions-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "get-github-actions-permissions-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Gets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise.</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -6580,7 +6580,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#set-github-actions-permissions-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#set-github-actions-permissions-for-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
@@ -6632,14 +6632,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "set-github-actions-permissions-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Sets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise.</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -6737,19 +6737,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#list-selected-organizations-enabled-for-github-actions-in-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "list-selected-organizations-enabled-for-github-actions-in-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Lists the organizations that are selected to have GitHub Actions enabled in an enterprise. To use this endpoint, the enterprise permission policy for <code>enabled_organizations</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -6798,7 +6798,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#set-selected-organizations-enabled-for-github-actions-in-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
@@ -6837,14 +6837,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "set-selected-organizations-enabled-for-github-actions-in-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Replaces the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for <code>enabled_organizations</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -6917,19 +6917,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#enable-a-selected-organization-for-github-actions-in-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#enable-a-selected-organization-for-github-actions-in-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "enable-a-selected-organization-for-github-actions-in-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Adds an organization to the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for <code>enabled_organizations</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -6987,19 +6987,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#disable-a-selected-organization-for-github-actions-in-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "disable-a-selected-organization-for-github-actions-in-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Removes an organization from the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for <code>enabled_organizations</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7047,19 +7047,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#get-allowed-actions-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#get-allowed-actions-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "get-allowed-actions-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Gets the selected actions that are allowed in an enterprise. To use this endpoint, the enterprise permission policy for <code>allowed_actions</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7108,7 +7108,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#set-allowed-actions-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#set-allowed-actions-for-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
@@ -7167,14 +7167,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "permissions"
|
||||
},
|
||||
"slug": "set-allowed-actions-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "permissions",
|
||||
"subcategoryLabel": "Permissions",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Sets the actions that are allowed in an enterprise. To use this endpoint, the enterprise permission policy for <code>allowed_actions</code> must be configured to <code>selected</code>. For more information, see \"<a href=\"#set-github-actions-permissions-for-an-enterprise\">Set GitHub Actions permissions for an enterprise</a>.\"</p>\n<p>You must authenticate using an access token with the <code>admin:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7274,19 +7274,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#list-self-hosted-runner-groups-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-self-hosted-runner-groups-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "list-self-hosted-runner-groups-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Lists all self-hosted runner groups for an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7335,7 +7335,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#create-self-hosted-runner-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#create-self-hosted-runner-group-for-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
@@ -7425,14 +7425,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "create-a-self-hosted-runner-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Creates a new self-hosted runner group for an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7551,19 +7551,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#get-a-self-hosted-runner-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#get-a-self-hosted-runner-group-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "get-a-self-hosted-runner-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Gets a specific self-hosted runner group for an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7622,7 +7622,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#update-a-self-hosted-runner-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#update-a-self-hosted-runner-group-for-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": false,
|
||||
@@ -7676,14 +7676,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "update-a-self-hosted-runner-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Updates the <code>name</code> and <code>visibility</code> of a self-hosted runner group in an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7777,19 +7777,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#delete-a-self-hosted-runner-group-from-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "delete-a-self-hosted-runner-group-from-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Deletes a self-hosted runner group for an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7867,19 +7867,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#list-self-hosted-runners-in-a-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "list-self-hosted-runners-in-a-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Lists the self-hosted runners that are in a specific enterprise group.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -7938,7 +7938,7 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#set-self-hosted-runners-in-a-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-enterprise"
|
||||
},
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
@@ -7977,14 +7977,14 @@
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "set-self-hosted-runners-in-a-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"contentType": "application/json",
|
||||
"notes": [],
|
||||
"descriptionHTML": "<p>Replaces the list of self-hosted runners that are part of an enterprise runner group.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -8067,19 +8067,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#add-a-self-hosted-runner-to-a-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#add-a-self-hosted-runner-to-a-group-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "add-a-self-hosted-runner-to-a-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Adds a self-hosted runner to a runner group configured in an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code>\nscope to use this endpoint.</p>",
|
||||
@@ -8147,19 +8147,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#remove-a-self-hosted-runner-from-a-group-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#remove-a-self-hosted-runner-from-a-group-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runner-groups"
|
||||
},
|
||||
"slug": "remove-a-self-hosted-runner-from-a-group-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runner-groups",
|
||||
"subcategoryLabel": "Self hosted runner groups",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -8227,19 +8227,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#list-self-hosted-runners-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-self-hosted-runners-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runners"
|
||||
},
|
||||
"slug": "list-self-hosted-runners-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runners",
|
||||
"subcategoryLabel": "Self hosted runners",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Lists all self-hosted runners configured for an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -8298,19 +8298,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#get-a-self-hosted-runner-for-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#get-a-self-hosted-runner-for-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runners"
|
||||
},
|
||||
"slug": "get-a-self-hosted-runner-for-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runners",
|
||||
"subcategoryLabel": "Self hosted runners",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Gets a specific self-hosted runner configured in an enterprise.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
@@ -8369,19 +8369,19 @@
|
||||
],
|
||||
"externalDocs": {
|
||||
"description": "API method documentation",
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/enterprise-admin#delete-self-hosted-runner-from-an-enterprise"
|
||||
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#delete-self-hosted-runner-from-an-enterprise"
|
||||
},
|
||||
"x-github": {
|
||||
"enabledForGitHubApps": false,
|
||||
"githubCloudOnly": false,
|
||||
"category": "enterprise-admin",
|
||||
"subcategory": "actions"
|
||||
"category": "actions",
|
||||
"subcategory": "self-hosted-runners"
|
||||
},
|
||||
"slug": "delete-a-self-hosted-runner-from-an-enterprise",
|
||||
"category": "enterprise-admin",
|
||||
"categoryLabel": "Enterprise admin",
|
||||
"subcategory": "actions",
|
||||
"subcategoryLabel": "Actions",
|
||||
"category": "actions",
|
||||
"categoryLabel": "Actions",
|
||||
"subcategory": "self-hosted-runners",
|
||||
"subcategoryLabel": "Self hosted runners",
|
||||
"notes": [],
|
||||
"bodyParameters": [],
|
||||
"descriptionHTML": "<p>Forces the removal of a self-hosted runner from an enterprise. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.</p>\n<p>You must authenticate using an access token with the <code>manage_runners:enterprise</code> scope to use this endpoint.</p>",
|
||||
|
||||
Reference in New Issue
Block a user