Skip to content

Commit 8052f24

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-4cb6d3199626db79592936e2eb4a1700 from 1.1.4-a62795d7aa9301578af5c944c028e062
Detected Schema changes: 2025-03-27 20:30:03 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2025-03-27 20:30:03 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-03-27 20:30:03 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2025-03-27 20:30:05 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-03-27 20:30:05 ERROR unable to open the rolodex file, check specification references and base path ├ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory └ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml 2025-03-27 20:30:05 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [216865:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [216867:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [216869:11] ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [217062:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [217064:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [217066:11]
1 parent f7133f5 commit 8052f24

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+8674
-5642
lines changed

Diff for: clients/GitHubEnterpriseCloud/README.md

-232
Original file line numberDiff line numberDiff line change
@@ -2626,62 +2626,6 @@ $client->operations()->copilot()->copilotMetricsForEnterpriseListing( ent
26262626
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise).
26272627

26282628

2629-
### copilot/usage-metrics-for-enterprise
2630-
2631-
Get a summary of Copilot usage for enterprise members
2632-
2633-
Using the `call` method:
2634-
```php
2635-
$client->call('GET /enterprises/{enterprise}/copilot/usage', [
2636-
'enterprise' => 'generated',
2637-
'since' => 'generated',
2638-
'until' => 'generated',
2639-
'page' => 1,
2640-
'per_page' => 8,
2641-
]);
2642-
```
2643-
2644-
Operations method:
2645-
```php
2646-
$client->operations()->copilot()->usageMetricsForEnterprise( enterprise: 'generated',
2647-
since: 'generated',
2648-
until: 'generated',
2649-
page: 1,
2650-
per_page: 8,
2651-
);
2652-
```
2653-
2654-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-enterprise-members).
2655-
2656-
2657-
### copilot/usage-metrics-for-enterprise
2658-
2659-
Get a summary of Copilot usage for enterprise members
2660-
2661-
Using the `call` method:
2662-
```php
2663-
$client->call('LIST /enterprises/{enterprise}/copilot/usage', [
2664-
'enterprise' => 'generated',
2665-
'since' => 'generated',
2666-
'until' => 'generated',
2667-
'page' => 1,
2668-
'per_page' => 8,
2669-
]);
2670-
```
2671-
2672-
Operations method:
2673-
```php
2674-
$client->operations()->copilot()->usageMetricsForEnterpriseListing( enterprise: 'generated',
2675-
since: 'generated',
2676-
until: 'generated',
2677-
page: 1,
2678-
per_page: 8,
2679-
);
2680-
```
2681-
2682-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-enterprise-members).
2683-
2684-
26852629
### dependabot/list-alerts-for-enterprise
26862630

26872631
List Dependabot alerts for an enterprise
@@ -3452,66 +3396,6 @@ $client->operations()->copilot()->copilotMetricsForEnterpriseTeamListing(
34523396
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-enterprise-team).
34533397

34543398

3455-
### copilot/usage-metrics-for-enterprise-team
3456-
3457-
Get a summary of Copilot usage for an enterprise team
3458-
3459-
Using the `call` method:
3460-
```php
3461-
$client->call('GET /enterprises/{enterprise}/team/{team_slug}/copilot/usage', [
3462-
'enterprise' => 'generated',
3463-
'team_slug' => 'generated',
3464-
'since' => 'generated',
3465-
'until' => 'generated',
3466-
'page' => 1,
3467-
'per_page' => 8,
3468-
]);
3469-
```
3470-
3471-
Operations method:
3472-
```php
3473-
$client->operations()->copilot()->usageMetricsForEnterpriseTeam( enterprise: 'generated',
3474-
team_slug: 'generated',
3475-
since: 'generated',
3476-
until: 'generated',
3477-
page: 1,
3478-
per_page: 8,
3479-
);
3480-
```
3481-
3482-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team).
3483-
3484-
3485-
### copilot/usage-metrics-for-enterprise-team
3486-
3487-
Get a summary of Copilot usage for an enterprise team
3488-
3489-
Using the `call` method:
3490-
```php
3491-
$client->call('LIST /enterprises/{enterprise}/team/{team_slug}/copilot/usage', [
3492-
'enterprise' => 'generated',
3493-
'team_slug' => 'generated',
3494-
'since' => 'generated',
3495-
'until' => 'generated',
3496-
'page' => 1,
3497-
'per_page' => 8,
3498-
]);
3499-
```
3500-
3501-
Operations method:
3502-
```php
3503-
$client->operations()->copilot()->usageMetricsForEnterpriseTeamListing( enterprise: 'generated',
3504-
team_slug: 'generated',
3505-
since: 'generated',
3506-
until: 'generated',
3507-
page: 1,
3508-
per_page: 8,
3509-
);
3510-
```
3511-
3512-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team).
3513-
3514-
35153399
### secret-scanning/post-security-product-enablement-for-enterprise
35163400

