@octokit/openapi 6.1.4 → 6.3.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.
Files changed (29) hide show
  1. package/generated/api.github.com.deref.json +12366 -10615
  2. package/generated/api.github.com.json +3916 -3453
  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 +187 -7
  8. package/generated/ghes-3.2.json +190 -29
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +23 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
  12. package/generated/ghes-3.3.deref.json +371 -1395
  13. package/generated/ghes-3.3.json +491 -315
  14. package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
  16. package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
  17. package/generated/ghes-3.4.deref.json +1434 -3653
  18. package/generated/ghes-3.4.json +1184 -1001
  19. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +69 -73
  20. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +28230 -31386
  21. package/generated/ghes-3.5-diff-to-api.github.com.json +813 -744
  22. package/generated/ghes-3.5.deref.json +1692 -4983
  23. package/generated/ghes-3.5.json +2093 -2049
  24. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +92 -0
  25. package/generated/github.ae-diff-to-api.github.com.deref.json +488 -1
  26. package/generated/github.ae-diff-to-api.github.com.json +362 -12
  27. package/generated/github.ae.deref.json +253 -104
  28. package/generated/github.ae.json +263 -81
  29. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.4",
4
+ "version": "6.3.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -37996,7 +37996,7 @@
37996
37996
  "selected_repository_ids": {
37997
37997
  "type": "array",
37998
37998
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
37999
- "items": { "type": "string" }
37999
+ "items": { "type": "integer" }
38000
38000
  }
38001
38001
  },
38002
38002
  "required": ["visibility"]
@@ -38007,7 +38007,7 @@
38007
38007
  "encrypted_value": "c2VjcmV0",
38008
38008
  "key_id": "012345678912345678",
38009
38009
  "visibility": "selected",
38010
- "selected_repository_ids": ["1296269", "1296280"]
38010
+ "selected_repository_ids": [1296269, 1296280]
38011
38011
  }
38012
38012
  }
38013
38013
  }
@@ -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
  },
@@ -38037,7 +38038,7 @@
38037
38038
  "category": "actions",
38038
38039
  "subcategory": "secrets"
38039
38040
  },
38040
- "x-octokit": {}
38041
+ "x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
38041
38042
  },
38042
38043
  "delete": {
38043
38044
  "summary": "Delete an organization secret",
@@ -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": {
@@ -97253,7 +97272,7 @@
97253
97272
  "category": "repos",
97254
97273
  "subcategory": "autolinks"
97255
97274
  },
97256
- "x-octokit": {}
97275
+ "x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
97257
97276
  },
97258
97277
  "post": {
97259
97278
  "summary": "Create an autolink reference for a repository",
@@ -97293,7 +97312,7 @@
97293
97312
  },
97294
97313
  "url_template": {
97295
97314
  "type": "string",
97296
- "description": "The URL must contain <num> for the reference number."
97315
+ "description": "The URL must contain `<num>` for the reference number."
97297
97316
  }
97298
97317
  },
97299
97318
  "required": ["key_prefix", "url_template"]
@@ -97400,7 +97419,7 @@
97400
97419
  "category": "repos",
97401
97420
  "subcategory": "autolinks"
97402
97421
  },
97403
- "x-octokit": {}
97422
+ "x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
97404
97423
  }
97405
97424
  },
97406
97425
  "/repos/{owner}/{repo}/autolinks/{autolink_id}": {
@@ -97497,7 +97516,7 @@
97497
97516
  "category": "repos",
97498
97517
  "subcategory": "autolinks"
97499
97518
  },
97500
- "x-octokit": {}
97519
+ "x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
97501
97520
  },
97502
97521
  "delete": {
97503
97522
  "summary": "Delete an autolink reference from a repository",
@@ -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
  }
@@ -186339,7 +186423,7 @@
186339
186423
  "operationId": "issues/remove-assignees",
186340
186424
  "externalDocs": {
186341
186425
  "description": "API method documentation",
186342
- "url": "https://docs.github.com/github-ae@latest/rest/reference/issues#remove-assignees-from-an-issue"
186426
+ "url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
186343
186427
  },
186344
186428
  "parameters": [
186345
186429
  {
@@ -186365,6 +186449,7 @@
186365
186449
  }
186366
186450
  ],
