@octokit/openapi 6.5.0 → 6.6.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.5.0",
4
+ "version": "6.6.2",
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -2941,6 +2941,18 @@
2941
2941
  "type": "string"
2942
2942
  }
2943
2943
  }
2944
+ },
2945
+ "examples": {
2946
+ "default": {
2947
+ "summary": "Create an authorization",
2948
+ "value": {
2949
+ "scopes": ["public_repo"],
2950
+ "note": "optional note",
2951
+ "note_url": "http://optional/note/url",
2952
+ "client_id": "abcde12345fghij67890",
2953
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
2954
+ }
2955
+ }
2944
2956
  }
2945
2957
  }
2946
2958
  }
@@ -2991,7 +3003,7 @@
2991
3003
  "description": "API method documentation",
2992
3004
  "url": "https://docs.github.com/enterprise-server@3.4/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app"
2993
3005
  },
2994
- "parameters": [{ "$ref": "#/components/parameters/client-id" }],
3006
+ "parameters": [{ "$ref": "#/components/parameters/oauth-client-id" }],
2995
3007
  "requestBody": {
2996
3008
  "required": true,
2997
3009
  "content": {
@@ -3026,6 +3038,17 @@
3026
3038
  },
3027
3039
  "required": ["client_secret"],
3028
3040
  "type": "object"
3041
+ },
3042
+ "examples": {
3043
+ "default": {
3044
+ "summary": "Create an authorization for an app",
3045
+ "value": {
3046
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
3047
+ "scopes": ["public_repo"],
3048
+ "note": "optional note",
3049
+ "note_url": "http://optional/note/url"
3050
+ }
3051
+ }
3029
3052
  }
3030
3053
  }
3031
3054
  }
@@ -3095,7 +3118,7 @@
3095
3118
  "url": "https://docs.github.com/enterprise-server@3.4/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint"
3096
3119
  },
3097
3120
  "parameters": [
3098
- { "$ref": "#/components/parameters/client-id" },
3121
+ { "$ref": "#/components/parameters/oauth-client-id" },
3099
3122
  {
3100
3123
  "name": "fingerprint",
3101
3124
  "in": "path",
@@ -3133,6 +3156,17 @@
3133
3156
  },
3134
3157
  "required": ["client_secret"],
3135
3158
  "type": "object"
3159
+ },
3160
+ "examples": {
3161
+ "default": {
3162
+ "summary": "Create an authorization for an app and fingerprint",
3163
+ "value": {
3164
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
3165
+ "scopes": ["public_repo"],
3166
+ "note": "optional note",
3167
+ "note_url": "http://optional/note/url"
3168
+ }
3169
+ }
3136
3170
  }
3137
3171
  }
3138
3172
  }
@@ -4241,7 +4275,7 @@
4241
4275
  "category": "actions",
4242
4276
  "subcategory": "self-hosted-runner-groups"
4243
4277
  },
4244
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
4278
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
4245
4279
  },
4246
4280
  "post": {
4247
4281
  "summary": "Create a self-hosted runner group for an enterprise",
@@ -4329,7 +4363,7 @@
4329
4363
  "category": "actions",
4330
4364
  "subcategory": "self-hosted-runner-groups"
4331
4365
  },
4332
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
4366
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
4333
4367
  }
4334
4368
  },
4335
4369
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": {
@@ -4369,7 +4403,7 @@
4369
4403
  "category": "actions",
4370
4404
  "subcategory": "self-hosted-runner-groups"
4371
4405
  },
4372
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
4406
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
4373
4407
  },
4374
4408
  "patch": {
4375
4409
  "summary": "Update a self-hosted runner group for an enterprise",
@@ -4442,7 +4476,7 @@
4442
4476
  "category": "actions",
4443
4477
  "subcategory": "self-hosted-runner-groups"
4444
4478
  },
4445
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
4479
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
4446
4480
  },
4447
4481
  "delete": {
4448
4482
  "summary": "Delete a self-hosted runner group from an enterprise",
@@ -5264,7 +5298,7 @@
5264
5298
  "category": "secret-scanning",
5265
5299
  "subcategory": null
5266
5300
  },
5267
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
5301
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
5268
5302
  }
5269
5303
  },
5270
5304
  "/enterprises/{enterprise}/settings/billing/advanced-security": {
@@ -6879,7 +6913,7 @@
6879
6913
  "category": "activity",
6880
6914
  "subcategory": "notifications"
6881
6915
  },
6882
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
6916
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
6883
6917
  },
6884
6918
  "put": {
6885
6919
  "summary": "Mark notifications as read",
@@ -6984,7 +7018,7 @@
6984
7018
  "category": "activity",
6985
7019
  "subcategory": "notifications"
6986
7020
  },
6987
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
7021
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
6988
7022
  },
6989
7023
  "patch": {
6990
7024
  "summary": "Mark a thread as read",
@@ -7390,7 +7424,7 @@
7390
7424
  },
7391
7425
  "members_allowed_repository_creation_type": {
7392
7426
  "type": "string",
7393
- "description": "Specifies which types of repositories non-admin organization members can create. `private` is only available to repositories that are part of an organization on GitHub Enterprise Cloud. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
7427
+ "description": "Specifies which types of repositories non-admin organization members can create. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
7394
7428
  "enum": ["all", "private", "none"]
7395
7429
  },
7396
7430
  "members_can_create_pages": {
@@ -7802,7 +7836,7 @@
7802
7836
  "category": "actions",
7803
7837
  "subcategory": "self-hosted-runner-groups"
7804
7838
  },
7805
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
7839
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
7806
7840
  },
7807
7841
  "post": {
7808
7842
  "summary": "Create a self-hosted runner group for an organization",
@@ -7887,7 +7921,7 @@
7887
7921
  "category": "actions",
7888
7922
  "subcategory": "self-hosted-runner-groups"
7889
7923
  },
7890
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
7924
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
7891
7925
  }
7892
7926
  },
7893
7927
  "/orgs/{org}/actions/runner-groups/{runner_group_id}": {
@@ -7925,7 +7959,7 @@
7925
7959
  "category": "actions",
7926
7960
  "subcategory": "self-hosted-runner-groups"
7927
7961
  },
7928
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
7962
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
7929
7963
  },
7930
7964
  "patch": {
7931
7965
  "summary": "Update a self-hosted runner group for an organization",
@@ -7994,7 +8028,7 @@
7994
8028
  "category": "actions",
7995
8029
  "subcategory": "self-hosted-runner-groups"
7996
8030
  },
7997
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
8031
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
7998
8032
  },
7999
8033
  "delete": {
8000
8034
  "summary": "Delete a self-hosted runner group from an organization",
@@ -8068,7 +8102,7 @@
8068
8102
  "category": "actions",
8069
8103
  "subcategory": "self-hosted-runner-groups"
8070
8104
  },
8071
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
8105
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
8072
8106
  },
8073
8107
  "put": {
8074
8108
  "summary": "Set repository access for a self-hosted runner group in an organization",
@@ -8984,7 +9018,7 @@
8984
9018
  "category": "actions",
8985
9019
  "subcategory": "secrets"
8986
9020
  },
8987
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
9021
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
8988
9022
  },
8989
9023
  "put": {
8990
9024
  "summary": "Set selected repositories for an organization secret",
@@ -9426,7 +9460,7 @@
9426
9460
  "category": "dependabot",
9427
9461
  "subcategory": "secrets"
9428
9462
  },
9429
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
9463
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
9430
9464
  },
9431
9465
  "put": {
9432
9466
  "summary": "Set selected repositories for an organization secret",
@@ -10684,6 +10718,7 @@
10684
10718
  },
10685
10719
  "exclude": {
10686
10720
  "type": "array",
10721
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
10687
10722
  "items": { "type": "string", "enum": ["repositories"] }
10688
10723
  }
10689
10724
  },
@@ -11459,7 +11494,7 @@
11459
11494
  "category": "repos",
11460
11495
  "subcategory": null
11461
11496
  },
11462
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
11497
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
11463
11498
  },
11464
11499
  "post": {
11465
11500
  "summary": "Create an organization repository",
@@ -11667,7 +11702,7 @@
11667
11702
  "category": "secret-scanning",
11668
11703
  "subcategory": null
11669
11704
  },
11670
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
11705
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
11671
11706
  }
11672
11707
  },
11673
11708
  "/orgs/{org}/settings/billing/advanced-security": {
@@ -13200,7 +13235,7 @@
13200
13235
  "category": "teams",
13201
13236
  "subcategory": null
13202
13237
  },
13203
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
13238
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
13204
13239
  }
13205
13240
  },
13206
13241
  "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": {
@@ -13246,7 +13281,7 @@
13246
13281
  "category": "teams",
13247
13282
  "subcategory": null
13248
13283
  },
13249
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
13284
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
13250
13285
  },
13251
13286
  "put": {
13252
13287
  "summary": "Add or update team repository permissions",
@@ -14538,7 +14573,7 @@
14538
14573
  "subcategory": null
14539
14574
  },
14540
14575
  "deprecated": true,
14541
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "added" } } }
14576
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "added" } } }
14542
14577
  }
14543
14578
  },
14544
14579
  "/repos/{owner}/{repo}": {
@@ -15680,7 +15715,7 @@
15680
15715
  "category": "actions",
15681
15716
  "subcategory": "workflow-runs"
15682
15717
  },
15683
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
15718
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
15684
15719
  }
15685
15720
  },
15686
15721
  "/repos/{owner}/{repo}/actions/runs/{run_id}": {
@@ -15718,7 +15753,7 @@
15718
15753
  "category": "actions",
15719
15754
  "subcategory": "workflow-runs"
15720
15755
  },
15721
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
15756
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
15722
15757
  },
15723
15758
  "delete": {
15724
15759
  "summary": "Delete a workflow run",
@@ -16627,7 +16662,7 @@
16627
16662
  "category": "actions",
16628
16663
  "subcategory": "workflow-runs"
16629
16664
  },
16630
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
16665
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
16631
16666
  }
16632
16667
  },
16633
16668
  "/repos/{owner}/{repo}/assignees": {
@@ -19679,7 +19714,7 @@
19679
19714
  "category": "checks",
19680
19715
  "subcategory": "suites"
19681
19716
  },
19682
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
19717
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
19683
19718
  }
19684
19719
  },
19685
19720
  "/repos/{owner}/{repo}/check-suites/preferences": {
@@ -19757,7 +19792,7 @@
19757
19792
  "category": "checks",
19758
19793
  "subcategory": "suites"
19759
19794
  },
19760
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
19795
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
19761
19796
  }
19762
19797
  },
19763
19798
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
@@ -19794,7 +19829,7 @@
19794
19829
  "category": "checks",
19795
19830
  "subcategory": "suites"
19796
19831
  },
19797
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
19832
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
19798
19833
  }
19799
19834
  },
19800
19835
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
@@ -20543,7 +20578,7 @@
20543
20578
  "category": "repos",
20544
20579
  "subcategory": "collaborators"
20545
20580
  },
20546
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
20581
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
20547
20582
  }
20548
20583
  },
20549
20584
  "/repos/{owner}/{repo}/collaborators/{username}": {
@@ -20640,7 +20675,7 @@
20640
20675
  "category": "repos",
20641
20676
  "subcategory": "collaborators"
20642
20677
  },
20643
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
20678
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
20644
20679
  },
20645
20680
  "delete": {
20646
20681
  "summary": "Remove a repository collaborator",
@@ -20705,7 +20740,7 @@
20705
20740
  "category": "repos",
20706
20741
  "subcategory": "collaborators"
20707
20742
  },
20708
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
20743
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
20709
20744
  }
20710
20745
  },
20711
20746
  "/repos/{owner}/{repo}/comments": {
@@ -21521,7 +21556,7 @@
21521
21556
  "category": "checks",
21522
21557
  "subcategory": "suites"
21523
21558
  },
21524
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
21559
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
21525
21560
  }
21526
21561
  },
21527
21562
  "/repos/{owner}/{repo}/commits/{ref}/status": {
@@ -21572,7 +21607,7 @@
21572
21607
  "category": "repos",
21573
21608
  "subcategory": "statuses"
21574
21609
  },
21575
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
21610
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
21576
21611
  }
21577
21612
  },
21578
21613
  "/repos/{owner}/{repo}/commits/{ref}/statuses": {
@@ -23112,7 +23147,7 @@
23112
23147
  "category": "repos",
23113
23148
  "subcategory": "forks"
23114
23149
  },
23115
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
23150
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
23116
23151
  },
23117
23152
  "post": {
23118
23153
  "summary": "Create a fork",
@@ -24728,7 +24763,7 @@
24728
24763
  "category": "repos",
24729
24764
  "subcategory": "invitations"
24730
24765
  },
24731
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
24766
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
24732
24767
  }
24733
24768
  },
24734
24769
  "/repos/{owner}/{repo}/invitations/{invitation_id}": {
@@ -24786,7 +24821,7 @@
24786
24821
  "category": "repos",
24787
24822
  "subcategory": "invitations"
24788
24823
  },
24789
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
24824
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
24790
24825
  },
24791
24826
  "delete": {
24792
24827
  "summary": "Delete a repository invitation",
@@ -27549,7 +27584,7 @@
27549
27584
  "category": "activity",
27550
27585
  "subcategory": "notifications"
27551
27586
  },
27552
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
27587
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
27553
27588
  },
27554
27589
  "put": {
27555
27590
  "summary": "Mark repository notifications as read",
@@ -31248,7 +31283,7 @@
31248
31283
  "category": "secret-scanning",
31249
31284
  "subcategory": null
31250
31285
  },
31251
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
31286
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
31252
31287
  }
31253
31288
  },
31254
31289
  "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": {
@@ -31294,7 +31329,7 @@
31294
31329
  "category": "secret-scanning",
31295
31330
  "subcategory": null
31296
31331
  },
31297
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
31332
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
31298
31333
  },
31299
31334
  "patch": {
31300
31335
  "summary": "Update a secret scanning alert",
@@ -31364,7 +31399,7 @@
31364
31399
  "githubCloudOnly": false,
31365
31400
  "category": "secret-scanning"
31366
31401
  },
31367
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
31402
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
31368
31403
  }
31369
31404
  },
31370
31405
  "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": {
@@ -32243,7 +32278,7 @@
32243
32278
  "category": "repos",
32244
32279
  "subcategory": null
32245
32280
  },
32246
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
32281
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
32247
32282
  }
32248
32283
  },
32249
32284
  "/repos/{owner}/{repo}/zipball/{ref}": {
@@ -32455,7 +32490,7 @@
32455
32490
  "category": "repos",
32456
32491
  "subcategory": null
32457
32492
  },
32458
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
32493
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
32459
32494
  }
32460
32495
  },
32461
32496
  "/repositories/{repository_id}/environments/{environment_name}/secrets": {
@@ -32738,7 +32773,7 @@
32738
32773
  "category": "search",
32739
32774
  "subcategory": null
32740
32775
  },
32741
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
32776
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
32742
32777
  }
32743
32778
  },
32744
32779
  "/search/commits": {
@@ -32808,7 +32843,7 @@
32808
32843
  "category": "search",
32809
32844
  "subcategory": null
32810
32845
  },
32811
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
32846
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
32812
32847
  }
32813
32848
  },
32814
32849
  "/search/issues": {
@@ -35219,7 +35254,7 @@
35219
35254
  "subcategory": null
35220
35255
  },
35221
35256
  "deprecated": true,
35222
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
35257
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
35223
35258
  }
35224
35259
  },
35225
35260
  "/teams/{team_id}/repos/{owner}/{repo}": {
@@ -35267,7 +35302,7 @@
35267
35302
  "subcategory": null
35268
35303
  },
35269
35304
  "deprecated": true,
35270
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
35305
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
35271
35306
  },
35272
35307
  "put": {
35273
35308
  "summary": "Add or update team repository permissions (Legacy)",
@@ -36859,6 +36894,14 @@
36859
36894
  },
36860
36895
  "required": ["repositories"],
36861
36896
  "type": "object"
36897
+ },
36898
+ "examples": {
36899
+ "default": {
36900
+ "value": {
36901
+ "repositories": ["octocat/Hello-World"],
36902
+ "lock_repositories": true
36903
+ }
36904
+ }
36862
36905
  }
36863
36906
  }
36864
36907
  }
@@ -36964,7 +37007,7 @@
36964
37007
  "before": { "operationId": "migrations/list-repos-for-user" }
36965
37008
  }
36966
37009
  ],
36967
- "diff": { "ghes-3.5.json": { "type": "changed" } }
37010
+ "diff": { "ghes-3.5": { "type": "changed" } }
36968
37011
  }
36969
37012
  }
36970
37013
  },
@@ -37434,7 +37477,7 @@
37434
37477
  "category": "repos",
37435
37478
  "subcategory": "invitations"
37436
37479
  },
37437
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
37480
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
37438
37481
  }
37439
37482
  },
37440
37483
  "/user/repository_invitations/{invitation_id}": {
@@ -37700,7 +37743,7 @@
37700
37743
  "category": "activity",
37701
37744
  "subcategory": "watching"
37702
37745
  },
37703
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
37746
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
37704
37747
  }
37705
37748
  },