35173401
Enable or disable a security feature
@@ -7724,62 +7608,6 @@ $client->operations()->copilot()->copilotMetricsForOrganizationListing( o
77247608
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization).
77257609

77267610

7727-
### copilot/usage-metrics-for-org
7728-
7729-
Get a summary of Copilot usage for organization members
7730-
7731-
Using the `call` method:
7732-
```php
7733-
$client->call('GET /orgs/{org}/copilot/usage', [
7734-
'org' => 'generated',
7735-
'since' => 'generated',
7736-
'until' => 'generated',
7737-
'page' => 1,
7738-
'per_page' => 8,
7739-
]);
7740-
```
7741-
7742-
Operations method:
7743-
```php
7744-
$client->operations()->copilot()->usageMetricsForOrg( org: 'generated',
7745-
since: 'generated',
7746-
until: 'generated',
7747-
page: 1,
7748-
per_page: 8,
7749-
);
7750-
```
7751-
7752-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members).
7753-
7754-
7755-
### copilot/usage-metrics-for-org
7756-
7757-
Get a summary of Copilot usage for organization members
7758-
7759-
Using the `call` method:
7760-
```php
7761-
$client->call('LIST /orgs/{org}/copilot/usage', [
7762-
'org' => 'generated',
7763-
'since' => 'generated',
7764-
'until' => 'generated',
7765-
'page' => 1,
7766-
'per_page' => 8,
7767-
]);
7768-
```
7769-
7770-
Operations method:
7771-
```php
7772-
$client->operations()->copilot()->usageMetricsForOrgListing( org: 'generated',
7773-
since: 'generated',
7774-
until: 'generated',
7775-
page: 1,
7776-
per_page: 8,
7777-
);
7778-
```
7779-
7780-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members).
7781-
7782-
77837611
### orgs/list-saml-sso-authorizations
77847612

77857613
List SAML SSO authorizations for an organization
@@ -12518,66 +12346,6 @@ $client->operations()->copilot()->copilotMetricsForTeamListing( org: 'gen
1251812346
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team).
1251912347

1252012348

12521-
### copilot/usage-metrics-for-team
12522-
12523-
Get a summary of Copilot usage for a team
12524-
12525-
Using the `call` method:
12526-
```php
12527-
$client->call('GET /orgs/{org}/team/{team_slug}/copilot/usage', [
12528-
'org' => 'generated',
12529-
'team_slug' => 'generated',
12530-
'since' => 'generated',
12531-
'until' => 'generated',
12532-
'page' => 1,
12533-
'per_page' => 8,
12534-
]);
12535-
```
12536-
12537-
Operations method:
12538-
```php
12539-
$client->operations()->copilot()->usageMetricsForTeam( org: 'generated',
12540-
team_slug: 'generated',
12541-
since: 'generated',
12542-
until: 'generated',
12543-
page: 1,
12544-
per_page: 8,
12545-
);
12546-
```
12547-
12548-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team).
12549-
12550-
12551-
### copilot/usage-metrics-for-team
12552-
12553-
Get a summary of Copilot usage for a team
12554-
12555-
Using the `call` method:
12556-
```php
12557-
$client->call('LIST /orgs/{org}/team/{team_slug}/copilot/usage', [
12558-
'org' => 'generated',
12559-
'team_slug' => 'generated',
12560-
'since' => 'generated',
12561-
'until' => 'generated',
12562-
'page' => 1,
12563-
'per_page' => 8,
12564-
]);
12565-
```
12566-
12567-
Operations method:
12568-
```php
12569-
$client->operations()->copilot()->usageMetricsForTeamListing( org: 'generated',
12570-
team_slug: 'generated',
12571-
since: 'generated',
12572-
until: 'generated',
12573-
page: 1,
12574-
per_page: 8,
12575-
);
12576-
```
12577-
12578-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team).
12579-
12580-
1258112349
### teams/list
1258212350

1258312351
List teams

0 commit comments

Comments
 (0)