@octokit/openapi 6.1.3 → 6.2.1

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.
Files changed (28) hide show
  1. package/generated/api.github.com.deref.json +19628 -17725
  2. package/generated/api.github.com.json +2713 -2227
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
  7. package/generated/ghes-3.2.deref.json +173 -3
  8. package/generated/ghes-3.2.json +163 -4
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +354 -1388
  12. package/generated/ghes-3.3.json +461 -287
  13. package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
  16. package/generated/ghes-3.4.deref.json +1408 -3641
  17. package/generated/ghes-3.4.json +1145 -968
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +10 -72
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +29452 -32935
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +442 -569
  21. package/generated/ghes-3.5.deref.json +1663 -4953
  22. package/generated/ghes-3.5.json +1301 -1254
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +66 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +69 -1
  26. package/generated/github.ae.deref.json +234 -2
  27. package/generated/github.ae.json +221 -3
  28. package/package.json +2 -2
@@ -8892,6 +8892,7 @@
8892
8892
  "/authorizations/{authorization_id}": ["get", "delete", "patch"],
8893
8893
  "/enterprise-installation/{enterprise_or_org}/server-statistics": ["get"],
8894
8894
  "/enterprises/{enterprise}/actions/cache/usage": ["get"],
8895
+ "/enterprises/{enterprise}/actions/oidc/customization/issuer": ["put"],
8895
8896
  "/enterprises/{enterprise}/actions/permissions/workflow": ["get", "put"],
8896
8897
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": [
8897
8898
  "get",
@@ -8924,8 +8925,10 @@
8924
8925
  "/marketplace_listing/stubbed/plans/{plan_id}/accounts": ["get"],
8925
8926
  "/networks/{owner}/{repo}/events": ["get"],
8926
8927
  "/organizations/{organization_id}/custom_roles": ["get"],
8928
+ "/orgs/{org_id}/codespaces": ["get"],
8927
8929
  "/orgs/{org}/actions/cache/usage": ["get"],
8928
8930
  "/orgs/{org}/actions/cache/usage-by-repository": ["get"],
8931
+ "/orgs/{org}/actions/oidc/customization/sub": ["get", "put"],
8929
8932
  "/orgs/{org}/actions/permissions/workflow": ["get", "put"],
8930
8933
  "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": [
8931
8934
  "get",
@@ -8968,6 +8971,10 @@
8968
8971
  "/orgs/{org}/invitations": ["get", "post"],
8969
8972
  "/orgs/{org}/invitations/{invitation_id}": ["delete"],
8970
8973
  "/orgs/{org}/invitations/{invitation_id}/teams": ["get"],
8974
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}": ["delete"],
8975
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": [
8976
+ "post"
8977
+ ],
8971
8978
  "/orgs/{org}/migrations/{migration_id}/archive": ["get", "delete"],
8972
8979
  "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": [
8973
8980
  "delete"
@@ -8998,7 +9005,10 @@
8998
9005
  "patch"
8999
9006
  ],
9000
9007
  "/repos/{owner}/{repo}/actions/cache/usage": ["get"],
9008
+ "/repos/{owner}/{repo}/actions/caches": ["get", "delete"],
9009
+ "/repos/{owner}/{repo}/actions/caches/{cache_id}": ["delete"],
9001
9010
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": ["post"],
9011
+ "/repos/{owner}/{repo}/actions/oidc/customization/sub": ["get", "put"],
9002
9012
  "/repos/{owner}/{repo}/actions/permissions/access": ["get", "put"],
9003
9013
  "/repos/{owner}/{repo}/actions/permissions/workflow": ["get", "put"],
9004
9014
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.3",
4
+ "version": "6.2.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -76982,6 +76982,71 @@
76982
76982
  "created_at"
76983
76983
  ]
76984
76984
  }
