File tree 23 files changed +163
-33
lines changed
23 files changed +163
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
@@ -70656,12 +70656,35 @@
70656
70656
"schema": {
70657
70657
"type": "array",
70658
70658
"items": {
70659
- "$ref": "#/components/schemas/organization-fine-grained-permission"
70659
+ "title": "Organization Fine-Grained Permission",
70660
+ "description": "A fine-grained permission that protects organization resources.",
70661
+ "type": "object",
70662
+ "properties": {
70663
+ "name": {
70664
+ "type": "string"
70665
+ },
70666
+ "description": {
70667
+ "type": "string"
70668
+ }
70669
+ },
70670
+ "required": [
70671
+ "name",
70672
+ "description"
70673
+ ]
70660
70674
}
70661
70675
},
70662
70676
"examples": {
70663
70677
"default": {
70664
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
70678
+ "value": [
70679
+ {
70680
+ "name": "read_organization_custom_org_role",
70681
+ "description": "View organization roles"
70682
+ },
70683
+ {
70684
+ "name": "write_organization_custom_org_role",
70685
+ "description": "Manage custom organization roles"
70686
+ }
70687
+ ]
70665
70688
}
70666
70689
}
70667
70690
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
@@ -63757,12 +63757,35 @@
63757
63757
"schema": {
63758
63758
"type": "array",
63759
63759
"items": {
63760
- "$ref": "#/components/schemas/organization-fine-grained-permission"
63760
+ "title": "Organization Fine-Grained Permission",
63761
+ "description": "A fine-grained permission that protects organization resources.",
63762
+ "type": "object",
63763
+ "properties": {
63764
+ "name": {
63765
+ "type": "string"
63766
+ },
63767
+ "description": {
63768
+ "type": "string"
63769
+ }
63770
+ },
63771
+ "required": [
63772
+ "name",
63773
+ "description"
63774
+ ]
63761
63775
}
63762
63776
},
63763
63777
"examples": {
63764
63778
"default": {
63765
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
63779
+ "value": [
63780
+ {
63781
+ "name": "read_organization_custom_org_role",
63782
+ "description": "View organization roles"
63783
+ },
63784
+ {
63785
+ "name": "write_organization_custom_org_role",
63786
+ "description": "Manage custom organization roles"
63787
+ }
63788
+ ]
63766
63789
}
63767
63790
}
63768
63791
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
@@ -65260,12 +65260,35 @@
65260
65260
"schema": {
65261
65261
"type": "array",
65262
65262
"items": {
65263
- "$ref": "#/components/schemas/organization-fine-grained-permission"
65263
+ "title": "Organization Fine-Grained Permission",
65264
+ "description": "A fine-grained permission that protects organization resources.",
65265
+ "type": "object",
65266
+ "properties": {
65267
+ "name": {
65268
+ "type": "string"
65269
+ },
65270
+ "description": {
65271
+ "type": "string"
65272
+ }
65273
+ },
65274
+ "required": [
65275
+ "name",
65276
+ "description"
65277
+ ]
65264
65278
}
65265
65279
},
65266
65280
"examples": {
65267
65281
"default": {
65268
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
65282
+ "value": [
65283
+ {
65284
+ "name": "read_organization_custom_org_role",
65285
+ "description": "View organization roles"
65286
+ },
65287
+ {
65288
+ "name": "write_organization_custom_org_role",
65289
+ "description": "Manage custom organization roles"
65290
+ }
65291
+ ]
65269
65292
}
65270
65293
}
65271
65294
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
@@ -66595,12 +66595,35 @@
66595
66595
"schema": {
66596
66596
"type": "array",
66597
66597
"items": {
66598
- "$ref": "#/components/schemas/organization-fine-grained-permission"
66598
+ "title": "Organization Fine-Grained Permission",
66599
+ "description": "A fine-grained permission that protects organization resources.",
66600
+ "type": "object",
66601
+ "properties": {
66602
+ "name": {
66603
+ "type": "string"
66604
+ },
66605
+ "description": {
66606
+ "type": "string"
66607
+ }
66608
+ },
66609
+ "required": [
66610
+ "name",
66611
+ "description"
66612
+ ]
66599
66613
}
66600
66614
},
66601
66615
"examples": {
66602
66616
"default": {
66603
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
66617
+ "value": [
66618
+ {
66619
+ "name": "read_organization_custom_org_role",
66620
+ "description": "View organization roles"
66621
+ },
66622
+ {
66623
+ "name": "write_organization_custom_org_role",
66624
+ "description": "Manage custom organization roles"
66625
+ }
66626
+ ]
66604
66627
}
66605
66628
}
66606
66629
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
@@ -67302,12 +67302,35 @@
67302
67302
"schema": {
67303
67303
"type": "array",
67304
67304
"items": {
67305
- "$ref": "#/components/schemas/organization-fine-grained-permission"
67305
+ "title": "Organization Fine-Grained Permission",
67306
+ "description": "A fine-grained permission that protects organization resources.",
67307
+ "type": "object",
67308
+ "properties": {
67309
+ "name": {
67310
+ "type": "string"
67311
+ },
67312
+ "description": {
67313
+ "type": "string"
67314
+ }
67315
+ },
67316
+ "required": [
67317
+ "name",
67318
+ "description"
67319
+ ]
67306
67320
}
67307
67321
},
67308
67322
"examples": {
67309
67323
"default": {
67310
- "$ref": "#/components/examples/organization-fine-grained-permission-example"
67324
+ "value": [
67325
+ {
67326
+ "name": "read_organization_custom_org_role",
67327
+ "description": "View organization roles"
67328
+ },
67329
+ {
67330
+ "name": "write_organization_custom_org_role",
67331
+ "description": "Manage custom organization roles"
67332
+ }
67333
+ ]
67311
67334
}
67312
67335
}
67313
67336
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "17.1.0 ",
4
+ "version": "17.1.1 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
Original file line number Diff line number Diff line change 16
16
"author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
17
17
"license" : " MIT" ,
18
18
"octokit" : {
19
- "openapi-version" : " 17.1.0 "
19
+ "openapi-version" : " 17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 16
16
"author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
17
17
"license" : " MIT" ,
18
18
"octokit" : {
19
- "openapi-version" : " 17.1.0 "
19
+ "openapi-version" : " 17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -105361,7 +105361,10 @@ export interface operations {
105361
105361
/** @description Response */
105362
105362
200: {
105363
105363
content: {
105364
- "application/json": components["schemas"]["organization-fine-grained-permission"][];
105364
+ "application/json": {
105365
+ name: string;
105366
+ description: string;
105367
+ }[];
105365
105368
};
105366
105369
};
105367
105370
404: components["responses"]["not_found"];
Original file line number Diff line number Diff line change 16
16
"author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
17
17
"license" : " MIT" ,
18
18
"octokit" : {
19
- "openapi-version" : " 17.1.0 "
19
+ "openapi-version" : " 17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -106837,7 +106837,10 @@ export interface operations {
106837
106837
/** @description Response */
106838
106838
200: {
106839
106839
content: {
106840
- "application/json": components["schemas"]["organization-fine-grained-permission"][];
106840
+ "application/json": {
106841
+ name: string;
106842
+ description: string;
106843
+ }[];
106841
106844
};
106842
106845
};
106843
106846
404: components["responses"]["not_found"];
Original file line number Diff line number Diff line change 16
16
"author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
17
17
"license" : " MIT" ,
18
18
"octokit" : {
19
- "openapi-version" : " 17.1.0 "
19
+ "openapi-version" : " 17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -107979,7 +107979,10 @@ export interface operations {
107979
107979
/** @description Response */
107980
107980
200: {
107981
107981
content: {
107982
- "application/json": components["schemas"]["organization-fine-grained-permission"][];
107982
+ "application/json": {
107983
+ name: string;
107984
+ description: string;
107985
+ }[];
107983
107986
};
107984
107987
};
107985
107988
404: components["responses"]["not_found"];
Original file line number Diff line number Diff line change 16
16
"author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
17
17
"license" : " MIT" ,
18
18
"octokit" : {
19
- "openapi-version" : " 17.1.0 "
19
+ "openapi-version" : " 17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -108612,7 +108612,10 @@ export interface operations {
108612
108612
/** @description Response */
108613
108613
200: {
108614
108614
content: {
108615
- "application/json": components["schemas"]["organization-fine-grained-permission"][];
108615
+ "application/json": {
108616
+ name: string;
108617
+ description: string;
108618
+ }[];
108616
108619
};
108617
108620
};
108618
108621
404: components["responses"]["not_found"];
Original file line number Diff line number Diff line change 16
16
"author": "Gregor Martynus (https://twitter.com/gr2m)",
17
17
"license": "MIT",
18
18
"octokit": {
19
- "openapi-version": "17.1.0 "
19
+ "openapi-version": "17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 16
16
"author": "Gregor Martynus (https://twitter.com/gr2m)",
17
17
"license": "MIT",
18
18
"octokit": {
19
- "openapi-version": "17.1.0 "
19
+ "openapi-version": "17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 16
16
"author": "Gregor Martynus (https://twitter.com/gr2m)",
17
17
"license": "MIT",
18
18
"octokit": {
19
- "openapi-version": "17.1.0 "
19
+ "openapi-version": "17.1.1 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 16
16
"author": "Gregor Martynus (https://twitter.com/gr2m)",
17
17
"license": "MIT",
18
18
"octokit": {
19
- "openapi-version": "17.1.0 "
19
+ "openapi-version": "17.1.1 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments