diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 6f952c2d99..6cba0f1810 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa" + "sha": "96c05975a63d13d4dff90a65545652eb39d0bbab" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 021cd579c8..5355256505 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -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": "
Note: This endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nOnly enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.
Note: This endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.
Note: This endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nOnly enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.
Note: This endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.
The URL that will be displayed to contributors who are blocked from pushing a secret. For more information, see \"Protecting pushes with secret scanning.\"\nTo disable this functionality, set this field to null.
Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this enterprise.
" } ], "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" diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 335e8ea538..42cc1aa672 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa" + "sha": "96c05975a63d13d4dff90a65545652eb39d0bbab" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 2b6e7e5942..290cfc8fe1 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa" + "sha": "96c05975a63d13d4dff90a65545652eb39d0bbab" } \ No newline at end of file