186367
186451
  "requestBody": {
186452
+ "required": true,
186368
186453
  "content": {
186369
186454
  "application/json": {
186370
186455
  "schema": {
@@ -186375,7 +186460,8 @@
186375
186460
  "description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
186376
186461
  "items": { "type": "string" }
186377
186462
  }
186378
- }
186463
+ },
186464
+ "required": ["assignees"]
186379
186465
  },
186380
186466
  "examples": {
186381
186467
  "default": { "value": { "assignees": ["hubot", "other_user"] } }
@@ -187806,6 +187892,9 @@
187806
187892
  "allow_auto_merge": { "type": "boolean" },
187807
187893
  "delete_branch_on_merge": { "type": "boolean" },
187808
187894
  "allow_update_branch": { "type": "boolean" },
187895
+ "use_squash_pr_title_as_default": {
187896
+ "type": "boolean"
187897
+ },
187809
187898
  "allow_merge_commit": { "type": "boolean" },
187810
187899
  "subscribers_count": { "type": "integer" },
187811
187900
  "network_count": { "type": "integer" }
@@ -187836,6 +187925,11 @@
187836
187925
  "type": "boolean",
187837
187926
  "example": false
187838
187927
  },
187928
+ "use_squash_pr_title_as_default": {
187929
+ "type": "boolean",
187930
+ "description": "Whether a squash merge commit can use the pull request title as default.",
187931
+ "default": false
187932
+ },
187839
187933
  "allow_merge_commit": {
187840
187934
  "description": "Whether to allow merge commits for pull requests.",
187841
187935
  "default": true,
@@ -308313,99 +308407,6 @@
308313
308407
  "x-octokit": {}
308314
308408
  }
308315
308409
  },
308316
- "/repos/{owner}/{repo}/community/code_of_conduct": {
308317
- "get": {
308318
- "summary": "Get the code of conduct for a repository",
308319
- "description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
308320
- "tags": ["codes-of-conduct"],
308321
- "operationId": "codes-of-conduct/get-for-repo",
308322
- "externalDocs": {
308323
- "description": "API method documentation",
308324
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
308325
- },
308326
- "parameters": [
308327
- {
308328
- "name": "owner",
308329
- "in": "path",
308330
- "required": true,
308331
- "schema": { "type": "string" }
308332
- },
308333
- {
308334
- "name": "repo",
308335
- "in": "path",
308336
- "required": true,
308337
- "schema": { "type": "string" }
308338
- }
308339
- ],
308340
- "responses": {
308341
- "200": {
308342
- "description": "Response",
308343
- "content": {
308344
- "application/json": {
308345
- "schema": {
308346
- "title": "Code Of Conduct",
308347
- "description": "Code Of Conduct",
308348
- "type": "object",
308349
- "properties": {
308350
- "key": {
308351
- "type": "string",
308352
- "example": "contributor_covenant"
308353
- },
308354
- "name": {
308355
- "type": "string",
308356
- "example": "Contributor Covenant"
308357
- },
308358
- "url": {
308359
- "type": "string",
308360
- "format": "uri",
308361
- "example": "https://api.github.com/codes_of_conduct/contributor_covenant"
308362
- },
308363
- "body": {
308364
- "type": "string",
308365
- "example": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
308366
- },
308367
- "html_url": {
308368
- "type": "string",
308369
- "format": "uri",
308370
- "nullable": true
308371
- }
308372
- },
308373
- "required": ["url", "html_url", "key", "name"]
308374
- },
308375
- "examples": {
308376
- "default": {
308377
- "value": {
308378
- "key": "contributor_covenant",
308379
- "name": "Contributor Covenant",
308380
- "url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md",
308381
- "body": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\nto any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\nposting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at lindseyb@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n",
308382
- "html_url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md"
308383
- }
308384
- }
308385
- }
308386
- }
308387
- }
308388
- }
308389
- },
308390
- "x-github": {
308391
- "githubCloudOnly": false,
308392
- "enabledForGitHubApps": true,
308393
- "previews": [
308394
- {
308395
- "required": true,
308396
- "name": "scarlet-witch",
308397
- "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
308398
- }
308399
- ],
308400
- "category": "codes-of-conduct",
308401
- "subcategory": null,
308402
- "removalDate": "2021-09-29",
308403
- "deprecationDate": "2021-09-29"
308404
- },
308405
- "deprecated": true,
308406
- "x-octokit": {}
308407
- }
308408
- },
308409
308410
  "/applications/grants": {
308410
308411
  "get": {
308411
308412
  "summary": "List your grants",
@@ -308590,6 +308591,20 @@
308590
308591
  "responses": { "501": { "description": "Not Implemented" } }
308591
308592
  }
308592
308593
  },