76985
+ },
76986
+ "examples": {
76987
+ "200-response": {
76988
+ "value": [
76989
+ {
76990
+ "id": "22249084964",
76991
+ "type": "PushEvent",
76992
+ "actor": {
76993
+ "id": 583231,
76994
+ "login": "octocat",
76995
+ "display_login": "octocat",
76996
+ "gravatar_id": "",
76997
+ "url": "https://api.github.com/users/octocat",
76998
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
76999
+ },
77000
+ "repo": {
77001
+ "id": 1296269,
77002
+ "name": "octocat/Hello-World",
77003
+ "url": "https://api.github.com/repos/octocat/Hello-World"
77004
+ },
77005
+ "payload": {
77006
+ "push_id": 10115855396,
77007
+ "size": 1,
77008
+ "distinct_size": 1,
77009
+ "ref": "refs/heads/master",
77010
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
77011
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
77012
+ "commits": [
77013
+ {
77014
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
77015
+ "author": {
77016
+ "email": "octocat@github.com",
77017
+ "name": "Monalisa Octocat"
77018
+ },
77019
+ "message": "commit",
77020
+ "distinct": true,
77021
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
77022
+ }
77023
+ ]
77024
+ },
77025
+ "public": true,
77026
+ "created_at": "2022-06-09T12:47:28Z"
77027
+ },
77028
+ {
77029
+ "id": "22237752260",
77030
+ "type": "WatchEvent",
77031
+ "actor": {
77032
+ "id": 583231,
77033
+ "login": "octocat",
77034
+ "display_login": "octocat",
77035
+ "gravatar_id": "",
77036
+ "url": "https://api.github.com/users/octocat",
77037
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
77038
+ },
77039
+ "repo": {
77040
+ "id": 1296269,
77041
+ "name": "octocat/Hello-World",
77042
+ "url": "https://api.github.com/repos/octocat/Hello-World"
77043
+ },
77044
+ "payload": { "action": "started" },
77045
+ "public": true,
77046
+ "created_at": "2022-06-08T23:29:25Z"
77047
+ }
77048
+ ]
77049
+ }
76985
77050
  }
76986
77051
  }
76987
77052
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.3",
4
+ "version": "6.2.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -5010,6 +5010,11 @@
5010
5010
  "schema": {
5011
5011
  "type": "array",
5012
5012
  "items": { "$ref": "#/components/schemas/event" }
5013
+ },
5014
+ "examples": {
5015
+ "200-response": {
5016
+ "$ref": "#/components/examples/repo-events-items"
5017
+ }
5013
5018
  }
5014
5019
  }
5015
5020
  }
@@ -20561,6 +20566,69 @@
20561
20566
  "url": "https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status"
20562
20567
  }
20563
20568
  },
20569
+ "repo-events-items": {
20570
+ "value": [
20571
+ {
20572
+ "id": "22249084964",
20573
+ "type": "PushEvent",
20574
+ "actor": {
20575
+ "id": 583231,
20576
+ "login": "octocat",
20577
+ "display_login": "octocat",
20578
+ "gravatar_id": "",
20579
+ "url": "https://api.github.com/users/octocat",
20580
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
20581
+ },
20582
+ "repo": {
20583
+ "id": 1296269,
20584
+ "name": "octocat/Hello-World",
20585
+ "url": "https://api.github.com/repos/octocat/Hello-World"
20586
+ },
20587
+ "payload": {
20588
+ "push_id": 10115855396,
20589
+ "size": 1,
20590
+ "distinct_size": 1,
20591
+ "ref": "refs/heads/master",
20592
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
20593
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
20594
+ "commits": [
20595
+ {
20596
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
20597
+ "author": {
20598
+ "email": "octocat@github.com",
20599
+ "name": "Monalisa Octocat"
20600
+ },
20601
+ "message": "commit",
20602
+ "distinct": true,
20603
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
20604
+ }
20605
+ ]
20606
+ },
20607
+ "public": true,
20608
+ "created_at": "2022-06-09T12:47:28Z"
20609
+ },
20610
+ {
20611
+ "id": "22237752260",
20612
+ "type": "WatchEvent",
20613
+ "actor": {
20614
+ "id": 583231,
20615
+ "login": "octocat",
20616
+ "display_login": "octocat",
20617
+ "gravatar_id": "",
20618
+ "url": "https://api.github.com/users/octocat",
20619
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
20620
+ },
20621
+ "repo": {
20622
+ "id": 1296269,
20623
+ "name": "octocat/Hello-World",
20624
+ "url": "https://api.github.com/repos/octocat/Hello-World"
20625
+ },
20626
+ "payload": { "action": "started" },
20627
+ "public": true,
20628
+ "created_at": "2022-06-08T23:29:25Z"
20629
+ }
20630
+ ]
20631
+ },
20564
20632
  "minimal-repository-items-2": {
20565
20633
  "value": [
20566
20634
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.3",
4
+ "version": "6.2.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -38025,7 +38025,8 @@
38025
38025
  "type": "object",
38026
38026
  "properties": {},
38027
38027
  "additionalProperties": false
38028
- }
38028
+ },
38029
+ "examples": { "default": { "value": null } }
38029
38030
  }
