You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rest/data/fpt-2022-11-28/schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215702,7 +215702,7 @@
215702
215702
"properties": {
215703
215703
"total_seats": {
215704
215704
"type": "integer",
215705
-
"description": "Total number of Copilot seats for the organization currently being billed."
215705
+
"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."
215706
215706
},
215707
215707
"seats": {
215708
215708
"type": "array",
@@ -216703,7 +216703,7 @@
216703
216703
}
216704
216704
],
216705
216705
"previews": [],
216706
-
"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>",
216706
+
"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>",
Copy file name to clipboardExpand all lines: src/rest/data/ghec-2022-11-28/schema.json
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -227265,7 +227265,7 @@
227265
227265
"properties": {
227266
227266
"total_seats": {
227267
227267
"type": "integer",
227268
-
"description": "Total number of Copilot seats for the organization currently being billed."
227268
+
"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."
227269
227269
},
227270
227270
"seats": {
227271
227271
"type": "array",
@@ -228266,7 +228266,7 @@
228266
228266
}
228267
228267
],
228268
228268
"previews": [],
228269
-
"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>",
228269
+
"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>",
"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>"
"description": "<p>Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this enterprise.</p>"
0 commit comments