@octokit/openapi 6.6.0 → 6.6.3

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.6.0",
4
+ "version": "6.6.3",
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" },
@@ -22078,7 +22078,7 @@
22078
22078
  },
22079
22079
  "members_allowed_repository_creation_type": {
22080
22080
  "type": "string",
22081
- "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.",
22081
+ "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.",
22082
22082
  "enum": ["all", "private", "none"]
22083
22083
  },
22084
22084
  "members_can_create_pages": {
@@ -37724,6 +37724,7 @@
37724
37724
  },
37725
37725
  "exclude": {
37726
37726
  "type": "array",
37727
+ "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\"`.",
37727
37728
  "items": { "type": "string", "enum": ["repositories"] }
37728
37729
  }
37729
37730
  },
@@ -151230,6 +151231,14 @@
151230
151231
  },
151231
151232
  "required": ["repositories"],
151232
151233
  "type": "object"
151234
+ },
151235
+ "examples": {
151236
+ "default": {
151237
+ "value": {
151238
+ "repositories": ["octocat/Hello-World"],
151239
+ "lock_repositories": true
151240
+ }
151241
+ }
151233
151242
  }
151234
151243
  }
151235
151244
  }