37706
37749
  "/user/teams": {
@@ -38550,7 +38593,7 @@
38550
38593
  "category": "repos",
38551
38594
  "subcategory": null
38552
38595
  },
38553
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
38596
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
38554
38597
  }
38555
38598
  },
38556
38599
  "/users/{username}/site_admin": {
@@ -38688,7 +38731,7 @@
38688
38731
  "category": "activity",
38689
38732
  "subcategory": "watching"
38690
38733
  },
38691
- "x-octokit": { "diff": { "ghes-3.5.json": { "type": "changed" } } }
38734
+ "x-octokit": { "diff": { "ghes-3.5": { "type": "changed" } } }
38692
38735
  }
38693
38736
  },
38694
38737
  "/users/{username}/suspended": {
@@ -38841,298 +38884,298 @@
38841
38884
  "/enterprises/{enterprise}/actions/cache/usage": {
38842
38885
  "get": {
38843
38886
  "summary": "Get GitHub Actions cache usage for an enterprise",
38844
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38887
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38845
38888
  "operationId": "actions/get-actions-cache-usage-for-enterprise",
38846
38889
  "tags": ["actions"],
38847
38890
  "externalDocs": {
38848
38891
  "description": "API method documentation",
38849
38892
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-github-actions-cache-usage-for-an-enterprise"
38850
38893
  },
38851
- "x-octokit": { "ghes-3.5.json": "removed" },
38894
+ "x-octokit": { "ghes-3.5": "removed" },
38852
38895
  "responses": { "501": { "description": "Not Implemented" } }
38853
38896
  }
38854
38897
  },
38855
38898
  "/enterprises/{enterprise}/actions/cache/usage-policy": {
38856
38899
  "get": {
38857
38900
  "summary": "Get GitHub Actions cache usage policy for an enterprise",
38858
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38901
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38859
38902
  "tags": ["actions"],
38860
38903
  "operationId": "actions/get-actions-cache-usage-policy-for-enterprise",
38861
38904
  "externalDocs": {
38862
38905
  "description": "API method documentation",
38863
38906
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-github-actions-cache-usage-policy-for-an-enterprise"
38864
38907
  },
38865
- "x-octokit": { "ghes-3.5.json": "removed" },
38908
+ "x-octokit": { "ghes-3.5": "removed" },
38866
38909
  "responses": { "501": { "description": "Not Implemented" } }
38867
38910
  },
38868
38911
  "patch": {
38869
38912
  "summary": "Set GitHub Actions cache usage policy for an enterprise",
38870
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38913
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38871
38914
  "tags": ["actions"],
38872
38915
  "operationId": "actions/set-actions-cache-usage-policy-for-enterprise",
38873
38916
  "externalDocs": {
38874
38917
  "description": "API method documentation",
38875
38918
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#set-github-actions-cache-usage-policy-for-an-enterprise"
38876
38919
  },
38877
- "x-octokit": { "ghes-3.5.json": "removed" },
38920
+ "x-octokit": { "ghes-3.5": "removed" },
38878
38921
  "responses": { "501": { "description": "Not Implemented" } }
38879
38922
  }
38880
38923
  },
38881
38924
  "/orgs/{org}/actions/cache/usage": {
38882
38925
  "get": {
38883
38926
  "summary": "Get GitHub Actions cache usage for an organization",
38884
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38927
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38885
38928
  "tags": ["actions"],
38886
38929
  "operationId": "actions/get-actions-cache-usage-for-org",
38887
38930
  "externalDocs": {
38888
38931
  "description": "API method documentation",
38889
38932
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-github-actions-cache-usage-for-an-organization"
38890
38933
  },
38891
- "x-octokit": { "ghes-3.5.json": "removed" },
38934
+ "x-octokit": { "ghes-3.5": "removed" },
38892
38935
  "responses": { "501": { "description": "Not Implemented" } }
38893
38936
  }
38894
38937
  },
38895
38938
  "/orgs/{org}/actions/cache/usage-by-repository": {
38896
38939
  "get": {
38897
38940
  "summary": "List repositories with GitHub Actions cache usage for an organization",
38898
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38941
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38899
38942
  "tags": ["actions"],
38900
38943
  "operationId": "actions/get-actions-cache-usage-by-repo-for-org",
38901
38944
  "externalDocs": {
38902
38945
  "description": "API method documentation",
38903
38946
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization"
38904
38947
  },
38905
- "x-octokit": { "ghes-3.5.json": "removed" },
38948
+ "x-octokit": { "ghes-3.5": "removed" },
38906
38949
  "responses": { "501": { "description": "Not Implemented" } }
38907
38950
  }
38908
38951
  },
38909
38952
  "/orgs/{org}/actions/permissions/workflow": {
38910
38953
  "get": {
38911
38954
  "summary": "Get default workflow permissions for an organization",
38912
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38955
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38913
38956
  "tags": ["actions"],
38914
38957
  "operationId": "actions/get-github-actions-default-workflow-permissions-organization",
38915
38958
  "externalDocs": {
38916
38959
  "description": "API method documentation",
38917
38960
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-default-workflow-permissions"
38918
38961
  },
38919
- "x-octokit": { "ghes-3.5.json": "removed" },
38962
+ "x-octokit": { "ghes-3.5": "removed" },
38920
38963
  "responses": { "501": { "description": "Not Implemented" } }
38921
38964
  },
38922
38965
  "put": {
38923
38966
  "summary": "Set default workflow permissions for an organization",
38924
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38967
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38925
38968
  "tags": ["actions"],
38926
38969
  "operationId": "actions/set-github-actions-default-workflow-permissions-organization",
38927
38970
  "externalDocs": {
38928
38971
  "description": "API method documentation",
38929
38972
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#set-default-workflow-permissions"
38930
38973
  },
38931
- "x-octokit": { "ghes-3.5.json": "removed" },
38974
+ "x-octokit": { "ghes-3.5": "removed" },
38932
38975
  "responses": { "501": { "description": "Not Implemented" } }
38933
38976
  }
38934
38977
  },
38935
38978
  "/orgs/{org}/code-scanning/alerts": {
38936
38979
  "get": {
38937
38980
  "summary": "List code scanning alerts for an organization",
38938
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38981
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38939
38982
  "tags": ["code-scanning"],
38940
38983
  "operationId": "code-scanning/list-alerts-for-org",
38941
38984
  "externalDocs": {
38942
38985
  "description": "API method documentation",
38943
38986
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/code-scanning#list-code-scanning-alerts-by-organization"
38944
38987
  },
38945
- "x-octokit": { "ghes-3.5.json": "removed" },
38988
+ "x-octokit": { "ghes-3.5": "removed" },
38946
38989
  "responses": { "501": { "description": "Not Implemented" } }
38947
38990
  }
38948
38991
  },
38949
38992
  "/repos/{owner}/{repo}/actions/cache/usage": {
38950
38993
  "get": {
38951
38994
  "summary": "Get GitHub Actions cache usage for a repository",
38952
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
38995
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38953
38996
  "tags": ["actions"],
38954
38997
  "operationId": "actions/get-actions-cache-usage",
38955
38998
  "externalDocs": {
38956
38999
  "description": "API method documentation",
38957
39000
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-github-actions-cache-usage-for-a-repository"
38958
39001
  },
38959
- "x-octokit": { "ghes-3.5.json": "removed" },
39002
+ "x-octokit": { "ghes-3.5": "removed" },
38960
39003
  "responses": { "501": { "description": "Not Implemented" } }
38961
39004
  }
38962
39005
  },
38963
39006
  "/repos/{owner}/{repo}/actions/cache/usage-policy": {
38964
39007
  "get": {
38965
39008
  "summary": "Get GitHub Actions cache usage policy for a repository",
38966
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39009
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38967
39010
  "tags": ["actions"],
38968
39011
  "operationId": "actions/get-actions-cache-usage-policy",
38969
39012
  "externalDocs": {
38970
39013
  "description": "API method documentation",
38971
39014
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-github-actions-cache-usage-policy-for-a-repository"
38972
39015
  },
38973
- "x-octokit": { "ghes-3.5.json": "removed" },
39016
+ "x-octokit": { "ghes-3.5": "removed" },
38974
39017
  "responses": { "501": { "description": "Not Implemented" } }
38975
39018
  },
38976
39019
  "patch": {
38977
39020
  "summary": "Set GitHub Actions cache usage policy for a repository",
38978
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39021
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38979
39022
  "tags": ["actions"],
38980
39023
  "operationId": "actions/set-actions-cache-usage-policy",
38981
39024
  "externalDocs": {
38982
39025
  "description": "API method documentation",
38983
39026
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#set-github-actions-cache-usage-policy-for-a-repository"
38984
39027
  },
38985
- "x-octokit": { "ghes-3.5.json": "removed" },
39028
+ "x-octokit": { "ghes-3.5": "removed" },
38986
39029
  "responses": { "501": { "description": "Not Implemented" } }
38987
39030
  }
38988
39031
  },
38989
39032
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
38990
39033
  "post": {
38991
39034
  "summary": "Re-run a job from a workflow run",
38992
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39035
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
38993
39036
  "tags": ["actions"],
38994
39037
  "operationId": "actions/re-run-job-for-workflow-run",
38995
39038
  "externalDocs": {
38996
39039
  "description": "API method documentation",
38997
39040
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#re-run-job-for-workflow-run"
38998
39041
  },
38999
- "x-octokit": { "ghes-3.5.json": "removed" },
39042
+ "x-octokit": { "ghes-3.5": "removed" },
39000
39043
  "responses": { "501": { "description": "Not Implemented" } }
39001
39044
  }
39002
39045
  },
