@@ -60,5 +60,5 @@
|
||||
"2022-11-28"
|
||||
]
|
||||
},
|
||||
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
|
||||
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
|
||||
}
|
||||
@@ -215702,7 +215702,7 @@
|
||||
"properties": {
|
||||
"total_seats": {
|
||||
"type": "integer",
|
||||
"description": "Total number of Copilot seats for the organization currently being billed."
|
||||
"description": "The total number of Copilot seats the enterprise is being billed for. Users with access through multiple organizations or enterprise teams are only counted once."
|
||||
},
|
||||
"seats": {
|
||||
"type": "array",
|
||||
@@ -216703,7 +216703,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
|
||||
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Users with access through multiple organizations or enterprise teams will only be counted toward <code>total_seats</code> once.</p>\n<p>For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the <code>seats</code> array.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -227265,7 +227265,7 @@
|
||||
"properties": {
|
||||
"total_seats": {
|
||||
"type": "integer",
|
||||
"description": "Total number of Copilot seats for the organization currently being billed."
|
||||
"description": "The total number of Copilot seats the enterprise is being billed for. Users with access through multiple organizations or enterprise teams are only counted once."
|
||||
},
|
||||
"seats": {
|
||||
"type": "array",
|
||||
@@ -228266,7 +228266,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
|
||||
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Users with access through multiple organizations or enterprise teams will only be counted toward <code>total_seats</code> once.</p>\n<p>For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the <code>seats</code> array.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
@@ -254144,12 +254144,6 @@
|
||||
"name": "secret_scanning_push_protection_custom_link",
|
||||
"in": "body",
|
||||
"description": "<p>The URL that will be displayed to contributors who are blocked from pushing a secret. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/protecting-pushes-with-secret-scanning\">Protecting pushes with secret scanning</a>.\"\nTo disable this functionality, set this field to <code>null</code>.</p>"
|
||||
},
|
||||
{
|
||||
"type": "boolean or null",
|
||||
"name": "secret_scanning_validity_checks_enabled",
|
||||
"in": "body",
|
||||
"description": "<p>Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this enterprise.</p>"
|
||||
}
|
||||
],
|
||||
"progAccess": {
|
||||
@@ -254171,8 +254165,7 @@
|
||||
"dependabot_alerts_enabled_for_new_repositories": true,
|
||||
"secret_scanning_enabled_for_new_repositories": true,
|
||||
"secret_scanning_push_protection_enabled_for_new_repositories": true,
|
||||
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md",
|
||||
"secret_scanning_validity_checks_enabled": true
|
||||
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md"
|
||||
},
|
||||
"parameters": {
|
||||
"enterprise": "ENTERPRISE"
|
||||
|
||||
@@ -47,5 +47,5 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
|
||||
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
|
||||
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
|
||||
}
|
||||
Reference in New Issue
Block a user