308594
+ "/enterprises/{enterprise}/actions/oidc/customization/issuer": {
308595
+ "put": {
308596
+ "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
308597
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
308598
+ "tags": ["actions"],
308599
+ "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
308600
+ "externalDocs": {
308601
+ "description": "API method documentation",
308602
+ "url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise"
308603
+ },
308604
+ "x-octokit": { "api.github.com": "removed" },
308605
+ "responses": { "501": { "description": "Not Implemented" } }
308606
+ }
308607
+ },
308593
308608
  "/enterprises/{enterprise}/actions/permissions/workflow": {
308594
308609
  "get": {
308595
308610
  "summary": "Get default workflow permissions for an enterprise",
@@ -308956,6 +308971,32 @@
308956
308971
  "responses": { "501": { "description": "Not Implemented" } }
308957
308972
  }
308958
308973
  },
308974
+ "/orgs/{org}/actions/oidc/customization/sub": {
308975
+ "get": {
308976
+ "summary": "Get the customization template for an OIDC subject claim for an organization",
308977
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
308978
+ "tags": ["oidc"],
308979
+ "operationId": "oidc/get-oidc-custom-sub-template-for-org",
308980
+ "externalDocs": {
308981
+ "description": "API method documentation",
308982
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
308983
+ },
308984
+ "x-octokit": { "api.github.com": "removed" },
308985
+ "responses": { "501": { "description": "Not Implemented" } }
308986
+ },
308987
+ "put": {
308988
+ "summary": "Set the customization template for an OIDC subject claim for an organization",
308989
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
308990
+ "tags": ["oidc"],
308991
+ "operationId": "oidc/update-oidc-custom-sub-template-for-org",
308992
+ "externalDocs": {
308993
+ "description": "API method documentation",
308994
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
308995
+ },
308996
+ "x-octokit": { "api.github.com": "removed" },
308997
+ "responses": { "501": { "description": "Not Implemented" } }
308998
+ }
308999
+ },
308959
309000
  "/orgs/{org}/actions/permissions/workflow": {
308960
309001
  "get": {
308961
309002
  "summary": "Get default workflow permissions for an organization",
@@ -309190,6 +309231,20 @@
309190
309231
  "responses": { "501": { "description": "Not Implemented" } }
309191
309232
  }
309192
309233
  },
309234
+ "/orgs/{org}/codespaces": {
309235
+ "get": {
309236
+ "summary": "List codespaces for the organization",
309237
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309238
+ "tags": ["codespaces"],
309239
+ "operationId": "codespaces/list-in-organization",
309240
+ "externalDocs": {
309241
+ "description": "API method documentation",
309242
+ "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
309243
+ },
309244
+ "x-octokit": { "api.github.com": "removed" },
309245
+ "responses": { "501": { "description": "Not Implemented" } }
309246
+ }
309247
+ },
309193
309248
  "/orgs/{org}/credential-authorizations": {
309194
309249
  "get": {
309195
309250
  "summary": "List SAML SSO authorizations for an organization",
@@ -309456,6 +309511,34 @@
309456
309511
  "responses": { "501": { "description": "Not Implemented" } }
309457
309512
  }
309458
309513
  },
