Skip to content
Closed
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
24 changes: 12 additions & 12 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -21481,7 +21481,7 @@
"operationId": "hosted-compute/list-network-configurations-for-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization"
},
"parameters": [
{
Expand Down Expand Up @@ -21534,7 +21534,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
},
Expand All @@ -21547,7 +21547,7 @@
"operationId": "hosted-compute/create-network-configuration-for-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization"
},
"parameters": [
{
Expand Down Expand Up @@ -21622,7 +21622,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
}
Expand All @@ -21637,7 +21637,7 @@
"operationId": "hosted-compute/get-network-configuration-for-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization"
},
"parameters": [
{
Expand Down Expand Up @@ -21672,7 +21672,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
},
Expand All @@ -21685,7 +21685,7 @@
"operationId": "hosted-compute/update-network-configuration-for-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization"
},
"parameters": [
{
Expand Down Expand Up @@ -21759,7 +21759,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
},
Expand All @@ -21772,7 +21772,7 @@
"operationId": "hosted-compute/delete-network-configuration-from-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization"
},
"parameters": [
{
Expand All @@ -21790,7 +21790,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
}
Expand All @@ -21805,7 +21805,7 @@
"operationId": "hosted-compute/get-network-settings-for-org",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization"
"url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization"
},
"parameters": [
{
Expand Down Expand Up @@ -21840,7 +21840,7 @@
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "settings",
"category": "orgs",
"subcategory": "network-configurations"
}
}
Expand Down
24 changes: 12 additions & 12 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15554,7 +15554,7 @@ paths:
operationId: hosted-compute/list-network-configurations-for-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/per-page"
Expand Down Expand Up @@ -15585,7 +15585,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
post:
summary: Create a hosted compute network configuration for an organization
Expand All @@ -15598,7 +15598,7 @@ paths:
operationId: hosted-compute/create-network-configuration-for-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
requestBody:
Expand Down Expand Up @@ -15650,7 +15650,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
"/orgs/{org}/settings/network-configurations/{network_configuration_id}":
get:
Expand All @@ -15664,7 +15664,7 @@ paths:
operationId: hosted-compute/get-network-configuration-for-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/network-configuration-id"
Expand All @@ -15684,7 +15684,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
patch:
summary: Update a hosted compute network configuration for an organization
Expand All @@ -15697,7 +15697,7 @@ paths:
operationId: hosted-compute/update-network-configuration-for-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/network-configuration-id"
Expand Down Expand Up @@ -15747,7 +15747,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
delete:
summary: Delete a hosted compute network configuration from an organization
Expand All @@ -15760,7 +15760,7 @@ paths:
operationId: hosted-compute/delete-network-configuration-from-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/network-configuration-id"
Expand All @@ -15770,7 +15770,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
"/orgs/{org}/settings/network-settings/{network_settings_id}":
get:
Expand All @@ -15784,7 +15784,7 @@ paths:
operationId: hosted-compute/get-network-settings-for-org
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization
url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/network-settings-id"
Expand All @@ -15804,7 +15804,7 @@ paths:
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
category: settings
category: orgs
subcategory: network-configurations
"/orgs/{org}/team/{team_slug}/copilot/metrics":
get:
Expand Down
Loading