38030
38031
  }
38031
38032
  },
@@ -77780,6 +77781,24 @@
77780
77781
  "schema": { "type": "string" }
77781
77782
  }
77782
77783
  }
77784
+ },
77785
+ "410": {
77786
+ "description": "Gone",
77787
+ "content": {
77788
+ "application/json": {
77789
+ "schema": {
77790
+ "title": "Basic Error",
77791
+ "description": "Basic Error",
77792
+ "type": "object",
77793
+ "properties": {
77794
+ "message": { "type": "string" },
77795
+ "documentation_url": { "type": "string" },
77796
+ "url": { "type": "string" },
77797
+ "status": { "type": "string" }
77798
+ }
77799
+ }
77800
+ }
77801
+ }
77783
77802
  }
77784
77803
  },
77785
77804
  "x-github": {
@@ -152384,6 +152403,71 @@
152384
152403
  "created_at"
152385
152404
  ]
152386
152405
  }
152406
+ },
152407
+ "examples": {
152408
+ "200-response": {
152409
+ "value": [
152410
+ {
152411
+ "id": "22249084964",
152412
+ "type": "PushEvent",
152413
+ "actor": {
152414
+ "id": 583231,
152415
+ "login": "octocat",
152416
+ "display_login": "octocat",
152417
+ "gravatar_id": "",
152418
+ "url": "https://api.github.com/users/octocat",
152419
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
152420
+ },
152421
+ "repo": {
152422
+ "id": 1296269,
152423
+ "name": "octocat/Hello-World",
152424
+ "url": "https://api.github.com/repos/octocat/Hello-World"
152425
+ },
152426
+ "payload": {
152427
+ "push_id": 10115855396,
152428
+ "size": 1,
152429
+ "distinct_size": 1,
152430
+ "ref": "refs/heads/master",
152431
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
152432
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
152433
+ "commits": [
152434
+ {
152435
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
152436
+ "author": {
152437
+ "email": "octocat@github.com",
152438
+ "name": "Monalisa Octocat"
152439
+ },
152440
+ "message": "commit",
152441
+ "distinct": true,
152442
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
152443
+ }
152444
+ ]
152445
+ },
152446
+ "public": true,
152447
+ "created_at": "2022-06-09T12:47:28Z"
152448
+ },
152449
+ {
152450
+ "id": "22237752260",
152451
+ "type": "WatchEvent",
152452
+ "actor": {
152453
+ "id": 583231,
152454
+ "login": "octocat",
152455
+ "display_login": "octocat",
152456
+ "gravatar_id": "",
152457
+ "url": "https://api.github.com/users/octocat",
152458
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
152459
+ },
152460
+ "repo": {
152461
+ "id": 1296269,
152462
+ "name": "octocat/Hello-World",
152463
+ "url": "https://api.github.com/repos/octocat/Hello-World"
152464
+ },
152465
+ "payload": { "action": "started" },
152466
+ "public": true,
152467
+ "created_at": "2022-06-08T23:29:25Z"
152468
+ }
152469
+ ]
152470
+ }
152387
152471
  }
