@octokit/openapi 7.1.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +9058 -8
- package/generated/api.github.com.json +669 -35
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +119 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +111 -1
- package/generated/ghes-3.2.deref.json +354 -1
- package/generated/ghes-3.2.json +151 -10
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +16 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +209 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +9 -1
- package/generated/ghes-3.3.deref.json +354 -1
- package/generated/ghes-3.3.json +151 -10
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +339 -1
- package/generated/ghes-3.4.json +152 -10
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +764 -0
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +141 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +132 -4
- package/generated/ghes-3.5.deref.json +349 -1
- package/generated/ghes-3.5.json +162 -10
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +94 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +399 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +183 -1
- package/generated/ghes-3.6.deref.json +7239 -1
- package/generated/ghes-3.6.json +380 -10
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +739 -3
- package/generated/github.ae-diff-to-api.github.com.deref.json +163 -1
- package/generated/github.ae-diff-to-api.github.com.json +122 -4
- package/generated/github.ae.deref.json +299 -1
- package/generated/github.ae.json +184 -10
- package/package.json +1 -1
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.4.0",
|
|
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": {
|
|
@@ -9606,6 +9606,7 @@
|
|
|
9606
9606
|
"parameters": [
|
|
9607
9607
|
{
|
|
9608
9608
|
"name": "organization_id",
|
|
9609
|
+
"description": "The unique identifier of the organization.",
|
|
9609
9610
|
"in": "path",
|
|
9610
9611
|
"required": true,
|
|
9611
9612
|
"schema": {
|
|
@@ -15658,6 +15659,40 @@
|
|
|
15658
15659
|
"type": "boolean",
|
|
15659
15660
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15660
15661
|
"default": false
|
|
15662
|
+
},
|
|
15663
|
+
"squash_merge_commit_title": {
|
|
15664
|
+
"type": "string",
|
|
15665
|
+
"enum": [
|
|
15666
|
+
"PR_TITLE",
|
|
15667
|
+
"COMMIT_OR_PR_TITLE"
|
|
15668
|
+
],
|
|
15669
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
15670
|
+
},
|
|
15671
|
+
"squash_merge_commit_message": {
|
|
15672
|
+
"type": "string",
|
|
15673
|
+
"enum": [
|
|
15674
|
+
"PR_BODY",
|
|
15675
|
+
"COMMIT_MESSAGES",
|
|
15676
|
+
"BLANK"
|
|
15677
|
+
],
|
|
15678
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
15679
|
+
},
|
|
15680
|
+
"merge_commit_title": {
|
|
15681
|
+
"type": "string",
|
|
15682
|
+
"enum": [
|
|
15683
|
+
"PR_TITLE",
|
|
15684
|
+
"MERGE_MESSAGE"
|
|
15685
|
+
],
|
|
15686
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
15687
|
+
},
|
|
15688
|
+
"merge_commit_message": {
|
|
15689
|
+
"type": "string",
|
|
15690
|
+
"enum": [
|
|
15691
|
+
"PR_BODY",
|
|
15692
|
+
"PR_TITLE",
|
|
15693
|
+
"BLANK"
|
|
15694
|
+
],
|
|
15695
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
15661
15696
|
}
|
|
15662
15697
|
},
|
|
15663
15698
|
"required": [
|
|
@@ -19857,6 +19892,40 @@
|
|
|
19857
19892
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
19858
19893
|
"default": false
|
|
19859
19894
|
},
|
|
19895
|
+
"squash_merge_commit_title": {
|
|
19896
|
+
"type": "string",
|
|
19897
|
+
"enum": [
|
|
19898
|
+
"PR_TITLE",
|
|
19899
|
+
"COMMIT_OR_PR_TITLE"
|
|
19900
|
+
],
|
|
19901
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
19902
|
+
},
|
|
19903
|
+
"squash_merge_commit_message": {
|
|
19904
|
+
"type": "string",
|
|
19905
|
+
"enum": [
|
|
19906
|
+
"PR_BODY",
|
|
19907
|
+
"COMMIT_MESSAGES",
|
|
19908
|
+
"BLANK"
|
|
19909
|
+
],
|
|
19910
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
19911
|
+
},
|
|
19912
|
+
"merge_commit_title": {
|
|
19913
|
+
"type": "string",
|
|
19914
|
+
"enum": [
|
|
19915
|
+
"PR_TITLE",
|
|
19916
|
+
"MERGE_MESSAGE"
|
|
19917
|
+
],
|
|
19918
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
19919
|
+
},
|
|
19920
|
+
"merge_commit_message": {
|
|
19921
|
+
"type": "string",
|
|
19922
|
+
"enum": [
|
|
19923
|
+
"PR_BODY",
|
|
19924
|
+
"PR_TITLE",
|
|
19925
|
+
"BLANK"
|
|
19926
|
+
],
|
|
19927
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
19928
|
+
},
|
|
19860
19929
|
"archived": {
|
|
19861
19930
|
"type": "boolean",
|
|
19862
19931
|
"description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
|
|
@@ -20465,6 +20534,11 @@
|
|
|
20465
20534
|
"schema": {
|
|
20466
20535
|
"type": "object",
|
|
20467
20536
|
"nullable": true
|
|
20537
|
+
},
|
|
20538
|
+
"examples": {
|
|
20539
|
+
"default": {
|
|
20540
|
+
"value": null
|
|
20541
|
+
}
|
|
20468
20542
|
}
|
|
20469
20543
|
}
|
|
20470
20544
|
}
|
|
@@ -21930,9 +22004,12 @@
|
|
|
21930
22004
|
"content": {
|
|
21931
22005
|
"application/json": {
|
|
21932
22006
|
"schema": {
|
|
21933
|
-
"
|
|
21934
|
-
|
|
21935
|
-
|
|
22007
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22008
|
+
},
|
|
22009
|
+
"examples": {
|
|
22010
|
+
"default": {
|
|
22011
|
+
"value": null
|
|
22012
|
+
}
|
|
21936
22013
|
}
|
|
21937
22014
|
}
|
|
21938
22015
|
}
|
|
@@ -22237,6 +22314,17 @@
|
|
|
22237
22314
|
"state",
|
|
22238
22315
|
"comment"
|
|
22239
22316
|
]
|
|
22317
|
+
},
|
|
22318
|
+
"examples": {
|
|
22319
|
+
"default": {
|
|
22320
|
+
"value": {
|
|
22321
|
+
"environment_ids": [
|
|
22322
|
+
161171787
|
|
22323
|
+
],
|
|
22324
|
+
"state": "approved",
|
|
22325
|
+
"comment": "Ship it!"
|
|
22326
|
+
}
|
|
22327
|
+
}
|
|
22240
22328
|
}
|
|
22241
22329
|
}
|
|
22242
22330
|
}
|
|
@@ -22300,6 +22388,11 @@
|
|
|
22300
22388
|
"schema": {
|
|
22301
22389
|
"type": "object",
|
|
22302
22390
|
"nullable": true
|
|
22391
|
+
},
|
|
22392
|
+
"examples": {
|
|
22393
|
+
"default": {
|
|
22394
|
+
"value": null
|
|
22395
|
+
}
|
|
22303
22396
|
}
|
|
22304
22397
|
}
|
|
22305
22398
|
}
|
|
@@ -22310,9 +22403,12 @@
|
|
|
22310
22403
|
"content": {
|
|
22311
22404
|
"application/json": {
|
|
22312
22405
|
"schema": {
|
|
22313
|
-
"
|
|
22314
|
-
|
|
22315
|
-
|
|
22406
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22407
|
+
},
|
|
22408
|
+
"examples": {
|
|
22409
|
+
"default": {
|
|
22410
|
+
"value": null
|
|
22411
|
+
}
|
|
22316
22412
|
}
|
|
22317
22413
|
}
|
|
22318
22414
|
}
|
|
@@ -22363,6 +22459,11 @@
|
|
|
22363
22459
|
"schema": {
|
|
22364
22460
|
"type": "object",
|
|
22365
22461
|
"nullable": true
|
|
22462
|
+
},
|
|
22463
|
+
"examples": {
|
|
22464
|
+
"default": {
|
|
22465
|
+
"value": null
|
|
22466
|
+
}
|
|
22366
22467
|
}
|
|
22367
22468
|
}
|
|
22368
22469
|
}
|
|
@@ -22622,9 +22723,12 @@
|
|
|
22622
22723
|
"content": {
|
|
22623
22724
|
"application/json": {
|
|
22624
22725
|
"schema": {
|
|
22625
|
-
"
|
|
22626
|
-
|
|
22627
|
-
|
|
22726
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22727
|
+
},
|
|
22728
|
+
"examples": {
|
|
22729
|
+
"default": {
|
|
22730
|
+
"value": null
|
|
22731
|
+
}
|
|
22628
22732
|
}
|
|
22629
22733
|
}
|
|
22630
22734
|
}
|
|
@@ -51103,6 +51207,40 @@
|
|
|
51103
51207
|
"type": "boolean",
|
|
51104
51208
|
"example": false
|
|
51105
51209
|
},
|
|
51210
|
+
"squash_merge_commit_title": {
|
|
51211
|
+
"type": "string",
|
|
51212
|
+
"enum": [
|
|
51213
|
+
"PR_TITLE",
|
|
51214
|
+
"COMMIT_OR_PR_TITLE"
|
|
51215
|
+
],
|
|
51216
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
51217
|
+
},
|
|
51218
|
+
"squash_merge_commit_message": {
|
|
51219
|
+
"type": "string",
|
|
51220
|
+
"enum": [
|
|
51221
|
+
"PR_BODY",
|
|
51222
|
+
"COMMIT_MESSAGES",
|
|
51223
|
+
"BLANK"
|
|
51224
|
+
],
|
|
51225
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
51226
|
+
},
|
|
51227
|
+
"merge_commit_title": {
|
|
51228
|
+
"type": "string",
|
|
51229
|
+
"enum": [
|
|
51230
|
+
"PR_TITLE",
|
|
51231
|
+
"MERGE_MESSAGE"
|
|
51232
|
+
],
|
|
51233
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
51234
|
+
},
|
|
51235
|
+
"merge_commit_message": {
|
|
51236
|
+
"type": "string",
|
|
51237
|
+
"enum": [
|
|
51238
|
+
"PR_BODY",
|
|
51239
|
+
"PR_TITLE",
|
|
51240
|
+
"BLANK"
|
|
51241
|
+
],
|
|
51242
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
51243
|
+
},
|
|
51106
51244
|
"has_downloads": {
|
|
51107
51245
|
"description": "Whether downloads are enabled.",
|
|
51108
51246
|
"default": true,
|
|
@@ -53125,6 +53263,12 @@
|
|
|
53125
53263
|
"text/plain": {
|
|
53126
53264
|
"schema": {
|
|
53127
53265
|
"type": "string"
|
|
53266
|
+
},
|
|
53267
|
+
"examples": {
|
|
53268
|
+
"default": {
|
|
53269
|
+
"summary": "Example response",
|
|
53270
|
+
"value": "Responsive is better than fast"
|
|
53271
|
+
}
|
|
53128
53272
|
}
|
|
53129
53273
|
}
|
|
53130
53274
|
}
|
|
@@ -54318,6 +54462,14 @@
|
|
|
54318
54462
|
"write"
|
|
54319
54463
|
]
|
|
54320
54464
|
},
|
|
54465
|
+
"organization_custom_roles": {
|
|
54466
|
+
"type": "string",
|
|
54467
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
54468
|
+
"enum": [
|
|
54469
|
+
"read",
|
|
54470
|
+
"write"
|
|
54471
|
+
]
|
|
54472
|
+
},
|
|
54321
54473
|
"deployments": {
|
|
54322
54474
|
"type": "string",
|
|
54323
54475
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -3774,6 +3774,14 @@
|
|
|
3774
3774
|
],
|
|
3775
3775
|
"type": "string"
|
|
3776
3776
|
},
|
|
3777
|
+
"organization_custom_roles": {
|
|
3778
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3779
|
+
"enum": [
|
|
3780
|
+
"read",
|
|
3781
|
+
"write"
|
|
3782
|
+
],
|
|
3783
|
+
"type": "string"
|
|
3784
|
+
},
|
|
3777
3785
|
"organization_hooks": {
|
|
3778
3786
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3779
3787
|
"enum": [
|
|
@@ -4901,6 +4909,14 @@
|
|
|
4901
4909
|
],
|
|
4902
4910
|
"type": "string"
|
|
4903
4911
|
},
|
|
4912
|
+
"organization_custom_roles": {
|
|
4913
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4914
|
+
"enum": [
|
|
4915
|
+
"read",
|
|
4916
|
+
"write"
|
|
4917
|
+
],
|
|
4918
|
+
"type": "string"
|
|
4919
|
+
},
|
|
4904
4920
|
"organization_hooks": {
|
|
4905
4921
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
4906
4922
|
"enum": [
|
|
@@ -5565,6 +5581,14 @@
|
|
|
5565
5581
|
],
|
|
5566
5582
|
"type": "string"
|
|
5567
5583
|
},
|
|
5584
|
+
"organization_custom_roles": {
|
|
5585
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5586
|
+
"enum": [
|
|
5587
|
+
"read",
|
|
5588
|
+
"write"
|
|
5589
|
+
],
|
|
5590
|
+
"type": "string"
|
|
5591
|
+
},
|
|
5568
5592
|
"organization_hooks": {
|
|
5569
5593
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
5570
5594
|
"enum": [
|
|
@@ -7062,6 +7086,14 @@
|
|
|
7062
7086
|
],
|
|
7063
7087
|
"type": "string"
|
|
7064
7088
|
},
|
|
7089
|
+
"organization_custom_roles": {
|
|
7090
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7091
|
+
"enum": [
|
|
7092
|
+
"read",
|
|
7093
|
+
"write"
|
|
7094
|
+
],
|
|
7095
|
+
"type": "string"
|
|
7096
|
+
},
|
|
7065
7097
|
"organization_hooks": {
|
|
7066
7098
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
7067
7099
|
"enum": [
|
|
@@ -7903,6 +7935,14 @@
|
|
|
7903
7935
|
],
|
|
7904
7936
|
"type": "string"
|
|
7905
7937
|
},
|
|
7938
|
+
"organization_custom_roles": {
|
|
7939
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7940
|
+
"enum": [
|
|
7941
|
+
"read",
|
|
7942
|
+
"write"
|
|
7943
|
+
],
|
|
7944
|
+
"type": "string"
|
|
7945
|
+
},
|
|
7906
7946
|
"organization_hooks": {
|
|
7907
7947
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
7908
7948
|
"enum": [
|
|
@@ -8826,6 +8866,14 @@
|
|
|
8826
8866
|
],
|
|
8827
8867
|
"type": "string"
|
|
8828
8868
|
},
|
|
8869
|
+
"organization_custom_roles": {
|
|
8870
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8871
|
+
"enum": [
|
|
8872
|
+
"read",
|
|
8873
|
+
"write"
|
|
8874
|
+
],
|
|
8875
|
+
"type": "string"
|
|
8876
|
+
},
|
|
8829
8877
|
"organization_hooks": {
|
|
8830
8878
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
8831
8879
|
"enum": [
|
|
@@ -9500,6 +9548,14 @@
|
|
|
9500
9548
|
],
|
|
9501
9549
|
"type": "string"
|
|
9502
9550
|
},
|
|
9551
|
+
"organization_custom_roles": {
|
|
9552
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9553
|
+
"enum": [
|
|
9554
|
+
"read",
|
|
9555
|
+
"write"
|
|
9556
|
+
],
|
|
9557
|
+
"type": "string"
|
|
9558
|
+
},
|
|
9503
9559
|
"organization_hooks": {
|
|
9504
9560
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
9505
9561
|
"enum": [
|
|
@@ -10403,6 +10459,14 @@
|
|
|
10403
10459
|
],
|
|
10404
10460
|
"type": "string"
|
|
10405
10461
|
},
|
|
10462
|
+
"organization_custom_roles": {
|
|
10463
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10464
|
+
"enum": [
|
|
10465
|
+
"read",
|
|
10466
|
+
"write"
|
|
10467
|
+
],
|
|
10468
|
+
"type": "string"
|
|
10469
|
+
},
|
|
10406
10470
|
"organization_hooks": {
|
|
10407
10471
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
10408
10472
|
"enum": [
|
|
@@ -11077,6 +11141,14 @@
|
|
|
11077
11141
|
],
|
|
11078
11142
|
"type": "string"
|
|
11079
11143
|
},
|
|
11144
|
+
"organization_custom_roles": {
|
|
11145
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
11146
|
+
"enum": [
|
|
11147
|
+
"read",
|
|
11148
|
+
"write"
|
|
11149
|
+
],
|
|
11150
|
+
"type": "string"
|
|
11151
|
+
},
|
|
11080
11152
|
"organization_hooks": {
|
|
11081
11153
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
11082
11154
|
"enum": [
|
|
@@ -11950,6 +12022,14 @@
|
|
|
11950
12022
|
],
|
|
11951
12023
|
"type": "string"
|
|
11952
12024
|
},
|
|
12025
|
+
"organization_custom_roles": {
|
|
12026
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12027
|
+
"enum": [
|
|
12028
|
+
"read",
|
|
12029
|
+
"write"
|
|
12030
|
+
],
|
|
12031
|
+
"type": "string"
|
|
12032
|
+
},
|
|
11953
12033
|
"organization_hooks": {
|
|
11954
12034
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
11955
12035
|
"enum": [
|
|
@@ -12755,6 +12835,14 @@
|
|
|
12755
12835
|
],
|
|
12756
12836
|
"type": "string"
|
|
12757
12837
|
},
|
|
12838
|
+
"organization_custom_roles": {
|
|
12839
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12840
|
+
"enum": [
|
|
12841
|
+
"read",
|
|
12842
|
+
"write"
|
|
12843
|
+
],
|
|
12844
|
+
"type": "string"
|
|
12845
|
+
},
|
|
12758
12846
|
"organization_hooks": {
|
|
12759
12847
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
12760
12848
|
"enum": [
|
|
@@ -18008,6 +18096,12 @@
|
|
|
18008
18096
|
"/enterprises/{enterprise}/code-scanning/alerts": [
|
|
18009
18097
|
"get"
|
|
18010
18098
|
],
|
|
18099
|
+
"/enterprises/{enterprise}/consumed-licenses": [
|
|
18100
|
+
"get"
|
|
18101
|
+
],
|
|
18102
|
+
"/enterprises/{enterprise}/license-sync-status": [
|
|
18103
|
+
"get"
|
|
18104
|
+
],
|
|
18011
18105
|
"/enterprises/{enterprise}/settings/billing/actions": [
|
|
18012
18106
|
"get"
|
|
18013
18107
|
],
|