39003
39046
  "/repos/{owner}/{repo}/actions/permissions/access": {
39004
39047
  "get": {
39005
39048
  "summary": "Get the level of access for workflows outside of the repository",
39006
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39049
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39007
39050
  "tags": ["actions"],
39008
39051
  "operationId": "actions/get-workflow-access-to-repository",
39009
39052
  "externalDocs": {
39010
39053
  "description": "API method documentation",
39011
39054
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-workflow-access-level-to-a-repository"
39012
39055
  },
39013
- "x-octokit": { "ghes-3.5.json": "removed" },
39056
+ "x-octokit": { "ghes-3.5": "removed" },
39014
39057
  "responses": { "501": { "description": "Not Implemented" } }
39015
39058
  },
39016
39059
  "put": {
39017
39060
  "summary": "Set the level of access for workflows outside of the repository",
39018
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39061
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39019
39062
  "tags": ["actions"],
39020
39063
  "operationId": "actions/set-workflow-access-to-repository",
39021
39064
  "externalDocs": {
39022
39065
  "description": "API method documentation",
39023
39066
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#set-workflow-access-to-a-repository"
39024
39067
  },
39025
- "x-octokit": { "ghes-3.5.json": "removed" },
39068
+ "x-octokit": { "ghes-3.5": "removed" },
39026
39069
  "responses": { "501": { "description": "Not Implemented" } }
39027
39070
  }
39028
39071
  },