152388
152472
  }
152389
152473
  }
@@ -308590,6 +308674,20 @@
308590
308674
  "responses": { "501": { "description": "Not Implemented" } }
308591
308675
  }
308592
308676
  },
308677
+ "/enterprises/{enterprise}/actions/oidc/customization/issuer": {
308678
+ "put": {
308679
+ "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
308680
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
308681
+ "tags": ["actions"],
308682
+ "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
308683
+ "externalDocs": {
308684
+ "description": "API method documentation",
308685
+ "url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise"
308686
+ },
308687
+ "x-octokit": { "api.github.com": "removed" },
308688
+ "responses": { "501": { "description": "Not Implemented" } }
308689
+ }
308690
+ },
308593
308691
  "/enterprises/{enterprise}/actions/permissions/workflow": {
308594
308692
  "get": {
308595
308693
  "summary": "Get default workflow permissions for an enterprise",
@@ -308928,6 +309026,20 @@
308928
309026
  "responses": { "501": { "description": "Not Implemented" } }
308929
309027
  }
308930
309028
  },
309029
+ "/orgs/{org_id}/codespaces": {
309030
+ "get": {
309031
+ "summary": "List codespaces for the organization",
309032
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309033
+ "tags": ["codespaces"],
309034
+ "operationId": "codespaces/list-in-organization",
309035
+ "externalDocs": {
309036
+ "description": "API method documentation",
309037
+ "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
309038
+ },
309039
+ "x-octokit": { "api.github.com": "removed" },
309040
+ "responses": { "501": { "description": "Not Implemented" } }
309041
+ }
309042
+ },
308931
309043
  "/orgs/{org}/actions/cache/usage": {
308932
309044
  "get": {
308933
309045
  "summary": "Get GitHub Actions cache usage for an organization",
@@ -308956,6 +309068,32 @@
308956
309068
  "responses": { "501": { "description": "Not Implemented" } }
308957
309069
  }
308958
309070
  },
309071
+ "/orgs/{org}/actions/oidc/customization/sub": {
309072
+ "get": {
309073
+ "summary": "Get the customization template for an OIDC subject claim for an organization",
309074
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309075
+ "tags": ["oidc"],
309076
+ "operationId": "oidc/get-oidc-custom-sub-template-for-org",
309077
+ "externalDocs": {
309078
+ "description": "API method documentation",
309079
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
309080
+ },
309081
+ "x-octokit": { "api.github.com": "removed" },
309082
+ "responses": { "501": { "description": "Not Implemented" } }
309083
+ },
309084
+ "put": {
309085
+ "summary": "Set the customization template for an OIDC subject claim for an organization",
309086
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309087
+ "tags": ["oidc"],
309088
+ "operationId": "oidc/update-oidc-custom-sub-template-for-org",
309089
+ "externalDocs": {
309090
+ "description": "API method documentation",
309091
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
309092
+ },
309093
+ "x-octokit": { "api.github.com": "removed" },
309094
+ "responses": { "501": { "description": "Not Implemented" } }
309095
+ }
309096
+ },
308959
309097
  "/orgs/{org}/actions/permissions/workflow": {
308960
309098
  "get": {
308961
309099
  "summary": "Get default workflow permissions for an organization",
@@ -309456,6 +309594,34 @@
309456
309594
  "responses": { "501": { "description": "Not Implemented" } }
309457
309595
  }
309458
309596
  },
