Update OpenAPI Description (#39105)
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Tali Herzka <therzka@github.com>
This commit is contained in:
@@ -354,6 +354,39 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"organization_copilot_seat_management": {
|
||||
"title": "GitHub Copilot for Business",
|
||||
"displayTitle": "Organization permissions for \"GitHub Copilot for Business\"",
|
||||
"permissions": [
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
}
|
||||
]
|
||||
},
|
||||
"members": {
|
||||
"title": "Members",
|
||||
"displayTitle": "Organization permissions for \"Members\"",
|
||||
|
||||
@@ -1749,6 +1749,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -428,6 +428,45 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"organization_copilot_seat_management": {
|
||||
"title": "GitHub Copilot for Business",
|
||||
"displayTitle": "Organization permissions for \"GitHub Copilot for Business\"",
|
||||
"permissions": [
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"members": {
|
||||
"title": "Members",
|
||||
"displayTitle": "Organization permissions for \"Members\"",
|
||||
|
||||
@@ -1533,6 +1533,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -1767,6 +1767,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -651,6 +651,39 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"organization_copilot_seat_management": {
|
||||
"title": "GitHub Copilot for Business",
|
||||
"displayTitle": "Organization permissions for \"GitHub Copilot for Business\"",
|
||||
"permissions": [
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams",
|
||||
"additional-permissions": [],
|
||||
"access": "write"
|
||||
}
|
||||
]
|
||||
},
|
||||
"members": {
|
||||
"title": "Members",
|
||||
"displayTitle": "Organization permissions for \"Members\"",
|
||||
|
||||
@@ -1865,6 +1865,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -800,6 +800,45 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"organization_copilot_seat_management": {
|
||||
"title": "GitHub Copilot for Business",
|
||||
"displayTitle": "Organization permissions for \"GitHub Copilot for Business\"",
|
||||
"permissions": [
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
},
|
||||
{
|
||||
"category": "copilot",
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams",
|
||||
"access": "write",
|
||||
"user-to-server": true,
|
||||
"server-to-server": true,
|
||||
"additional-permissions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"members": {
|
||||
"title": "Members",
|
||||
"displayTitle": "Organization permissions for \"Members\"",
|
||||
|
||||
@@ -1649,6 +1649,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -1883,6 +1883,26 @@
|
||||
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
|
||||
}
|
||||
],
|
||||
"copilot": [
|
||||
{
|
||||
"slug": "get-copilot-for-business-seat-information-and-settings-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing"
|
||||
},
|
||||
{
|
||||
"slug": "list-all-copilot-for-business-seat-assignments-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "get",
|
||||
"requestPath": "/organizations/{org}/copilot/billing/seats"
|
||||
},
|
||||
{
|
||||
"slug": "add-teams-to-the-copilot-for-business-subscription-for-an-organization",
|
||||
"subcategory": "copilot-for-business",
|
||||
"verb": "post",
|
||||
"requestPath": "/orgs/{org}/copilot/billing/selected_teams"
|
||||
}
|
||||
],
|
||||
"dependabot": [
|
||||
{
|
||||
"slug": "list-dependabot-alerts-for-an-organization",
|
||||
|
||||
@@ -60,5 +60,5 @@
|
||||
"2022-11-28"
|
||||
]
|
||||
},
|
||||
"sha": "4bcf31ad7b9b05793f9857f379fcfc1f4d8bb06b"
|
||||
"sha": "077cc2ca0a2b337f0314c5576e09bab4f247deb1"
|
||||
}
|
||||
Reference in New Issue
Block a user