39029
39072
  "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}": {
39030
39073
  "get": {
39031
39074
  "summary": "Get a workflow run attempt",
39032
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39075
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39033
39076
  "tags": ["actions"],
39034
39077
  "operationId": "actions/get-workflow-run-attempt",
39035
39078
  "externalDocs": {
39036
39079
  "description": "API method documentation",
39037
39080
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#get-a-workflow-run-attempt"
39038
39081
  },
39039
- "x-octokit": { "ghes-3.5.json": "removed" },
39082
+ "x-octokit": { "ghes-3.5": "removed" },
39040
39083
  "responses": { "501": { "description": "Not Implemented" } }
39041
39084
  }
39042
39085
  },
39043
39086
  "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": {
39044
39087
  "get": {
39045
39088
  "summary": "List jobs for a workflow run attempt",
39046
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39089
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39047
39090
  "tags": ["actions"],
39048
39091
  "operationId": "actions/list-jobs-for-workflow-run-attempt",
39049
39092
  "externalDocs": {
39050
39093
  "description": "API method documentation",
39051
39094
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#list-jobs-for-a-workflow-run-attempt"
39052
39095
  },
39053
- "x-octokit": { "ghes-3.5.json": "removed" },
39096
+ "x-octokit": { "ghes-3.5": "removed" },
39054
39097
  "responses": { "501": { "description": "Not Implemented" } }
39055
39098
  }
39056
39099
  },
39057
39100
  "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
39058
39101
  "get": {
39059
39102
  "summary": "Download workflow run attempt logs",
39060
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39103
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39061
39104
  "tags": ["actions"],
39062
39105
  "operationId": "actions/download-workflow-run-attempt-logs",
39063
39106
  "externalDocs": {
39064
39107
  "description": "API method documentation",
39065
39108
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#download-workflow-run-attempt-logs"
39066
39109
  },
39067
- "x-octokit": { "ghes-3.5.json": "removed" },
39110
+ "x-octokit": { "ghes-3.5": "removed" },
39068
39111
  "responses": { "501": { "description": "Not Implemented" } }
39069
39112
  }