309514
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
309515
+ "delete": {
309516
+ "summary": "Delete a codespace from the organization",
309517
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309518
+ "tags": ["codespaces"],
309519
+ "operationId": "codespaces/delete-from-organization",
309520
+ "externalDocs": {
309521
+ "description": "API method documentation",
309522
+ "url": "https://docs.github.com/rest/reference/codespaces"
309523
+ },
309524
+ "x-octokit": { "api.github.com": "removed" },
309525
+ "responses": { "501": { "description": "Not Implemented" } }
309526
+ }
309527
+ },
309528
+ "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
309529
+ "post": {
309530
+ "summary": "Stop a codespace for an organization user",
309531
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309532
+ "tags": ["codespaces"],
309533
+ "operationId": "codespaces/stop-in-organization",
309534
+ "externalDocs": {
309535
+ "description": "API method documentation",
309536
+ "url": "https://docs.github.com/rest/reference/codespaces"
309537
+ },
309538
+ "x-octokit": { "api.github.com": "removed" },
309539
+ "responses": { "501": { "description": "Not Implemented" } }
309540
+ }
309541
+ },
309459
309542
  "/orgs/{org}/migrations/{migration_id}/archive": {
309460
309543
  "get": {
309461
309544
  "summary": "Download an organization migration archive",
@@ -309808,6 +309891,46 @@
309808
309891
  "responses": { "501": { "description": "Not Implemented" } }
309809
309892
  }
309810
309893
  },
309894
+ "/repos/{owner}/{repo}/actions/caches": {
309895
+ "get": {
309896
+ "summary": "List GitHub Actions caches for a repository",
309897
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309898
+ "tags": ["actions"],
309899
+ "operationId": "actions/get-actions-cache-list",
309900
+ "externalDocs": {
309901
+ "description": "API method documentation",
309902
+ "url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"
309903
+ },
309904
+ "x-octokit": { "api.github.com": "removed" },
309905
+ "responses": { "501": { "description": "Not Implemented" } }
309906
+ },
309907
+ "delete": {
309908
+ "summary": "Delete GitHub Actions caches for a repository (using a cache key)",
309909
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309910
+ "tags": ["actions"],
309911
+ "operationId": "actions/delete-actions-cache-by-key",
309912
+ "externalDocs": {
309913
+ "description": "API method documentation",
309914
+ "url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"
309915
+ },
309916
+ "x-octokit": { "api.github.com": "removed" },
309917
+ "responses": { "501": { "description": "Not Implemented" } }
309918
+ }
309919
+ },
309920
+ "/repos/{owner}/{repo}/actions/caches/{cache_id}": {
309921
+ "delete": {
309922
+ "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
309923
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309924
+ "tags": ["actions"],
309925
+ "operationId": "actions/delete-actions-cache-by-id",
309926
+ "externalDocs": {
309927
+ "description": "API method documentation",
309928
+ "url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"
309929
+ },
309930
+ "x-octokit": { "api.github.com": "removed" },
309931
+ "responses": { "501": { "description": "Not Implemented" } }
309932
+ }
309933
+ },
309811
309934
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
309812
309935
  "post": {
309813
309936
  "summary": "Re-run a job from a workflow run",
@@ -309822,6 +309945,32 @@
309822
309945
  "responses": { "501": { "description": "Not Implemented" } }
309823
309946
  }
309824
309947
  },
309948
+ "/repos/{owner}/{repo}/actions/oidc/customization/sub": {
309949
+ "get": {
309950
+ "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
309951
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309952
+ "tags": ["actions"],
309953
+ "operationId": "actions/get-custom-oidc-sub-claim-for-repo",
309954
+ "externalDocs": {
309955
+ "description": "API method documentation",
309956
+ "url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
309957
+ },
309958
+ "x-octokit": { "api.github.com": "removed" },
309959
+ "responses": { "501": { "description": "Not Implemented" } }
309960
+ },
309961
+ "put": {
309962
+ "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
309963
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
309964
+ "tags": ["actions"],
309965
+ "operationId": "actions/set-custom-oidc-sub-claim-for-repo",
309966
+ "externalDocs": {
309967
+ "description": "API method documentation",
309968
+ "url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
309969
+ },
309970
+ "x-octokit": { "api.github.com": "removed" },
309971
+ "responses": { "501": { "description": "Not Implemented" } }
309972
+ }
309973
+ },
309825
309974
  "/repos/{owner}/{repo}/actions/permissions/access": {
309826
309975
  "get": {
309827
309976
  "summary": "Get the level of access for workflows outside of the repository",