diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 6f952c2d99f4..6cba0f18104e 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 021cd579c80f..5355256505a8 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.

\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note: This endpoint is in beta and is subject to change.

\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 62e2bd5543c6..9c4453af5236 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -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": "

Note: This endpoint is in beta and is subject to change.

\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note: This endpoint is in beta and is subject to change.

\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -254144,12 +254144,6 @@ "name": "secret_scanning_push_protection_custom_link", "in": "body", "description": "

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.

" - }, - { - "type": "boolean or null", - "name": "secret_scanning_validity_checks_enabled", - "in": "body", - "description": "

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 335e8ea53862..42cc1aa672b9 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 2b6e7e594288..290cfc8fe1b8 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