39070
39113
  },
39071
39114
  "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
39072
39115
  "post": {
39073
39116
  "summary": "Re-run failed jobs from a workflow run",
39074
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39117
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39075
39118
  "tags": ["actions"],
39076
39119
  "operationId": "actions/re-run-workflow-failed-jobs",
39077
39120
  "externalDocs": {
39078
39121
  "description": "API method documentation",
39079
39122
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/actions#re-run-workflow-failed-jobs"
39080
39123
  },
39081
- "x-octokit": { "ghes-3.5.json": "removed" },
39124
+ "x-octokit": { "ghes-3.5": "removed" },
39082
39125
  "responses": { "501": { "description": "Not Implemented" } }
39083
39126
  }
39084
39127
  },
39085
39128
  "/repos/{owner}/{repo}/codeowners/errors": {
39086
39129
  "get": {
39087
39130
  "summary": "List CODEOWNERS errors",
39088
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39131
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39089
39132
  "tags": ["repos"],
39090
39133
  "operationId": "repos/codeowners-errors",
39091
39134
  "externalDocs": {
39092
39135
  "description": "API method documentation",
39093
39136
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/repos#list-codeowners-errors"
39094
39137
  },
39095
- "x-octokit": { "ghes-3.5.json": "removed" },
39138
+ "x-octokit": { "ghes-3.5": "removed" },
39096
39139
  "responses": { "501": { "description": "Not Implemented" } }
39097
39140
  }
39098
39141
  },
39099
39142
  "/repos/{owner}/{repo}/tags/protection": {
39100
39143
  "get": {
39101
39144
  "summary": "List tag protection states for a repository",
39102
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39145
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39103
39146
  "tags": ["repos"],
39104
39147
  "operationId": "repos/list-tag-protection",
39105
39148
  "externalDocs": {
39106
39149
  "description": "API method documentation",
39107
39150
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/repos#list-tag-protection-state-of-a-repository"
39108
39151
  },
39109
- "x-octokit": { "ghes-3.5.json": "removed" },
39152
+ "x-octokit": { "ghes-3.5": "removed" },
39110
39153
  "responses": { "501": { "description": "Not Implemented" } }
39111
39154
  },
39112
39155
  "post": {
39113
39156
  "summary": "Create a tag protection state for a repository",
39114
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39157
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39115
39158
  "tags": ["repos"],
39116
39159
  "operationId": "repos/create-tag-protection",
39117
39160
  "externalDocs": {
39118
39161
  "description": "API method documentation",
39119
39162
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/repos#create-tag-protection-state-for-a-repository"
39120
39163
  },
39121
- "x-octokit": { "ghes-3.5.json": "removed" },
39164
+ "x-octokit": { "ghes-3.5": "removed" },
39122
39165
  "responses": { "501": { "description": "Not Implemented" } }
39123
39166
  }
39124
39167
  },
39125
39168
  "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}": {
39126
39169
  "delete": {
39127
39170
  "summary": "Delete a tag protection state for a repository",
39128
- "description": "This endpoint does not exist ghes-3.4.json. It was added in ghes-3.5.json",
39171
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.4. It was added in 3.5",
39129
39172
  "tags": ["repos"],
39130
39173
  "operationId": "repos/delete-tag-protection",
39131
39174
  "externalDocs": {
39132
39175
  "description": "API method documentation",
39133
39176
  "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/repos#delete-tag-protection-state-for-a-repository"
39134
39177
  },
39135
- "x-octokit": { "ghes-3.5.json": "removed" },
39178
+ "x-octokit": { "ghes-3.5": "removed" },
39136
39179
  "responses": { "501": { "description": "Not Implemented" } }
39137
39180
  }
39138
39181
  }
@@ -75735,6 +75778,14 @@
75735
75778
  "required": true,
75736
75779
  "schema": { "type": "string" }
75737
75780
  },
75781
+ "oauth-client-id": {
75782
+ "name": "client_id",
75783
+ "in": "path",
75784
+ "required": true,
75785
+ "description": "The client ID of the OAuth app.",
75786
+ "schema": { "type": "string" },
75787
+ "examples": { "default": { "value": "abcde12345fghij67890" } }
75788
+ },
75738
75789
  "authorization-id": {
75739
75790
  "name": "authorization_id",
75740
75791
  "description": "The unique identifier of the authorization.",