Skip to content

Commit 481b572

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-a0f103fbdfbd51bde7455e34664c5ba3 from 1.1.4-c956dacd1ed3014e8efb91f1eb6a337d
Detected Schema changes: starting work. Building original model for commit 9c87ec SPEC: extracted 2 commits from history ``` ├─┬Paths │ ├──[➕] path (10222:3) │ ├─┬/repos/{owner}/{repo}/rulesets/rule-suites │ │ └─┬GET │ │ └─┬Parameters │ │ └──[🔀] description (223402:20) │ ├─┬/orgs/{org}/organization-roles/{role_id}/users │ │ └─┬GET │ │ └──[🔀] description (10783:20) │ ├─┬/orgs/{org}/organization-roles/teams/{team_slug} │ │ └─┬DELETE │ │ └──[🔀] description (10412:20) │ ├─┬/orgs/{org}/rulesets/rule-suites │ │ └─┬GET │ │ └──[➖] parameters (222604:13)❌ │ ├─┬/orgs/{org}/organization-roles/users/{username} │ │ └─┬DELETE │ │ └──[🔀] description (10496:20) │ ├─┬/orgs/{org}/organization-roles/{role_id} │ │ ├──[➕] delete (10707:7) │ │ ├──[➕] patch (10619:7) │ │ └─┬GET │ │ └──[🔀] description (10581:20) │ ├─┬/orgs/{org}/organization-roles/{role_id}/teams │ │ └─┬GET │ │ └──[🔀] description (10737:20) │ ├─┬/repos/{owner}/{repo}/git/commits │ │ └─┬POST │ │ └─┬Requestbody │ │ └─┬application/json │ │ └─┬Schema │ │ └─┬parents │ │ └──[🔀] description (28637:32) │ ├─┬/orgs/{org}/organization-roles/users/{username}/{role_id} │ │ ├─┬PUT │ │ │ └──[🔀] description (10522:20) │ │ └─┬DELETE │ │ └──[🔀] description (10554:20) │ ├─┬/orgs/{org}/organization-roles/teams/{team_slug}/{role_id} │ │ ├─┬PUT │ │ │ └──[🔀] description (10438:20) │ │ └─┬DELETE │ │ └──[🔀] description (10469:20) │ ├─┬/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps │ │ └─┬GET │ │ └──[🔀] description (27790:20) │ └─┬/orgs/{org}/organization-roles │ ├──[➕] post (10315:7) │ └─┬GET │ └──[🔀] description (10268:20) └─┬Components ├──[➕] examples (203261:7) ├──[➕] schemas (72132:7) └─┬environment └─┬id └──[➖] format (81743:19)❌ ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 18 | 1 | | components | 3 | 1 | Date: 07/19/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _2_ out of _21_ - **Modifications**: _13_ - **Removals**: _2_ - **Additions**: _6_ - **Breaking Removals**: _2_ ERROR: breaking changes discovered
1 parent 3244fa4 commit 481b572

File tree

57 files changed

+175
-2626
lines changed

Some content is hidden

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

57 files changed

+175
-2626
lines changed

clients/GitHub/README.md

Lines changed: 4 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -5828,26 +5828,6 @@ $client->operations()->migrations()->listReposForOrgListing( org: 'genera
58285828
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration).
58295829

58305830

5831-
### orgs/list-organization-fine-grained-permissions
5832-
5833-
List organization fine-grained permissions for an organization
5834-
5835-
Using the `call` method:
5836-
```php
5837-
$client->call('GET /orgs/{org}/organization-fine-grained-permissions', [
5838-
'org' => 'generated',
5839-
]);
5840-
```
5841-
5842-
Operations method:
5843-
```php
5844-
$client->operations()->orgs()->listOrganizationFineGrainedPermissions( org: 'generated',
5845-
);
5846-
```
5847-
5848-
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization).
5849-
5850-
58515831
### orgs/list-org-roles
58525832

58535833
Get all organization roles for an organization
@@ -5868,26 +5848,6 @@ $client->operations()->orgs()->listOrgRoles( org: 'generated',
58685848
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization).
58695849

58705850

5871-
### orgs/create-custom-organization-role
5872-
5873-
Create a custom organization role
5874-
5875-
Using the `call` method:
5876-
```php
5877-
$client->call('POST /orgs/{org}/organization-roles', [
5878-
'org' => 'generated',
5879-
]);
5880-
```
5881-
5882-
Operations method:
5883-
```php
5884-
$client->operations()->orgs()->createCustomOrganizationRole( org: 'generated',
5885-
);
5886-
```
5887-
5888-
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role).
5889-
5890-
58915851
### orgs/revoke-all-org-roles-team
58925852

58935853
Remove all organization roles for a team
@@ -6050,50 +6010,6 @@ $client->operations()->orgs()->getOrgRole( org: 'generated',
60506010
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role).
60516011

60526012

6053-
### orgs/delete-custom-organization-role
6054-
6055-
Delete a custom organization role.
6056-
6057-
Using the `call` method:
6058-
```php
6059-
$client->call('DELETE /orgs/{org}/organization-roles/{role_id}', [
6060-
'org' => 'generated',
6061-
'role_id' => 7,
6062-
]);
6063-
```
6064-
6065-
Operations method:
6066-
```php
6067-
$client->operations()->orgs()->deleteCustomOrganizationRole( org: 'generated',
6068-
role_id: 7,
6069-
);
6070-
```
6071-
6072-
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role).
6073-
6074-
6075-
### orgs/patch-custom-organization-role
6076-
6077-
Update a custom organization role
6078-
6079-
Using the `call` method:
6080-
```php
6081-
$client->call('PATCH /orgs/{org}/organization-roles/{role_id}', [
6082-
'org' => 'generated',
6083-
'role_id' => 7,
6084-
]);
6085-
```
6086-
6087-
Operations method:
6088-
```php
6089-
$client->operations()->orgs()->patchCustomOrganizationRole( org: 'generated',
6090-
role_id: 7,
6091-
);
6092-
```
6093-
6094-
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role).
6095-
6096-
60976013
### orgs/list-org-role-teams
60986014

60996015
List teams that are assigned to an organization role
@@ -7422,6 +7338,7 @@ Using the `call` method:
74227338
```php
74237339
$client->call('GET /orgs/{org}/rulesets/rule-suites', [
74247340
'org' => 'generated',
7341+
'ref' => 'generated',
74257342
'repository_name' => 15,
74267343
'actor_name' => 'generated',
74277344
'time_period' => 'generated',
@@ -7434,6 +7351,7 @@ $client->call('GET /orgs/{org}/rulesets/rule-suites', [
74347351
Operations method:
74357352
```php
74367353
$client->operations()->repos()->getOrgRuleSuites( org: 'generated',
7354+
ref: 'generated',
74377355
repository_name: 15,
74387356
actor_name: 'generated',
74397357
time_period: 'generated',
@@ -7454,6 +7372,7 @@ Using the `call` method:
74547372
```php
74557373
$client->call('LIST /orgs/{org}/rulesets/rule-suites', [
74567374
'org' => 'generated',
7375+
'ref' => 'generated',
74577376
'repository_name' => 15,
74587377
'actor_name' => 'generated',
74597378
'time_period' => 'generated',
@@ -7466,6 +7385,7 @@ $client->call('LIST /orgs/{org}/rulesets/rule-suites', [
74667385
Operations method:
74677386
```php
74687387
$client->operations()->repos()->getOrgRuleSuitesListing( org: 'generated',
7388+
ref: 'generated',
74697389
repository_name: 15,
74707390
actor_name: 'generated',
74717391
time_period: 'generated',

0 commit comments

Comments
 (0)