309597
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
309598
+ "delete": {
309599
+ "summary": "Delete a codespace from the organization",
309600
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309601
+ "tags": ["codespaces"],
309602
+ "operationId": "codespaces/delete-from-organization",
309603
+ "externalDocs": {
309604
+ "description": "API method documentation",
309605
+ "url": "https://docs.github.com/rest/reference/codespaces"
309606
+ },
309607
+ "x-octokit": { "api.github.com": "removed" },
309608
+ "responses": { "501": { "description": "Not Implemented" } }
309609
+ }
309610
+ },
309611
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
309612
+ "post": {
309613
+ "summary": "Stop a codespace for an organization user",
309614
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309615
+ "tags": ["codespaces"],
309616
+ "operationId": "codespaces/stop-in-organization",
309617
+ "externalDocs": {
309618
+ "description": "API method documentation",
309619
+ "url": "https://docs.github.com/rest/reference/codespaces"
309620
+ },
309621
+ "x-octokit": { "api.github.com": "removed" },
309622
+ "responses": { "501": { "description": "Not Implemented" } }
309623
+ }
309624
+ },
309459
309625
  "/orgs/{org}/migrations/{migration_id}/archive": {
309460
309626
  "get": {
309461
309627
  "summary": "Download an organization migration archive",
@@ -309808,6 +309974,46 @@
309808
309974
  "responses": { "501": { "description": "Not Implemented" } }
309809
309975
  }
309810
309976
  },
309977
+ "/repos/{owner}/{repo}/actions/caches": {
309978
+ "get": {
309979
+ "summary": "List GitHub Actions caches for a repository",
309980
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309981
+ "tags": ["actions"],
309982
+ "operationId": "actions/get-actions-cache-list",
309983
+ "externalDocs": {
309984
+ "description": "API method documentation",
309985
+ "url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"
309986
+ },
309987
+ "x-octokit": { "api.github.com": "removed" },
309988
+ "responses": { "501": { "description": "Not Implemented" } }
309989
+ },
309990
+ "delete": {
309991
+ "summary": "Delete GitHub Actions caches for a repository (using a cache key)",
309992
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309993
+ "tags": ["actions"],
309994
+ "operationId": "actions/delete-actions-cache-by-key",
309995
+ "externalDocs": {
309996
+ "description": "API method documentation",
309997
+ "url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"
309998
+ },
309999
+ "x-octokit": { "api.github.com": "removed" },
310000
+ "responses": { "501": { "description": "Not Implemented" } }
310001
+ }
310002
+ },
310003
+ "/repos/{owner}/{repo}/actions/caches/{cache_id}": {
310004
+ "delete": {
310005
+ "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
310006
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
310007
+ "tags": ["actions"],
310008
+ "operationId": "actions/delete-actions-cache-by-id",
310009
+ "externalDocs": {
310010
+ "description": "API method documentation",
310011
+ "url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"
310012
+ },
310013
+ "x-octokit": { "api.github.com": "removed" },
310014
+ "responses": { "501": { "description": "Not Implemented" } }
310015
+ }
310016
+ },
309811
310017
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
309812
310018
  "post": {
309813
310019
  "summary": "Re-run a job from a workflow run",
@@ -309822,6 +310028,32 @@
309822
310028
  "responses": { "501": { "description": "Not Implemented" } }
309823
310029
  }
309824
310030
  },
310031
+ "/repos/{owner}/{repo}/actions/oidc/customization/sub": {
310032
+ "get": {
310033
+ "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
310034
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
310035
+ "tags": ["actions"],
310036
+ "operationId": "actions/get-custom-oidc-sub-claim-for-repo",
310037
+ "externalDocs": {
310038
+ "description": "API method documentation",
310039
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
310040
+ },
310041
+ "x-octokit": { "api.github.com": "removed" },
310042
+ "responses": { "501": { "description": "Not Implemented" } }
310043
+ },
310044
+ "put": {
310045
+ "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
310046
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
310047
+ "tags": ["actions"],
310048
+ "operationId": "actions/set-custom-oidc-sub-claim-for-repo",
310049
+ "externalDocs": {
310050
+ "description": "API method documentation",
310051
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
310052
+ },
310053
+ "x-octokit": { "api.github.com": "removed" },
310054
+ "responses": { "501": { "description": "Not Implemented" } }
310055
+ }
310056
+ },
309825
310057
  "/repos/{owner}/{repo}/actions/permissions/access": {
309826
310058
  "get": {
309827
310059
  "summary": "Get the level of access for workflows outside of the repository",