diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 8f4fee4afc..98e6fe9258 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -12388,7 +12388,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -12523,7 +12523,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -12729,7 +12729,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -12820,7 +12820,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -55645,7 +55645,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -55697,7 +55697,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -109488,6 +109488,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -109500,7 +109518,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -109577,6 +109596,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -109592,7 +109629,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "campaign-summary": { @@ -112299,6 +112337,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112312,6 +112368,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -112383,6 +112440,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112395,7 +112470,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -117974,6 +118050,11 @@ "archived_at" ] }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "team-full": { "title": "Full Team", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -118070,9 +118151,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -118086,6 +118183,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -140934,6 +141032,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -140948,7 +141064,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -140981,6 +141098,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -148367,6 +148502,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -148381,7 +148534,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -148415,6 +148569,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -277840,48 +278012,133 @@ ] }, "organization-secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -277895,113 +278152,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "enterprise-teams-items": { "value": [ @@ -299991,101 +300165,103 @@ ] }, "secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-alert-open": { "value": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 6b85811b93..74832b2d2f 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -8955,7 +8955,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -9045,7 +9045,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -9191,7 +9191,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations + url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -9253,7 +9253,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -40372,7 +40372,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -40409,7 +40409,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -79816,6 +79816,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -79827,6 +79841,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team: title: Team @@ -79882,6 +79897,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -79896,6 +79925,7 @@ components: - repositories_url - slug - parent + - type campaign-summary: title: Campaign summary description: The campaign metadata and alert stats. @@ -82093,6 +82123,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -82104,6 +82148,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -82162,6 +82207,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -82173,6 +82232,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -86535,6 +86595,11 @@ components: - created_at - updated_at - archived_at + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -86612,9 +86677,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -86626,6 +86703,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -104027,6 +104105,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -104040,6 +104134,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -104063,6 +104158,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -109729,6 +109838,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -109742,6 +109867,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -109767,6 +109893,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -207878,7 +208018,7 @@ components: trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} organization-secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -226922,7 +227062,7 @@ components: pattern: github secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 8f4fee4afc..98e6fe9258 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -12388,7 +12388,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -12523,7 +12523,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -12729,7 +12729,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -12820,7 +12820,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -55645,7 +55645,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -55697,7 +55697,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -109488,6 +109488,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -109500,7 +109518,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -109577,6 +109596,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -109592,7 +109629,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "campaign-summary": { @@ -112299,6 +112337,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112312,6 +112368,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -112383,6 +112440,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112395,7 +112470,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -117974,6 +118050,11 @@ "archived_at" ] }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "team-full": { "title": "Full Team", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -118070,9 +118151,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -118086,6 +118183,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -140934,6 +141032,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -140948,7 +141064,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -140981,6 +141098,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -148367,6 +148502,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -148381,7 +148534,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -148415,6 +148569,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -277840,48 +278012,133 @@ ] }, "organization-secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -277895,113 +278152,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "enterprise-teams-items": { "value": [ @@ -299991,101 +300165,103 @@ ] }, "secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-alert-open": { "value": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 6b85811b93..74832b2d2f 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -8955,7 +8955,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -9045,7 +9045,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -9191,7 +9191,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations + url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -9253,7 +9253,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -40372,7 +40372,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -40409,7 +40409,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -79816,6 +79816,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -79827,6 +79841,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team: title: Team @@ -79882,6 +79897,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -79896,6 +79925,7 @@ components: - repositories_url - slug - parent + - type campaign-summary: title: Campaign summary description: The campaign metadata and alert stats. @@ -82093,6 +82123,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -82104,6 +82148,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -82162,6 +82207,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -82173,6 +82232,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -86535,6 +86595,11 @@ components: - created_at - updated_at - archived_at + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -86612,9 +86677,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -86626,6 +86703,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -104027,6 +104105,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -104040,6 +104134,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -104063,6 +104158,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -109729,6 +109838,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -109742,6 +109867,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -109767,6 +109893,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -207878,7 +208018,7 @@ components: trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} organization-secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -226922,7 +227062,7 @@ components: pattern: github secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 0ac8bacb19..737ceb01fd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23484,48 +23484,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -23539,113 +23624,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -71438,7 +71440,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -71737,7 +71739,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -72053,7 +72055,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -72293,7 +72295,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -73058,6 +73060,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -73126,6 +73146,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -73138,7 +73176,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -73154,7 +73193,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -73732,6 +73772,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -73800,6 +73858,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -73812,7 +73888,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -73828,7 +73905,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -74322,6 +74400,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -74390,6 +74486,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -74402,7 +74516,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -74418,7 +74533,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -74950,6 +75066,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -75018,6 +75152,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -75030,7 +75182,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -75046,7 +75199,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85885,6 +86039,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -85953,6 +86125,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -85965,7 +86155,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -85981,7 +86172,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -102350,6 +102542,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -102418,6 +102628,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -102430,7 +102658,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -102446,7 +102675,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110241,6 +110471,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -110309,6 +110557,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -110321,7 +110587,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -110337,7 +110604,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -117782,6 +118050,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -117794,9 +118080,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -117810,6 +118115,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -118005,6 +118311,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -118017,7 +118341,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -134659,6 +134984,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -134727,6 +135070,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134739,7 +135100,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -134755,7 +135117,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -160027,48 +160390,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -160082,113 +160530,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -161968,6 +162333,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -162036,6 +162419,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -162048,7 +162449,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -162064,7 +162466,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -163166,6 +163569,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -163178,7 +163599,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -165088,6 +165510,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -165156,6 +165596,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165168,7 +165626,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -165184,7 +165643,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -165497,6 +165957,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165509,7 +165987,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -165799,9 +166278,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165815,6 +166312,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166158,6 +166656,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166170,7 +166686,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -166460,9 +166977,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166476,6 +167011,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166809,6 +167345,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166821,7 +167375,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -167111,9 +167666,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167127,6 +167700,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -167333,6 +167907,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167345,7 +167937,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -167635,9 +168228,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167651,6 +168262,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -176625,6 +177237,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -176693,6 +177323,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -176705,7 +177353,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -176721,7 +177370,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205375,6 +206025,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -205443,6 +206111,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -205455,7 +206141,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -205471,7 +206158,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -213057,6 +213745,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -213125,6 +213831,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -213137,7 +213861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -213153,7 +213878,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -213692,6 +214418,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -213760,6 +214504,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -213772,7 +214534,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -213788,7 +214551,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -214295,6 +215059,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -214363,6 +215145,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -214375,7 +215175,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -214391,7 +215192,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -215642,6 +216444,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -215710,6 +216530,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -215722,7 +216560,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -215738,7 +216577,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216277,6 +217117,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -216345,6 +217203,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -216357,7 +217233,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -216373,7 +217250,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216880,6 +217758,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -216948,6 +217844,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -216960,7 +217874,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -216976,7 +217891,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -217764,6 +218680,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -217832,6 +218766,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -217844,7 +218796,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -217860,7 +218813,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -218399,6 +219353,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -218467,6 +219439,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -218479,7 +219469,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -218495,7 +219486,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -219002,6 +219994,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -219070,6 +220080,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -219082,7 +220110,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -219098,7 +220127,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220205,6 +221235,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -220273,6 +221321,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -220285,7 +221351,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -220301,7 +221368,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220831,6 +221899,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -220899,6 +221985,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -220911,7 +222015,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -220927,7 +222032,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -221487,6 +222593,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -221555,6 +222679,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -221567,7 +222709,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -221583,7 +222726,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -222558,6 +223702,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -222626,6 +223788,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -222638,7 +223818,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -222654,7 +223835,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223193,6 +224375,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -223261,6 +224461,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -223273,7 +224491,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -223289,7 +224508,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224115,6 +225335,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -224183,6 +225421,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -224195,7 +225451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -224211,7 +225468,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224750,6 +226008,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -224818,6 +226094,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -224830,7 +226124,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -224846,7 +226141,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -227204,6 +228500,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -227272,6 +228586,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -227284,7 +228616,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -227300,7 +228633,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229774,6 +231108,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -229842,6 +231194,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -229854,7 +231224,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -229870,7 +231241,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230101,6 +231473,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230169,6 +231559,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230181,7 +231589,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230197,7 +231606,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230472,6 +231882,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230540,6 +231968,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230552,7 +231998,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230568,7 +232015,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230842,6 +232290,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230910,6 +232376,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230922,7 +232406,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230938,7 +232423,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233176,6 +234662,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -233244,6 +234748,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -233256,7 +234778,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -233272,7 +234795,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233811,6 +235335,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -233879,6 +235421,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -233891,7 +235451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -233907,7 +235468,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234414,6 +235976,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -234482,6 +236062,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -234494,7 +236092,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -234510,7 +236109,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270383,6 +271983,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -270451,6 +272069,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -270463,7 +272099,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -270479,7 +272116,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -292677,6 +294315,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -292745,6 +294401,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -292757,7 +294431,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -292773,7 +294448,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293294,6 +294970,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -293362,6 +295056,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -293374,7 +295086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -293390,7 +295103,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293990,6 +295704,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -294058,6 +295790,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -294070,7 +295820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -294086,7 +295837,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -328409,6 +330161,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -328477,6 +330247,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -328489,7 +330277,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -328505,7 +330294,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -332241,6 +334031,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -332309,6 +334117,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -332321,7 +334147,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -332337,7 +334164,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -360107,6 +361935,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -360175,6 +362021,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -360187,7 +362051,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -360203,7 +362068,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -361002,6 +362868,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -361070,6 +362954,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -361082,7 +362984,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -361098,7 +363001,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -383029,6 +384933,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -383097,6 +385019,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -383109,7 +385049,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -383125,7 +385066,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -383924,6 +385866,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -383992,6 +385952,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -384004,7 +385982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -384020,7 +385999,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -402970,7 +404950,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -403120,7 +405100,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -404432,6 +406412,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -404500,6 +406498,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -404512,7 +406528,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -404528,7 +406545,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -408295,6 +410313,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -408307,7 +410343,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -414958,6 +416995,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -414970,7 +417025,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -418946,6 +421002,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -418958,7 +421032,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -428380,6 +430455,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -428448,6 +430541,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -428460,7 +430571,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -428476,7 +430588,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -429612,6 +431725,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -429680,6 +431811,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -429692,7 +431841,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -429708,7 +431858,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -433450,6 +435601,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -433518,6 +435687,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -433530,7 +435717,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433546,7 +435734,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -458405,101 +460594,103 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -462468,6 +464659,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -462536,6 +464745,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -462548,7 +464775,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -462564,7 +464792,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -464822,6 +467051,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -464890,6 +467137,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -464902,7 +467167,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -464918,7 +467184,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -466923,6 +469190,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -466991,6 +469276,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -467003,7 +469306,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -467019,7 +469323,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -468784,6 +471089,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -468852,6 +471175,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -468864,7 +471205,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -468880,7 +471222,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -470912,6 +473255,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -470980,6 +473341,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -470992,7 +473371,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -471008,7 +473388,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -479140,6 +481521,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -479208,6 +481607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -479220,7 +481637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -479236,7 +481654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -493183,6 +495602,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493195,7 +495632,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -493485,9 +495923,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493501,6 +495957,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -493831,6 +496288,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493843,7 +496318,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -494133,9 +496609,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494149,6 +496643,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -494355,6 +496850,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494367,7 +496880,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -494657,9 +497171,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494673,6 +497205,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -503598,6 +506131,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -503666,6 +506217,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -503678,7 +506247,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -503694,7 +506264,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -556879,6 +559450,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -556891,7 +559480,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -557181,9 +559771,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -557197,6 +559805,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -583245,6 +585854,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -583313,6 +585940,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -583325,7 +585970,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -583341,7 +585987,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -678090,6 +680737,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -678102,7 +680767,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -876002,6 +878668,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -876016,7 +878700,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -876049,6 +878734,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -877835,6 +880538,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -877849,7 +880570,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -877882,6 +880604,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -966934,6 +969674,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -966946,7 +969704,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -971856,6 +974615,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -971868,7 +974645,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -986170,6 +988948,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -986182,7 +988978,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1009582,6 +1012379,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1009594,7 +1012409,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1014504,6 +1017320,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1014516,7 +1017350,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1019426,6 +1022261,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1019438,7 +1022291,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1120201,6 +1123055,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1120269,6 +1123141,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1120281,7 +1123171,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1120297,7 +1123188,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1123341,6 +1126233,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1123409,6 +1126319,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1123421,7 +1126349,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1123437,7 +1126366,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1230087,6 +1233017,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1230101,7 +1233049,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1230135,6 +1233084,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1231223,6 +1234190,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1231237,7 +1234222,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1231271,6 +1234257,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1232359,6 +1235363,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1232373,7 +1235395,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1232407,6 +1235430,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1233496,6 +1236537,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1233510,7 +1236569,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1233544,6 +1236604,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1234719,6 +1237797,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1234733,7 +1237829,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1234767,6 +1237864,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1235857,6 +1238972,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1235871,7 +1239004,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1235905,6 +1239039,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 2b8a3d936f..65dc7b42d9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -9856,7 +9856,7 @@ paths: examples: default: &301 value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -22250,7 +22250,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - *40 @@ -22437,7 +22437,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -22579,7 +22579,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations + url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - *17 - *40 @@ -22730,7 +22730,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -22965,6 +22965,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to + which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives @@ -23026,6 +23042,22 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + example: 42 required: &223 - id - node_id @@ -23037,6 +23069,7 @@ paths: - html_url - repositories_url - slug + - type nullable: true required: - id @@ -23050,6 +23083,7 @@ paths: - repositories_url - slug - parent + - type published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32441,6 +32475,22 @@ paths: properties: *222 required: *223 nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -32452,6 +32502,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *224 @@ -42613,10 +42664,26 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -42628,6 +42695,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -81194,7 +81262,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -81234,7 +81302,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -87811,7 +87879,7 @@ paths: examples: default: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -144539,6 +144607,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -144552,6 +144636,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -144575,6 +144660,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -218970,6 +219071,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -218983,6 +219100,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -219008,6 +219126,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 0ac8bacb19..737ceb01fd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23484,48 +23484,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -23539,113 +23624,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -71438,7 +71440,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -71737,7 +71739,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -72053,7 +72055,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -72293,7 +72295,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -73058,6 +73060,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -73126,6 +73146,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -73138,7 +73176,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -73154,7 +73193,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -73732,6 +73772,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -73800,6 +73858,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -73812,7 +73888,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -73828,7 +73905,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -74322,6 +74400,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -74390,6 +74486,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -74402,7 +74516,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -74418,7 +74533,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -74950,6 +75066,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -75018,6 +75152,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -75030,7 +75182,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -75046,7 +75199,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85885,6 +86039,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -85953,6 +86125,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -85965,7 +86155,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -85981,7 +86172,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -102350,6 +102542,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -102418,6 +102628,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -102430,7 +102658,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -102446,7 +102675,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110241,6 +110471,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -110309,6 +110557,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -110321,7 +110587,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -110337,7 +110604,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -117782,6 +118050,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -117794,9 +118080,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -117810,6 +118115,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -118005,6 +118311,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -118017,7 +118341,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -134659,6 +134984,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -134727,6 +135070,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134739,7 +135100,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -134755,7 +135117,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -160027,48 +160390,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -160082,113 +160530,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -161968,6 +162333,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -162036,6 +162419,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -162048,7 +162449,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -162064,7 +162466,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -163166,6 +163569,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -163178,7 +163599,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -165088,6 +165510,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -165156,6 +165596,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165168,7 +165626,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -165184,7 +165643,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -165497,6 +165957,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165509,7 +165987,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -165799,9 +166278,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -165815,6 +166312,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166158,6 +166656,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166170,7 +166686,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -166460,9 +166977,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166476,6 +167011,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166809,6 +167345,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -166821,7 +167375,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -167111,9 +167666,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167127,6 +167700,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -167333,6 +167907,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167345,7 +167937,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -167635,9 +168228,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167651,6 +168262,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -176625,6 +177237,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -176693,6 +177323,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -176705,7 +177353,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -176721,7 +177370,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205375,6 +206025,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -205443,6 +206111,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -205455,7 +206141,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -205471,7 +206158,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -213057,6 +213745,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -213125,6 +213831,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -213137,7 +213861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -213153,7 +213878,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -213692,6 +214418,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -213760,6 +214504,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -213772,7 +214534,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -213788,7 +214551,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -214295,6 +215059,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -214363,6 +215145,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -214375,7 +215175,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -214391,7 +215192,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -215642,6 +216444,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -215710,6 +216530,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -215722,7 +216560,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -215738,7 +216577,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216277,6 +217117,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -216345,6 +217203,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -216357,7 +217233,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -216373,7 +217250,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216880,6 +217758,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -216948,6 +217844,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -216960,7 +217874,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -216976,7 +217891,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -217764,6 +218680,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -217832,6 +218766,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -217844,7 +218796,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -217860,7 +218813,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -218399,6 +219353,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -218467,6 +219439,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -218479,7 +219469,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -218495,7 +219486,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -219002,6 +219994,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -219070,6 +220080,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -219082,7 +220110,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -219098,7 +220127,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220205,6 +221235,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -220273,6 +221321,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -220285,7 +221351,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -220301,7 +221368,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220831,6 +221899,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -220899,6 +221985,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -220911,7 +222015,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -220927,7 +222032,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -221487,6 +222593,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -221555,6 +222679,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -221567,7 +222709,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -221583,7 +222726,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -222558,6 +223702,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -222626,6 +223788,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -222638,7 +223818,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -222654,7 +223835,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223193,6 +224375,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -223261,6 +224461,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -223273,7 +224491,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -223289,7 +224508,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224115,6 +225335,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -224183,6 +225421,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -224195,7 +225451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -224211,7 +225468,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224750,6 +226008,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -224818,6 +226094,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -224830,7 +226124,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -224846,7 +226141,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -227204,6 +228500,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -227272,6 +228586,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -227284,7 +228616,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -227300,7 +228633,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229774,6 +231108,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -229842,6 +231194,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -229854,7 +231224,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -229870,7 +231241,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230101,6 +231473,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230169,6 +231559,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230181,7 +231589,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230197,7 +231606,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230472,6 +231882,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230540,6 +231968,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230552,7 +231998,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230568,7 +232015,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230842,6 +232290,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -230910,6 +232376,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -230922,7 +232406,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -230938,7 +232423,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233176,6 +234662,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -233244,6 +234748,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -233256,7 +234778,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -233272,7 +234795,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233811,6 +235335,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -233879,6 +235421,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -233891,7 +235451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -233907,7 +235468,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234414,6 +235976,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -234482,6 +236062,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -234494,7 +236092,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -234510,7 +236109,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270383,6 +271983,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -270451,6 +272069,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -270463,7 +272099,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -270479,7 +272116,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -292677,6 +294315,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -292745,6 +294401,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -292757,7 +294431,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -292773,7 +294448,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293294,6 +294970,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -293362,6 +295056,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -293374,7 +295086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -293390,7 +295103,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293990,6 +295704,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -294058,6 +295790,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -294070,7 +295820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -294086,7 +295837,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -328409,6 +330161,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -328477,6 +330247,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -328489,7 +330277,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -328505,7 +330294,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -332241,6 +334031,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -332309,6 +334117,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -332321,7 +334147,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -332337,7 +334164,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -360107,6 +361935,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -360175,6 +362021,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -360187,7 +362051,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -360203,7 +362068,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -361002,6 +362868,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -361070,6 +362954,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -361082,7 +362984,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -361098,7 +363001,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -383029,6 +384933,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -383097,6 +385019,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -383109,7 +385049,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -383125,7 +385066,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -383924,6 +385866,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -383992,6 +385952,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -384004,7 +385982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -384020,7 +385999,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -402970,7 +404950,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -403120,7 +405100,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -404432,6 +406412,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -404500,6 +406498,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -404512,7 +406528,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -404528,7 +406545,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -408295,6 +410313,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -408307,7 +410343,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -414958,6 +416995,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -414970,7 +417025,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -418946,6 +421002,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -418958,7 +421032,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -428380,6 +430455,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -428448,6 +430541,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -428460,7 +430571,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -428476,7 +430588,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -429612,6 +431725,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -429680,6 +431811,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -429692,7 +431841,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -429708,7 +431858,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -433450,6 +435601,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -433518,6 +435687,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -433530,7 +435717,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433546,7 +435734,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -458405,101 +460594,103 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -462468,6 +464659,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -462536,6 +464745,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -462548,7 +464775,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -462564,7 +464792,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -464822,6 +467051,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -464890,6 +467137,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -464902,7 +467167,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -464918,7 +467184,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -466923,6 +469190,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -466991,6 +469276,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -467003,7 +469306,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -467019,7 +469323,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -468784,6 +471089,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -468852,6 +471175,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -468864,7 +471205,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -468880,7 +471222,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -470912,6 +473255,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -470980,6 +473341,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -470992,7 +473371,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -471008,7 +473388,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -479140,6 +481521,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -479208,6 +481607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -479220,7 +481637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -479236,7 +481654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -493183,6 +495602,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493195,7 +495632,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -493485,9 +495923,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493501,6 +495957,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -493831,6 +496288,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -493843,7 +496318,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -494133,9 +496609,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494149,6 +496643,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -494355,6 +496850,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494367,7 +496880,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -494657,9 +497171,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -494673,6 +497205,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -503598,6 +506131,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -503666,6 +506217,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -503678,7 +506247,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -503694,7 +506264,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -556879,6 +559450,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -556891,7 +559480,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -557181,9 +559771,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -557197,6 +559805,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -583245,6 +585854,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -583313,6 +585940,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -583325,7 +585970,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -583341,7 +585987,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -678090,6 +680737,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -678102,7 +680767,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -876002,6 +878668,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -876016,7 +878700,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -876049,6 +878734,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -877835,6 +880538,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -877849,7 +880570,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -877882,6 +880604,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -966934,6 +969674,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -966946,7 +969704,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -971856,6 +974615,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -971868,7 +974645,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -986170,6 +988948,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -986182,7 +988978,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1009582,6 +1012379,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1009594,7 +1012409,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1014504,6 +1017320,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1014516,7 +1017350,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1019426,6 +1022261,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1019438,7 +1022291,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1120201,6 +1123055,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1120269,6 +1123141,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1120281,7 +1123171,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1120297,7 +1123188,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1123341,6 +1126233,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1123409,6 +1126319,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1123421,7 +1126349,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1123437,7 +1126366,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1230087,6 +1233017,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1230101,7 +1233049,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1230135,6 +1233084,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1231223,6 +1234190,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1231237,7 +1234222,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1231271,6 +1234257,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1232359,6 +1235363,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1232373,7 +1235395,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1232407,6 +1235430,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1233496,6 +1236537,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1233510,7 +1236569,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1233544,6 +1236604,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1234719,6 +1237797,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1234733,7 +1237829,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1234767,6 +1237864,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1235857,6 +1238972,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1235871,7 +1239004,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1235905,6 +1239039,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 2b8a3d936f..65dc7b42d9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -9856,7 +9856,7 @@ paths: examples: default: &301 value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -22250,7 +22250,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - *40 @@ -22437,7 +22437,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -22579,7 +22579,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/rest/orgs/orgs#list-attestations + url: https://docs.github.com/rest/orgs/attestations#list-attestations parameters: - *17 - *40 @@ -22730,7 +22730,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -22965,6 +22965,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to + which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives @@ -23026,6 +23042,22 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + example: 42 required: &223 - id - node_id @@ -23037,6 +23069,7 @@ paths: - html_url - repositories_url - slug + - type nullable: true required: - id @@ -23050,6 +23083,7 @@ paths: - repositories_url - slug - parent + - type published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32441,6 +32475,22 @@ paths: properties: *222 required: *223 nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -32452,6 +32502,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *224 @@ -42613,10 +42664,26 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -42628,6 +42695,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -81194,7 +81262,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -81234,7 +81302,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -87811,7 +87879,7 @@ paths: examples: default: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -144539,6 +144607,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -144552,6 +144636,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -144575,6 +144660,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -218970,6 +219071,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -218983,6 +219100,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -219008,6 +219126,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 37e6051596..21e27d1fab 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -39001,6 +39001,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -39069,6 +39087,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -39081,7 +39117,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -39097,7 +39134,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -43087,6 +43125,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -43155,6 +43211,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -43167,7 +43241,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -43183,7 +43258,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -54333,48 +54409,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -54388,113 +54549,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -106837,7 +106915,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -107136,7 +107214,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -107452,7 +107530,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -107692,7 +107770,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -109669,6 +109747,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -109737,6 +109833,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -109749,7 +109863,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -109765,7 +109880,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110343,6 +110459,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -110411,6 +110545,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -110423,7 +110575,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -110439,7 +110592,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110933,6 +111087,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -111001,6 +111173,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -111013,7 +111203,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -111029,7 +111220,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -111561,6 +111753,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -111629,6 +111839,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -111641,7 +111869,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -111657,7 +111886,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -122520,6 +122750,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -122588,6 +122836,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -122600,7 +122866,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -122616,7 +122883,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -143300,6 +143568,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -143368,6 +143654,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -143380,7 +143684,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -143396,7 +143701,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -151215,6 +151521,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -151283,6 +151607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -151295,7 +151637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -151311,7 +151654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -159857,6 +160201,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -159869,9 +160231,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -159885,6 +160266,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -160080,6 +160462,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -160092,7 +160492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -176782,6 +177183,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -176850,6 +177269,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -176862,7 +177299,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -176878,7 +177316,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -202258,48 +202697,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -202313,113 +202837,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -204199,6 +204640,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -204267,6 +204726,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -204279,7 +204756,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -204295,7 +204773,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205397,6 +205876,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -205409,7 +205906,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -207650,6 +208148,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -207718,6 +208234,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -207730,7 +208264,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -207746,7 +208281,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -208059,6 +208595,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208071,7 +208625,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -208361,9 +208916,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208377,6 +208950,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -208720,6 +209294,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208732,7 +209324,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -209022,9 +209615,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209038,6 +209649,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -209371,6 +209983,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209383,7 +210013,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -209673,9 +210304,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209689,6 +210338,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -209895,6 +210545,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209907,7 +210575,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -210197,9 +210866,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -210213,6 +210900,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -219876,6 +220564,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -219944,6 +220650,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -219956,7 +220680,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -219972,7 +220697,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -250785,6 +251511,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -250853,6 +251597,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -250865,7 +251627,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -250881,7 +251644,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -258491,6 +259255,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -258559,6 +259341,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -258571,7 +259371,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -258587,7 +259388,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259126,6 +259928,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -259194,6 +260014,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -259206,7 +260044,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -259222,7 +260061,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259729,6 +260569,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -259797,6 +260655,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -259809,7 +260685,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -259825,7 +260702,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261076,6 +261954,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -261144,6 +262040,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -261156,7 +262070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -261172,7 +262087,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261711,6 +262627,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -261779,6 +262713,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -261791,7 +262743,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -261807,7 +262760,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -262314,6 +263268,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -262382,6 +263354,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -262394,7 +263384,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -262410,7 +263401,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -263198,6 +264190,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -263266,6 +264276,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -263278,7 +264306,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -263294,7 +264323,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -263833,6 +264863,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -263901,6 +264949,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -263913,7 +264979,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -263929,7 +264996,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -264436,6 +265504,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -264504,6 +265590,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -264516,7 +265620,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -264532,7 +265637,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265639,6 +266745,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -265707,6 +266831,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -265719,7 +266861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -265735,7 +266878,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266265,6 +267409,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -266333,6 +267495,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -266345,7 +267525,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -266361,7 +267542,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266921,6 +268103,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -266989,6 +268189,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -267001,7 +268219,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -267017,7 +268236,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -267992,6 +269212,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -268060,6 +269298,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -268072,7 +269328,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -268088,7 +269345,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -268627,6 +269885,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -268695,6 +269971,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -268707,7 +270001,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -268723,7 +270018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -269549,6 +270845,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -269617,6 +270931,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -269629,7 +270961,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -269645,7 +270978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270184,6 +271518,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -270252,6 +271604,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -270264,7 +271634,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -270280,7 +271651,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -272638,6 +274010,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -272706,6 +274096,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -272718,7 +274126,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -272734,7 +274143,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275208,6 +276618,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275276,6 +276704,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275288,7 +276734,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -275304,7 +276751,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275535,6 +276983,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275603,6 +277069,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275615,7 +277099,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -275631,7 +277116,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275906,6 +277392,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275974,6 +277478,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275986,7 +277508,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -276002,7 +277525,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -276276,6 +277800,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -276344,6 +277886,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -276356,7 +277916,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -276372,7 +277933,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -278610,6 +280172,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -278678,6 +280258,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -278690,7 +280288,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -278706,7 +280305,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -279245,6 +280845,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279313,6 +280931,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279325,7 +280961,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279341,7 +280978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -279848,6 +281486,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279916,6 +281572,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279928,7 +281602,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279944,7 +281619,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -318016,6 +319692,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -318084,6 +319778,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -318096,7 +319808,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -318112,7 +319825,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -342496,6 +344210,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -342564,6 +344296,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -342576,7 +344326,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -342592,7 +344343,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -343113,6 +344865,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -343181,6 +344951,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -343193,7 +344981,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -343209,7 +344998,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -343809,6 +345599,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -343877,6 +345685,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -343889,7 +345715,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -343905,7 +345732,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -378292,6 +380120,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -378360,6 +380206,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -378372,7 +380236,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -378388,7 +380253,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -382124,6 +383990,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -382192,6 +384076,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -382204,7 +384106,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -382220,7 +384123,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -409990,6 +411894,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -410058,6 +411980,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -410070,7 +412010,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -410086,7 +412027,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -410885,6 +412827,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -410953,6 +412913,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -410965,7 +412943,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -410981,7 +412960,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -432912,6 +434892,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -432980,6 +434978,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -432992,7 +435008,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433008,7 +435025,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -433807,6 +435825,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -433875,6 +435911,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -433887,7 +435941,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433903,7 +435958,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -452972,7 +455028,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -453122,7 +455178,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -454434,6 +456490,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -454502,6 +456576,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -454514,7 +456606,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -454530,7 +456623,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -458297,6 +460391,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -458309,7 +460421,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -464960,6 +467073,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -464972,7 +467103,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -468948,6 +471080,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -468960,7 +471110,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -478406,6 +480557,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -478474,6 +480643,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -478486,7 +480673,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -478502,7 +480690,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -479638,6 +481827,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -479706,6 +481913,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -479718,7 +481943,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -479734,7 +481960,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -483476,6 +485703,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -483544,6 +485789,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -483556,7 +485819,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -483572,7 +485836,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -508437,101 +510702,103 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -512500,6 +514767,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -512568,6 +514853,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -512580,7 +514883,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -512596,7 +514900,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -514854,6 +517159,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -514922,6 +517245,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -514934,7 +517275,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -514950,7 +517292,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -516955,6 +519298,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -517023,6 +519384,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -517035,7 +519414,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -517051,7 +519431,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -518816,6 +521197,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -518884,6 +521283,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -518896,7 +521313,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -518912,7 +521330,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -520944,6 +523363,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -521012,6 +523449,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -521024,7 +523479,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -521040,7 +523496,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -529184,6 +531641,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -529252,6 +531727,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -529264,7 +531757,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -529280,7 +531774,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -553292,6 +555787,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553304,7 +555817,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -553594,9 +556108,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553610,6 +556142,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -553940,6 +556473,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553952,7 +556503,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -554242,9 +556794,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554258,6 +556828,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -554464,6 +557035,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554476,7 +557065,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -554766,9 +557356,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554782,6 +557390,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -564170,6 +566779,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -564238,6 +566865,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -564250,7 +566895,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -564266,7 +566912,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -617659,6 +620306,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -617671,7 +620336,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -617961,9 +620627,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -617977,6 +620661,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -644077,6 +646762,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -644145,6 +646848,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -644157,7 +646878,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -644173,7 +646895,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -758690,6 +761413,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -758702,7 +761443,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -970509,6 +973251,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -970523,7 +973283,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -970556,6 +973317,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -972342,6 +975121,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -972356,7 +975153,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -972389,6 +975187,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1061441,6 +1064257,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1061453,7 +1064287,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1066363,6 +1069198,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1066375,7 +1069228,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1080677,6 +1083531,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1080689,7 +1083561,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1104089,6 +1106962,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1104101,7 +1106992,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1109011,6 +1111903,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1109023,7 +1111933,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1113933,6 +1116844,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1113945,7 +1116874,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1214708,6 +1217638,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1214776,6 +1217724,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1214788,7 +1217754,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1214804,7 +1217771,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1217848,6 +1220816,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1217916,6 +1220902,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1217928,7 +1220932,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1217944,7 +1220949,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1324621,6 +1327627,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1324635,7 +1327659,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1324669,6 +1327694,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1325757,6 +1328800,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1325771,7 +1328832,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1325805,6 +1328867,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1326893,6 +1329973,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1326907,7 +1330005,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1326941,6 +1330040,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1328030,6 +1331147,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1328044,7 +1331179,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1328078,6 +1331214,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1329253,6 +1332407,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1329267,7 +1332439,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1329301,6 +1332474,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1330391,6 +1333582,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1330405,7 +1333614,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1330439,6 +1333649,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 810aaf4ae6..ac6cc9c612 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -15021,6 +15021,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives @@ -15082,6 +15098,22 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + example: 42 required: &351 - id - node_id @@ -15093,6 +15125,7 @@ paths: - html_url - repositories_url - slug + - type nullable: true required: - id @@ -15106,6 +15139,7 @@ paths: - repositories_url - slug - parent + - type - &176 title: Enterprise Team description: Group of enterprise owners and/or members @@ -19708,7 +19742,7 @@ paths: examples: default: &404 value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -32750,7 +32784,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - *99 @@ -32937,7 +32971,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -33079,7 +33113,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations parameters: - *17 - *99 @@ -33230,7 +33264,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/audit-log": get: summary: Get the audit log for an organization @@ -43684,6 +43718,22 @@ paths: properties: *350 required: *351 nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -43695,6 +43745,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *352 @@ -52492,10 +52543,26 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -52507,6 +52574,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -92571,7 +92639,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -92611,7 +92679,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -99189,7 +99257,7 @@ paths: examples: default: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -159519,6 +159587,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -159532,6 +159616,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -159555,6 +159640,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -233950,6 +234051,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -233963,6 +234080,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -233988,6 +234106,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 37e6051596..21e27d1fab 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -39001,6 +39001,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -39069,6 +39087,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -39081,7 +39117,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -39097,7 +39134,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -43087,6 +43125,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -43155,6 +43211,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -43167,7 +43241,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -43183,7 +43258,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -54333,48 +54409,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -54388,113 +54549,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -106837,7 +106915,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -107136,7 +107214,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -107452,7 +107530,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -107692,7 +107770,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -109669,6 +109747,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -109737,6 +109833,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -109749,7 +109863,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -109765,7 +109880,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110343,6 +110459,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -110411,6 +110545,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -110423,7 +110575,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -110439,7 +110592,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -110933,6 +111087,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -111001,6 +111173,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -111013,7 +111203,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -111029,7 +111220,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -111561,6 +111753,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -111629,6 +111839,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -111641,7 +111869,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -111657,7 +111886,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -122520,6 +122750,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -122588,6 +122836,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -122600,7 +122866,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -122616,7 +122883,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -143300,6 +143568,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -143368,6 +143654,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -143380,7 +143684,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -143396,7 +143701,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -151215,6 +151521,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -151283,6 +151607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -151295,7 +151637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -151311,7 +151654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -159857,6 +160201,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -159869,9 +160231,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -159885,6 +160266,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -160080,6 +160462,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -160092,7 +160492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -176782,6 +177183,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -176850,6 +177269,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -176862,7 +177299,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -176878,7 +177316,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -202258,48 +202697,133 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -202313,113 +202837,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -204199,6 +204640,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -204267,6 +204726,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -204279,7 +204756,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -204295,7 +204773,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205397,6 +205876,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -205409,7 +205906,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -207650,6 +208148,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -207718,6 +208234,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -207730,7 +208264,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -207746,7 +208281,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -208059,6 +208595,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208071,7 +208625,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -208361,9 +208916,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208377,6 +208950,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -208720,6 +209294,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -208732,7 +209324,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -209022,9 +209615,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209038,6 +209649,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -209371,6 +209983,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209383,7 +210013,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -209673,9 +210304,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209689,6 +210338,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -209895,6 +210545,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -209907,7 +210575,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -210197,9 +210866,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -210213,6 +210900,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -219876,6 +220564,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -219944,6 +220650,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -219956,7 +220680,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -219972,7 +220697,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -250785,6 +251511,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -250853,6 +251597,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -250865,7 +251627,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -250881,7 +251644,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -258491,6 +259255,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -258559,6 +259341,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -258571,7 +259371,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -258587,7 +259388,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259126,6 +259928,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -259194,6 +260014,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -259206,7 +260044,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -259222,7 +260061,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259729,6 +260569,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -259797,6 +260655,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -259809,7 +260685,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -259825,7 +260702,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261076,6 +261954,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -261144,6 +262040,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -261156,7 +262070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -261172,7 +262087,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261711,6 +262627,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -261779,6 +262713,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -261791,7 +262743,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -261807,7 +262760,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -262314,6 +263268,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -262382,6 +263354,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -262394,7 +263384,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -262410,7 +263401,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -263198,6 +264190,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -263266,6 +264276,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -263278,7 +264306,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -263294,7 +264323,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -263833,6 +264863,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -263901,6 +264949,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -263913,7 +264979,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -263929,7 +264996,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -264436,6 +265504,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -264504,6 +265590,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -264516,7 +265620,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -264532,7 +265637,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265639,6 +266745,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -265707,6 +266831,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -265719,7 +266861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -265735,7 +266878,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266265,6 +267409,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -266333,6 +267495,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -266345,7 +267525,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -266361,7 +267542,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266921,6 +268103,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -266989,6 +268189,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -267001,7 +268219,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -267017,7 +268236,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -267992,6 +269212,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -268060,6 +269298,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -268072,7 +269328,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -268088,7 +269345,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -268627,6 +269885,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -268695,6 +269971,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -268707,7 +270001,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -268723,7 +270018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -269549,6 +270845,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -269617,6 +270931,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -269629,7 +270961,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -269645,7 +270978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270184,6 +271518,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -270252,6 +271604,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -270264,7 +271634,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -270280,7 +271651,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -272638,6 +274010,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -272706,6 +274096,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -272718,7 +274126,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -272734,7 +274143,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275208,6 +276618,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275276,6 +276704,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275288,7 +276734,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -275304,7 +276751,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275535,6 +276983,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275603,6 +277069,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275615,7 +277099,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -275631,7 +277116,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -275906,6 +277392,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -275974,6 +277478,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -275986,7 +277508,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -276002,7 +277525,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -276276,6 +277800,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -276344,6 +277886,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -276356,7 +277916,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -276372,7 +277933,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -278610,6 +280172,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -278678,6 +280258,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -278690,7 +280288,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -278706,7 +280305,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -279245,6 +280845,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279313,6 +280931,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279325,7 +280961,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279341,7 +280978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -279848,6 +281486,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279916,6 +281572,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279928,7 +281602,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279944,7 +281619,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -318016,6 +319692,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -318084,6 +319778,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -318096,7 +319808,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -318112,7 +319825,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -342496,6 +344210,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -342564,6 +344296,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -342576,7 +344326,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -342592,7 +344343,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -343113,6 +344865,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -343181,6 +344951,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -343193,7 +344981,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -343209,7 +344998,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -343809,6 +345599,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -343877,6 +345685,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -343889,7 +345715,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -343905,7 +345732,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -378292,6 +380120,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -378360,6 +380206,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -378372,7 +380236,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -378388,7 +380253,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -382124,6 +383990,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -382192,6 +384076,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -382204,7 +384106,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -382220,7 +384123,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -409990,6 +411894,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -410058,6 +411980,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -410070,7 +412010,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -410086,7 +412027,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -410885,6 +412827,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -410953,6 +412913,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -410965,7 +412943,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -410981,7 +412960,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -432912,6 +434892,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -432980,6 +434978,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -432992,7 +435008,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433008,7 +435025,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -433807,6 +435825,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -433875,6 +435911,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -433887,7 +435941,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -433903,7 +435958,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -452972,7 +455028,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -453122,7 +455178,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -454434,6 +456490,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -454502,6 +456576,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -454514,7 +456606,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -454530,7 +456623,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -458297,6 +460391,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -458309,7 +460421,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -464960,6 +467073,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -464972,7 +467103,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -468948,6 +471080,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -468960,7 +471110,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -478406,6 +480557,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -478474,6 +480643,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -478486,7 +480673,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -478502,7 +480690,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -479638,6 +481827,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -479706,6 +481913,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -479718,7 +481943,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -479734,7 +481960,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -483476,6 +485703,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -483544,6 +485789,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -483556,7 +485819,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -483572,7 +485836,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -508437,101 +510702,103 @@ }, "examples": { "default": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] } } } @@ -512500,6 +514767,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -512568,6 +514853,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -512580,7 +514883,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -512596,7 +514900,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -514854,6 +517159,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -514922,6 +517245,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -514934,7 +517275,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -514950,7 +517292,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -516955,6 +519298,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -517023,6 +519384,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -517035,7 +519414,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -517051,7 +519431,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -518816,6 +521197,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -518884,6 +521283,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -518896,7 +521313,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -518912,7 +521330,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -520944,6 +523363,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -521012,6 +523449,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -521024,7 +523479,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -521040,7 +523496,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -529184,6 +531641,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -529252,6 +531727,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -529264,7 +531757,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -529280,7 +531774,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -553292,6 +555787,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553304,7 +555817,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -553594,9 +556108,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553610,6 +556142,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -553940,6 +556473,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -553952,7 +556503,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -554242,9 +556794,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554258,6 +556828,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -554464,6 +557035,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554476,7 +557065,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -554766,9 +557356,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -554782,6 +557390,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -564170,6 +566779,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -564238,6 +566865,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -564250,7 +566895,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -564266,7 +566912,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -617659,6 +620306,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -617671,7 +620336,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -617961,9 +620627,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -617977,6 +620661,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -644077,6 +646762,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -644145,6 +646848,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -644157,7 +646878,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -644173,7 +646895,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -758690,6 +761413,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -758702,7 +761443,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -970509,6 +973251,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -970523,7 +973283,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -970556,6 +973317,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -972342,6 +975121,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -972356,7 +975153,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -972389,6 +975187,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1061441,6 +1064257,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1061453,7 +1064287,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1066363,6 +1069198,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1066375,7 +1069228,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1080677,6 +1083531,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1080689,7 +1083561,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1104089,6 +1106962,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1104101,7 +1106992,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1109011,6 +1111903,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1109023,7 +1111933,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1113933,6 +1116844,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1113945,7 +1116874,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1214708,6 +1217638,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1214776,6 +1217724,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1214788,7 +1217754,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1214804,7 +1217771,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1217848,6 +1220816,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -1217916,6 +1220902,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1217928,7 +1220932,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -1217944,7 +1220949,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1324621,6 +1327627,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1324635,7 +1327659,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1324669,6 +1327694,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1325757,6 +1328800,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1325771,7 +1328832,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1325805,6 +1328867,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1326893,6 +1329973,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1326907,7 +1330005,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1326941,6 +1330040,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1328030,6 +1331147,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1328044,7 +1331179,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1328078,6 +1331214,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1329253,6 +1332407,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1329267,7 +1332439,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1329301,6 +1332474,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1330391,6 +1333582,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1330405,7 +1333614,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1330439,6 +1333649,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 810aaf4ae6..ac6cc9c612 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -15021,6 +15021,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives @@ -15082,6 +15098,22 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization + to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + example: 42 required: &351 - id - node_id @@ -15093,6 +15125,7 @@ paths: - html_url - repositories_url - slug + - type nullable: true required: - id @@ -15106,6 +15139,7 @@ paths: - repositories_url - slug - parent + - type - &176 title: Enterprise Team description: Group of enterprise owners and/or members @@ -19708,7 +19742,7 @@ paths: examples: default: &404 value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -32750,7 +32784,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - *17 - *99 @@ -32937,7 +32971,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -33079,7 +33113,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations parameters: - *17 - *99 @@ -33230,7 +33264,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/audit-log": get: summary: Get the audit log for an organization @@ -43684,6 +43718,22 @@ paths: properties: *350 required: *351 nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -43695,6 +43745,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *352 @@ -52492,10 +52543,26 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -52507,6 +52574,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -92571,7 +92639,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -92611,7 +92679,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -99189,7 +99257,7 @@ paths: examples: default: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -159519,6 +159587,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -159532,6 +159616,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -159555,6 +159640,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -233950,6 +234051,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -233963,6 +234080,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -233988,6 +234106,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index cb15051c76..b9bb71ef9c 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -20588,7 +20588,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -20723,7 +20723,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -20929,7 +20929,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -21020,7 +21020,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -67312,7 +67312,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -67364,7 +67364,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -121601,6 +121601,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -121613,7 +121631,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -121690,6 +121709,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -121705,7 +121742,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "enterprise-team": { @@ -132174,6 +132212,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132187,6 +132243,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -132258,6 +132315,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132270,7 +132345,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -136052,6 +136128,11 @@ "archived_at" ] }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "team-full": { "title": "Full Team", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -136148,9 +136229,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -136164,6 +136261,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -160349,6 +160447,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -160363,7 +160479,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -160396,6 +160513,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167782,6 +167917,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167796,7 +167949,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -167830,6 +167984,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -299076,48 +299248,133 @@ ] }, "organization-secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -299131,113 +299388,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-pattern-configuration": { "value": { @@ -321020,101 +321194,103 @@ ] }, "secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-alert-open": { "value": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 1b6174338a..8b18afcf66 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -14761,7 +14761,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -14851,7 +14851,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -14997,7 +14997,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -15059,7 +15059,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/audit-log": get: summary: Get the audit log for an organization @@ -48645,7 +48645,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -48682,7 +48682,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -88143,6 +88143,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -88154,6 +88168,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team: title: Team @@ -88209,6 +88224,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -88223,6 +88252,7 @@ components: - repositories_url - slug - parent + - type enterprise-team: title: Enterprise Team description: Group of enterprise owners and/or members @@ -96442,6 +96472,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -96453,6 +96497,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -96511,6 +96556,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -96522,6 +96581,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -99524,6 +99584,11 @@ components: - created_at - updated_at - archived_at + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -99601,9 +99666,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -99615,6 +99692,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -118001,6 +118079,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -118014,6 +118108,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -118037,6 +118132,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -123703,6 +123812,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -123716,6 +123841,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -123741,6 +123867,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -223196,7 +223336,7 @@ components: - type: repository_delete organization-secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -242064,7 +242204,7 @@ components: pattern: github secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index cb15051c76..b9bb71ef9c 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -20588,7 +20588,7 @@ "operationId": "orgs/list-attestations-bulk", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests" }, "parameters": [ { @@ -20723,7 +20723,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -20929,7 +20929,7 @@ "operationId": "orgs/list-attestations", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations" }, "parameters": [ { @@ -21020,7 +21020,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -67312,7 +67312,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -67364,7 +67364,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -121601,6 +121601,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -121613,7 +121631,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -121690,6 +121709,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -121705,7 +121742,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "enterprise-team": { @@ -132174,6 +132212,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132187,6 +132243,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -132258,6 +132315,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132270,7 +132345,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -136052,6 +136128,11 @@ "archived_at" ] }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "team-full": { "title": "Full Team", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -136148,9 +136229,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -136164,6 +136261,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -160349,6 +160447,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -160363,7 +160479,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -160396,6 +160513,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167782,6 +167917,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -167796,7 +167949,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -167830,6 +167984,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -299076,48 +299248,133 @@ ] }, "organization-secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "repository": { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "repository": { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" + }, + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", "gravatar_id": "", "url": "https://api.github.com/users/octocat", "html_url": "https://github.com/octocat", @@ -299131,113 +299388,30 @@ "events_url": "https://api.github.com/users/octocat/events{/privacy}", "received_events_url": "https://api.github.com/users/octocat/received_events", "type": "User", - "site_admin": false + "site_admin": true }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks" - }, - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "active", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "active", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-pattern-configuration": { "value": { @@ -321020,101 +321194,103 @@ ] }, "secret-scanning-alert-list": { - "value": { - "number": 2, - "created_at": "2020-11-06T18:48:51Z", - "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", - "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", - "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", - "state": "resolved", - "resolution": "false_positive", - "resolved_at": "2020-11-07T02:47:13Z", - "resolved_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "secret_type": "adafruit_io_key", - "secret_type_display_name": "Adafruit IO Key", - "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", - "push_protection_bypassed_by": { - "login": "monalisa", - "id": 2, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/2?", - "gravatar_id": "", - "url": "https://api.github.com/users/monalisa", - "html_url": "https://github.com/monalisa", - "followers_url": "https://api.github.com/users/monalisa/followers", - "following_url": "https://api.github.com/users/monalisa/following{/other_user}", - "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", - "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", - "organizations_url": "https://api.github.com/users/monalisa/orgs", - "repos_url": "https://api.github.com/users/monalisa/repos", - "events_url": "https://api.github.com/users/monalisa/events{/privacy}", - "received_events_url": "https://api.github.com/users/monalisa/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypassed": true, - "push_protection_bypassed_at": "2020-11-06T21:48:51Z", - "push_protection_bypass_request_reviewer": { - "login": "octocat", - "id": 3, - "node_id": "MDQ6VXNlcjI=", - "avatar_url": "https://alambic.github.com/avatars/u/3?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "push_protection_bypass_request_reviewer_comment": "Example response", - "push_protection_bypass_request_comment": "Example comment", - "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", - "resolution_comment": "Example comment", - "validity": "inactive", - "publicly_leaked": false, - "multi_repo": false, - "is_base64_encoded": false, - "first_location_detected": { - "path": "/example/secrets.txt", - "start_line": 1, - "end_line": 1, - "start_column": 1, - "end_column": 64, - "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", - "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", - "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", - "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" - }, - "has_more_locations": true - } + "value": [ + { + "number": 2, + "created_at": "2020-11-06T18:48:51Z", + "url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2", + "html_url": "https://github.com/owner/private-repo/security/secret-scanning/2", + "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2/locations", + "state": "resolved", + "resolution": "false_positive", + "resolved_at": "2020-11-07T02:47:13Z", + "resolved_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "secret_type": "adafruit_io_key", + "secret_type_display_name": "Adafruit IO Key", + "secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "push_protection_bypassed_by": { + "login": "monalisa", + "id": 2, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/2?", + "gravatar_id": "", + "url": "https://api.github.com/users/monalisa", + "html_url": "https://github.com/monalisa", + "followers_url": "https://api.github.com/users/monalisa/followers", + "following_url": "https://api.github.com/users/monalisa/following{/other_user}", + "gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monalisa/subscriptions", + "organizations_url": "https://api.github.com/users/monalisa/orgs", + "repos_url": "https://api.github.com/users/monalisa/repos", + "events_url": "https://api.github.com/users/monalisa/events{/privacy}", + "received_events_url": "https://api.github.com/users/monalisa/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypassed": true, + "push_protection_bypassed_at": "2020-11-06T21:48:51Z", + "push_protection_bypass_request_reviewer": { + "login": "octocat", + "id": 3, + "node_id": "MDQ6VXNlcjI=", + "avatar_url": "https://alambic.github.com/avatars/u/3?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "push_protection_bypass_request_reviewer_comment": "Example response", + "push_protection_bypass_request_comment": "Example comment", + "push_protection_bypass_request_html_url": "https://github.com/owner/repo/secret_scanning_exemptions/1", + "resolution_comment": "Example comment", + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false, + "is_base64_encoded": false, + "first_location_detected": { + "path": "/example/secrets.txt", + "start_line": 1, + "end_line": 1, + "start_column": 1, + "end_column": 64, + "blob_sha": "af5626b4a114abcb82d63db7c8082c3c4756e51b", + "blob_url": "https://api.github.com/repos/octocat/hello-world/git/blobs/af5626b4a114abcb82d63db7c8082c3c4756e51b", + "commit_sha": "f14d7debf9775f957cf4f1e8176da0786431f72b", + "commit_url": "https://api.github.com/repos/octocat/hello-world/git/commits/f14d7debf9775f957cf4f1e8176da0786431f72b" + }, + "has_more_locations": true + } + ] }, "secret-scanning-alert-open": { "value": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 1b6174338a..8b18afcf66 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -14761,7 +14761,7 @@ paths: operationId: orgs/list-attestations-bulk externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations-by-bulk-subject-digests parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -14851,7 +14851,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -14997,7 +14997,7 @@ paths: operationId: orgs/list-attestations externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#list-attestations parameters: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/pagination-before" @@ -15059,7 +15059,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/audit-log": get: summary: Get the audit log for an organization @@ -48645,7 +48645,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -48682,7 +48682,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -88143,6 +88143,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -88154,6 +88168,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team: title: Team @@ -88209,6 +88224,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -88223,6 +88252,7 @@ components: - repositories_url - slug - parent + - type enterprise-team: title: Enterprise Team description: Group of enterprise owners and/or members @@ -96442,6 +96472,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -96453,6 +96497,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -96511,6 +96556,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -96522,6 +96581,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -99524,6 +99584,11 @@ components: - created_at - updated_at - archived_at + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -99601,9 +99666,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -99615,6 +99692,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -118001,6 +118079,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -118014,6 +118108,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -118037,6 +118132,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -123703,6 +123812,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -123716,6 +123841,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -123741,6 +123867,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -223196,7 +223336,7 @@ components: - type: repository_delete organization-secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 @@ -242064,7 +242204,7 @@ components: pattern: github secret-scanning-alert-list: value: - number: 2 + - number: 2 created_at: '2020-11-06T18:48:51Z' url: https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/2 html_url: https://github.com/owner/private-repo/security/secret-scanning/2 diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 5e0d1b85e6..2ba5425915 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -1381,6 +1381,15 @@ }, "parent": { "nullable": true + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1417,7 +1426,8 @@ "properties": { "ldap_dn": { "type": "string", - "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team." + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" } }, "required": [ @@ -108356,6 +108366,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108368,9 +108396,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108384,6 +108431,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -108579,6 +108627,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108591,7 +108657,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -132913,6 +132980,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132925,7 +133010,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -133342,6 +133428,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -133410,6 +133514,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -133422,7 +133544,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -133438,7 +133561,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -133755,6 +133879,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -133767,7 +133909,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -134057,9 +134200,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134073,6 +134234,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -134415,6 +134577,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134427,7 +134607,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -134717,9 +134898,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134733,6 +134932,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -135065,6 +135265,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135077,7 +135295,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -135367,9 +135586,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135383,6 +135620,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -135588,6 +135826,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135600,7 +135856,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -135890,9 +136147,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135906,6 +136181,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -144898,6 +145174,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -144966,6 +145260,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -144978,7 +145290,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -144994,7 +145307,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -174440,6 +174754,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -174508,6 +174840,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -174520,7 +174870,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -174536,7 +174887,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -181075,6 +181427,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -181143,6 +181513,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -181155,7 +181543,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -181171,7 +181560,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -181706,6 +182096,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -181774,6 +182182,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -181786,7 +182212,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -181802,7 +182229,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -182305,6 +182733,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -182373,6 +182819,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -182385,7 +182849,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -182401,7 +182866,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -183647,6 +184113,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -183715,6 +184199,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -183727,7 +184229,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -183743,7 +184246,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -184278,6 +184782,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -184346,6 +184868,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -184358,7 +184898,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -184374,7 +184915,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -184877,6 +185419,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -184945,6 +185505,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -184957,7 +185535,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -184973,7 +185552,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -185758,6 +186338,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -185826,6 +186424,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -185838,7 +186454,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -185854,7 +186471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186389,6 +187007,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -186457,6 +187093,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -186469,7 +187123,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -186485,7 +187140,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186988,6 +187644,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -187056,6 +187730,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -187068,7 +187760,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -187084,7 +187777,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188191,6 +188885,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188259,6 +188971,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188271,7 +189001,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188287,7 +189018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188813,6 +189545,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188881,6 +189631,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188893,7 +189661,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188909,7 +189678,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -189465,6 +190235,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -189533,6 +190321,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -189545,7 +190351,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -189561,7 +190368,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -190536,6 +191344,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -190604,6 +191430,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -190616,7 +191460,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -190632,7 +191477,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -191167,6 +192013,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -191235,6 +192099,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -191247,7 +192129,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -191263,7 +192146,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -192085,6 +192969,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -192153,6 +193055,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -192165,7 +193085,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -192181,7 +193102,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -192716,6 +193638,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -192784,6 +193724,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -192796,7 +193754,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -192812,7 +193771,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -195166,6 +196126,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -195234,6 +196212,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -195246,7 +196242,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -195262,7 +196259,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -197720,6 +198718,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -197788,6 +198804,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -197800,7 +198834,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -197816,7 +198851,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198047,6 +199083,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198115,6 +199169,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198127,7 +199199,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198143,7 +199216,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198418,6 +199492,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198486,6 +199578,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198498,7 +199608,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198514,7 +199625,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198788,6 +199900,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198856,6 +199986,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198868,7 +200016,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198884,7 +200033,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201117,6 +202267,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -201185,6 +202353,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -201197,7 +202383,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -201213,7 +202400,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201748,6 +202936,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -201816,6 +203022,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -201828,7 +203052,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -201844,7 +203069,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -202347,6 +203573,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -202415,6 +203659,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -202427,7 +203689,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -202443,7 +203706,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224932,6 +226196,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -225000,6 +226282,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -225012,7 +226312,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -225028,7 +226329,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -246541,6 +247843,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -246609,6 +247929,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -246621,7 +247959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -246637,7 +247976,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -247157,6 +248497,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -247225,6 +248583,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -247237,7 +248613,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -247253,7 +248630,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -247852,6 +249230,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -247920,6 +249316,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -247932,7 +249346,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -247948,7 +249363,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -279837,6 +281253,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279905,6 +281339,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279917,7 +281369,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279933,7 +281386,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -283661,6 +285115,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -283729,6 +285201,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -283741,7 +285231,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -283757,7 +285248,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -301007,6 +302499,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -301075,6 +302585,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -301087,7 +302615,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -301103,7 +302632,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -301898,6 +303428,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -301966,6 +303514,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -301978,7 +303544,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -301994,7 +303561,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -310978,6 +312546,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -311046,6 +312632,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -311058,7 +312662,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -311074,7 +312679,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -311869,6 +313475,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -311937,6 +313561,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -311949,7 +313591,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -311965,7 +313608,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -330585,7 +332229,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -330735,7 +332379,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -332047,6 +333691,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -332115,6 +333777,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -332127,7 +333807,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -332143,7 +333824,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -335910,6 +337592,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -335922,7 +337622,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -342573,6 +344274,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -342585,7 +344304,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -346561,6 +348281,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -346573,7 +348311,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -353002,6 +354741,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -353070,6 +354827,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -353082,7 +354857,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -353098,7 +354874,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -354234,6 +356011,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -354302,6 +356097,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -354314,7 +356127,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -354330,7 +356144,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -358072,6 +359887,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -358140,6 +359973,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -358152,7 +360003,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -358168,7 +360020,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -384919,6 +386772,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -384987,6 +386858,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -384999,7 +386888,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -385015,7 +386905,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -406182,6 +408073,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406194,7 +408103,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -406484,9 +408394,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406500,6 +408428,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -406829,6 +408758,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406841,7 +408788,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -407131,9 +409079,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407147,6 +409113,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -407352,6 +409319,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407364,7 +409349,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -407654,9 +409640,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407670,6 +409674,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -416256,6 +418261,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -416324,6 +418347,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -416336,7 +418377,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -416352,7 +418394,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -447432,6 +449475,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -447444,7 +449505,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -447734,9 +449796,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -447750,6 +449830,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -562983,6 +565064,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -562995,7 +565094,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -719977,6 +722077,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -719991,7 +722109,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -720024,6 +722143,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -721826,6 +723963,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -721840,7 +723995,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -721873,6 +724029,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -803315,6 +805489,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -803327,7 +805519,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -808253,6 +810446,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -808265,7 +810476,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -818028,6 +820240,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -818040,7 +820270,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -836951,6 +839182,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -836963,7 +839212,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -841889,6 +844139,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -841901,7 +844169,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -846827,6 +849096,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -846839,7 +849126,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1020661,6 +1022949,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1020675,7 +1022981,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1020709,6 +1023016,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1021813,6 +1024138,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1021827,7 +1024170,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1021861,6 +1024205,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1022965,6 +1025327,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1022979,7 +1025359,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1023013,6 +1025394,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1024118,6 +1026517,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1024132,7 +1026549,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1024166,6 +1026584,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1025357,6 +1027793,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1025371,7 +1027825,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1025405,6 +1027860,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1026511,6 +1028984,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1026525,7 +1029016,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1026559,6 +1029051,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index df77082678..e814ddb153 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -888,6 +888,12 @@ paths: type: string parent: nullable: true + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -912,10 +918,11 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &281 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4442,7 +4449,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &545 + schema: &546 title: Scim Error description: Scim Error type: object @@ -12320,7 +12327,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &380 + instances_url: &381 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12355,7 +12362,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &381 + dismissed_reason: &382 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12364,13 +12371,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &382 + dismissed_comment: &383 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &383 + rule: &384 type: object properties: id: @@ -12409,7 +12416,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &384 + tool: &385 type: object properties: name: *90 @@ -12419,15 +12426,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &385 + most_recent_instance: &386 type: object properties: - ref: &378 + ref: &379 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &390 + analysis_key: &391 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12438,7 +12445,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &391 + category: &392 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13363,7 +13370,7 @@ paths: enum: - development - runtime - security_advisory: &413 + security_advisory: &414 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13594,7 +13601,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &414 + auto_dismissed_at: &415 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14039,14 +14046,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &536 + state: &537 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &537 + resolution: &538 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14592,7 +14599,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &457 + properties: &458 id: type: integer format: int64 @@ -14704,7 +14711,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &403 + properties: &404 url: type: string format: uri @@ -14774,7 +14781,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &404 + required: &405 - closed_issues - creator - description @@ -14853,7 +14860,7 @@ paths: timeline_url: type: string format: uri - type: &572 + type: &573 title: Issue Type description: The type of issue. type: object @@ -14964,7 +14971,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &569 + sub_issues_summary: &570 title: Sub-issues Summary type: object properties: @@ -14984,7 +14991,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &570 + issue_dependencies_summary: &571 title: Issue Dependencies Summary type: object properties: @@ -15003,7 +15010,7 @@ paths: - total_blocking issue_field_values: type: array - items: &571 + items: &572 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15063,7 +15070,7 @@ paths: - node_id - data_type - value - required: &458 + required: &459 - assignee - closed_at - comments @@ -15084,7 +15091,7 @@ paths: - user - created_at - updated_at - comment: &455 + comment: &456 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15646,7 +15653,7 @@ paths: url: type: string format: uri - user: &587 + user: &588 title: Public User description: Public User type: object @@ -20267,14 +20274,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &300 + - &301 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &301 + - &302 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20345,7 +20352,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &312 + '301': &313 description: Moved permanently content: application/json: @@ -20367,7 +20374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &486 + - &487 name: all description: If `true`, show notifications marked as read. in: query @@ -20375,7 +20382,7 @@ paths: schema: type: boolean default: false - - &487 + - &488 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20385,7 +20392,7 @@ paths: type: boolean default: false - *111 - - &488 + - &489 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20829,7 +20836,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -21375,7 +21382,7 @@ paths: type: array items: *70 examples: - default: &596 + default: &597 value: - login: github id: 1 @@ -22266,7 +22273,7 @@ paths: type: integer repository_cache_usages: type: array - items: &317 + items: &318 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22517,7 +22524,7 @@ paths: type: array items: *84 examples: - default: &593 + default: &594 value: total_count: 1 repositories: @@ -24318,7 +24325,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24347,7 +24354,7 @@ paths: - key_id - key examples: - default: &340 + default: &341 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24760,7 +24767,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *135 - - &324 + - &325 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25409,7 +25416,7 @@ paths: be returned. in: query required: false - schema: &379 + schema: &380 type: string description: Severity of a code scanning alert. enum: @@ -25906,7 +25913,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25923,7 +25930,7 @@ paths: - key_id - key examples: - default: &418 + default: &419 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26504,7 +26511,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &296 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26585,7 +26592,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &296 + default: &297 value: group_id: '123' group_name: Octocat admins @@ -26640,7 +26647,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26677,7 +26684,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &294 + default: &295 value: groups: - group_id: '123' @@ -27313,7 +27320,7 @@ paths: application/json: schema: *39 examples: - default: &452 + default: &453 value: id: 1 account: @@ -29662,6 +29669,22 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: &216 - id - node_id @@ -29673,7 +29696,24 @@ paths: - html_url - repositories_url - slug + - type nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -29685,6 +29725,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &278 @@ -30053,7 +30094,7 @@ paths: - nuget - container - *135 - - &597 + - &598 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30094,7 +30135,7 @@ paths: default: *219 '403': *43 '401': *41 - '400': &599 + '400': &600 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32547,7 +32588,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 title: Full Repository description: Full Repository type: object @@ -33045,7 +33086,7 @@ paths: - network_count - subscribers_count examples: - default: &313 + default: &314 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33617,7 +33658,7 @@ paths: - *135 - *4 - *5 - - &522 + - &523 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33891,7 +33932,7 @@ paths: - repository_property rules: type: array - items: &523 + items: &524 title: Repository Rule type: object description: A repository rule. @@ -34593,7 +34634,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &524 + - &525 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -34606,7 +34647,7 @@ paths: in: query schema: type: string - - &525 + - &526 name: time_period description: |- The time period to filter by. @@ -34622,14 +34663,14 @@ paths: - week - month default: day - - &526 + - &527 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &527 + - &528 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -34649,7 +34690,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Rule Suites description: Response type: array @@ -34703,7 +34744,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &529 + default: &530 value: - id: 21 actor_id: 12 @@ -34747,7 +34788,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &530 + - &531 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34763,7 +34804,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Rule Suite description: Response type: object @@ -34861,7 +34902,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &532 + default: &533 value: id: 21 actor_id: 12 @@ -35079,7 +35120,7 @@ paths: - *9 - *5 - *4 - - &534 + - &535 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -35089,7 +35130,7 @@ paths: required: false schema: type: string - - &535 + - &536 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -35261,7 +35302,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -35315,6 +35356,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives permissions @@ -35335,6 +35392,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *278 headers: @@ -35438,7 +35496,7 @@ paths: description: Response content: application/json: - schema: &281 + schema: &282 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -35726,11 +35784,23 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com + ldap_dn: *281 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -35742,13 +35812,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &282 + default: &283 value: id: 1 node_id: MDQ6VGVhbTE= @@ -35824,9 +35895,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 x-github: githubCloudOnly: false @@ -35910,16 +35981,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 '422': *35 '403': *43 @@ -35989,7 +36060,7 @@ paths: application/json: schema: type: array - items: &283 + items: &284 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -36088,7 +36159,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -36197,9 +36268,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: &284 + default: &285 value: author: login: octocat @@ -36273,7 +36344,7 @@ paths: parameters: - *135 - *214 - - &285 + - &286 name: discussion_number description: The number that identifies the discussion. in: path @@ -36285,9 +36356,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36311,7 +36382,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: false content: @@ -36334,9 +36405,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: &578 + default: &579 value: author: login: octocat @@ -36408,7 +36479,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 responses: '204': description: Response @@ -36436,7 +36507,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 - *9 - *4 - *5 @@ -36447,7 +36518,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -36519,7 +36590,7 @@ paths: - updated_at - url examples: - default: &579 + default: &580 value: - author: login: octocat @@ -36589,7 +36660,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: true content: @@ -36611,9 +36682,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &287 + default: &288 value: author: login: octocat @@ -36681,8 +36752,8 @@ paths: parameters: - *135 - *214 - - *285 - - &288 + - *286 + - &289 name: comment_number description: The number that identifies the comment. in: path @@ -36694,9 +36765,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36720,8 +36791,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -36743,9 +36814,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &580 + default: &581 value: author: login: octocat @@ -36811,8 +36882,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 responses: '204': description: Response @@ -36840,8 +36911,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -36867,7 +36938,7 @@ paths: application/json: schema: type: array - items: &289 + items: &290 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -36910,7 +36981,7 @@ paths: - content - created_at examples: - default: &291 + default: &292 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36962,8 +37033,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -36996,9 +37067,9 @@ paths: team discussion comment content: application/json: - schema: *289 + schema: *290 examples: - default: &290 + default: &291 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37027,9 +37098,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37054,9 +37125,9 @@ paths: parameters: - *135 - *214 - - *285 - - *288 - - &292 + - *286 + - *289 + - &293 name: reaction_id description: The unique identifier of the reaction. in: path @@ -37090,7 +37161,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -37116,9 +37187,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -37146,7 +37217,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: true content: @@ -37178,16 +37249,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -37212,8 +37283,8 @@ paths: parameters: - *135 - *214 - - *285 - - *292 + - *286 + - *293 responses: '204': description: Response @@ -37243,9 +37314,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -37288,9 +37359,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -37395,7 +37466,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Team Membership description: Team Membership type: object @@ -37422,7 +37493,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &581 + response-if-user-is-a-team-maintainer: &582 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37485,9 +37556,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-users-membership-with-team-is-now-pending: &582 + response-if-users-membership-with-team-is-now-pending: &583 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37561,7 +37632,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Team Project description: A team's access to a project. type: object @@ -37629,7 +37700,7 @@ paths: - updated_at - permissions examples: - default: &583 + default: &584 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37692,7 +37763,7 @@ paths: parameters: - *135 - *214 - - &299 + - &300 name: project_id description: The unique identifier of the project. in: path @@ -37704,9 +37775,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &584 + default: &585 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37768,7 +37839,7 @@ paths: parameters: - *135 - *214 - - *299 + - *300 requestBody: required: false content: @@ -37834,7 +37905,7 @@ paths: parameters: - *135 - *214 - - *299 + - *300 responses: '204': description: Response @@ -37902,14 +37973,14 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &585 + schema: &586 title: Team Repository description: A team's access to a repository. type: object @@ -38480,8 +38551,8 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 requestBody: required: false content: @@ -38528,8 +38599,8 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 responses: '204': description: Response @@ -38564,9 +38635,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - response-if-child-teams-exist: &586 + response-if-child-teams-exist: &587 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -38693,7 +38764,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#get-a-project-card parameters: - - &303 + - &304 name: card_id description: The unique identifier of the card. in: path @@ -38705,7 +38776,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &305 title: Project Card description: Project cards represent a scope of work. type: object @@ -38772,7 +38843,7 @@ paths: - created_at - updated_at examples: - default: &305 + default: &306 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -38828,7 +38899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *303 + - *304 requestBody: required: false content: @@ -38855,9 +38926,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 '304': *42 '403': *43 '401': *41 @@ -38884,7 +38955,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#delete-a-project-card parameters: - - *303 + - *304 responses: '204': description: Response @@ -38928,7 +38999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#move-a-project-card parameters: - - *303 + - *304 requestBody: required: true content: @@ -39036,7 +39107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#get-a-project-column parameters: - - &306 + - &307 name: column_id description: The unique identifier of the column. in: path @@ -39048,7 +39119,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 title: Project Column description: Project columns contain cards of work. type: object @@ -39094,7 +39165,7 @@ paths: - created_at - updated_at examples: - default: &308 + default: &309 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39123,7 +39194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *306 + - *307 requestBody: required: true content: @@ -39147,9 +39218,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '304': *42 '403': *43 '401': *41 @@ -39168,7 +39239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#delete-a-project-column parameters: - - *306 + - *307 responses: '204': description: Response @@ -39194,7 +39265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#list-project-cards parameters: - - *306 + - *307 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -39215,7 +39286,7 @@ paths: application/json: schema: type: array - items: *304 + items: *305 examples: default: value: @@ -39274,7 +39345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#create-a-project-card parameters: - - *306 + - *307 requestBody: required: true content: @@ -39314,9 +39385,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 '304': *42 '403': *43 '401': *41 @@ -39369,7 +39440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#move-a-project-column parameters: - - *306 + - *307 requestBody: required: true content: @@ -39425,7 +39496,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#get-a-project parameters: - - *299 + - *300 responses: '200': description: Response @@ -39433,7 +39504,7 @@ paths: application/json: schema: *236 examples: - default: &309 + default: &310 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -39486,7 +39557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#update-a-project parameters: - - *299 + - *300 requestBody: required: false content: @@ -39534,7 +39605,7 @@ paths: application/json: schema: *236 examples: - default: *309 + default: *310 '404': description: Not Found if the authenticated user does not have access to the project @@ -39573,7 +39644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#delete-a-project parameters: - - *299 + - *300 responses: '204': description: Delete Success @@ -39617,7 +39688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *299 + - *300 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -39669,7 +39740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *299 + - *300 - *8 requestBody: required: false @@ -39717,7 +39788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *299 + - *300 - *8 responses: '204': @@ -39746,7 +39817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *299 + - *300 - *8 responses: '200': @@ -39814,7 +39885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#list-project-columns parameters: - - *299 + - *300 - *4 - *5 responses: @@ -39824,7 +39895,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -39856,7 +39927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#create-a-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -39879,7 +39950,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -39941,7 +40012,7 @@ paths: resources: type: object properties: - core: &310 + core: &311 title: Rate Limit type: object properties: @@ -39958,20 +40029,20 @@ paths: - remaining - reset - used - graphql: *310 - search: *310 - code_search: *310 - source_import: *310 - integration_manifest: *310 - code_scanning_upload: *310 - actions_runner_registration: *310 - scim: *310 - dependency_sbom: *310 - code_scanning_autofix: *310 + graphql: *311 + search: *311 + code_search: *311 + source_import: *311 + integration_manifest: *311 + code_scanning_upload: *311 + actions_runner_registration: *311 + scim: *311 + dependency_sbom: *311 + code_scanning_autofix: *311 required: - core - search - rate: *310 + rate: *311 required: - rate - resources @@ -40076,14 +40147,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: default-response: summary: Default response @@ -40582,7 +40653,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *312 + '301': *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40600,8 +40671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -40817,10 +40888,10 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 - '307': &314 + default: *314 + '307': &315 description: Temporary Redirect content: application/json: @@ -40865,8 +40936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -40888,7 +40959,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository - '307': *314 + '307': *315 '404': *26 '409': *140 x-github: @@ -40912,11 +40983,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - - &331 + - &332 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -40939,7 +41010,7 @@ paths: type: integer artifacts: type: array - items: &315 + items: &316 title: Artifact description: An artifact type: object @@ -41010,7 +41081,7 @@ paths: - expires_at - updated_at examples: - default: &332 + default: &333 value: total_count: 2 artifacts: @@ -41069,9 +41140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *300 - *301 - - &316 + - *302 + - &317 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41083,7 +41154,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: default: value: @@ -41120,9 +41191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *300 - *301 - - *316 + - *302 + - *317 responses: '204': description: Response @@ -41146,9 +41217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *300 - *301 - - *316 + - *302 + - *317 - name: archive_format in: path required: true @@ -41185,14 +41256,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -41218,14 +41289,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &318 + schema: &319 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -41237,7 +41308,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &319 + default: &320 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -41258,8 +41329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -41267,9 +41338,9 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: - selected_actions: *319 + selected_actions: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41289,11 +41360,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - - &320 + - &321 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -41327,7 +41398,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 title: Repository actions caches description: Repository actions caches type: object @@ -41369,7 +41440,7 @@ paths: - total_count - actions_caches examples: - default: &322 + default: &323 value: total_count: 1 actions_caches: @@ -41401,23 +41472,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *300 - *301 + - *302 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41437,8 +41508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *300 - *301 + - *302 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -41469,9 +41540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *300 - *301 - - &323 + - *302 + - &324 name: job_id description: The unique identifier of the job. in: path @@ -41483,7 +41554,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &336 title: Job description: Information of a job execution in a workflow run type: object @@ -41790,9 +41861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *300 - *301 - - *323 + - *302 + - *324 responses: '302': description: Response @@ -41820,9 +41891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *300 - *301 - - *323 + - *302 + - *324 requestBody: required: false content: @@ -41867,8 +41938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Status response @@ -41918,8 +41989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -41982,8 +42053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -42001,7 +42072,7 @@ paths: type: integer secrets: type: array - items: &337 + items: &338 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42021,7 +42092,7 @@ paths: - created_at - updated_at examples: - default: &338 + default: &339 value: total_count: 2 secrets: @@ -42054,9 +42125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *300 - *301 - - *324 + - *302 + - *325 - *5 responses: '200': @@ -42073,7 +42144,7 @@ paths: type: integer variables: type: array - items: &341 + items: &342 title: Actions Variable type: object properties: @@ -42103,7 +42174,7 @@ paths: - created_at - updated_at examples: - default: &342 + default: &343 value: total_count: 2 variables: @@ -42136,8 +42207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42146,7 +42217,7 @@ paths: schema: type: object properties: - enabled: &325 + enabled: &326 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -42179,8 +42250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -42191,7 +42262,7 @@ paths: schema: type: object properties: - enabled: *325 + enabled: *326 allowed_actions: *69 required: - enabled @@ -42222,14 +42293,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &326 + schema: &327 type: object properties: access_level: @@ -42247,7 +42318,7 @@ paths: required: - access_level examples: - default: &327 + default: &328 value: access_level: organization x-github: @@ -42272,15 +42343,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 responses: '204': description: Response @@ -42304,8 +42375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42336,8 +42407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -42369,8 +42440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42399,8 +42470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Success response @@ -42440,8 +42511,8 @@ paths: in: query schema: type: string - - *300 - *301 + - *302 - *4 - *5 responses: @@ -42485,8 +42556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42518,8 +42589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -42593,8 +42664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -42630,8 +42701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -42661,8 +42732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': @@ -42692,8 +42763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '204': @@ -42720,8 +42791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': *87 @@ -42746,8 +42817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 requestBody: required: true @@ -42796,8 +42867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 requestBody: required: true @@ -42847,8 +42918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': *160 @@ -42878,8 +42949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 - *161 responses: @@ -42909,9 +42980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *300 - *301 - - &345 + - *302 + - &346 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -42919,7 +42990,7 @@ paths: required: false schema: type: string - - &346 + - &347 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -42927,7 +42998,7 @@ paths: required: false schema: type: string - - &347 + - &348 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -42936,7 +43007,7 @@ paths: required: false schema: type: string - - &348 + - &349 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -42963,7 +43034,7 @@ paths: - pending - *4 - *5 - - &349 + - &350 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.14/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -42972,7 +43043,7 @@ paths: schema: type: string format: date-time - - &328 + - &329 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -42981,13 +43052,13 @@ paths: schema: type: boolean default: false - - &350 + - &351 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &351 + - &352 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43010,7 +43081,7 @@ paths: type: integer workflow_runs: type: array - items: &329 + items: &330 title: Workflow Run description: An invocation of a workflow type: object @@ -43105,7 +43176,7 @@ paths: that triggered the run. type: array nullable: true - items: &369 + items: &370 title: Pull Request Minimal type: object properties: @@ -43224,7 +43295,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &373 + properties: &374 id: type: string description: SHA for the commit @@ -43275,7 +43346,7 @@ paths: - name - email nullable: true - required: &374 + required: &375 - id - tree_id - message @@ -43322,7 +43393,7 @@ paths: - workflow_url - pull_requests examples: - default: &352 + default: &353 value: total_count: 1 workflow_runs: @@ -43558,24 +43629,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *300 - *301 - - &330 + - *302 + - &331 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *328 + - *329 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &333 + default: &334 value: id: 30433642 name: Build @@ -43816,9 +43887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '204': description: Response @@ -43841,9 +43912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '200': description: Response @@ -43964,12 +44035,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *300 - *301 - - *330 + - *302 + - *331 - *4 - *5 - - *331 + - *332 responses: '200': description: Response @@ -43985,9 +44056,9 @@ paths: type: integer artifacts: type: array - items: *315 + items: *316 examples: - default: *332 + default: *333 headers: Link: *6 x-github: @@ -44011,25 +44082,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *300 - *301 - - *330 - - &334 + - *302 + - *331 + - &335 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *328 + - *329 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44052,10 +44123,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *300 - *301 - - *330 - - *334 + - *302 + - *331 + - *335 - *4 - *5 responses: @@ -44073,9 +44144,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *336 examples: - default: &336 + default: &337 value: total_count: 1 jobs: @@ -44188,10 +44259,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *300 - *301 - - *330 - - *334 + - *302 + - *331 + - *335 responses: '302': description: Response @@ -44219,9 +44290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '202': description: Response @@ -44254,9 +44325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: true content: @@ -44323,9 +44394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '202': description: Response @@ -44358,9 +44429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -44390,9 +44461,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: Link: *6 x-github: @@ -44417,9 +44488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '302': description: Response @@ -44446,9 +44517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '204': description: Response @@ -44475,9 +44546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '200': description: Response @@ -44537,7 +44608,7 @@ paths: items: type: object properties: - type: &426 + type: &427 type: string description: The type of reviewer. enum: @@ -44547,7 +44618,7 @@ paths: reviewer: anyOf: - *19 - - *302 + - *303 required: - environment - wait_timer @@ -44622,9 +44693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: true content: @@ -44671,7 +44742,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -44777,7 +44848,7 @@ paths: - created_at - updated_at examples: - default: &422 + default: &423 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -44833,9 +44904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: false content: @@ -44879,9 +44950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: false content: @@ -44928,8 +44999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -44947,9 +45018,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *338 examples: - default: *338 + default: *339 headers: Link: *6 x-github: @@ -44974,16 +45045,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45005,17 +45076,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &439 + default: &440 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45041,8 +45112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 requestBody: required: true @@ -45100,8 +45171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '204': @@ -45127,9 +45198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *300 - *301 - - *324 + - *302 + - *325 - *5 responses: '200': @@ -45146,9 +45217,9 @@ paths: type: integer variables: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *6 x-github: @@ -45171,8 +45242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -45224,17 +45295,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &440 + default: &441 value: name: USERNAME value: octocat @@ -45260,8 +45331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 requestBody: required: true @@ -45304,8 +45375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 responses: '204': @@ -45331,8 +45402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -45350,7 +45421,7 @@ paths: type: integer workflows: type: array - items: &343 + items: &344 title: Workflow description: A GitHub Actions workflow type: object @@ -45457,9 +45528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *300 - *301 - - &344 + - *302 + - &345 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -45474,7 +45545,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: default: value: @@ -45507,9 +45578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45534,9 +45605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45587,9 +45658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45616,19 +45687,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *300 - *301 - - *344 + - *302 - *345 - *346 - *347 - *348 + - *349 - *4 - *5 - - *349 - - *328 - *350 + - *329 - *351 + - *352 responses: '200': description: Response @@ -45644,9 +45715,9 @@ paths: type: integer workflow_runs: type: array - items: *329 + items: *330 examples: - default: *352 + default: *353 headers: Link: *6 x-github: @@ -45669,8 +45740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *300 - *301 + - *302 - *9 - *4 - *88 @@ -45834,8 +45905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -45872,8 +45943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *300 - *301 + - *302 - name: assignee in: path required: true @@ -45907,8 +45978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -45916,7 +45987,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Autolink reference description: An autolink reference. type: object @@ -45970,8 +46041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -46010,9 +46081,9 @@ paths: description: response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 key_prefix: TICKET- @@ -46043,9 +46114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *300 - *301 - - &355 + - *302 + - &356 name: autolink_id description: The unique identifier of the autolink. in: path @@ -46057,9 +46128,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *26 x-github: githubCloudOnly: false @@ -46079,9 +46150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *300 - *301 - - *355 + - *302 + - *356 responses: '204': description: Response @@ -46105,8 +46176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response if Dependabot is enabled @@ -46153,8 +46224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *300 - *301 + - *302 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -46192,7 +46263,7 @@ paths: - url protected: type: boolean - protection: &357 + protection: &358 title: Branch Protection description: Branch Protection type: object @@ -46234,7 +46305,7 @@ paths: required: - contexts - checks - enforce_admins: &360 + enforce_admins: &361 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -46249,7 +46320,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &362 + required_pull_request_reviews: &363 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -46270,7 +46341,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *302 + items: *303 apps: description: The list of apps with review dismissal access. @@ -46299,7 +46370,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *302 + items: *303 apps: description: The list of apps allowed to bypass pull request requirements. @@ -46325,7 +46396,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &359 + restrictions: &360 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -46388,7 +46459,7 @@ paths: type: string teams: type: array - items: *302 + items: *303 apps: type: array items: @@ -46602,9 +46673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *300 - *301 - - &358 + - *302 + - &359 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.14/graphql). @@ -46618,14 +46689,14 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &399 + commit: &400 title: Commit description: Commit type: object @@ -46659,7 +46730,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &356 + properties: &357 name: type: string example: '"Chris Wanstrath"' @@ -46674,7 +46745,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true message: type: string @@ -46695,7 +46766,7 @@ paths: required: - sha - url - verification: &446 + verification: &447 title: Verification type: object properties: @@ -46761,7 +46832,7 @@ paths: type: integer files: type: array - items: &410 + items: &411 title: Diff Entry description: Diff Entry type: object @@ -46845,7 +46916,7 @@ paths: - self protected: type: boolean - protection: *357 + protection: *358 protection_url: type: string format: uri @@ -46949,7 +47020,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *312 + '301': *313 '404': *26 x-github: githubCloudOnly: false @@ -46971,15 +47042,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -47173,9 +47244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -47430,7 +47501,7 @@ paths: url: type: string format: uri - required_status_checks: &365 + required_status_checks: &366 title: Status Check Policy description: Status Check Policy type: object @@ -47506,7 +47577,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 apps: type: array items: *25 @@ -47524,7 +47595,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 apps: type: array items: *25 @@ -47582,7 +47653,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *359 + restrictions: *360 required_conversation_resolution: type: object properties: @@ -47694,9 +47765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -47721,17 +47792,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -47753,17 +47824,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47782,9 +47853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -47809,17 +47880,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -47915,9 +47986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48015,9 +48086,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *35 x-github: githubCloudOnly: false @@ -48038,9 +48109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48067,17 +48138,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &364 + default: &365 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -48100,17 +48171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *364 + default: *365 '404': *26 x-github: githubCloudOnly: false @@ -48130,9 +48201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48157,17 +48228,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: &366 + default: &367 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -48193,9 +48264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48247,9 +48318,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '404': *26 '422': *35 x-github: @@ -48271,9 +48342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48297,9 +48368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48333,9 +48404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48402,9 +48473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48468,9 +48539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: content: application/json: @@ -48536,15 +48607,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -48635,9 +48706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48660,9 +48731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48672,7 +48743,7 @@ paths: type: array items: *25 examples: - default: &367 + default: &368 value: - id: 1 slug: octoapp @@ -48729,9 +48800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48765,7 +48836,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48786,9 +48857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48822,7 +48893,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48843,9 +48914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48879,7 +48950,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48901,9 +48972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48911,7 +48982,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '404': *26 @@ -48933,9 +49004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48971,7 +49042,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -48994,9 +49065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -49032,7 +49103,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -49055,9 +49126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: content: application/json: @@ -49092,7 +49163,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -49116,9 +49187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -49152,9 +49223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49212,9 +49283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49272,9 +49343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49334,9 +49405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49358,7 +49429,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -49471,8 +49542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -49751,7 +49822,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: CheckRun description: A check performed on the code of a given code change type: object @@ -49870,8 +49941,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *369 - deployment: &622 + items: *370 + deployment: &623 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -50151,9 +50222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *300 - *301 - - &371 + - *302 + - &372 name: check_run_id description: The unique identifier of the check run. in: path @@ -50165,9 +50236,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: &372 + default: &373 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -50267,9 +50338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *300 - *301 - - *371 + - *302 + - *372 requestBody: required: true content: @@ -50509,9 +50580,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50531,9 +50602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *300 - *301 - - *371 + - *302 + - *372 - *4 - *5 responses: @@ -50628,9 +50699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *300 - *301 - - *371 + - *302 + - *372 responses: '201': description: Response @@ -50674,8 +50745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -50697,7 +50768,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &375 + schema: &376 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -50761,7 +50832,7 @@ paths: nullable: true pull_requests: type: array - items: *369 + items: *370 nullable: true app: title: GitHub app @@ -50787,8 +50858,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *373 - required: *374 + properties: *374 + required: *375 latest_check_runs_count: type: integer check_runs_url: @@ -50816,7 +50887,7 @@ paths: - check_runs_url - pull_requests examples: - default: &376 + default: &377 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -51107,9 +51178,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51128,8 +51199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -51438,9 +51509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *300 - *301 - - &377 + - *302 + - &378 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -51452,9 +51523,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51477,17 +51548,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *300 - *301 - - *377 - - &407 + - *302 + - *378 + - &408 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &408 + - &409 name: status description: Returns check runs with the specified `status`. in: query @@ -51526,9 +51597,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *371 examples: - default: &409 + default: &410 value: total_count: 1 check_runs: @@ -51630,9 +51701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *300 - *301 - - *377 + - *302 + - *378 responses: '201': description: Response @@ -51665,20 +51736,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *178 - *179 - *5 - *4 - - &389 + - &390 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *378 + schema: *379 - *9 - name: sort description: The property by which to sort the results. @@ -51701,7 +51772,7 @@ paths: be returned. in: query required: false - schema: *379 + schema: *380 responses: '200': description: Response @@ -51717,7 +51788,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *380 + instances_url: *381 state: *92 fixed_at: *102 dismissed_by: @@ -51728,11 +51799,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *381 - dismissed_comment: *382 - rule: *383 - tool: *384 - most_recent_instance: *385 + dismissed_reason: *382 + dismissed_comment: *383 + rule: *384 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -51855,7 +51926,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': &386 + '403': &387 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -51882,9 +51953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *300 - *301 - - &387 + - *302 + - &388 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -51898,7 +51969,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 type: object properties: number: *93 @@ -51906,7 +51977,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *380 + instances_url: *381 state: *92 fixed_at: *102 dismissed_by: @@ -51917,8 +51988,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *381 - dismissed_comment: *382 + dismissed_reason: *382 + dismissed_comment: *383 rule: type: object properties: @@ -51972,8 +52043,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *384 - most_recent_instance: *385 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -52069,7 +52140,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52089,9 +52160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 requestBody: required: true content: @@ -52106,8 +52177,8 @@ paths: enum: - open - dismissed - dismissed_reason: *381 - dismissed_comment: *382 + dismissed_reason: *382 + dismissed_comment: *383 required: - state examples: @@ -52122,7 +52193,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -52198,7 +52269,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &394 + '403': &395 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -52225,12 +52296,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 - *5 - *4 - - *389 + - *390 responses: '200': description: Response @@ -52238,7 +52309,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -52277,7 +52348,7 @@ paths: end_column: 50 classifications: - source - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52311,8 +52382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *300 - *301 + - *302 - *178 - *179 - *5 @@ -52323,12 +52394,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *378 + schema: *379 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &392 + schema: &393 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -52349,23 +52420,23 @@ paths: application/json: schema: type: array - items: &393 + items: &394 type: object properties: - ref: *378 - commit_sha: &395 + ref: *379 + commit_sha: &396 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *390 + analysis_key: *391 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *391 + category: *392 error: type: string example: error reading field xyz @@ -52389,8 +52460,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *392 - tool: *384 + sarif_id: *393 + tool: *385 deletable: type: boolean warning: @@ -52451,7 +52522,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52487,8 +52558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *300 - *301 + - *302 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52501,7 +52572,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: response: summary: application/json response @@ -52555,7 +52626,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52637,8 +52708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *300 - *301 + - *302 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52691,7 +52762,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *34 - '403': *394 + '403': *395 '404': *26 '503': *104 x-github: @@ -52713,8 +52784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -52776,7 +52847,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52797,8 +52868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -52869,7 +52940,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *394 + '403': *395 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -52940,8 +53011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -52949,7 +53020,7 @@ paths: schema: type: object properties: - commit_sha: *395 + commit_sha: *396 ref: type: string description: |- @@ -53002,7 +53073,7 @@ paths: schema: type: object properties: - id: *392 + id: *393 url: type: string description: The REST API URL for checking the status of the upload. @@ -53016,7 +53087,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *394 + '403': *395 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -53039,8 +53110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *300 - *301 + - *302 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -53086,7 +53157,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *386 + '403': *387 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -53111,8 +53182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *300 - *301 + - *302 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -53235,8 +53306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *300 - *301 + - *302 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53278,7 +53349,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &396 + properties: &397 login: type: string example: octocat @@ -53371,7 +53442,7 @@ paths: user_view_type: type: string example: public - required: &397 + required: &398 - avatar_url - events_url - followers_url @@ -53444,8 +53515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 responses: '204': @@ -53482,8 +53553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 requestBody: required: false @@ -53553,8 +53624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 responses: '204': @@ -53586,8 +53657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *300 - *301 + - *302 - *8 responses: '200': @@ -53608,8 +53679,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *396 - required: *397 + properties: *397 + required: *398 nullable: true required: - permission @@ -53664,8 +53735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -53675,7 +53746,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Commit Comment description: Commit Comment type: object @@ -53733,7 +53804,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -53792,17 +53863,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &402 + default: &403 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -53859,8 +53930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -53883,7 +53954,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -53934,8 +54005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -53957,8 +54028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -53985,9 +54056,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -54008,8 +54079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -54042,16 +54113,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -54073,10 +54144,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -54125,8 +54196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *300 - *301 + - *302 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54182,9 +54253,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54277,9 +54348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *300 - *301 - - &400 + - *302 + - &401 name: commit_sha description: The SHA of the commit. in: path @@ -54351,9 +54422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *300 - *301 - - *400 + - *302 + - *401 - *4 - *5 responses: @@ -54363,9 +54434,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *401 + default: *402 headers: Link: *6 x-github: @@ -54393,9 +54464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *300 - *301 - - *400 + - *302 + - *401 requestBody: required: true content: @@ -54430,9 +54501,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54460,9 +54531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *300 - *301 - - *400 + - *302 + - *401 - *4 - *5 responses: @@ -54472,7 +54543,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Pull Request Simple description: Pull Request Simple type: object @@ -54578,8 +54649,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -54624,7 +54695,7 @@ paths: nullable: true requested_teams: type: array - items: *302 + items: *303 nullable: true head: type: object @@ -54675,7 +54746,7 @@ paths: _links: type: object properties: - comments: &405 + comments: &406 title: Link description: Hypermedia Link type: object @@ -54684,13 +54755,13 @@ paths: type: string required: - href - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -54701,7 +54772,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &499 + auto_merge: &500 title: Auto merge description: The status of auto merging a pull request. type: object @@ -54764,7 +54835,7 @@ paths: - author_association - auto_merge examples: - default: &498 + default: &499 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55301,11 +55372,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *300 - *301 + - *302 - *5 - *4 - - &406 + - &407 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -55320,9 +55391,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &482 + default: &483 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55432,11 +55503,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *300 - *301 - - *406 + - *302 - *407 - *408 + - *409 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55470,9 +55541,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *371 examples: - default: *409 + default: *410 headers: Link: *6 x-github: @@ -55497,9 +55568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55507,7 +55578,7 @@ paths: schema: type: integer example: 1 - - *407 + - *408 - *4 - *5 responses: @@ -55525,7 +55596,7 @@ paths: type: integer check_suites: type: array - items: *375 + items: *376 examples: default: value: @@ -55725,9 +55796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - *4 - *5 responses: @@ -55925,9 +55996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - *4 - *5 responses: @@ -55937,7 +56008,7 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Status description: The status of a commit. type: object @@ -56018,7 +56089,7 @@ paths: site_admin: false headers: Link: *6 - '301': *312 + '301': *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56086,8 +56157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *300 - *301 + - *302 - *5 - *4 - name: basehead @@ -56130,8 +56201,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *399 - merge_base_commit: *399 + base_commit: *400 + merge_base_commit: *400 status: type: string enum: @@ -56151,10 +56222,10 @@ paths: example: 6 commits: type: array - items: *399 + items: *400 files: type: array - items: *410 + items: *411 required: - url - html_url @@ -56433,8 +56504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -56577,7 +56648,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &411 + response-if-content-is-a-file: &412 summary: Response if content is a file value: type: file @@ -56709,7 +56780,7 @@ paths: - size - type - url - - &512 + - &513 title: Content File description: Content File type: object @@ -56910,7 +56981,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *411 + response-if-content-is-a-file: *412 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -56979,7 +57050,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &516 + '302': &517 description: Found '304': *42 x-github: @@ -57003,8 +57074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -57097,7 +57168,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: File Commit description: File Commit type: object @@ -57243,7 +57314,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: example-for-creating-a-file: value: @@ -57294,7 +57365,7 @@ paths: schema: oneOf: - *24 - - &441 + - &442 description: Repository rule violation was detected type: object properties: @@ -57347,8 +57418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -57409,7 +57480,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -57460,8 +57531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *300 - *301 + - *302 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -57584,8 +57655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *186 - *187 - *188 @@ -57607,7 +57678,7 @@ paths: application/json: schema: type: array - items: &415 + items: &416 type: object description: A Dependabot alert. properties: @@ -57640,7 +57711,7 @@ paths: enum: - development - runtime - security_advisory: *413 + security_advisory: *414 security_vulnerability: *96 url: *97 html_url: *98 @@ -57671,7 +57742,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *414 + auto_dismissed_at: *415 required: - number - state @@ -57898,9 +57969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *300 - *301 - - &416 + - *302 + - &417 name: alert_number in: path description: |- @@ -57915,7 +57986,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58019,9 +58090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *300 - *301 - - *416 + - *302 + - *417 requestBody: required: true content: @@ -58066,7 +58137,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58195,8 +58266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -58214,7 +58285,7 @@ paths: type: integer secrets: type: array - items: &419 + items: &420 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58267,16 +58338,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58296,15 +58367,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -58330,8 +58401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 requestBody: required: true @@ -58384,8 +58455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '204': @@ -58408,8 +58479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *300 - *301 + - *302 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -58569,8 +58640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -58795,8 +58866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -58871,7 +58942,7 @@ paths: - version - url additionalProperties: false - metadata: &420 + metadata: &421 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -58904,7 +58975,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *420 + metadata: *421 resolved: type: object description: A collection of resolved package dependencies. @@ -58917,7 +58988,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *420 + metadata: *421 relationship: type: string description: A notation of whether a dependency is requested @@ -59046,8 +59117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *300 - *301 + - *302 - name: sha description: The SHA recorded at creation time. in: query @@ -59087,9 +59158,9 @@ paths: application/json: schema: type: array - items: *421 + items: *422 examples: - default: *422 + default: *423 headers: Link: *6 x-github: @@ -59155,8 +59226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -59237,7 +59308,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: simple-example: summary: Simple example @@ -59310,9 +59381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *300 - *301 - - &423 + - *302 + - &424 name: deployment_id description: deployment_id parameter in: path @@ -59324,7 +59395,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -59389,9 +59460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *300 - *301 - - *423 + - *302 + - *424 responses: '204': description: Response @@ -59413,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *300 - *301 - - *423 + - *302 + - *424 - *4 - *5 responses: @@ -59425,7 +59496,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Deployment Status description: The status of a deployment. type: object @@ -59586,9 +59657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *300 - *301 - - *423 + - *302 + - *424 requestBody: required: true content: @@ -59663,9 +59734,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -59721,9 +59792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *300 - *301 - - *423 + - *302 + - *424 - name: status_id in: path required: true @@ -59734,9 +59805,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '404': *26 x-github: githubCloudOnly: false @@ -59761,8 +59832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -59819,8 +59890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -59837,7 +59908,7 @@ paths: type: integer environments: type: array - items: &427 + items: &428 title: Environment description: Details of a deployment environment type: object @@ -59889,7 +59960,7 @@ paths: type: type: string example: wait_timer - wait_timer: &429 + wait_timer: &430 type: integer example: 30 description: The amount of time to delay a job after @@ -59926,11 +59997,11 @@ paths: items: type: object properties: - type: *426 + type: *427 reviewer: anyOf: - *19 - - *302 + - *303 required: - id - node_id @@ -59950,7 +60021,7 @@ paths: - id - node_id - type - deployment_branch_policy: &430 + deployment_branch_policy: &431 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -60065,9 +60136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *300 - *301 - - &428 + - *302 + - &429 name: environment_name in: path required: true @@ -60080,9 +60151,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &431 + default: &432 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60165,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: false content: @@ -60176,7 +60247,7 @@ paths: type: object nullable: true properties: - wait_timer: *429 + wait_timer: *430 prevent_self_review: type: boolean example: false @@ -60193,13 +60264,13 @@ paths: items: type: object properties: - type: *426 + type: *427 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *430 + deployment_branch_policy: *431 additionalProperties: false examples: default: @@ -60219,9 +60290,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *431 + default: *432 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60245,9 +60316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *300 - *301 - - *428 + - *302 + - *429 responses: '204': description: Default response @@ -60272,9 +60343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *4 - *5 responses: @@ -60292,7 +60363,7 @@ paths: example: 2 branch_policies: type: array - items: &432 + items: &433 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60349,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: true content: @@ -60397,9 +60468,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - example-wildcard: &433 + example-wildcard: &434 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60441,10 +60512,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - &434 + - *302 + - *429 + - &435 name: branch_policy_id in: path required: true @@ -60456,9 +60527,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60477,10 +60548,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - *434 + - *302 + - *429 + - *435 requestBody: required: true content: @@ -60508,9 +60579,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60529,10 +60600,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - *434 + - *302 + - *429 + - *435 responses: '204': description: Response @@ -60557,9 +60628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 responses: '200': description: List of deployment protection rules @@ -60575,7 +60646,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &435 + items: &436 title: Deployment protection rule description: Deployment protection rule type: object @@ -60594,7 +60665,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &436 + app: &437 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -60693,9 +60764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 requestBody: content: application/json: @@ -60716,9 +60787,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *435 + schema: *436 examples: - default: &437 + default: &438 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -60753,9 +60824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 - *5 - *4 responses: @@ -60774,7 +60845,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *436 + items: *437 examples: default: value: @@ -60809,10 +60880,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *300 - *301 - - *428 - - &438 + - *302 + - *429 + - &439 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -60824,9 +60895,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60847,10 +60918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 - - *438 + - *439 responses: '204': description: Response @@ -60876,9 +60947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *4 - *5 responses: @@ -60896,9 +60967,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *338 examples: - default: *338 + default: *339 headers: Link: *6 x-github: @@ -60923,17 +60994,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *300 - *301 - - *428 + - *302 + - *429 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60955,18 +61026,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60988,9 +61059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 requestBody: required: true @@ -61048,9 +61119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 responses: '204': @@ -61076,10 +61147,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *300 - *301 - - *428 - - *324 + - *302 + - *429 + - *325 - *5 responses: '200': @@ -61096,9 +61167,9 @@ paths: type: integer variables: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *6 x-github: @@ -61121,9 +61192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: true content: @@ -61175,18 +61246,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *166 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61207,10 +61278,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *300 - *301 + - *302 - *166 - - *428 + - *429 requestBody: required: true content: @@ -61252,10 +61323,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *300 - *301 + - *302 - *166 - - *428 + - *429 responses: '204': description: Response @@ -61277,8 +61348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -61355,8 +61426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *300 - *301 + - *302 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61515,8 +61586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -61548,9 +61619,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 '400': *34 '422': *35 '403': *43 @@ -61571,8 +61642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -61632,7 +61703,7 @@ paths: schema: oneOf: - *138 - - *441 + - *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61657,8 +61728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *300 - *301 + - *302 - name: file_sha in: path required: true @@ -61757,8 +61828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -61867,7 +61938,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62074,15 +62145,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *300 - *301 - - *400 + - *302 + - *401 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -62135,9 +62206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *300 - *301 - - &443 + - *302 + - &444 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -62154,7 +62225,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Git Reference description: Git references within a repository type: object @@ -62229,17 +62300,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62268,8 +62339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62298,9 +62369,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62326,9 +62397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 requestBody: required: true content: @@ -62357,9 +62428,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '422': *35 '409': *140 x-github: @@ -62377,9 +62448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 responses: '204': description: Response @@ -62434,8 +62505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62502,7 +62573,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Tag description: Metadata for a Git tag type: object @@ -62553,7 +62624,7 @@ paths: - sha - type - url - verification: *446 + verification: *447 required: - sha - url @@ -62563,7 +62634,7 @@ paths: - tag - message examples: - default: &448 + default: &449 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -62633,8 +62704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *300 - *301 + - *302 - name: tag_sha in: path required: true @@ -62645,9 +62716,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '404': *26 '409': *140 x-github: @@ -62671,8 +62742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62745,7 +62816,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &450 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -62841,8 +62912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *300 - *301 + - *302 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -62865,7 +62936,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default-response: summary: Default response @@ -62924,8 +62995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -62935,7 +63006,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: Webhook description: Webhooks for repositories. type: object @@ -62989,7 +63060,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &652 + last_response: &653 title: Hook Response type: object properties: @@ -63063,8 +63134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -63116,9 +63187,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &451 + default: &452 value: type: Repository id: 12345678 @@ -63166,17 +63237,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '404': *26 x-github: githubCloudOnly: false @@ -63196,8 +63267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 requestBody: required: true @@ -63243,9 +63314,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '422': *35 '404': *26 x-github: @@ -63266,8 +63337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63292,8 +63363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *300 - *301 + - *302 - *3 responses: '200': @@ -63321,8 +63392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *300 - *301 + - *302 - *3 requestBody: required: false @@ -63367,8 +63438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *4 - *202 @@ -63400,8 +63471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *36 responses: @@ -63430,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *36 responses: @@ -63455,8 +63526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63482,8 +63553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63508,8 +63579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -63517,8 +63588,8 @@ paths: application/json: schema: *39 examples: - default: *452 - '301': *312 + default: *453 + '301': *313 '404': *26 x-github: githubCloudOnly: false @@ -63537,8 +63608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -63548,7 +63619,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -63611,7 +63682,7 @@ paths: - html_url - created_at examples: - default: &601 + default: &602 value: - id: 1 repository: @@ -63742,9 +63813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *300 - *301 - - &454 + - *302 + - &455 name: invitation_id description: The unique identifier of the invitation. in: path @@ -63779,7 +63850,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -63910,9 +63981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *300 - *301 - - *454 + - *302 + - *455 responses: '204': description: Response @@ -63943,8 +64014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *300 - *301 + - *302 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -64165,7 +64236,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *312 + '301': *313 '422': *35 '404': *26 x-github: @@ -64194,8 +64265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -64279,7 +64350,7 @@ paths: application/json: schema: *121 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -64463,9 +64534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *300 - *301 - - &505 + - *302 + - &506 name: sort description: The property to sort the results by. in: query @@ -64495,9 +64566,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -64555,17 +64626,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -64619,8 +64690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -64643,9 +64714,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *35 x-github: githubCloudOnly: false @@ -64663,8 +64734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -64685,8 +64756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -64713,9 +64784,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -64736,8 +64807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -64770,16 +64841,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -64801,10 +64872,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -64824,8 +64895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -64835,7 +64906,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -64878,8 +64949,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *457 - required: *458 + properties: *458 + required: *459 nullable: true label: title: Issue Event Label @@ -64923,7 +64994,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *302 + requested_team: *303 dismissed_review: title: Issue Event Dismissed Review type: object @@ -65186,8 +65257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *300 - *301 + - *302 - name: event_id in: path required: true @@ -65198,7 +65269,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -65425,9 +65496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *300 - *301 - - &461 + - *302 + - &462 name: issue_number description: The number that identifies the issue. in: path @@ -65441,8 +65512,8 @@ paths: application/json: schema: *121 examples: - default: *460 - '301': *312 + default: *461 + '301': *313 '404': *26 '410': *237 '304': *42 @@ -65469,9 +65540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -65577,11 +65648,11 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 '422': *35 '503': *104 '403': *43 - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -65601,9 +65672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -65631,7 +65702,7 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65647,9 +65718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: content: application/json: @@ -65676,7 +65747,7 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65698,9 +65769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: assignee in: path required: true @@ -65740,9 +65811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *111 - *4 - *5 @@ -65753,9 +65824,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *462 + default: *463 headers: Link: *6 '404': *26 @@ -65788,9 +65859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: true content: @@ -65812,9 +65883,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -65841,9 +65912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -65857,7 +65928,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &465 + - &466 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -65911,7 +65982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66047,7 +66118,7 @@ paths: - performed_via_github_app - assignee - assigner - - &467 + - &468 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66098,7 +66169,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66149,7 +66220,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -66203,7 +66274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -66237,7 +66308,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *302 + requested_team: *303 requested_reviewer: *19 required: - review_requester @@ -66250,7 +66321,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -66284,7 +66355,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *302 + requested_team: *303 requested_reviewer: *19 required: - review_requester @@ -66297,7 +66368,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -66357,7 +66428,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Locked Issue Event description: Locked Issue Event type: object @@ -66405,7 +66476,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -66471,7 +66542,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -66537,7 +66608,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -66603,7 +66674,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -66711,9 +66782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -66723,7 +66794,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -66770,7 +66841,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66788,7 +66859,7 @@ paths: default: false headers: Link: *6 - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -66807,9 +66878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -66868,10 +66939,10 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *312 + default: *465 + '301': *313 '404': *26 '410': *237 '422': *35 @@ -66890,9 +66961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -66952,10 +67023,10 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *312 + default: *465 + '301': *313 '404': *26 '410': *237 '422': *35 @@ -66974,13 +67045,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 responses: '204': description: Response - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -67001,9 +67072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: name in: path required: true @@ -67016,7 +67087,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -67027,7 +67098,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -67049,9 +67120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -67097,9 +67168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 responses: '204': description: Response @@ -67121,9 +67192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67149,9 +67220,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -67173,9 +67244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: true content: @@ -67207,16 +67278,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -67238,10 +67309,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *300 - *301 - - *461 - - *292 + - *302 + - *462 + - *293 responses: '204': description: Response @@ -67261,9 +67332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -67278,7 +67349,6 @@ paths: description: Timeline Event type: object anyOf: - - *465 - *466 - *467 - *468 @@ -67291,6 +67361,7 @@ paths: - *475 - *476 - *477 + - *478 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -67595,7 +67666,7 @@ paths: type: string comments: type: array - items: &500 + items: &501 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -67804,7 +67875,7 @@ paths: type: string comments: type: array - items: *398 + items: *399 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68110,8 +68181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -68121,7 +68192,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68185,8 +68256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68222,9 +68293,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &479 + default: &480 value: id: 1 key: ssh-rsa AAA... @@ -68257,9 +68328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *300 - *301 - - &480 + - *302 + - &481 name: key_id description: The unique identifier of the key. in: path @@ -68271,9 +68342,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '404': *26 x-github: githubCloudOnly: false @@ -68291,9 +68362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *300 - *301 - - *480 + - *302 + - *481 responses: '204': description: Response @@ -68313,8 +68384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -68324,9 +68395,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *6 '404': *26 @@ -68347,8 +68418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68384,9 +68455,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &481 + default: &482 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68418,8 +68489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68430,9 +68501,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *481 + default: *482 '404': *26 x-github: githubCloudOnly: false @@ -68449,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68489,7 +68560,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68515,8 +68586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68542,8 +68613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -68579,8 +68650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *300 - *301 + - *302 responses: '202': *141 '403': @@ -68608,8 +68679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -68635,9 +68706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *300 - *301 - - *389 + - *302 + - *390 responses: '200': description: Response @@ -68782,8 +68853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68848,8 +68919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68883,9 +68954,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *399 + schema: *400 examples: - default: *482 + default: *483 '204': description: Response when already merged '404': @@ -68910,8 +68981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *300 - *301 + - *302 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -68952,12 +69023,12 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 examples: default: value: @@ -69013,8 +69084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69054,9 +69125,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69115,9 +69186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *300 - *301 - - &485 + - *302 + - &486 name: milestone_number description: The number that identifies the milestone. in: path @@ -69129,9 +69200,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '404': *26 x-github: githubCloudOnly: false @@ -69148,9 +69219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 requestBody: required: false content: @@ -69188,9 +69259,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69206,9 +69277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 responses: '204': description: Response @@ -69229,9 +69300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 - *4 - *5 responses: @@ -69241,9 +69312,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *6 x-github: @@ -69262,12 +69333,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *300 - *301 - - *486 + - *302 - *487 - - *111 - *488 + - *111 + - *489 - *4 - *5 responses: @@ -69279,7 +69350,7 @@ paths: type: array items: *131 examples: - default: *489 + default: *490 headers: Link: *6 x-github: @@ -69303,8 +69374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -69362,14 +69433,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -69494,7 +69565,7 @@ paths: - custom_404 - public examples: - default: &491 + default: &492 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -69535,8 +69606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69590,9 +69661,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *35 '409': *140 x-github: @@ -69615,8 +69686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69715,8 +69786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -69742,8 +69813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -69753,7 +69824,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -69847,8 +69918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -69893,16 +69964,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -69950,8 +70021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *300 - *301 + - *302 - name: build_id in: path required: true @@ -69962,9 +70033,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69984,8 +70055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70085,9 +70156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *300 - *301 - - &494 + - *302 + - &495 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -70145,9 +70216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *300 - *301 - - *494 + - *302 + - *495 responses: '204': *233 '404': *26 @@ -70170,8 +70241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - *9 @@ -70192,7 +70263,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 type: object properties: id: @@ -70226,17 +70297,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: id: 42 name: Check Commits @@ -70258,15 +70329,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -70310,8 +70381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': @@ -70319,9 +70390,9 @@ paths: global level. content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70341,8 +70412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#list-repository-projects parameters: - - *300 - *301 + - *302 - name: state description: Indicates the state of the projects to return. in: query @@ -70423,8 +70494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#create-a-repository-project parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70452,7 +70523,7 @@ paths: application/json: schema: *236 examples: - default: *309 + default: *310 '401': *41 '403': *43 '404': *26 @@ -70471,13 +70542,13 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -70511,13 +70582,13 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70579,8 +70650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *300 - *301 + - *302 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -70640,9 +70711,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *6 '304': *42 @@ -70674,8 +70745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70740,7 +70811,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -70851,8 +70922,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -70936,14 +71007,14 @@ paths: _links: type: object properties: - comments: *405 - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + comments: *406 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -70954,7 +71025,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *499 + auto_merge: *500 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -71046,7 +71117,7 @@ paths: - merged_by - review_comments examples: - default: &503 + default: &504 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71573,8 +71644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *300 - *301 + - *302 - name: sort in: query required: false @@ -71603,9 +71674,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: &506 + default: &507 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71682,17 +71753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71767,8 +71838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -71791,9 +71862,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71809,8 +71880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -71832,8 +71903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -71860,9 +71931,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -71883,8 +71954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -71917,16 +71988,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -71948,10 +72019,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -71994,9 +72065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *300 - *301 - - &504 + - *302 + - &505 name: pull_number description: The number that identifies the pull request. in: path @@ -72009,9 +72080,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '304': *42 '404': *26 '406': @@ -72046,9 +72117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72090,9 +72161,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '422': *35 '403': *43 x-github: @@ -72120,10 +72191,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 - *505 + - *506 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -72143,9 +72214,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *506 + default: *507 headers: Link: *6 x-github: @@ -72178,9 +72249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: true content: @@ -72285,7 +72356,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: example-for-a-multi-line-comment: value: @@ -72373,9 +72444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *120 requestBody: required: true @@ -72398,7 +72469,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -72484,9 +72555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -72496,9 +72567,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *507 + default: *508 headers: Link: *6 x-github: @@ -72528,9 +72599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -72540,7 +72611,7 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: default: value: @@ -72578,9 +72649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *300 - *301 - - *504 + - *302 + - *505 responses: '204': description: Response if pull request has been merged @@ -72603,9 +72674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72716,9 +72787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 responses: '200': description: Response @@ -72734,7 +72805,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 required: - users - teams @@ -72793,9 +72864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72832,7 +72903,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -73368,9 +73439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: true content: @@ -73404,7 +73475,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -73909,9 +73980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -73921,7 +73992,7 @@ paths: application/json: schema: type: array - items: &508 + items: &509 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -74072,9 +74143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -74160,9 +74231,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &510 + default: &511 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74225,10 +74296,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - &509 + - *302 + - *505 + - &510 name: review_id description: The unique identifier of the review. in: path @@ -74240,9 +74311,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &511 + default: &512 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74301,10 +74372,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74327,7 +74398,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -74389,18 +74460,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *510 + default: *511 '422': *27 '404': *26 x-github: @@ -74427,10 +74498,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 - *4 - *5 responses: @@ -74513,9 +74584,9 @@ paths: _links: type: object properties: - self: *405 - html: *405 - pull_request: *405 + self: *406 + html: *406 + pull_request: *406 required: - self - html @@ -74665,10 +74736,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74696,7 +74767,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -74759,10 +74830,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74797,9 +74868,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *511 + default: *512 '404': *26 '422': *27 '403': *43 @@ -74821,9 +74892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -74886,8 +74957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *300 - *301 + - *302 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -74900,9 +74971,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: type: file encoding: base64 @@ -74944,8 +75015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *300 - *301 + - *302 - name: dir description: The alternate path to look for a README file in: path @@ -74965,9 +75036,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *26 '422': *35 x-github: @@ -74989,8 +75060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -75000,7 +75071,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Release description: A release. type: object @@ -75071,7 +75142,7 @@ paths: author: *19 assets: type: array - items: &515 + items: &516 title: Release Asset description: Data related to a release. type: object @@ -75254,8 +75325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -75325,9 +75396,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &519 + default: &520 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -75427,9 +75498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *300 - *301 - - &517 + - *302 + - &518 name: asset_id description: The unique identifier of the asset. in: path @@ -75441,9 +75512,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &518 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -75478,7 +75549,7 @@ paths: type: User site_admin: false '404': *26 - '302': *516 + '302': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75494,9 +75565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *300 - *301 - - *517 + - *302 + - *518 requestBody: required: false content: @@ -75524,9 +75595,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75542,9 +75613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *300 - *301 - - *517 + - *302 + - *518 responses: '204': description: Response @@ -75568,8 +75639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -75654,16 +75725,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75680,8 +75751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release-by-tag-name parameters: - - *300 - *301 + - *302 - name: tag description: tag parameter in: path @@ -75694,9 +75765,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 '404': *26 x-github: githubCloudOnly: false @@ -75718,9 +75789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *300 - *301 - - &520 + - *302 + - &521 name: release_id description: The unique identifier of the release. in: path @@ -75734,9 +75805,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 '401': description: Unauthorized x-github: @@ -75754,9 +75825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 requestBody: required: false content: @@ -75813,9 +75884,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75831,9 +75902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 responses: '204': description: Response @@ -75853,9 +75924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *300 - *301 - - *520 + - *302 + - *521 - *4 - *5 responses: @@ -75865,7 +75936,7 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: default: value: @@ -75947,9 +76018,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *300 - *301 - - *520 + - *302 + - *521 - name: name in: query required: true @@ -75975,7 +76046,7 @@ paths: description: Response for successful upload content: application/json: - schema: *515 + schema: *516 examples: response-for-successful-upload: value: @@ -76030,9 +76101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -76056,9 +76127,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -76079,9 +76150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 requestBody: required: true content: @@ -76111,16 +76182,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -76142,10 +76213,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *300 - *301 - - *520 - - *292 + - *302 + - *521 + - *293 responses: '204': description: Response @@ -76165,8 +76236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -76241,9 +76312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 - *4 - *5 responses: @@ -76260,7 +76331,7 @@ paths: oneOf: - allOf: - *251 - - &521 + - &522 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76281,49 +76352,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *252 - - *521 + - *522 - allOf: - *253 - - *521 + - *522 - allOf: - *254 - - *521 + - *522 - allOf: - *255 - - *521 + - *522 - allOf: - *256 - - *521 + - *522 - allOf: - *257 - - *521 + - *522 - allOf: - *258 - - *521 + - *522 - allOf: - *259 - - *521 + - *522 - allOf: - *260 - - *521 + - *522 - allOf: - *261 - - *521 + - *522 - allOf: - *262 - - *521 + - *522 - allOf: - *263 - - *521 + - *522 - allOf: - *264 - - *521 + - *522 - allOf: - *265 - - *521 + - *522 - allOf: - *266 - - *521 + - *522 examples: default: value: @@ -76362,8 +76433,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - *4 - *5 - name: includes_parents @@ -76374,7 +76445,7 @@ paths: schema: type: boolean default: true - - *522 + - *523 responses: '200': description: Response @@ -76429,8 +76500,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 requestBody: description: Request body required: true @@ -76459,7 +76530,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *523 + items: *524 required: - name - enforcement @@ -76492,7 +76563,7 @@ paths: application/json: schema: *267 examples: - default: &533 + default: &534 value: id: 42 name: super cool ruleset @@ -76539,12 +76610,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *300 - *301 - - *524 + - *302 - *525 - *526 - *527 + - *528 - *4 - *5 responses: @@ -76552,9 +76623,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *26 '500': *224 x-github: @@ -76575,17 +76646,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *300 - *301 - - *530 + - *302 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *26 '500': *224 x-github: @@ -76613,8 +76684,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76636,7 +76707,7 @@ paths: application/json: schema: *267 examples: - default: *533 + default: *534 '404': *26 '500': *224 put: @@ -76654,8 +76725,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76689,7 +76760,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *523 + items: *524 examples: default: value: @@ -76719,7 +76790,7 @@ paths: application/json: schema: *267 examples: - default: *533 + default: *534 '404': *26 '500': *224 delete: @@ -76737,8 +76808,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76766,8 +76837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *270 - *271 - *272 @@ -76775,8 +76846,8 @@ paths: - *9 - *5 - *4 - - *534 - *535 + - *536 - *274 responses: '200': @@ -76785,7 +76856,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 type: object properties: number: *93 @@ -76804,8 +76875,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *536 - resolution: *537 + state: *537 + resolution: *538 resolved_at: type: string format: date-time @@ -76983,15 +77054,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -77031,9 +77102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 requestBody: required: true content: @@ -77041,8 +77112,8 @@ paths: schema: type: object properties: - state: *536 - resolution: *537 + state: *537 + resolution: *538 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -77060,7 +77131,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -77127,9 +77198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 - *5 - *4 responses: @@ -77140,7 +77211,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &672 + items: &673 type: object properties: type: @@ -77499,8 +77570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -77596,8 +77667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -77606,7 +77677,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -77637,8 +77708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -77711,8 +77782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -77808,8 +77879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *300 - *301 + - *302 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -77963,8 +78034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *300 - *301 + - *302 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -77974,7 +78045,7 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: default: value: @@ -78007,8 +78078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *300 - *301 + - *302 - name: sha in: path required: true @@ -78062,7 +78133,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -78116,8 +78187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78149,14 +78220,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *300 - *301 + - *302 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &541 + schema: &542 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78224,8 +78295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -78251,7 +78322,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -78278,8 +78349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -78299,8 +78370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78379,8 +78450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -78388,7 +78459,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Tag protection description: Tag protection type: object @@ -78440,8 +78511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78464,7 +78535,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -78495,8 +78566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *300 - *301 + - *302 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -78533,8 +78604,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *300 - *301 + - *302 - name: ref in: path required: true @@ -78570,8 +78641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78581,7 +78652,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 headers: @@ -78603,8 +78674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *300 - *301 + - *302 - *5 - *4 responses: @@ -78612,7 +78683,7 @@ paths: description: Response content: application/json: - schema: &543 + schema: &544 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -78624,7 +78695,7 @@ paths: required: - names examples: - default: &544 + default: &545 value: names: - octocat @@ -78647,8 +78718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78679,9 +78750,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 '404': *26 '422': *27 x-github: @@ -78704,8 +78775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78979,8 +79050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -79003,8 +79074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -79026,8 +79097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -79053,8 +79124,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *300 - *301 + - *302 - name: ref in: path required: true @@ -79146,9 +79217,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -79322,7 +79393,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &552 + - &553 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -79331,7 +79402,7 @@ paths: schema: type: string example: members - - &557 + - &558 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -79342,7 +79413,7 @@ paths: default: 1 format: int32 example: 1 - - &558 + - &559 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -79384,7 +79455,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &546 + items: &547 allOf: - type: object required: @@ -79459,7 +79530,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &559 + meta: &560 type: object description: The metadata associated with the creation/updates to the user. @@ -79519,31 +79590,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &547 + '400': &548 description: Bad request content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 - '401': &548 + schema: *546 + '401': &549 description: Authorization failure - '403': &549 + '403': &550 description: Permission denied - '429': &550 + '429': &551 description: Too many requests content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 - '500': &551 + schema: *546 + '500': &552 description: Internal server error content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 + schema: *546 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79570,7 +79641,7 @@ paths: required: true content: application/json: - schema: &555 + schema: &556 type: object required: - schemas @@ -79630,9 +79701,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *546 + schema: *547 examples: - group: &553 + group: &554 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -79651,13 +79722,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *547 - '401': *548 - '403': *549 - '409': &556 + '400': *548 + '401': *549 + '403': *550 + '409': &557 description: Duplicate record detected - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79678,7 +79749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &554 + - &555 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -79686,22 +79757,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *552 + - *553 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *546 + schema: *547 examples: - default: *553 - '400': *547 - '401': *548 - '403': *549 + default: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79723,13 +79794,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *554 + - *555 - *65 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: group: summary: Group @@ -79755,17 +79826,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *546 + schema: *547 examples: - group: *553 - groupWithMembers: *553 - '400': *547 - '401': *548 - '403': *549 + group: *554 + groupWithMembers: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79789,13 +79860,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *554 + - *555 - *65 requestBody: required: true content: application/json: - schema: &566 + schema: &567 type: object required: - Operations @@ -79855,17 +79926,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *546 + schema: *547 examples: - updateGroup: *553 - addMembers: *553 - '400': *547 - '401': *548 - '403': *549 + updateGroup: *554 + addMembers: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79885,17 +79956,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *554 + - *555 - *65 responses: '204': description: Group was deleted, no content - '400': *547 - '401': *548 - '403': *549 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79932,8 +80003,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *557 - *558 + - *559 - *65 responses: '200': @@ -79966,7 +80037,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &561 + items: &562 allOf: - type: object required: @@ -80045,7 +80116,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &560 + roles: &561 type: array description: The roles assigned to the user. items: @@ -80101,7 +80172,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *559 + meta: *560 startIndex: type: integer description: A starting index for the returned page @@ -80138,11 +80209,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *547 - '401': *548 - '403': *549 - '429': *550 - '500': *551 + '400': *548 + '401': *549 + '403': *550 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80171,7 +80242,7 @@ paths: required: true content: application/json: - schema: &564 + schema: &565 type: object required: - schemas @@ -80253,9 +80324,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *560 + roles: *561 examples: - user: &565 + user: &566 summary: User value: schemas: @@ -80302,9 +80373,9 @@ paths: description: User has been created content: application/scim+json: - schema: *561 + schema: *562 examples: - user: &562 + user: &563 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -80330,13 +80401,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *562 - '400': *547 - '401': *548 - '403': *549 - '409': *556 - '429': *550 - '500': *551 + enterpriseOwner: *563 + '400': *548 + '401': *549 + '403': *550 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80357,7 +80428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &563 + - &564 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -80370,15 +80441,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *561 + schema: *562 examples: - default: *562 - '400': *547 - '401': *548 - '403': *549 + default: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80403,30 +80474,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *563 + - *564 - *65 requestBody: required: true content: application/json: - schema: *564 + schema: *565 examples: - user: *565 + user: *566 responses: '200': description: User was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - user: *562 - '400': *547 - '401': *548 - '403': *549 + user: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80464,13 +80535,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *563 + - *564 - *65 requestBody: required: true content: application/json: - schema: *566 + schema: *567 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -80510,18 +80581,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *561 - examples: - userMultiValuedProperties: *562 - userSingleValuedProperties: *562 - disableUser: *562 - '400': *547 - '401': *548 - '403': *549 + schema: *562 + examples: + userMultiValuedProperties: *563 + userSingleValuedProperties: *563 + disableUser: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80541,17 +80612,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *563 + - *564 - *65 responses: '204': description: User was deleted, no content - '400': *547 - '401': *548 - '403': *549 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80678,7 +80749,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &567 + text_matches: &568 title: Search Result Text Matches type: array items: @@ -80841,7 +80912,7 @@ paths: enum: - author-date - committer-date - - &568 + - &569 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -80912,7 +80983,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true comment_count: type: integer @@ -80932,7 +81003,7 @@ paths: url: type: string format: uri - verification: *446 + verification: *447 required: - author - committer @@ -80951,7 +81022,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true parents: type: array @@ -80969,7 +81040,7 @@ paths: type: number node_id: type: string - text_matches: *567 + text_matches: *568 required: - sha - node_id @@ -81162,7 +81233,7 @@ paths: - interactions - created - updated - - *568 + - *569 - *4 - *5 - name: advanced_search @@ -81268,11 +81339,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: type: string state_reason: @@ -81289,8 +81360,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true comments: type: integer @@ -81304,7 +81375,7 @@ paths: type: string format: date-time nullable: true - text_matches: *567 + text_matches: *568 pull_request: type: object properties: @@ -81348,7 +81419,7 @@ paths: timeline_url: type: string format: uri - type: *572 + type: *573 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -81529,7 +81600,7 @@ paths: enum: - created - updated - - *568 + - *569 - *4 - *5 responses: @@ -81573,7 +81644,7 @@ paths: nullable: true score: type: number - text_matches: *567 + text_matches: *568 required: - id - node_id @@ -81659,7 +81730,7 @@ paths: - forks - help-wanted-issues - updated - - *568 + - *569 - *4 - *5 responses: @@ -81898,7 +81969,7 @@ paths: - admin - pull - push - text_matches: *567 + text_matches: *568 temp_clone_token: type: string allow_merge_commit: @@ -82199,7 +82270,7 @@ paths: type: string format: uri nullable: true - text_matches: *567 + text_matches: *568 related: type: array nullable: true @@ -82392,7 +82463,7 @@ paths: - followers - repositories - joined - - *568 + - *569 - *4 - *5 responses: @@ -82496,7 +82567,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *567 + text_matches: *568 blog: type: string nullable: true @@ -82691,7 +82762,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 type: object properties: status: @@ -82711,7 +82782,7 @@ paths: - name - number examples: - default: &574 + default: &575 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -82756,9 +82827,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '401': description: Unauthorized requestBody: @@ -83322,7 +83393,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 type: object properties: key: @@ -83330,7 +83401,7 @@ paths: pretty-print: type: string examples: - default: &576 + default: &577 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -83373,9 +83444,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 '401': description: Unauthorized requestBody: @@ -83427,9 +83498,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 '401': description: Unauthorized requestBody: @@ -83586,9 +83657,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 x-github: githubCloudOnly: false @@ -83678,16 +83749,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 '422': *35 '403': *43 @@ -83757,9 +83828,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *577 + default: *578 headers: Link: *6 x-github: @@ -83822,9 +83893,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: triggersNotification: true githubCloudOnly: false @@ -83852,15 +83923,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *285 + - *286 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83886,7 +83957,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *285 + - *286 requestBody: required: false content: @@ -83909,9 +83980,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83937,7 +84008,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *285 + - *286 responses: '204': description: Response @@ -83967,7 +84038,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *285 + - *286 - *9 - *4 - *5 @@ -83978,9 +84049,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *579 + default: *580 headers: Link: *6 x-github: @@ -84010,7 +84081,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *285 + - *286 requestBody: required: true content: @@ -84032,9 +84103,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: triggersNotification: true githubCloudOnly: false @@ -84062,16 +84133,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84097,8 +84168,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -84120,9 +84191,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84148,8 +84219,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 responses: '204': description: Response @@ -84179,8 +84250,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -84206,9 +84277,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -84238,8 +84309,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -84271,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84300,7 +84371,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *286 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -84326,9 +84397,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -84358,7 +84429,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *286 requestBody: required: true content: @@ -84390,9 +84461,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84588,9 +84659,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-user-is-a-team-maintainer: *581 + response-if-user-is-a-team-maintainer: *582 '404': *26 x-github: githubCloudOnly: false @@ -84649,9 +84720,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-users-membership-with-team-is-now-pending: *582 + response-if-users-membership-with-team-is-now-pending: *583 '403': description: Forbidden if team synchronization is set up '422': @@ -84725,9 +84796,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *583 + default: *584 headers: Link: *6 '404': *26 @@ -84755,15 +84826,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *584 + default: *585 '404': description: Not Found if project is not managed by this team x-github: @@ -84789,7 +84860,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *299 + - *300 requestBody: required: false content: @@ -84858,7 +84929,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *299 + - *300 responses: '204': description: Response @@ -84928,14 +84999,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *300 - *301 + - *302 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *585 + schema: *586 examples: alternative-response-with-extra-repository-information: value: @@ -85087,8 +85158,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *300 - *301 + - *302 requestBody: required: false content: @@ -85139,8 +85210,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *300 - *301 + - *302 responses: '204': description: Response @@ -85175,9 +85246,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - response-if-child-teams-exist: *586 + response-if-child-teams-exist: *587 headers: Link: *6 '404': *26 @@ -85210,7 +85281,7 @@ paths: application/json: schema: oneOf: - - &588 + - &589 title: Private User description: Private User type: object @@ -85413,7 +85484,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *587 + - *588 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -85564,7 +85635,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -85642,7 +85713,7 @@ paths: type: array items: *218 examples: - default: &598 + default: &599 value: - id: 197 name: hello_docker @@ -85729,7 +85800,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Email description: Email type: object @@ -85754,7 +85825,7 @@ paths: - verified - visibility examples: - default: &600 + default: &601 value: - email: octocat@github.com verified: true @@ -85829,7 +85900,7 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: default: value: @@ -86085,7 +86156,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: GPG Key description: A unique encryption key type: object @@ -86216,7 +86287,7 @@ paths: - subkeys - revoked examples: - default: &610 + default: &611 value: - id: 3 name: Octocat's GPG Key @@ -86301,9 +86372,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: id: 3 name: Octocat's GPG Key @@ -86360,7 +86431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &592 + - &593 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86372,9 +86443,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *26 '304': *42 '403': *43 @@ -86397,7 +86468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *592 + - *593 responses: '204': description: Response @@ -86588,7 +86659,7 @@ paths: type: array items: *84 examples: - default: *593 + default: *594 headers: Link: *6 '404': *26 @@ -86764,7 +86835,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: Key description: Key type: object @@ -86865,9 +86936,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86900,15 +86971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *480 + - *481 responses: '200': description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *26 '304': *42 '403': *43 @@ -86931,7 +87002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *480 + - *481 responses: '204': description: Response @@ -87751,7 +87822,7 @@ paths: type: array items: *70 examples: - default: *596 + default: *597 headers: Link: *6 '304': *42 @@ -87793,7 +87864,7 @@ paths: - docker - nuget - container - - *597 + - *598 - *5 - *4 responses: @@ -87805,8 +87876,8 @@ paths: type: array items: *218 examples: - default: *598 - '400': *599 + default: *599 + '400': *600 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87835,7 +87906,7 @@ paths: application/json: schema: *218 examples: - default: &611 + default: &612 value: id: 40201 name: octo-name @@ -88285,9 +88356,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *600 + default: *601 headers: Link: *6 '304': *42 @@ -88400,7 +88471,7 @@ paths: type: array items: *84 examples: - default: &607 + default: &608 summary: Default response value: - id: 1296269 @@ -88704,9 +88775,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88744,9 +88815,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *601 + default: *602 headers: Link: *6 '304': *42 @@ -88769,7 +88840,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *454 + - *455 responses: '204': description: Response @@ -88792,7 +88863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *454 + - *455 responses: '204': description: Response @@ -88825,7 +88896,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Social account description: Social media account type: object @@ -88840,7 +88911,7 @@ paths: - provider - url examples: - default: &603 + default: &604 value: - provider: twitter url: https://twitter.com/github @@ -88902,9 +88973,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 '422': *35 '304': *42 '404': *26 @@ -88991,7 +89062,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89011,7 +89082,7 @@ paths: - title - created_at examples: - default: &612 + default: &613 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89077,9 +89148,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89110,7 +89181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &606 + - &607 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89122,9 +89193,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *26 '304': *42 '403': *43 @@ -89147,7 +89218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *606 + - *607 responses: '204': description: Response @@ -89176,7 +89247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &613 + - &614 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -89201,11 +89272,11 @@ paths: type: array items: *84 examples: - default-response: *607 + default-response: *608 application/vnd.github.v3.star+json: schema: type: array - items: &614 + items: &615 title: Starred Repository description: Starred Repository type: object @@ -89361,8 +89432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response if this repository is starred by you @@ -89390,8 +89461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -89415,8 +89486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -89488,7 +89559,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -89575,10 +89646,10 @@ paths: application/json: schema: oneOf: + - *589 - *588 - - *587 examples: - default-response: &608 + default-response: &609 summary: Default response value: login: octocat @@ -89613,7 +89684,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &609 + response-with-git-hub-plan-information: &610 summary: Response with GitHub plan information value: login: octocat @@ -89725,11 +89796,11 @@ paths: application/json: schema: oneOf: + - *589 - *588 - - *587 examples: - default-response: *608 - response-with-git-hub-plan-information: *609 + default-response: *609 + response-with-git-hub-plan-information: *610 '404': *26 x-github: githubCloudOnly: false @@ -89760,7 +89831,7 @@ paths: type: array items: *218 examples: - default: *598 + default: *599 '403': *43 '401': *41 x-github: @@ -90164,9 +90235,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *610 + default: *611 headers: Link: *6 x-github: @@ -90270,7 +90341,7 @@ paths: application/json: schema: *39 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90355,7 +90426,7 @@ paths: type: array items: *70 examples: - default: *596 + default: *597 headers: Link: *6 x-github: @@ -90394,7 +90465,7 @@ paths: - docker - nuget - container - - *597 + - *598 - *8 - *5 - *4 @@ -90407,10 +90478,10 @@ paths: type: array items: *218 examples: - default: *598 + default: *599 '403': *43 '401': *41 - '400': *599 + '400': *600 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90440,7 +90511,7 @@ paths: application/json: schema: *218 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91073,9 +91144,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 headers: Link: *6 x-github: @@ -91105,9 +91176,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *612 + default: *613 headers: Link: *6 x-github: @@ -91132,7 +91203,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *613 + - *614 - *9 - *4 - *5 @@ -91144,11 +91215,11 @@ paths: schema: anyOf: - type: array - items: *614 + items: *615 - type: array items: *84 examples: - default-response: *607 + default-response: *608 headers: Link: *6 x-github: @@ -91358,7 +91429,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &615 + enterprise: &616 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91416,7 +91487,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &616 + installation: &617 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91435,7 +91506,7 @@ x-webhooks: required: - id - node_id - organization: &617 + organization: &618 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91495,13 +91566,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &618 + repository: &619 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &646 + properties: &647 id: description: Unique identifier of the repository example: 42 @@ -92184,7 +92255,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &647 + required: &648 - archive_url - assignees_url - blobs_url @@ -92335,10 +92406,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -92424,11 +92495,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: &619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: &620 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -92645,11 +92716,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *19 required: - action @@ -92823,11 +92894,11 @@ x-webhooks: - everyone required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *19 required: - action @@ -92908,11 +92979,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: &620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: &621 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93145,7 +93216,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &621 + items: &622 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93263,11 +93334,11 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 sender: *19 required: - action @@ -93347,11 +93418,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 sender: *19 required: - action @@ -93431,12 +93502,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 - exemption_response: *621 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 + exemption_response: *622 sender: *19 required: - action @@ -93518,12 +93589,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 - exemption_response: *621 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 + exemption_response: *622 sender: *19 required: - action @@ -93608,12 +93679,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *19 required: - cache_location @@ -93707,7 +93778,7 @@ x-webhooks: type: string enum: - completed - check_run: &623 + check_run: &624 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93760,7 +93831,7 @@ x-webhooks: type: string pull_requests: type: array - items: *369 + items: *370 repository: *153 status: example: completed @@ -93798,7 +93869,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *622 + deployment: *623 details_url: example: https://example.com type: string @@ -93848,7 +93919,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *369 + items: *370 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -93883,10 +93954,10 @@ x-webhooks: - output - app - pull_requests - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -94289,11 +94360,11 @@ x-webhooks: type: string enum: - created - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -94699,11 +94770,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 requested_action: description: The action requested by the user. type: object @@ -95118,11 +95189,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -96109,10 +96180,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -96792,10 +96863,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -97469,10 +97540,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -97645,7 +97716,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -97790,20 +97861,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &624 + commit_oid: &625 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *615 - installation: *616 - organization: *617 - ref: &625 + enterprise: *616 + installation: *617 + organization: *618 + ref: &626 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -97975,7 +98046,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98205,12 +98276,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98315,7 +98386,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -98483,12 +98554,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98661,7 +98732,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98827,12 +98898,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98939,7 +99010,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99107,16 +99178,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *618 + repository: *619 sender: *19 required: - action @@ -99220,7 +99291,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99360,12 +99431,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -99632,10 +99703,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -99725,18 +99796,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *617 - pusher_type: &626 + organization: *618 + pusher_type: &627 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &627 + ref: &628 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -99746,7 +99817,7 @@ x-webhooks: enum: - tag - branch - repository: *618 + repository: *619 sender: *19 required: - ref @@ -99829,9 +99900,9 @@ x-webhooks: enum: - created definition: *238 - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -99916,9 +99987,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -99996,9 +100067,9 @@ x-webhooks: enum: - updated definition: *238 - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -100075,10 +100146,10 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - repository: *618 - organization: *617 + enterprise: *616 + installation: *617 + repository: *619 + organization: *618 sender: *19 new_property_values: type: array @@ -100173,18 +100244,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - pusher_type: *626 - ref: *627 + enterprise: *616 + installation: *617 + organization: *618 + pusher_type: *627 + ref: *628 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *618 + repository: *619 sender: *19 required: - ref @@ -100278,11 +100349,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100376,11 +100447,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100474,11 +100545,11 @@ x-webhooks: type: string enum: - created - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100570,11 +100641,11 @@ x-webhooks: type: string enum: - dismissed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100666,11 +100737,11 @@ x-webhooks: type: string enum: - fixed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100763,11 +100834,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100859,11 +100930,11 @@ x-webhooks: type: string enum: - reopened - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100950,9 +101021,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - key: &628 + enterprise: *616 + installation: *617 + key: &629 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100986,8 +101057,8 @@ x-webhooks: - verified - created_at - read_only - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -101074,11 +101145,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - key: *628 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + key: *629 + organization: *618 + repository: *619 sender: *19 required: - action @@ -101649,12 +101720,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: &632 + workflow: &633 title: Workflow type: object nullable: true @@ -102390,13 +102461,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *421 + deployment: *422 pull_requests: type: array - items: *502 - repository: *618 - organization: *617 - installation: *616 + items: *503 + repository: *619 + organization: *618 + installation: *617 sender: *19 responses: '200': @@ -102477,7 +102548,7 @@ x-webhooks: type: string enum: - approved - approver: &629 + approver: &630 type: object properties: avatar_url: @@ -102520,11 +102591,11 @@ x-webhooks: type: string comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: &630 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: &631 type: array items: type: object @@ -102603,7 +102674,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &631 + workflow_job_run: &632 type: object properties: conclusion: @@ -103344,18 +103415,18 @@ x-webhooks: type: string enum: - rejected - approver: *629 + approver: *630 comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: *630 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: *631 sender: *19 since: type: string - workflow_job_run: *631 + workflow_job_run: *632 workflow_job_runs: type: array items: @@ -104069,13 +104140,13 @@ x-webhooks: type: string enum: - requested - enterprise: *615 + enterprise: *616 environment: type: string - installation: *616 - organization: *617 - repository: *618 - requestor: &637 + installation: *617 + organization: *618 + repository: *619 + requestor: &638 title: User type: object nullable: true @@ -105984,12 +106055,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Deployment Workflow Run type: object @@ -106679,7 +106750,7 @@ x-webhooks: type: string enum: - answered - answer: &635 + answer: &636 type: object properties: author_association: @@ -106836,7 +106907,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &633 + discussion: &634 title: Discussion description: A Discussion in a repository. type: object @@ -107122,7 +107193,7 @@ x-webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -107144,10 +107215,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107284,11 +107355,11 @@ x-webhooks: - from required: - category - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107381,11 +107452,11 @@ x-webhooks: type: string enum: - closed - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107477,7 +107548,7 @@ x-webhooks: type: string enum: - created - comment: &634 + comment: &635 type: object properties: author_association: @@ -107634,11 +107705,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107731,12 +107802,12 @@ x-webhooks: type: string enum: - deleted - comment: *634 - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *635 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107841,12 +107912,12 @@ x-webhooks: - from required: - body - comment: *634 - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *635 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107940,11 +108011,11 @@ x-webhooks: type: string enum: - created - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108036,11 +108107,11 @@ x-webhooks: type: string enum: - deleted - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108150,11 +108221,11 @@ x-webhooks: type: string required: - from - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108246,10 +108317,10 @@ x-webhooks: type: string enum: - labeled - discussion: *633 - enterprise: *615 - installation: *616 - label: &636 + discussion: *634 + enterprise: *616 + installation: *617 + label: &637 title: Label type: object properties: @@ -108281,8 +108352,8 @@ x-webhooks: - color - default - description - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108375,11 +108446,11 @@ x-webhooks: type: string enum: - locked - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108471,11 +108542,11 @@ x-webhooks: type: string enum: - pinned - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108567,11 +108638,11 @@ x-webhooks: type: string enum: - reopened - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108666,16 +108737,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *633 - new_repository: *618 + new_discussion: *634 + new_repository: *619 required: - new_discussion - new_repository - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108768,10 +108839,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *633 - old_answer: *635 - organization: *617 - repository: *618 + discussion: *634 + old_answer: *636 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108863,12 +108934,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *633 - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108961,11 +109032,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -109057,11 +109128,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -109302,7 +109373,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *615 + enterprise: *616 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -109962,9 +110033,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - forkee @@ -110130,9 +110201,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pages: description: The pages that were updated. type: array @@ -110169,7 +110240,7 @@ x-webhooks: - action - sha - html_url - repository: *618 + repository: *619 sender: *19 required: - pages @@ -110255,10 +110326,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: &638 + organization: *618 + repositories: &639 description: An array of repository objects that the installation can access. type: array @@ -110284,8 +110355,8 @@ x-webhooks: - name - full_name - private - repository: *618 - requester: *637 + repository: *619 + requester: *638 sender: *19 required: - action @@ -110370,11 +110441,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -110460,11 +110531,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -110550,10 +110621,10 @@ x-webhooks: type: string enum: - added - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories_added: &639 + organization: *618 + repositories_added: &640 description: An array of repository objects, which were added to the installation. type: array @@ -110599,15 +110670,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *618 - repository_selection: &640 + repository: *619 + repository_selection: &641 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *637 + requester: *638 sender: *19 required: - action @@ -110696,10 +110767,10 @@ x-webhooks: type: string enum: - removed - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories_added: *639 + organization: *618 + repositories_added: *640 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110726,9 +110797,9 @@ x-webhooks: - name - full_name - private - repository: *618 - repository_selection: *640 - requester: *637 + repository: *619 + repository_selection: *641 + requester: *638 sender: *19 required: - action @@ -110817,11 +110888,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -111010,10 +111081,10 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 target_type: type: string @@ -111102,11 +111173,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -111368,8 +111439,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112163,8 +112234,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -112180,7 +112251,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -112513,8 +112584,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -112604,7 +112675,7 @@ x-webhooks: type: string enum: - deleted - comment: &641 + comment: &642 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -112769,8 +112840,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113560,8 +113631,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -113577,7 +113648,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -113912,8 +113983,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -114003,7 +114074,7 @@ x-webhooks: type: string enum: - edited - changes: &664 + changes: &665 description: The changes to the comment. type: object properties: @@ -114015,9 +114086,9 @@ x-webhooks: type: string required: - from - comment: *641 - enterprise: *615 - installation: *616 + comment: *642 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114810,8 +114881,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114827,7 +114898,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -115160,8 +115231,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -115253,10 +115324,10 @@ x-webhooks: type: string enum: - assigned - assignee: *637 - enterprise: *615 - installation: *616 - issue: &644 + assignee: *638 + enterprise: *616 + installation: *617 + issue: &645 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -116045,11 +116116,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116065,7 +116136,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -116166,8 +116237,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -116257,8 +116328,8 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -117052,11 +117123,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117072,7 +117143,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -117308,8 +117379,8 @@ x-webhooks: required: - state - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -117398,8 +117469,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -118184,11 +118255,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118204,7 +118275,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -118304,8 +118375,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -118394,8 +118465,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -119202,11 +119273,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119222,7 +119293,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -119301,7 +119372,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &642 + milestone: &643 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119439,8 +119510,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -119549,8 +119620,8 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120339,11 +120410,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120356,7 +120427,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -120460,9 +120531,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *636 - organization: *617 - repository: *618 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -120552,8 +120623,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121341,11 +121412,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121358,7 +121429,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -121462,9 +121533,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *636 - organization: *617 - repository: *618 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -121554,8 +121625,8 @@ x-webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122367,11 +122438,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122384,7 +122455,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -122465,8 +122536,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -122555,8 +122626,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123362,11 +123433,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123382,7 +123453,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -123460,9 +123531,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *642 - organization: *617 - repository: *618 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -124340,11 +124411,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124437,7 +124508,7 @@ x-webhooks: required: - login - id - type: *572 + type: *573 required: - id - number @@ -124906,8 +124977,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125696,11 +125767,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125716,7 +125787,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -125816,8 +125887,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -125907,9 +125978,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *615 - installation: *616 - issue: &643 + enterprise: *616 + installation: *617 + issue: &644 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -126692,11 +126763,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126712,7 +126783,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -126812,8 +126883,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -126902,8 +126973,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -127713,11 +127784,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127811,9 +127882,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *572 - organization: *617 - repository: *618 + type: *573 + organization: *618 + repository: *619 sender: *19 required: - action @@ -128689,11 +128760,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128709,7 +128780,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -129277,11 +129348,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *615 - installation: *616 - issue: *643 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *644 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129372,7 +129443,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &667 + assignee: &668 title: User type: object nullable: true @@ -129442,11 +129513,11 @@ x-webhooks: required: - login - id - enterprise: *615 - installation: *616 - issue: *644 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *645 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129535,12 +129606,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - issue: *644 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *645 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129630,8 +129701,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130441,11 +130512,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130461,7 +130532,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -130539,8 +130610,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130630,11 +130701,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *615 - installation: *616 - issue: *643 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *644 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130723,11 +130794,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130815,11 +130886,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130939,11 +131010,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131057,11 +131128,11 @@ x-webhooks: type: string required: - to - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131171,11 +131242,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131264,11 +131335,11 @@ x-webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131356,11 +131427,11 @@ x-webhooks: type: string enum: - added - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131436,7 +131507,7 @@ x-webhooks: required: - login - id - team: &645 + team: &646 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -131510,6 +131581,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -131523,6 +131610,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -131546,6 +131634,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -131636,11 +131740,11 @@ x-webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131717,7 +131821,7 @@ x-webhooks: required: - login - id - team: *645 + team: *646 required: - action - scope @@ -131805,7 +131909,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -131914,16 +132018,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *616 - organization: *617 + installation: *617 + organization: *618 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -132014,11 +132118,11 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132107,9 +132211,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - milestone: &648 + enterprise: *616 + installation: *617 + milestone: &649 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132246,8 +132350,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132336,11 +132440,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132460,11 +132564,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132554,11 +132658,11 @@ x-webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - milestone: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *649 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132647,9 +132751,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - membership: &649 + enterprise: *616 + installation: *617 + membership: &650 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -132756,8 +132860,8 @@ x-webhooks: - role - organization_url - user - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132845,11 +132949,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132938,8 +133042,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133055,10 +133159,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action - invitation @@ -133146,11 +133250,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -133247,11 +133351,11 @@ x-webhooks: properties: from: type: string - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -133337,9 +133441,9 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -133838,7 +133942,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &650 + items: &651 title: Ruby Gems metadata type: object properties: @@ -133933,7 +134037,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -134019,9 +134123,9 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -134374,7 +134478,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *650 + items: *651 source_url: type: string format: uri @@ -134444,7 +134548,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -134631,12 +134735,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *615 + enterprise: *616 id: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - id @@ -134713,7 +134817,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &651 + personal_access_token_request: &652 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -134859,10 +134963,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *615 - organization: *617 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -134939,11 +135043,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *651 - enterprise: *615 - organization: *617 + personal_access_token_request: *652 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135019,11 +135123,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *651 - enterprise: *615 - organization: *617 + personal_access_token_request: *652 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135098,11 +135202,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *651 - organization: *617 - enterprise: *615 + personal_access_token_request: *652 + organization: *618 + enterprise: *616 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135217,7 +135321,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *652 + last_response: *653 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135249,8 +135353,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 zen: description: Random string of GitHub zen. @@ -135505,10 +135609,10 @@ x-webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: &653 + enterprise: *616 + installation: *617 + organization: *618 + project_card: &654 title: Project Card type: object properties: @@ -135627,7 +135731,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -135718,11 +135822,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_card: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *654 + repository: *619 sender: *19 required: - action @@ -135812,9 +135916,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: title: Project Card type: object @@ -135942,8 +136046,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -136047,11 +136151,11 @@ x-webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *654 + repository: *619 sender: *19 required: - action @@ -136155,9 +136259,9 @@ x-webhooks: - from required: - column_id - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: allOf: - title: Project Card @@ -136347,7 +136451,7 @@ x-webhooks: type: string required: - after_id - repository: *618 + repository: *619 sender: *19 required: - action @@ -136437,10 +136541,10 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - organization: *617 - project: &655 + enterprise: *616 + installation: *617 + organization: *618 + project: &656 title: Project type: object properties: @@ -136564,7 +136668,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -136654,10 +136758,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_column: &654 + enterprise: *616 + installation: *617 + organization: *618 + project_column: &655 title: Project Column type: object properties: @@ -136696,7 +136800,7 @@ x-webhooks: - name - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -136785,18 +136889,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -136896,11 +137000,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 + repository: *619 sender: *19 required: - action @@ -136990,11 +137094,11 @@ x-webhooks: type: string enum: - moved - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 + repository: *619 sender: *19 required: - action @@ -137084,11 +137188,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137178,18 +137282,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project: *655 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -137301,11 +137405,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137394,11 +137498,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137489,9 +137593,9 @@ x-webhooks: type: string enum: - closed - installation: *616 - organization: *617 - projects_v2: &656 + installation: *617 + organization: *618 + projects_v2: &657 title: Projects v2 Project description: A projects v2 project type: object @@ -137723,9 +137827,9 @@ x-webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -137816,9 +137920,9 @@ x-webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -137945,9 +138049,9 @@ x-webhooks: type: string to: type: string - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -138040,7 +138144,7 @@ x-webhooks: type: string enum: - archived - changes: &660 + changes: &661 type: object properties: archived_at: @@ -138054,9 +138158,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *616 - organization: *617 - projects_v2_item: &657 + installation: *617 + organization: *618 + projects_v2_item: &658 title: Projects v2 Item description: An item belonging to a project type: object @@ -138208,9 +138312,9 @@ x-webhooks: nullable: true to: type: string - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138302,9 +138406,9 @@ x-webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138395,9 +138499,9 @@ x-webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138513,7 +138617,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &658 + - &659 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138535,7 +138639,7 @@ x-webhooks: required: - id - name - - &659 + - &660 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138569,8 +138673,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *658 - *659 + - *660 required: - field_value - type: object @@ -138586,9 +138690,9 @@ x-webhooks: nullable: true required: - body - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138693,9 +138797,9 @@ x-webhooks: to: type: string nullable: true - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138788,10 +138892,10 @@ x-webhooks: type: string enum: - restored - changes: *660 - installation: *616 - organization: *617 - projects_v2_item: *657 + changes: *661 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138883,9 +138987,9 @@ x-webhooks: type: string enum: - reopened - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -138966,10 +139070,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - repository @@ -139056,13 +139160,13 @@ x-webhooks: type: string enum: - assigned - assignee: *637 - enterprise: *615 - installation: *616 - number: &661 + assignee: *638 + enterprise: *616 + installation: *617 + number: &662 description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -141345,7 +141449,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -141437,11 +141541,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -143719,7 +143823,7 @@ x-webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -143811,11 +143915,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -146093,7 +146197,7 @@ x-webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -146185,13 +146289,13 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: &662 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: &663 allOf: - - *502 + - *503 - type: object properties: allow_auto_merge: @@ -146253,7 +146357,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *618 + repository: *619 sender: *19 required: - action @@ -146344,12 +146448,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -146439,11 +146543,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *615 - milestone: *483 - number: *661 - organization: *617 - pull_request: &663 + enterprise: *616 + milestone: *484 + number: *662 + organization: *618 + pull_request: &664 title: Pull Request type: object properties: @@ -148706,7 +148810,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -148838,12 +148942,12 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -148933,11 +149037,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 - label: *636 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *637 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -151219,7 +151323,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -151310,10 +151414,10 @@ x-webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -153593,7 +153697,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -153683,12 +153787,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *615 - milestone: *483 - number: *661 - organization: *617 - pull_request: *663 - repository: *618 + enterprise: *616 + milestone: *484 + number: *662 + organization: *618 + pull_request: *664 + repository: *619 sender: *19 required: - action @@ -153777,12 +153881,12 @@ x-webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -153873,12 +153977,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -153968,12 +154072,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -154349,9 +154453,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -156521,7 +156625,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -156611,7 +156715,7 @@ x-webhooks: type: string enum: - deleted - comment: &665 + comment: &666 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -156896,9 +157000,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -159056,7 +159160,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -159146,11 +159250,11 @@ x-webhooks: type: string enum: - edited - changes: *664 - comment: *665 - enterprise: *615 - installation: *616 - organization: *617 + changes: *665 + comment: *666 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -161311,7 +161415,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -161402,9 +161506,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -163577,7 +163681,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 review: description: The review that was affected. type: object @@ -163834,9 +163938,9 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -165890,8 +165994,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: &666 + repository: *619 + review: &667 description: The review that was affected. type: object properties: @@ -166134,12 +166238,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -168422,7 +168526,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: object @@ -168506,12 +168610,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -170801,7 +170905,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -171003,12 +171107,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -173293,7 +173397,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: object @@ -173378,12 +173482,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -175659,7 +175763,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -175850,9 +175954,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -178027,8 +178131,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: *666 + repository: *619 + review: *667 sender: *19 required: - action @@ -178118,9 +178222,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -180190,7 +180294,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *19 thread: type: object @@ -180587,9 +180691,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -182645,7 +182749,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *19 thread: type: object @@ -183045,10 +183149,10 @@ x-webhooks: type: string before: type: string - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -185319,7 +185423,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -185411,11 +185515,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *667 - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + assignee: *668 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -187698,7 +187802,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -187787,11 +187891,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - label: *636 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *637 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -190064,7 +190168,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -190155,10 +190259,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -192423,7 +192527,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -192633,7 +192737,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *615 + enterprise: *616 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -192725,8 +192829,8 @@ x-webhooks: - url - author - committer - installation: *616 - organization: *617 + installation: *617 + organization: *618 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193311,9 +193415,9 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -193759,7 +193863,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *650 + items: *651 summary: type: string tag_name: @@ -193813,7 +193917,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -193901,9 +194005,9 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -194211,7 +194315,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *650 + items: *651 summary: type: string tag_name: @@ -194260,7 +194364,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -194347,10 +194451,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - release: &668 + enterprise: *616 + installation: *617 + organization: *618 + release: &669 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -194668,7 +194772,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *618 + repository: *619 sender: *19 required: - action @@ -194755,11 +194859,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -194886,11 +194990,11 @@ x-webhooks: type: boolean required: - to - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -194978,9 +195082,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -195302,7 +195406,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *618 + repository: *619 sender: *19 required: - action @@ -195388,10 +195492,10 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - release: &669 + enterprise: *616 + installation: *617 + organization: *618 + release: &670 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -195710,7 +195814,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *618 + repository: *619 sender: *19 required: - action @@ -195796,11 +195900,11 @@ x-webhooks: type: string enum: - released - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -195886,11 +195990,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *615 - installation: *616 - organization: *617 - release: *669 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *670 + repository: *619 sender: *19 required: - action @@ -195976,10 +196080,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196064,10 +196168,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196152,10 +196256,10 @@ x-webhooks: type: string enum: - archived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196242,10 +196346,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196333,10 +196437,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196430,10 +196534,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196555,10 +196659,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196646,10 +196750,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196736,10 +196840,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196843,10 +196947,10 @@ x-webhooks: - name required: - repository - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196926,10 +197030,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 sender: *19 required: @@ -197008,10 +197112,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 sender: *19 required: @@ -197090,10 +197194,10 @@ x-webhooks: type: string enum: - edited - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 changes: type: object @@ -197155,16 +197259,16 @@ x-webhooks: properties: added: type: array - items: *523 + items: *524 deleted: type: array - items: *523 + items: *524 updated: type: array items: type: object properties: - rule: *523 + rule: *524 changes: type: object properties: @@ -197408,10 +197512,10 @@ x-webhooks: - from required: - owner - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197499,10 +197603,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197590,7 +197694,7 @@ x-webhooks: type: string enum: - create - alert: &670 + alert: &671 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -197711,10 +197815,10 @@ x-webhooks: type: string enum: - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197930,10 +198034,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198021,11 +198125,11 @@ x-webhooks: type: string enum: - reopen - alert: *670 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *671 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198234,10 +198338,10 @@ x-webhooks: enum: - fixed - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198325,7 +198429,7 @@ x-webhooks: type: string enum: - created - alert: &671 + alert: &672 type: object properties: number: *93 @@ -198405,10 +198509,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198499,11 +198603,11 @@ x-webhooks: type: string enum: - created - alert: *671 - installation: *616 - location: *672 - organization: *617 - repository: *618 + alert: *672 + installation: *617 + location: *673 + organization: *618 + repository: *619 sender: *19 required: - location @@ -198746,11 +198850,11 @@ x-webhooks: type: string enum: - reopened - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198838,11 +198942,11 @@ x-webhooks: type: string enum: - resolved - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198930,11 +199034,11 @@ x-webhooks: type: string enum: - validated - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -199020,11 +199124,11 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: &673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: &674 description: The details of the security advisory, including summary, description, and severity. type: object @@ -199217,11 +199321,11 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: *673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: *674 sender: *19 required: - action @@ -199304,10 +199408,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199502,10 +199606,10 @@ x-webhooks: type: object properties: security_and_analysis: *245 - enterprise: *615 - installation: *616 - organization: *617 - repository: *311 + enterprise: *616 + installation: *617 + organization: *618 + repository: *312 sender: *19 required: - changes @@ -199593,12 +199697,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: &674 + sponsorship: &675 type: object properties: created_at: @@ -199909,12 +200013,12 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -200012,12 +200116,12 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200104,17 +200208,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &675 + effective_date: &676 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -200198,7 +200302,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &676 + changes: &677 type: object properties: tier: @@ -200242,13 +200346,13 @@ x-webhooks: - from required: - tier - effective_date: *675 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + effective_date: *676 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200335,13 +200439,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *676 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + changes: *677 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200425,10 +200529,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200521,10 +200625,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200950,15 +201054,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *615 + enterprise: *616 id: description: The unique identifier of the status. type: integer - installation: *616 + installation: *617 name: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 sha: description: The Commit SHA. @@ -201070,12 +201174,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - team: &677 + team: &678 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201149,6 +201253,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -201162,6 +201282,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -201187,6 +201308,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -201275,9 +201412,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -201735,7 +201872,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -201821,9 +201958,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -202281,7 +202418,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -202368,9 +202505,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -202828,7 +202965,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -202982,9 +203119,9 @@ x-webhooks: - from required: - permissions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -203442,7 +203579,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - changes @@ -203530,9 +203667,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -203990,7 +204127,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -204073,12 +204210,12 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action responses: @@ -204156,12 +204293,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action responses: @@ -204242,10 +204379,10 @@ x-webhooks: type: string enum: - started - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -204328,16 +204465,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *615 + enterprise: *616 inputs: type: object nullable: true additionalProperties: true - installation: *616 - organization: *617 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *19 workflow: type: string @@ -204429,10 +204566,10 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: allOf: @@ -204669,7 +204806,7 @@ x-webhooks: type: string required: - conclusion - deployment: *421 + deployment: *422 required: - action - repository @@ -204758,10 +204895,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: allOf: @@ -205021,7 +205158,7 @@ x-webhooks: required: - status - steps - deployment: *421 + deployment: *422 required: - action - repository @@ -205110,10 +205247,10 @@ x-webhooks: type: string enum: - queued - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: type: object @@ -205248,7 +205385,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *421 + deployment: *422 required: - action - repository @@ -205337,10 +205474,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: type: object @@ -205476,7 +205613,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *421 + deployment: *422 required: - action - repository @@ -205566,12 +205703,12 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object @@ -206580,12 +206717,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object @@ -207579,12 +207716,12 @@ x-webhooks: type: string enum: - requested - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json index 5e0d1b85e6..2ba5425915 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -1381,6 +1381,15 @@ }, "parent": { "nullable": true + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1417,7 +1426,8 @@ "properties": { "ldap_dn": { "type": "string", - "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team." + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" } }, "required": [ @@ -108356,6 +108366,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108368,9 +108396,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108384,6 +108431,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -108579,6 +108627,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -108591,7 +108657,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -132913,6 +132980,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -132925,7 +133010,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -133342,6 +133428,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -133410,6 +133514,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -133422,7 +133544,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -133438,7 +133561,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -133755,6 +133879,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -133767,7 +133909,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -134057,9 +134200,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134073,6 +134234,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -134415,6 +134577,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134427,7 +134607,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -134717,9 +134898,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -134733,6 +134932,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -135065,6 +135265,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135077,7 +135295,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -135367,9 +135586,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135383,6 +135620,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -135588,6 +135826,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135600,7 +135856,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -135890,9 +136147,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -135906,6 +136181,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -144898,6 +145174,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -144966,6 +145260,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -144978,7 +145290,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -144994,7 +145307,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -174440,6 +174754,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -174508,6 +174840,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -174520,7 +174870,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -174536,7 +174887,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -181075,6 +181427,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -181143,6 +181513,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -181155,7 +181543,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -181171,7 +181560,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -181706,6 +182096,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -181774,6 +182182,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -181786,7 +182212,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -181802,7 +182229,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -182305,6 +182733,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -182373,6 +182819,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -182385,7 +182849,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -182401,7 +182866,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -183647,6 +184113,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -183715,6 +184199,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -183727,7 +184229,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -183743,7 +184246,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -184278,6 +184782,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -184346,6 +184868,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -184358,7 +184898,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -184374,7 +184915,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -184877,6 +185419,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -184945,6 +185505,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -184957,7 +185535,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -184973,7 +185552,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -185758,6 +186338,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -185826,6 +186424,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -185838,7 +186454,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -185854,7 +186471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186389,6 +187007,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -186457,6 +187093,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -186469,7 +187123,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -186485,7 +187140,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186988,6 +187644,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -187056,6 +187730,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -187068,7 +187760,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -187084,7 +187777,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188191,6 +188885,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188259,6 +188971,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188271,7 +189001,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188287,7 +189018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188813,6 +189545,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188881,6 +189631,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188893,7 +189661,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188909,7 +189678,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -189465,6 +190235,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -189533,6 +190321,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -189545,7 +190351,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -189561,7 +190368,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -190536,6 +191344,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -190604,6 +191430,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -190616,7 +191460,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -190632,7 +191477,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -191167,6 +192013,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -191235,6 +192099,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -191247,7 +192129,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -191263,7 +192146,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -192085,6 +192969,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -192153,6 +193055,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -192165,7 +193085,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -192181,7 +193102,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -192716,6 +193638,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -192784,6 +193724,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -192796,7 +193754,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -192812,7 +193771,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -195166,6 +196126,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -195234,6 +196212,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -195246,7 +196242,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -195262,7 +196259,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -197720,6 +198718,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -197788,6 +198804,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -197800,7 +198834,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -197816,7 +198851,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198047,6 +199083,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198115,6 +199169,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198127,7 +199199,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198143,7 +199216,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198418,6 +199492,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198486,6 +199578,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198498,7 +199608,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198514,7 +199625,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -198788,6 +199900,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -198856,6 +199986,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -198868,7 +200016,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -198884,7 +200033,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201117,6 +202267,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -201185,6 +202353,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -201197,7 +202383,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -201213,7 +202400,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201748,6 +202936,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -201816,6 +203022,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -201828,7 +203052,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -201844,7 +203069,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -202347,6 +203573,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -202415,6 +203659,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -202427,7 +203689,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -202443,7 +203706,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224932,6 +226196,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -225000,6 +226282,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -225012,7 +226312,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -225028,7 +226329,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -246541,6 +247843,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -246609,6 +247929,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -246621,7 +247959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -246637,7 +247976,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -247157,6 +248497,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -247225,6 +248583,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -247237,7 +248613,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -247253,7 +248630,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -247852,6 +249230,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -247920,6 +249316,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -247932,7 +249346,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -247948,7 +249363,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -279837,6 +281253,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -279905,6 +281339,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -279917,7 +281369,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -279933,7 +281386,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -283661,6 +285115,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -283729,6 +285201,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -283741,7 +285231,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -283757,7 +285248,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -301007,6 +302499,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -301075,6 +302585,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -301087,7 +302615,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -301103,7 +302632,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -301898,6 +303428,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -301966,6 +303514,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -301978,7 +303544,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -301994,7 +303561,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -310978,6 +312546,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -311046,6 +312632,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -311058,7 +312662,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -311074,7 +312679,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -311869,6 +313475,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -311937,6 +313561,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -311949,7 +313591,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -311965,7 +313608,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -330585,7 +332229,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -330735,7 +332379,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -332047,6 +333691,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -332115,6 +333777,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -332127,7 +333807,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -332143,7 +333824,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -335910,6 +337592,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -335922,7 +337622,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -342573,6 +344274,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -342585,7 +344304,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -346561,6 +348281,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -346573,7 +348311,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -353002,6 +354741,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -353070,6 +354827,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -353082,7 +354857,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -353098,7 +354874,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -354234,6 +356011,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -354302,6 +356097,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -354314,7 +356127,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -354330,7 +356144,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -358072,6 +359887,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -358140,6 +359973,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -358152,7 +360003,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -358168,7 +360020,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -384919,6 +386772,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -384987,6 +386858,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -384999,7 +386888,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -385015,7 +386905,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -406182,6 +408073,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406194,7 +408103,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -406484,9 +408394,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406500,6 +408428,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -406829,6 +408758,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -406841,7 +408788,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -407131,9 +409079,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407147,6 +409113,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -407352,6 +409319,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407364,7 +409349,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -407654,9 +409640,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -407670,6 +409674,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -416256,6 +418261,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -416324,6 +418347,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -416336,7 +418377,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -416352,7 +418394,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -447432,6 +449475,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -447444,7 +449505,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -447734,9 +449796,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -447750,6 +449830,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -562983,6 +565064,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -562995,7 +565094,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -719977,6 +722077,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -719991,7 +722109,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -720024,6 +722143,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -721826,6 +723963,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -721840,7 +723995,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -721873,6 +724029,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -803315,6 +805489,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -803327,7 +805519,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -808253,6 +810446,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -808265,7 +810476,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -818028,6 +820240,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -818040,7 +820270,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -836951,6 +839182,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -836963,7 +839212,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -841889,6 +844139,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -841901,7 +844169,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -846827,6 +849096,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -846839,7 +849126,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1020661,6 +1022949,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1020675,7 +1022981,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1020709,6 +1023016,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1021813,6 +1024138,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1021827,7 +1024170,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1021861,6 +1024205,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1022965,6 +1025327,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1022979,7 +1025359,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1023013,6 +1025394,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1024118,6 +1026517,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1024132,7 +1026549,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1024166,6 +1026584,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1025357,6 +1027793,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1025371,7 +1027825,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1025405,6 +1027860,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1026511,6 +1028984,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1026525,7 +1029016,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1026559,6 +1029051,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index df77082678..e814ddb153 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -888,6 +888,12 @@ paths: type: string parent: nullable: true + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -912,10 +918,11 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &281 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4442,7 +4449,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &545 + schema: &546 title: Scim Error description: Scim Error type: object @@ -12320,7 +12327,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &380 + instances_url: &381 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12355,7 +12362,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &381 + dismissed_reason: &382 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12364,13 +12371,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &382 + dismissed_comment: &383 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &383 + rule: &384 type: object properties: id: @@ -12409,7 +12416,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &384 + tool: &385 type: object properties: name: *90 @@ -12419,15 +12426,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &385 + most_recent_instance: &386 type: object properties: - ref: &378 + ref: &379 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &390 + analysis_key: &391 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12438,7 +12445,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &391 + category: &392 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13363,7 +13370,7 @@ paths: enum: - development - runtime - security_advisory: &413 + security_advisory: &414 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13594,7 +13601,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &414 + auto_dismissed_at: &415 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14039,14 +14046,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &536 + state: &537 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &537 + resolution: &538 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14592,7 +14599,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &457 + properties: &458 id: type: integer format: int64 @@ -14704,7 +14711,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &403 + properties: &404 url: type: string format: uri @@ -14774,7 +14781,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &404 + required: &405 - closed_issues - creator - description @@ -14853,7 +14860,7 @@ paths: timeline_url: type: string format: uri - type: &572 + type: &573 title: Issue Type description: The type of issue. type: object @@ -14964,7 +14971,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &569 + sub_issues_summary: &570 title: Sub-issues Summary type: object properties: @@ -14984,7 +14991,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &570 + issue_dependencies_summary: &571 title: Issue Dependencies Summary type: object properties: @@ -15003,7 +15010,7 @@ paths: - total_blocking issue_field_values: type: array - items: &571 + items: &572 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15063,7 +15070,7 @@ paths: - node_id - data_type - value - required: &458 + required: &459 - assignee - closed_at - comments @@ -15084,7 +15091,7 @@ paths: - user - created_at - updated_at - comment: &455 + comment: &456 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15646,7 +15653,7 @@ paths: url: type: string format: uri - user: &587 + user: &588 title: Public User description: Public User type: object @@ -20267,14 +20274,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &300 + - &301 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &301 + - &302 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20345,7 +20352,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &312 + '301': &313 description: Moved permanently content: application/json: @@ -20367,7 +20374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &486 + - &487 name: all description: If `true`, show notifications marked as read. in: query @@ -20375,7 +20382,7 @@ paths: schema: type: boolean default: false - - &487 + - &488 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20385,7 +20392,7 @@ paths: type: boolean default: false - *111 - - &488 + - &489 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20829,7 +20836,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -21375,7 +21382,7 @@ paths: type: array items: *70 examples: - default: &596 + default: &597 value: - login: github id: 1 @@ -22266,7 +22273,7 @@ paths: type: integer repository_cache_usages: type: array - items: &317 + items: &318 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22517,7 +22524,7 @@ paths: type: array items: *84 examples: - default: &593 + default: &594 value: total_count: 1 repositories: @@ -24318,7 +24325,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24347,7 +24354,7 @@ paths: - key_id - key examples: - default: &340 + default: &341 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24760,7 +24767,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *135 - - &324 + - &325 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25409,7 +25416,7 @@ paths: be returned. in: query required: false - schema: &379 + schema: &380 type: string description: Severity of a code scanning alert. enum: @@ -25906,7 +25913,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25923,7 +25930,7 @@ paths: - key_id - key examples: - default: &418 + default: &419 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26504,7 +26511,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &296 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26585,7 +26592,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &296 + default: &297 value: group_id: '123' group_name: Octocat admins @@ -26640,7 +26647,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26677,7 +26684,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &294 + default: &295 value: groups: - group_id: '123' @@ -27313,7 +27320,7 @@ paths: application/json: schema: *39 examples: - default: &452 + default: &453 value: id: 1 account: @@ -29662,6 +29669,22 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: &216 - id - node_id @@ -29673,7 +29696,24 @@ paths: - html_url - repositories_url - slug + - type nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -29685,6 +29725,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &278 @@ -30053,7 +30094,7 @@ paths: - nuget - container - *135 - - &597 + - &598 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30094,7 +30135,7 @@ paths: default: *219 '403': *43 '401': *41 - '400': &599 + '400': &600 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32547,7 +32588,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 title: Full Repository description: Full Repository type: object @@ -33045,7 +33086,7 @@ paths: - network_count - subscribers_count examples: - default: &313 + default: &314 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33617,7 +33658,7 @@ paths: - *135 - *4 - *5 - - &522 + - &523 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33891,7 +33932,7 @@ paths: - repository_property rules: type: array - items: &523 + items: &524 title: Repository Rule type: object description: A repository rule. @@ -34593,7 +34634,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &524 + - &525 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -34606,7 +34647,7 @@ paths: in: query schema: type: string - - &525 + - &526 name: time_period description: |- The time period to filter by. @@ -34622,14 +34663,14 @@ paths: - week - month default: day - - &526 + - &527 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &527 + - &528 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -34649,7 +34690,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Rule Suites description: Response type: array @@ -34703,7 +34744,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &529 + default: &530 value: - id: 21 actor_id: 12 @@ -34747,7 +34788,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &530 + - &531 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34763,7 +34804,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Rule Suite description: Response type: object @@ -34861,7 +34902,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &532 + default: &533 value: id: 21 actor_id: 12 @@ -35079,7 +35120,7 @@ paths: - *9 - *5 - *4 - - &534 + - &535 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -35089,7 +35130,7 @@ paths: required: false schema: type: string - - &535 + - &536 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -35261,7 +35302,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -35315,6 +35356,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives permissions @@ -35335,6 +35392,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *278 headers: @@ -35438,7 +35496,7 @@ paths: description: Response content: application/json: - schema: &281 + schema: &282 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -35726,11 +35784,23 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com + ldap_dn: *281 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -35742,13 +35812,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &282 + default: &283 value: id: 1 node_id: MDQ6VGVhbTE= @@ -35824,9 +35895,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 x-github: githubCloudOnly: false @@ -35910,16 +35981,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 '422': *35 '403': *43 @@ -35989,7 +36060,7 @@ paths: application/json: schema: type: array - items: &283 + items: &284 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -36088,7 +36159,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -36197,9 +36268,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: &284 + default: &285 value: author: login: octocat @@ -36273,7 +36344,7 @@ paths: parameters: - *135 - *214 - - &285 + - &286 name: discussion_number description: The number that identifies the discussion. in: path @@ -36285,9 +36356,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36311,7 +36382,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: false content: @@ -36334,9 +36405,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: &578 + default: &579 value: author: login: octocat @@ -36408,7 +36479,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 responses: '204': description: Response @@ -36436,7 +36507,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 - *9 - *4 - *5 @@ -36447,7 +36518,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -36519,7 +36590,7 @@ paths: - updated_at - url examples: - default: &579 + default: &580 value: - author: login: octocat @@ -36589,7 +36660,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: true content: @@ -36611,9 +36682,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &287 + default: &288 value: author: login: octocat @@ -36681,8 +36752,8 @@ paths: parameters: - *135 - *214 - - *285 - - &288 + - *286 + - &289 name: comment_number description: The number that identifies the comment. in: path @@ -36694,9 +36765,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36720,8 +36791,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -36743,9 +36814,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &580 + default: &581 value: author: login: octocat @@ -36811,8 +36882,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 responses: '204': description: Response @@ -36840,8 +36911,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -36867,7 +36938,7 @@ paths: application/json: schema: type: array - items: &289 + items: &290 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -36910,7 +36981,7 @@ paths: - content - created_at examples: - default: &291 + default: &292 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36962,8 +37033,8 @@ paths: parameters: - *135 - *214 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -36996,9 +37067,9 @@ paths: team discussion comment content: application/json: - schema: *289 + schema: *290 examples: - default: &290 + default: &291 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37027,9 +37098,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37054,9 +37125,9 @@ paths: parameters: - *135 - *214 - - *285 - - *288 - - &292 + - *286 + - *289 + - &293 name: reaction_id description: The unique identifier of the reaction. in: path @@ -37090,7 +37161,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -37116,9 +37187,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -37146,7 +37217,7 @@ paths: parameters: - *135 - *214 - - *285 + - *286 requestBody: required: true content: @@ -37178,16 +37249,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -37212,8 +37283,8 @@ paths: parameters: - *135 - *214 - - *285 - - *292 + - *286 + - *293 responses: '204': description: Response @@ -37243,9 +37314,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -37288,9 +37359,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -37395,7 +37466,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Team Membership description: Team Membership type: object @@ -37422,7 +37493,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &581 + response-if-user-is-a-team-maintainer: &582 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37485,9 +37556,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-users-membership-with-team-is-now-pending: &582 + response-if-users-membership-with-team-is-now-pending: &583 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37561,7 +37632,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Team Project description: A team's access to a project. type: object @@ -37629,7 +37700,7 @@ paths: - updated_at - permissions examples: - default: &583 + default: &584 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37692,7 +37763,7 @@ paths: parameters: - *135 - *214 - - &299 + - &300 name: project_id description: The unique identifier of the project. in: path @@ -37704,9 +37775,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &584 + default: &585 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37768,7 +37839,7 @@ paths: parameters: - *135 - *214 - - *299 + - *300 requestBody: required: false content: @@ -37834,7 +37905,7 @@ paths: parameters: - *135 - *214 - - *299 + - *300 responses: '204': description: Response @@ -37902,14 +37973,14 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &585 + schema: &586 title: Team Repository description: A team's access to a repository. type: object @@ -38480,8 +38551,8 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 requestBody: required: false content: @@ -38528,8 +38599,8 @@ paths: parameters: - *135 - *214 - - *300 - *301 + - *302 responses: '204': description: Response @@ -38564,9 +38635,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - response-if-child-teams-exist: &586 + response-if-child-teams-exist: &587 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -38693,7 +38764,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#get-a-project-card parameters: - - &303 + - &304 name: card_id description: The unique identifier of the card. in: path @@ -38705,7 +38776,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &305 title: Project Card description: Project cards represent a scope of work. type: object @@ -38772,7 +38843,7 @@ paths: - created_at - updated_at examples: - default: &305 + default: &306 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -38828,7 +38899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *303 + - *304 requestBody: required: false content: @@ -38855,9 +38926,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 '304': *42 '403': *43 '401': *41 @@ -38884,7 +38955,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#delete-a-project-card parameters: - - *303 + - *304 responses: '204': description: Response @@ -38928,7 +38999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#move-a-project-card parameters: - - *303 + - *304 requestBody: required: true content: @@ -39036,7 +39107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#get-a-project-column parameters: - - &306 + - &307 name: column_id description: The unique identifier of the column. in: path @@ -39048,7 +39119,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 title: Project Column description: Project columns contain cards of work. type: object @@ -39094,7 +39165,7 @@ paths: - created_at - updated_at examples: - default: &308 + default: &309 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39123,7 +39194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *306 + - *307 requestBody: required: true content: @@ -39147,9 +39218,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '304': *42 '403': *43 '401': *41 @@ -39168,7 +39239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#delete-a-project-column parameters: - - *306 + - *307 responses: '204': description: Response @@ -39194,7 +39265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#list-project-cards parameters: - - *306 + - *307 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -39215,7 +39286,7 @@ paths: application/json: schema: type: array - items: *304 + items: *305 examples: default: value: @@ -39274,7 +39345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#create-a-project-card parameters: - - *306 + - *307 requestBody: required: true content: @@ -39314,9 +39385,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 '304': *42 '403': *43 '401': *41 @@ -39369,7 +39440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#move-a-project-column parameters: - - *306 + - *307 requestBody: required: true content: @@ -39425,7 +39496,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#get-a-project parameters: - - *299 + - *300 responses: '200': description: Response @@ -39433,7 +39504,7 @@ paths: application/json: schema: *236 examples: - default: &309 + default: &310 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -39486,7 +39557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#update-a-project parameters: - - *299 + - *300 requestBody: required: false content: @@ -39534,7 +39605,7 @@ paths: application/json: schema: *236 examples: - default: *309 + default: *310 '404': description: Not Found if the authenticated user does not have access to the project @@ -39573,7 +39644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#delete-a-project parameters: - - *299 + - *300 responses: '204': description: Delete Success @@ -39617,7 +39688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *299 + - *300 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -39669,7 +39740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *299 + - *300 - *8 requestBody: required: false @@ -39717,7 +39788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *299 + - *300 - *8 responses: '204': @@ -39746,7 +39817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *299 + - *300 - *8 responses: '200': @@ -39814,7 +39885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#list-project-columns parameters: - - *299 + - *300 - *4 - *5 responses: @@ -39824,7 +39895,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -39856,7 +39927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#create-a-project-column parameters: - - *299 + - *300 requestBody: required: true content: @@ -39879,7 +39950,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -39941,7 +40012,7 @@ paths: resources: type: object properties: - core: &310 + core: &311 title: Rate Limit type: object properties: @@ -39958,20 +40029,20 @@ paths: - remaining - reset - used - graphql: *310 - search: *310 - code_search: *310 - source_import: *310 - integration_manifest: *310 - code_scanning_upload: *310 - actions_runner_registration: *310 - scim: *310 - dependency_sbom: *310 - code_scanning_autofix: *310 + graphql: *311 + search: *311 + code_search: *311 + source_import: *311 + integration_manifest: *311 + code_scanning_upload: *311 + actions_runner_registration: *311 + scim: *311 + dependency_sbom: *311 + code_scanning_autofix: *311 required: - core - search - rate: *310 + rate: *311 required: - rate - resources @@ -40076,14 +40147,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: default-response: summary: Default response @@ -40582,7 +40653,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *312 + '301': *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40600,8 +40671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -40817,10 +40888,10 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 - '307': &314 + default: *314 + '307': &315 description: Temporary Redirect content: application/json: @@ -40865,8 +40936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -40888,7 +40959,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository - '307': *314 + '307': *315 '404': *26 '409': *140 x-github: @@ -40912,11 +40983,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - - &331 + - &332 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -40939,7 +41010,7 @@ paths: type: integer artifacts: type: array - items: &315 + items: &316 title: Artifact description: An artifact type: object @@ -41010,7 +41081,7 @@ paths: - expires_at - updated_at examples: - default: &332 + default: &333 value: total_count: 2 artifacts: @@ -41069,9 +41140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *300 - *301 - - &316 + - *302 + - &317 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41083,7 +41154,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *316 examples: default: value: @@ -41120,9 +41191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *300 - *301 - - *316 + - *302 + - *317 responses: '204': description: Response @@ -41146,9 +41217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *300 - *301 - - *316 + - *302 + - *317 - name: archive_format in: path required: true @@ -41185,14 +41256,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -41218,14 +41289,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &318 + schema: &319 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -41237,7 +41308,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &319 + default: &320 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -41258,8 +41329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -41267,9 +41338,9 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: - selected_actions: *319 + selected_actions: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41289,11 +41360,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - - &320 + - &321 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -41327,7 +41398,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 title: Repository actions caches description: Repository actions caches type: object @@ -41369,7 +41440,7 @@ paths: - total_count - actions_caches examples: - default: &322 + default: &323 value: total_count: 1 actions_caches: @@ -41401,23 +41472,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *300 - *301 + - *302 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41437,8 +41508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *300 - *301 + - *302 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -41469,9 +41540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *300 - *301 - - &323 + - *302 + - &324 name: job_id description: The unique identifier of the job. in: path @@ -41483,7 +41554,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &336 title: Job description: Information of a job execution in a workflow run type: object @@ -41790,9 +41861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *300 - *301 - - *323 + - *302 + - *324 responses: '302': description: Response @@ -41820,9 +41891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *300 - *301 - - *323 + - *302 + - *324 requestBody: required: false content: @@ -41867,8 +41938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Status response @@ -41918,8 +41989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -41982,8 +42053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -42001,7 +42072,7 @@ paths: type: integer secrets: type: array - items: &337 + items: &338 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42021,7 +42092,7 @@ paths: - created_at - updated_at examples: - default: &338 + default: &339 value: total_count: 2 secrets: @@ -42054,9 +42125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *300 - *301 - - *324 + - *302 + - *325 - *5 responses: '200': @@ -42073,7 +42144,7 @@ paths: type: integer variables: type: array - items: &341 + items: &342 title: Actions Variable type: object properties: @@ -42103,7 +42174,7 @@ paths: - created_at - updated_at examples: - default: &342 + default: &343 value: total_count: 2 variables: @@ -42136,8 +42207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42146,7 +42217,7 @@ paths: schema: type: object properties: - enabled: &325 + enabled: &326 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -42179,8 +42250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -42191,7 +42262,7 @@ paths: schema: type: object properties: - enabled: *325 + enabled: *326 allowed_actions: *69 required: - enabled @@ -42222,14 +42293,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &326 + schema: &327 type: object properties: access_level: @@ -42247,7 +42318,7 @@ paths: required: - access_level examples: - default: &327 + default: &328 value: access_level: organization x-github: @@ -42272,15 +42343,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: application/json: - schema: *326 + schema: *327 examples: - default: *327 + default: *328 responses: '204': description: Response @@ -42304,8 +42375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42336,8 +42407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -42369,8 +42440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42399,8 +42470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Success response @@ -42440,8 +42511,8 @@ paths: in: query schema: type: string - - *300 - *301 + - *302 - *4 - *5 responses: @@ -42485,8 +42556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -42518,8 +42589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -42593,8 +42664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -42630,8 +42701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -42661,8 +42732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': @@ -42692,8 +42763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '204': @@ -42720,8 +42791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': *87 @@ -42746,8 +42817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 requestBody: required: true @@ -42796,8 +42867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 requestBody: required: true @@ -42847,8 +42918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 responses: '200': *160 @@ -42878,8 +42949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *300 - *301 + - *302 - *81 - *161 responses: @@ -42909,9 +42980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *300 - *301 - - &345 + - *302 + - &346 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -42919,7 +42990,7 @@ paths: required: false schema: type: string - - &346 + - &347 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -42927,7 +42998,7 @@ paths: required: false schema: type: string - - &347 + - &348 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -42936,7 +43007,7 @@ paths: required: false schema: type: string - - &348 + - &349 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -42963,7 +43034,7 @@ paths: - pending - *4 - *5 - - &349 + - &350 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.14/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -42972,7 +43043,7 @@ paths: schema: type: string format: date-time - - &328 + - &329 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -42981,13 +43052,13 @@ paths: schema: type: boolean default: false - - &350 + - &351 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &351 + - &352 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43010,7 +43081,7 @@ paths: type: integer workflow_runs: type: array - items: &329 + items: &330 title: Workflow Run description: An invocation of a workflow type: object @@ -43105,7 +43176,7 @@ paths: that triggered the run. type: array nullable: true - items: &369 + items: &370 title: Pull Request Minimal type: object properties: @@ -43224,7 +43295,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &373 + properties: &374 id: type: string description: SHA for the commit @@ -43275,7 +43346,7 @@ paths: - name - email nullable: true - required: &374 + required: &375 - id - tree_id - message @@ -43322,7 +43393,7 @@ paths: - workflow_url - pull_requests examples: - default: &352 + default: &353 value: total_count: 1 workflow_runs: @@ -43558,24 +43629,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *300 - *301 - - &330 + - *302 + - &331 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *328 + - *329 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &333 + default: &334 value: id: 30433642 name: Build @@ -43816,9 +43887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '204': description: Response @@ -43841,9 +43912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '200': description: Response @@ -43964,12 +44035,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *300 - *301 - - *330 + - *302 + - *331 - *4 - *5 - - *331 + - *332 responses: '200': description: Response @@ -43985,9 +44056,9 @@ paths: type: integer artifacts: type: array - items: *315 + items: *316 examples: - default: *332 + default: *333 headers: Link: *6 x-github: @@ -44011,25 +44082,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *300 - *301 - - *330 - - &334 + - *302 + - *331 + - &335 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *328 + - *329 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44052,10 +44123,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *300 - *301 - - *330 - - *334 + - *302 + - *331 + - *335 - *4 - *5 responses: @@ -44073,9 +44144,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *336 examples: - default: &336 + default: &337 value: total_count: 1 jobs: @@ -44188,10 +44259,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *300 - *301 - - *330 - - *334 + - *302 + - *331 + - *335 responses: '302': description: Response @@ -44219,9 +44290,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '202': description: Response @@ -44254,9 +44325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: true content: @@ -44323,9 +44394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '202': description: Response @@ -44358,9 +44429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -44390,9 +44461,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *336 examples: - default: *336 + default: *337 headers: Link: *6 x-github: @@ -44417,9 +44488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '302': description: Response @@ -44446,9 +44517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '204': description: Response @@ -44475,9 +44546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 responses: '200': description: Response @@ -44537,7 +44608,7 @@ paths: items: type: object properties: - type: &426 + type: &427 type: string description: The type of reviewer. enum: @@ -44547,7 +44618,7 @@ paths: reviewer: anyOf: - *19 - - *302 + - *303 required: - environment - wait_timer @@ -44622,9 +44693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: true content: @@ -44671,7 +44742,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -44777,7 +44848,7 @@ paths: - created_at - updated_at examples: - default: &422 + default: &423 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -44833,9 +44904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: false content: @@ -44879,9 +44950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *300 - *301 - - *330 + - *302 + - *331 requestBody: required: false content: @@ -44928,8 +44999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -44947,9 +45018,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *338 examples: - default: *338 + default: *339 headers: Link: *6 x-github: @@ -44974,16 +45045,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45005,17 +45076,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &439 + default: &440 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45041,8 +45112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 requestBody: required: true @@ -45100,8 +45171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '204': @@ -45127,9 +45198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *300 - *301 - - *324 + - *302 + - *325 - *5 responses: '200': @@ -45146,9 +45217,9 @@ paths: type: integer variables: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *6 x-github: @@ -45171,8 +45242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -45224,17 +45295,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &440 + default: &441 value: name: USERNAME value: octocat @@ -45260,8 +45331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 requestBody: required: true @@ -45304,8 +45375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *300 - *301 + - *302 - *166 responses: '204': @@ -45331,8 +45402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -45350,7 +45421,7 @@ paths: type: integer workflows: type: array - items: &343 + items: &344 title: Workflow description: A GitHub Actions workflow type: object @@ -45457,9 +45528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *300 - *301 - - &344 + - *302 + - &345 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -45474,7 +45545,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: default: value: @@ -45507,9 +45578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45534,9 +45605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45587,9 +45658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *300 - *301 - - *344 + - *302 + - *345 responses: '204': description: Response @@ -45616,19 +45687,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *300 - *301 - - *344 + - *302 - *345 - *346 - *347 - *348 + - *349 - *4 - *5 - - *349 - - *328 - *350 + - *329 - *351 + - *352 responses: '200': description: Response @@ -45644,9 +45715,9 @@ paths: type: integer workflow_runs: type: array - items: *329 + items: *330 examples: - default: *352 + default: *353 headers: Link: *6 x-github: @@ -45669,8 +45740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *300 - *301 + - *302 - *9 - *4 - *88 @@ -45834,8 +45905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -45872,8 +45943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *300 - *301 + - *302 - name: assignee in: path required: true @@ -45907,8 +45978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -45916,7 +45987,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Autolink reference description: An autolink reference. type: object @@ -45970,8 +46041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -46010,9 +46081,9 @@ paths: description: response content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 key_prefix: TICKET- @@ -46043,9 +46114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *300 - *301 - - &355 + - *302 + - &356 name: autolink_id description: The unique identifier of the autolink. in: path @@ -46057,9 +46128,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *26 x-github: githubCloudOnly: false @@ -46079,9 +46150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *300 - *301 - - *355 + - *302 + - *356 responses: '204': description: Response @@ -46105,8 +46176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response if Dependabot is enabled @@ -46153,8 +46224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *300 - *301 + - *302 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -46192,7 +46263,7 @@ paths: - url protected: type: boolean - protection: &357 + protection: &358 title: Branch Protection description: Branch Protection type: object @@ -46234,7 +46305,7 @@ paths: required: - contexts - checks - enforce_admins: &360 + enforce_admins: &361 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -46249,7 +46320,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &362 + required_pull_request_reviews: &363 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -46270,7 +46341,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *302 + items: *303 apps: description: The list of apps with review dismissal access. @@ -46299,7 +46370,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *302 + items: *303 apps: description: The list of apps allowed to bypass pull request requirements. @@ -46325,7 +46396,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &359 + restrictions: &360 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -46388,7 +46459,7 @@ paths: type: string teams: type: array - items: *302 + items: *303 apps: type: array items: @@ -46602,9 +46673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *300 - *301 - - &358 + - *302 + - &359 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.14/graphql). @@ -46618,14 +46689,14 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &399 + commit: &400 title: Commit description: Commit type: object @@ -46659,7 +46730,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &356 + properties: &357 name: type: string example: '"Chris Wanstrath"' @@ -46674,7 +46745,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true message: type: string @@ -46695,7 +46766,7 @@ paths: required: - sha - url - verification: &446 + verification: &447 title: Verification type: object properties: @@ -46761,7 +46832,7 @@ paths: type: integer files: type: array - items: &410 + items: &411 title: Diff Entry description: Diff Entry type: object @@ -46845,7 +46916,7 @@ paths: - self protected: type: boolean - protection: *357 + protection: *358 protection_url: type: string format: uri @@ -46949,7 +47020,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *312 + '301': *313 '404': *26 x-github: githubCloudOnly: false @@ -46971,15 +47042,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -47173,9 +47244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -47430,7 +47501,7 @@ paths: url: type: string format: uri - required_status_checks: &365 + required_status_checks: &366 title: Status Check Policy description: Status Check Policy type: object @@ -47506,7 +47577,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 apps: type: array items: *25 @@ -47524,7 +47595,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 apps: type: array items: *25 @@ -47582,7 +47653,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *359 + restrictions: *360 required_conversation_resolution: type: object properties: @@ -47694,9 +47765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -47721,17 +47792,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -47753,17 +47824,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47782,9 +47853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -47809,17 +47880,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -47915,9 +47986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48015,9 +48086,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *35 x-github: githubCloudOnly: false @@ -48038,9 +48109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48067,17 +48138,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &364 + default: &365 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -48100,17 +48171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *364 + default: *365 '404': *26 x-github: githubCloudOnly: false @@ -48130,9 +48201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48157,17 +48228,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: &366 + default: &367 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -48193,9 +48264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48247,9 +48318,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '404': *26 '422': *35 x-github: @@ -48271,9 +48342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48297,9 +48368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48333,9 +48404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48402,9 +48473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48468,9 +48539,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: content: application/json: @@ -48536,15 +48607,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -48635,9 +48706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '204': description: Response @@ -48660,9 +48731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48672,7 +48743,7 @@ paths: type: array items: *25 examples: - default: &367 + default: &368 value: - id: 1 slug: octoapp @@ -48729,9 +48800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48765,7 +48836,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48786,9 +48857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48822,7 +48893,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48843,9 +48914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -48879,7 +48950,7 @@ paths: type: array items: *25 examples: - default: *367 + default: *368 '422': *35 x-github: githubCloudOnly: false @@ -48901,9 +48972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -48911,7 +48982,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '404': *26 @@ -48933,9 +49004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -48971,7 +49042,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -48994,9 +49065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: false content: @@ -49032,7 +49103,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -49055,9 +49126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: content: application/json: @@ -49092,7 +49163,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 '422': *35 @@ -49116,9 +49187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 responses: '200': description: Response @@ -49152,9 +49223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49212,9 +49283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49272,9 +49343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49334,9 +49405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 requestBody: required: true content: @@ -49358,7 +49429,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -49471,8 +49542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -49751,7 +49822,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: CheckRun description: A check performed on the code of a given code change type: object @@ -49870,8 +49941,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *369 - deployment: &622 + items: *370 + deployment: &623 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -50151,9 +50222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *300 - *301 - - &371 + - *302 + - &372 name: check_run_id description: The unique identifier of the check run. in: path @@ -50165,9 +50236,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: &372 + default: &373 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -50267,9 +50338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *300 - *301 - - *371 + - *302 + - *372 requestBody: required: true content: @@ -50509,9 +50580,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50531,9 +50602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *300 - *301 - - *371 + - *302 + - *372 - *4 - *5 responses: @@ -50628,9 +50699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *300 - *301 - - *371 + - *302 + - *372 responses: '201': description: Response @@ -50674,8 +50745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -50697,7 +50768,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &375 + schema: &376 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -50761,7 +50832,7 @@ paths: nullable: true pull_requests: type: array - items: *369 + items: *370 nullable: true app: title: GitHub app @@ -50787,8 +50858,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *373 - required: *374 + properties: *374 + required: *375 latest_check_runs_count: type: integer check_runs_url: @@ -50816,7 +50887,7 @@ paths: - check_runs_url - pull_requests examples: - default: &376 + default: &377 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -51107,9 +51178,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51128,8 +51199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -51438,9 +51509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *300 - *301 - - &377 + - *302 + - &378 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -51452,9 +51523,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51477,17 +51548,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *300 - *301 - - *377 - - &407 + - *302 + - *378 + - &408 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &408 + - &409 name: status description: Returns check runs with the specified `status`. in: query @@ -51526,9 +51597,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *371 examples: - default: &409 + default: &410 value: total_count: 1 check_runs: @@ -51630,9 +51701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *300 - *301 - - *377 + - *302 + - *378 responses: '201': description: Response @@ -51665,20 +51736,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *178 - *179 - *5 - *4 - - &389 + - &390 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *378 + schema: *379 - *9 - name: sort description: The property by which to sort the results. @@ -51701,7 +51772,7 @@ paths: be returned. in: query required: false - schema: *379 + schema: *380 responses: '200': description: Response @@ -51717,7 +51788,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *380 + instances_url: *381 state: *92 fixed_at: *102 dismissed_by: @@ -51728,11 +51799,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *381 - dismissed_comment: *382 - rule: *383 - tool: *384 - most_recent_instance: *385 + dismissed_reason: *382 + dismissed_comment: *383 + rule: *384 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -51855,7 +51926,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': &386 + '403': &387 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -51882,9 +51953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *300 - *301 - - &387 + - *302 + - &388 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -51898,7 +51969,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 type: object properties: number: *93 @@ -51906,7 +51977,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *380 + instances_url: *381 state: *92 fixed_at: *102 dismissed_by: @@ -51917,8 +51988,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *381 - dismissed_comment: *382 + dismissed_reason: *382 + dismissed_comment: *383 rule: type: object properties: @@ -51972,8 +52043,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *384 - most_recent_instance: *385 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -52069,7 +52140,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52089,9 +52160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 requestBody: required: true content: @@ -52106,8 +52177,8 @@ paths: enum: - open - dismissed - dismissed_reason: *381 - dismissed_comment: *382 + dismissed_reason: *382 + dismissed_comment: *383 required: - state examples: @@ -52122,7 +52193,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -52198,7 +52269,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &394 + '403': &395 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -52225,12 +52296,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 - *5 - *4 - - *389 + - *390 responses: '200': description: Response @@ -52238,7 +52309,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -52277,7 +52348,7 @@ paths: end_column: 50 classifications: - source - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52311,8 +52382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *300 - *301 + - *302 - *178 - *179 - *5 @@ -52323,12 +52394,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *378 + schema: *379 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &392 + schema: &393 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -52349,23 +52420,23 @@ paths: application/json: schema: type: array - items: &393 + items: &394 type: object properties: - ref: *378 - commit_sha: &395 + ref: *379 + commit_sha: &396 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *390 + analysis_key: *391 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *391 + category: *392 error: type: string example: error reading field xyz @@ -52389,8 +52460,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *392 - tool: *384 + sarif_id: *393 + tool: *385 deletable: type: boolean warning: @@ -52451,7 +52522,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52487,8 +52558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *300 - *301 + - *302 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52501,7 +52572,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: response: summary: application/json response @@ -52555,7 +52626,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52637,8 +52708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *300 - *301 + - *302 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52691,7 +52762,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *34 - '403': *394 + '403': *395 '404': *26 '503': *104 x-github: @@ -52713,8 +52784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -52776,7 +52847,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *386 + '403': *387 '404': *26 '503': *104 x-github: @@ -52797,8 +52868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -52869,7 +52940,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *394 + '403': *395 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -52940,8 +53011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -52949,7 +53020,7 @@ paths: schema: type: object properties: - commit_sha: *395 + commit_sha: *396 ref: type: string description: |- @@ -53002,7 +53073,7 @@ paths: schema: type: object properties: - id: *392 + id: *393 url: type: string description: The REST API URL for checking the status of the upload. @@ -53016,7 +53087,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *394 + '403': *395 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -53039,8 +53110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *300 - *301 + - *302 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -53086,7 +53157,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *386 + '403': *387 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -53111,8 +53182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *300 - *301 + - *302 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -53235,8 +53306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *300 - *301 + - *302 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53278,7 +53349,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &396 + properties: &397 login: type: string example: octocat @@ -53371,7 +53442,7 @@ paths: user_view_type: type: string example: public - required: &397 + required: &398 - avatar_url - events_url - followers_url @@ -53444,8 +53515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 responses: '204': @@ -53482,8 +53553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 requestBody: required: false @@ -53553,8 +53624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *300 - *301 + - *302 - *8 responses: '204': @@ -53586,8 +53657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *300 - *301 + - *302 - *8 responses: '200': @@ -53608,8 +53679,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *396 - required: *397 + properties: *397 + required: *398 nullable: true required: - permission @@ -53664,8 +53735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -53675,7 +53746,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Commit Comment description: Commit Comment type: object @@ -53733,7 +53804,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -53792,17 +53863,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &402 + default: &403 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -53859,8 +53930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -53883,7 +53954,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -53934,8 +54005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -53957,8 +54028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -53985,9 +54056,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -54008,8 +54079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -54042,16 +54113,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -54073,10 +54144,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -54125,8 +54196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *300 - *301 + - *302 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54182,9 +54253,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54277,9 +54348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *300 - *301 - - &400 + - *302 + - &401 name: commit_sha description: The SHA of the commit. in: path @@ -54351,9 +54422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *300 - *301 - - *400 + - *302 + - *401 - *4 - *5 responses: @@ -54363,9 +54434,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *401 + default: *402 headers: Link: *6 x-github: @@ -54393,9 +54464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *300 - *301 - - *400 + - *302 + - *401 requestBody: required: true content: @@ -54430,9 +54501,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *402 + default: *403 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54460,9 +54531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *300 - *301 - - *400 + - *302 + - *401 - *4 - *5 responses: @@ -54472,7 +54543,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Pull Request Simple description: Pull Request Simple type: object @@ -54578,8 +54649,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -54624,7 +54695,7 @@ paths: nullable: true requested_teams: type: array - items: *302 + items: *303 nullable: true head: type: object @@ -54675,7 +54746,7 @@ paths: _links: type: object properties: - comments: &405 + comments: &406 title: Link description: Hypermedia Link type: object @@ -54684,13 +54755,13 @@ paths: type: string required: - href - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -54701,7 +54772,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &499 + auto_merge: &500 title: Auto merge description: The status of auto merging a pull request. type: object @@ -54764,7 +54835,7 @@ paths: - author_association - auto_merge examples: - default: &498 + default: &499 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55301,11 +55372,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *300 - *301 + - *302 - *5 - *4 - - &406 + - &407 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -55320,9 +55391,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &482 + default: &483 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55432,11 +55503,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *300 - *301 - - *406 + - *302 - *407 - *408 + - *409 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55470,9 +55541,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *371 examples: - default: *409 + default: *410 headers: Link: *6 x-github: @@ -55497,9 +55568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55507,7 +55578,7 @@ paths: schema: type: integer example: 1 - - *407 + - *408 - *4 - *5 responses: @@ -55525,7 +55596,7 @@ paths: type: integer check_suites: type: array - items: *375 + items: *376 examples: default: value: @@ -55725,9 +55796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - *4 - *5 responses: @@ -55925,9 +55996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *300 - *301 - - *406 + - *302 + - *407 - *4 - *5 responses: @@ -55937,7 +56008,7 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Status description: The status of a commit. type: object @@ -56018,7 +56089,7 @@ paths: site_admin: false headers: Link: *6 - '301': *312 + '301': *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56086,8 +56157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *300 - *301 + - *302 - *5 - *4 - name: basehead @@ -56130,8 +56201,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *399 - merge_base_commit: *399 + base_commit: *400 + merge_base_commit: *400 status: type: string enum: @@ -56151,10 +56222,10 @@ paths: example: 6 commits: type: array - items: *399 + items: *400 files: type: array - items: *410 + items: *411 required: - url - html_url @@ -56433,8 +56504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -56577,7 +56648,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &411 + response-if-content-is-a-file: &412 summary: Response if content is a file value: type: file @@ -56709,7 +56780,7 @@ paths: - size - type - url - - &512 + - &513 title: Content File description: Content File type: object @@ -56910,7 +56981,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *411 + response-if-content-is-a-file: *412 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -56979,7 +57050,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &516 + '302': &517 description: Found '304': *42 x-github: @@ -57003,8 +57074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -57097,7 +57168,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: File Commit description: File Commit type: object @@ -57243,7 +57314,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: example-for-creating-a-file: value: @@ -57294,7 +57365,7 @@ paths: schema: oneOf: - *24 - - &441 + - &442 description: Repository rule violation was detected type: object properties: @@ -57347,8 +57418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *300 - *301 + - *302 - name: path description: path parameter in: path @@ -57409,7 +57480,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -57460,8 +57531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *300 - *301 + - *302 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -57584,8 +57655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *186 - *187 - *188 @@ -57607,7 +57678,7 @@ paths: application/json: schema: type: array - items: &415 + items: &416 type: object description: A Dependabot alert. properties: @@ -57640,7 +57711,7 @@ paths: enum: - development - runtime - security_advisory: *413 + security_advisory: *414 security_vulnerability: *96 url: *97 html_url: *98 @@ -57671,7 +57742,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *414 + auto_dismissed_at: *415 required: - number - state @@ -57898,9 +57969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *300 - *301 - - &416 + - *302 + - &417 name: alert_number in: path description: |- @@ -57915,7 +57986,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58019,9 +58090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *300 - *301 - - *416 + - *302 + - *417 requestBody: required: true content: @@ -58066,7 +58137,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58195,8 +58266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -58214,7 +58285,7 @@ paths: type: integer secrets: type: array - items: &419 + items: &420 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58267,16 +58338,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58296,15 +58367,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -58330,8 +58401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 requestBody: required: true @@ -58384,8 +58455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *300 - *301 + - *302 - *163 responses: '204': @@ -58408,8 +58479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *300 - *301 + - *302 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -58569,8 +58640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -58795,8 +58866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -58871,7 +58942,7 @@ paths: - version - url additionalProperties: false - metadata: &420 + metadata: &421 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -58904,7 +58975,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *420 + metadata: *421 resolved: type: object description: A collection of resolved package dependencies. @@ -58917,7 +58988,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *420 + metadata: *421 relationship: type: string description: A notation of whether a dependency is requested @@ -59046,8 +59117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *300 - *301 + - *302 - name: sha description: The SHA recorded at creation time. in: query @@ -59087,9 +59158,9 @@ paths: application/json: schema: type: array - items: *421 + items: *422 examples: - default: *422 + default: *423 headers: Link: *6 x-github: @@ -59155,8 +59226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -59237,7 +59308,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: simple-example: summary: Simple example @@ -59310,9 +59381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *300 - *301 - - &423 + - *302 + - &424 name: deployment_id description: deployment_id parameter in: path @@ -59324,7 +59395,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -59389,9 +59460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *300 - *301 - - *423 + - *302 + - *424 responses: '204': description: Response @@ -59413,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *300 - *301 - - *423 + - *302 + - *424 - *4 - *5 responses: @@ -59425,7 +59496,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Deployment Status description: The status of a deployment. type: object @@ -59586,9 +59657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *300 - *301 - - *423 + - *302 + - *424 requestBody: required: true content: @@ -59663,9 +59734,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -59721,9 +59792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *300 - *301 - - *423 + - *302 + - *424 - name: status_id in: path required: true @@ -59734,9 +59805,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '404': *26 x-github: githubCloudOnly: false @@ -59761,8 +59832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -59819,8 +59890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -59837,7 +59908,7 @@ paths: type: integer environments: type: array - items: &427 + items: &428 title: Environment description: Details of a deployment environment type: object @@ -59889,7 +59960,7 @@ paths: type: type: string example: wait_timer - wait_timer: &429 + wait_timer: &430 type: integer example: 30 description: The amount of time to delay a job after @@ -59926,11 +59997,11 @@ paths: items: type: object properties: - type: *426 + type: *427 reviewer: anyOf: - *19 - - *302 + - *303 required: - id - node_id @@ -59950,7 +60021,7 @@ paths: - id - node_id - type - deployment_branch_policy: &430 + deployment_branch_policy: &431 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -60065,9 +60136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *300 - *301 - - &428 + - *302 + - &429 name: environment_name in: path required: true @@ -60080,9 +60151,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &431 + default: &432 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60165,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: false content: @@ -60176,7 +60247,7 @@ paths: type: object nullable: true properties: - wait_timer: *429 + wait_timer: *430 prevent_self_review: type: boolean example: false @@ -60193,13 +60264,13 @@ paths: items: type: object properties: - type: *426 + type: *427 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *430 + deployment_branch_policy: *431 additionalProperties: false examples: default: @@ -60219,9 +60290,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *431 + default: *432 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60245,9 +60316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *300 - *301 - - *428 + - *302 + - *429 responses: '204': description: Default response @@ -60272,9 +60343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *4 - *5 responses: @@ -60292,7 +60363,7 @@ paths: example: 2 branch_policies: type: array - items: &432 + items: &433 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60349,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: true content: @@ -60397,9 +60468,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - example-wildcard: &433 + example-wildcard: &434 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60441,10 +60512,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - &434 + - *302 + - *429 + - &435 name: branch_policy_id in: path required: true @@ -60456,9 +60527,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60477,10 +60548,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - *434 + - *302 + - *429 + - *435 requestBody: required: true content: @@ -60508,9 +60579,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60529,10 +60600,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *300 - *301 - - *428 - - *434 + - *302 + - *429 + - *435 responses: '204': description: Response @@ -60557,9 +60628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 responses: '200': description: List of deployment protection rules @@ -60575,7 +60646,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &435 + items: &436 title: Deployment protection rule description: Deployment protection rule type: object @@ -60594,7 +60665,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &436 + app: &437 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -60693,9 +60764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 requestBody: content: application/json: @@ -60716,9 +60787,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *435 + schema: *436 examples: - default: &437 + default: &438 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -60753,9 +60824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 - *5 - *4 responses: @@ -60774,7 +60845,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *436 + items: *437 examples: default: value: @@ -60809,10 +60880,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *300 - *301 - - *428 - - &438 + - *302 + - *429 + - &439 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -60824,9 +60895,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60847,10 +60918,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *428 + - *429 + - *302 - *301 - - *300 - - *438 + - *439 responses: '204': description: Response @@ -60876,9 +60947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *4 - *5 responses: @@ -60896,9 +60967,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *338 examples: - default: *338 + default: *339 headers: Link: *6 x-github: @@ -60923,17 +60994,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *300 - *301 - - *428 + - *302 + - *429 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60955,18 +61026,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60988,9 +61059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 requestBody: required: true @@ -61048,9 +61119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *163 responses: '204': @@ -61076,10 +61147,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *300 - *301 - - *428 - - *324 + - *302 + - *429 + - *325 - *5 responses: '200': @@ -61096,9 +61167,9 @@ paths: type: integer variables: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *6 x-github: @@ -61121,9 +61192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *300 - *301 - - *428 + - *302 + - *429 requestBody: required: true content: @@ -61175,18 +61246,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *300 - *301 - - *428 + - *302 + - *429 - *166 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61207,10 +61278,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *300 - *301 + - *302 - *166 - - *428 + - *429 requestBody: required: true content: @@ -61252,10 +61323,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *300 - *301 + - *302 - *166 - - *428 + - *429 responses: '204': description: Response @@ -61277,8 +61348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -61355,8 +61426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *300 - *301 + - *302 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61515,8 +61586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -61548,9 +61619,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 '400': *34 '422': *35 '403': *43 @@ -61571,8 +61642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -61632,7 +61703,7 @@ paths: schema: oneOf: - *138 - - *441 + - *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61657,8 +61728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *300 - *301 + - *302 - name: file_sha in: path required: true @@ -61757,8 +61828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -61867,7 +61938,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62074,15 +62145,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *300 - *301 - - *400 + - *302 + - *401 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -62135,9 +62206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *300 - *301 - - &443 + - *302 + - &444 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -62154,7 +62225,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Git Reference description: Git references within a repository type: object @@ -62229,17 +62300,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62268,8 +62339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62298,9 +62369,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62326,9 +62397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 requestBody: required: true content: @@ -62357,9 +62428,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '422': *35 '409': *140 x-github: @@ -62377,9 +62448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *300 - *301 - - *443 + - *302 + - *444 responses: '204': description: Response @@ -62434,8 +62505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62502,7 +62573,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Git Tag description: Metadata for a Git tag type: object @@ -62553,7 +62624,7 @@ paths: - sha - type - url - verification: *446 + verification: *447 required: - sha - url @@ -62563,7 +62634,7 @@ paths: - tag - message examples: - default: &448 + default: &449 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -62633,8 +62704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *300 - *301 + - *302 - name: tag_sha in: path required: true @@ -62645,9 +62716,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '404': *26 '409': *140 x-github: @@ -62671,8 +62742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -62745,7 +62816,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &450 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -62841,8 +62912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *300 - *301 + - *302 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -62865,7 +62936,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default-response: summary: Default response @@ -62924,8 +62995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -62935,7 +63006,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: Webhook description: Webhooks for repositories. type: object @@ -62989,7 +63060,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &652 + last_response: &653 title: Hook Response type: object properties: @@ -63063,8 +63134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -63116,9 +63187,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &451 + default: &452 value: type: Repository id: 12345678 @@ -63166,17 +63237,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '404': *26 x-github: githubCloudOnly: false @@ -63196,8 +63267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 requestBody: required: true @@ -63243,9 +63314,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '422': *35 '404': *26 x-github: @@ -63266,8 +63337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63292,8 +63363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *300 - *301 + - *302 - *3 responses: '200': @@ -63321,8 +63392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *300 - *301 + - *302 - *3 requestBody: required: false @@ -63367,8 +63438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *4 - *202 @@ -63400,8 +63471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *36 responses: @@ -63430,8 +63501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 - *36 responses: @@ -63455,8 +63526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63482,8 +63553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *300 - *301 + - *302 - *3 responses: '204': @@ -63508,8 +63579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -63517,8 +63588,8 @@ paths: application/json: schema: *39 examples: - default: *452 - '301': *312 + default: *453 + '301': *313 '404': *26 x-github: githubCloudOnly: false @@ -63537,8 +63608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -63548,7 +63619,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -63611,7 +63682,7 @@ paths: - html_url - created_at examples: - default: &601 + default: &602 value: - id: 1 repository: @@ -63742,9 +63813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *300 - *301 - - &454 + - *302 + - &455 name: invitation_id description: The unique identifier of the invitation. in: path @@ -63779,7 +63850,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -63910,9 +63981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *300 - *301 - - *454 + - *302 + - *455 responses: '204': description: Response @@ -63943,8 +64014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *300 - *301 + - *302 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -64165,7 +64236,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *312 + '301': *313 '422': *35 '404': *26 x-github: @@ -64194,8 +64265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -64279,7 +64350,7 @@ paths: application/json: schema: *121 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -64463,9 +64534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *300 - *301 - - &505 + - *302 + - &506 name: sort description: The property to sort the results by. in: query @@ -64495,9 +64566,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -64555,17 +64626,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -64619,8 +64690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -64643,9 +64714,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *35 x-github: githubCloudOnly: false @@ -64663,8 +64734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -64685,8 +64756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -64713,9 +64784,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -64736,8 +64807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -64770,16 +64841,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -64801,10 +64872,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -64824,8 +64895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -64835,7 +64906,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -64878,8 +64949,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *457 - required: *458 + properties: *458 + required: *459 nullable: true label: title: Issue Event Label @@ -64923,7 +64994,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *302 + requested_team: *303 dismissed_review: title: Issue Event Dismissed Review type: object @@ -65186,8 +65257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *300 - *301 + - *302 - name: event_id in: path required: true @@ -65198,7 +65269,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -65425,9 +65496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *300 - *301 - - &461 + - *302 + - &462 name: issue_number description: The number that identifies the issue. in: path @@ -65441,8 +65512,8 @@ paths: application/json: schema: *121 examples: - default: *460 - '301': *312 + default: *461 + '301': *313 '404': *26 '410': *237 '304': *42 @@ -65469,9 +65540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -65577,11 +65648,11 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 '422': *35 '503': *104 '403': *43 - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -65601,9 +65672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -65631,7 +65702,7 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65647,9 +65718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: content: application/json: @@ -65676,7 +65747,7 @@ paths: application/json: schema: *121 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65698,9 +65769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: assignee in: path required: true @@ -65740,9 +65811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *111 - *4 - *5 @@ -65753,9 +65824,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *462 + default: *463 headers: Link: *6 '404': *26 @@ -65788,9 +65859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: true content: @@ -65812,9 +65883,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -65841,9 +65912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -65857,7 +65928,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &465 + - &466 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -65911,7 +65982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66047,7 +66118,7 @@ paths: - performed_via_github_app - assignee - assigner - - &467 + - &468 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66098,7 +66169,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66149,7 +66220,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -66203,7 +66274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -66237,7 +66308,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *302 + requested_team: *303 requested_reviewer: *19 required: - review_requester @@ -66250,7 +66321,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -66284,7 +66355,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *302 + requested_team: *303 requested_reviewer: *19 required: - review_requester @@ -66297,7 +66368,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -66357,7 +66428,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Locked Issue Event description: Locked Issue Event type: object @@ -66405,7 +66476,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -66471,7 +66542,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -66537,7 +66608,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -66603,7 +66674,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -66711,9 +66782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -66723,7 +66794,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -66770,7 +66841,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66788,7 +66859,7 @@ paths: default: false headers: Link: *6 - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -66807,9 +66878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -66868,10 +66939,10 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *312 + default: *465 + '301': *313 '404': *26 '410': *237 '422': *35 @@ -66890,9 +66961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -66952,10 +67023,10 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *312 + default: *465 + '301': *313 '404': *26 '410': *237 '422': *35 @@ -66974,13 +67045,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 responses: '204': description: Response - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -67001,9 +67072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: name in: path required: true @@ -67016,7 +67087,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -67027,7 +67098,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *312 + '301': *313 '404': *26 '410': *237 x-github: @@ -67049,9 +67120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: false content: @@ -67097,9 +67168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 responses: '204': description: Response @@ -67121,9 +67192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67149,9 +67220,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -67173,9 +67244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 requestBody: required: true content: @@ -67207,16 +67278,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -67238,10 +67309,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *300 - *301 - - *461 - - *292 + - *302 + - *462 + - *293 responses: '204': description: Response @@ -67261,9 +67332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *300 - *301 - - *461 + - *302 + - *462 - *4 - *5 responses: @@ -67278,7 +67349,6 @@ paths: description: Timeline Event type: object anyOf: - - *465 - *466 - *467 - *468 @@ -67291,6 +67361,7 @@ paths: - *475 - *476 - *477 + - *478 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -67595,7 +67666,7 @@ paths: type: string comments: type: array - items: &500 + items: &501 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -67804,7 +67875,7 @@ paths: type: string comments: type: array - items: *398 + items: *399 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68110,8 +68181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -68121,7 +68192,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68185,8 +68256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68222,9 +68293,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &479 + default: &480 value: id: 1 key: ssh-rsa AAA... @@ -68257,9 +68328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *300 - *301 - - &480 + - *302 + - &481 name: key_id description: The unique identifier of the key. in: path @@ -68271,9 +68342,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '404': *26 x-github: githubCloudOnly: false @@ -68291,9 +68362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *300 - *301 - - *480 + - *302 + - *481 responses: '204': description: Response @@ -68313,8 +68384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -68324,9 +68395,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *6 '404': *26 @@ -68347,8 +68418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68384,9 +68455,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &481 + default: &482 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68418,8 +68489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68430,9 +68501,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *481 + default: *482 '404': *26 x-github: githubCloudOnly: false @@ -68449,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68489,7 +68560,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68515,8 +68586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *300 - *301 + - *302 - name: name in: path required: true @@ -68542,8 +68613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -68579,8 +68650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *300 - *301 + - *302 responses: '202': *141 '403': @@ -68608,8 +68679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -68635,9 +68706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *300 - *301 - - *389 + - *302 + - *390 responses: '200': description: Response @@ -68782,8 +68853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68848,8 +68919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -68883,9 +68954,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *399 + schema: *400 examples: - default: *482 + default: *483 '204': description: Response when already merged '404': @@ -68910,8 +68981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *300 - *301 + - *302 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -68952,12 +69023,12 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 examples: default: value: @@ -69013,8 +69084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69054,9 +69125,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69115,9 +69186,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *300 - *301 - - &485 + - *302 + - &486 name: milestone_number description: The number that identifies the milestone. in: path @@ -69129,9 +69200,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '404': *26 x-github: githubCloudOnly: false @@ -69148,9 +69219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 requestBody: required: false content: @@ -69188,9 +69259,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69206,9 +69277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 responses: '204': description: Response @@ -69229,9 +69300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *300 - *301 - - *485 + - *302 + - *486 - *4 - *5 responses: @@ -69241,9 +69312,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *6 x-github: @@ -69262,12 +69333,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *300 - *301 - - *486 + - *302 - *487 - - *111 - *488 + - *111 + - *489 - *4 - *5 responses: @@ -69279,7 +69350,7 @@ paths: type: array items: *131 examples: - default: *489 + default: *490 headers: Link: *6 x-github: @@ -69303,8 +69374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -69362,14 +69433,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -69494,7 +69565,7 @@ paths: - custom_404 - public examples: - default: &491 + default: &492 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -69535,8 +69606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69590,9 +69661,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *35 '409': *140 x-github: @@ -69615,8 +69686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -69715,8 +69786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -69742,8 +69813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -69753,7 +69824,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -69847,8 +69918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *300 - *301 + - *302 responses: '201': description: Response @@ -69893,16 +69964,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -69950,8 +70021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *300 - *301 + - *302 - name: build_id in: path required: true @@ -69962,9 +70033,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69984,8 +70055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70085,9 +70156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *300 - *301 - - &494 + - *302 + - &495 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -70145,9 +70216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *300 - *301 - - *494 + - *302 + - *495 responses: '204': *233 '404': *26 @@ -70170,8 +70241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *300 - *301 + - *302 - *4 - *5 - *9 @@ -70192,7 +70263,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 type: object properties: id: @@ -70226,17 +70297,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: id: 42 name: Check Commits @@ -70258,15 +70329,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -70310,8 +70381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *300 - *301 + - *302 - *16 responses: '200': @@ -70319,9 +70390,9 @@ paths: global level. content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70341,8 +70412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#list-repository-projects parameters: - - *300 - *301 + - *302 - name: state description: Indicates the state of the projects to return. in: query @@ -70423,8 +70494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#create-a-repository-project parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70452,7 +70523,7 @@ paths: application/json: schema: *236 examples: - default: *309 + default: *310 '401': *41 '403': *43 '404': *26 @@ -70471,13 +70542,13 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -70511,13 +70582,13 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70579,8 +70650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *300 - *301 + - *302 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -70640,9 +70711,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *498 + default: *499 headers: Link: *6 '304': *42 @@ -70674,8 +70745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -70740,7 +70811,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -70851,8 +70922,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true active_lock_reason: type: string @@ -70936,14 +71007,14 @@ paths: _links: type: object properties: - comments: *405 - commits: *405 - statuses: *405 - html: *405 - issue: *405 - review_comments: *405 - review_comment: *405 - self: *405 + comments: *406 + commits: *406 + statuses: *406 + html: *406 + issue: *406 + review_comments: *406 + review_comment: *406 + self: *406 required: - comments - commits @@ -70954,7 +71025,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *499 + auto_merge: *500 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -71046,7 +71117,7 @@ paths: - merged_by - review_comments examples: - default: &503 + default: &504 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71573,8 +71644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *300 - *301 + - *302 - name: sort in: query required: false @@ -71603,9 +71674,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: &506 + default: &507 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71682,17 +71753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -71767,8 +71838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -71791,9 +71862,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71809,8 +71880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *300 - *301 + - *302 - *120 responses: '204': @@ -71832,8 +71903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *300 - *301 + - *302 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -71860,9 +71931,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -71883,8 +71954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *300 - *301 + - *302 - *120 requestBody: required: true @@ -71917,16 +71988,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -71948,10 +72019,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *300 - *301 + - *302 - *120 - - *292 + - *293 responses: '204': description: Response @@ -71994,9 +72065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *300 - *301 - - &504 + - *302 + - &505 name: pull_number description: The number that identifies the pull request. in: path @@ -72009,9 +72080,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '304': *42 '404': *26 '406': @@ -72046,9 +72117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72090,9 +72161,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '422': *35 '403': *43 x-github: @@ -72120,10 +72191,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 - *505 + - *506 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -72143,9 +72214,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *506 + default: *507 headers: Link: *6 x-github: @@ -72178,9 +72249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: true content: @@ -72285,7 +72356,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: example-for-a-multi-line-comment: value: @@ -72373,9 +72444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *120 requestBody: required: true @@ -72398,7 +72469,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -72484,9 +72555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -72496,9 +72567,9 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: - default: *507 + default: *508 headers: Link: *6 x-github: @@ -72528,9 +72599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -72540,7 +72611,7 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: default: value: @@ -72578,9 +72649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *300 - *301 - - *504 + - *302 + - *505 responses: '204': description: Response if pull request has been merged @@ -72603,9 +72674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72716,9 +72787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 responses: '200': description: Response @@ -72734,7 +72805,7 @@ paths: items: *19 teams: type: array - items: *302 + items: *303 required: - users - teams @@ -72793,9 +72864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -72832,7 +72903,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -73368,9 +73439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: true content: @@ -73404,7 +73475,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -73909,9 +73980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 - *4 - *5 responses: @@ -73921,7 +73992,7 @@ paths: application/json: schema: type: array - items: &508 + items: &509 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -74072,9 +74143,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -74160,9 +74231,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &510 + default: &511 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74225,10 +74296,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - &509 + - *302 + - *505 + - &510 name: review_id description: The unique identifier of the review. in: path @@ -74240,9 +74311,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &511 + default: &512 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74301,10 +74372,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74327,7 +74398,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -74389,18 +74460,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *510 + default: *511 '422': *27 '404': *26 x-github: @@ -74427,10 +74498,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 - *4 - *5 responses: @@ -74513,9 +74584,9 @@ paths: _links: type: object properties: - self: *405 - html: *405 - pull_request: *405 + self: *406 + html: *406 + pull_request: *406 required: - self - html @@ -74665,10 +74736,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74696,7 +74767,7 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -74759,10 +74830,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *300 - *301 - - *504 - - *509 + - *302 + - *505 + - *510 requestBody: required: true content: @@ -74797,9 +74868,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *511 + default: *512 '404': *26 '422': *27 '403': *43 @@ -74821,9 +74892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *300 - *301 - - *504 + - *302 + - *505 requestBody: required: false content: @@ -74886,8 +74957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *300 - *301 + - *302 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -74900,9 +74971,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &513 + default: &514 value: type: file encoding: base64 @@ -74944,8 +75015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *300 - *301 + - *302 - name: dir description: The alternate path to look for a README file in: path @@ -74965,9 +75036,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '404': *26 '422': *35 x-github: @@ -74989,8 +75060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -75000,7 +75071,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Release description: A release. type: object @@ -75071,7 +75142,7 @@ paths: author: *19 assets: type: array - items: &515 + items: &516 title: Release Asset description: Data related to a release. type: object @@ -75254,8 +75325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -75325,9 +75396,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &519 + default: &520 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -75427,9 +75498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *300 - *301 - - &517 + - *302 + - &518 name: asset_id description: The unique identifier of the asset. in: path @@ -75441,9 +75512,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &518 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -75478,7 +75549,7 @@ paths: type: User site_admin: false '404': *26 - '302': *516 + '302': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75494,9 +75565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *300 - *301 - - *517 + - *302 + - *518 requestBody: required: false content: @@ -75524,9 +75595,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75542,9 +75613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *300 - *301 - - *517 + - *302 + - *518 responses: '204': description: Response @@ -75568,8 +75639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -75654,16 +75725,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *300 - *301 + - *302 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75680,8 +75751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release-by-tag-name parameters: - - *300 - *301 + - *302 - name: tag description: tag parameter in: path @@ -75694,9 +75765,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 '404': *26 x-github: githubCloudOnly: false @@ -75718,9 +75789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *300 - *301 - - &520 + - *302 + - &521 name: release_id description: The unique identifier of the release. in: path @@ -75734,9 +75805,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 '401': description: Unauthorized x-github: @@ -75754,9 +75825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 requestBody: required: false content: @@ -75813,9 +75884,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75831,9 +75902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 responses: '204': description: Response @@ -75853,9 +75924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *300 - *301 - - *520 + - *302 + - *521 - *4 - *5 responses: @@ -75865,7 +75936,7 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: default: value: @@ -75947,9 +76018,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *300 - *301 - - *520 + - *302 + - *521 - name: name in: query required: true @@ -75975,7 +76046,7 @@ paths: description: Response for successful upload content: application/json: - schema: *515 + schema: *516 examples: response-for-successful-upload: value: @@ -76030,9 +76101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -76056,9 +76127,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 '404': *26 @@ -76079,9 +76150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *300 - *301 - - *520 + - *302 + - *521 requestBody: required: true content: @@ -76111,16 +76182,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '201': description: Reaction created content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 '422': *35 x-github: githubCloudOnly: false @@ -76142,10 +76213,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *300 - *301 - - *520 - - *292 + - *302 + - *521 + - *293 responses: '204': description: Response @@ -76165,8 +76236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -76241,9 +76312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *300 - *301 - - *358 + - *302 + - *359 - *4 - *5 responses: @@ -76260,7 +76331,7 @@ paths: oneOf: - allOf: - *251 - - &521 + - &522 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76281,49 +76352,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *252 - - *521 + - *522 - allOf: - *253 - - *521 + - *522 - allOf: - *254 - - *521 + - *522 - allOf: - *255 - - *521 + - *522 - allOf: - *256 - - *521 + - *522 - allOf: - *257 - - *521 + - *522 - allOf: - *258 - - *521 + - *522 - allOf: - *259 - - *521 + - *522 - allOf: - *260 - - *521 + - *522 - allOf: - *261 - - *521 + - *522 - allOf: - *262 - - *521 + - *522 - allOf: - *263 - - *521 + - *522 - allOf: - *264 - - *521 + - *522 - allOf: - *265 - - *521 + - *522 - allOf: - *266 - - *521 + - *522 examples: default: value: @@ -76362,8 +76433,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - *4 - *5 - name: includes_parents @@ -76374,7 +76445,7 @@ paths: schema: type: boolean default: true - - *522 + - *523 responses: '200': description: Response @@ -76429,8 +76500,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 requestBody: description: Request body required: true @@ -76459,7 +76530,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *523 + items: *524 required: - name - enforcement @@ -76492,7 +76563,7 @@ paths: application/json: schema: *267 examples: - default: &533 + default: &534 value: id: 42 name: super cool ruleset @@ -76539,12 +76610,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *300 - *301 - - *524 + - *302 - *525 - *526 - *527 + - *528 - *4 - *5 responses: @@ -76552,9 +76623,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *26 '500': *224 x-github: @@ -76575,17 +76646,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *300 - *301 - - *530 + - *302 + - *531 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *26 '500': *224 x-github: @@ -76613,8 +76684,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76636,7 +76707,7 @@ paths: application/json: schema: *267 examples: - default: *533 + default: *534 '404': *26 '500': *224 put: @@ -76654,8 +76725,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76689,7 +76760,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *523 + items: *524 examples: default: value: @@ -76719,7 +76790,7 @@ paths: application/json: schema: *267 examples: - default: *533 + default: *534 '404': *26 '500': *224 delete: @@ -76737,8 +76808,8 @@ paths: category: repos subcategory: rules parameters: - - *300 - *301 + - *302 - name: ruleset_id description: The ID of the ruleset. in: path @@ -76766,8 +76837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *300 - *301 + - *302 - *270 - *271 - *272 @@ -76775,8 +76846,8 @@ paths: - *9 - *5 - *4 - - *534 - *535 + - *536 - *274 responses: '200': @@ -76785,7 +76856,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 type: object properties: number: *93 @@ -76804,8 +76875,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *536 - resolution: *537 + state: *537 + resolution: *538 resolved_at: type: string format: date-time @@ -76983,15 +77054,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -77031,9 +77102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 requestBody: required: true content: @@ -77041,8 +77112,8 @@ paths: schema: type: object properties: - state: *536 - resolution: *537 + state: *537 + resolution: *538 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -77060,7 +77131,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -77127,9 +77198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *300 - *301 - - *387 + - *302 + - *388 - *5 - *4 responses: @@ -77140,7 +77211,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &672 + items: &673 type: object properties: type: @@ -77499,8 +77570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -77596,8 +77667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -77606,7 +77677,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -77637,8 +77708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -77711,8 +77782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -77808,8 +77879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *300 - *301 + - *302 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -77963,8 +78034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *300 - *301 + - *302 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -77974,7 +78045,7 @@ paths: application/json: schema: type: array - items: *539 + items: *540 examples: default: value: @@ -78007,8 +78078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *300 - *301 + - *302 - name: sha in: path required: true @@ -78062,7 +78133,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -78116,8 +78187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78149,14 +78220,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *300 - *301 + - *302 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &541 + schema: &542 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78224,8 +78295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *300 - *301 + - *302 requestBody: required: false content: @@ -78251,7 +78322,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -78278,8 +78349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -78299,8 +78370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78379,8 +78450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *300 - *301 + - *302 responses: '200': description: Response @@ -78388,7 +78459,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Tag protection description: Tag protection type: object @@ -78440,8 +78511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78464,7 +78535,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -78495,8 +78566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *300 - *301 + - *302 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -78533,8 +78604,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *300 - *301 + - *302 - name: ref in: path required: true @@ -78570,8 +78641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *300 - *301 + - *302 - *4 - *5 responses: @@ -78581,7 +78652,7 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: default: *278 headers: @@ -78603,8 +78674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *300 - *301 + - *302 - *5 - *4 responses: @@ -78612,7 +78683,7 @@ paths: description: Response content: application/json: - schema: &543 + schema: &544 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -78624,7 +78695,7 @@ paths: required: - names examples: - default: &544 + default: &545 value: names: - octocat @@ -78647,8 +78718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78679,9 +78750,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 '404': *26 '422': *27 x-github: @@ -78704,8 +78775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *300 - *301 + - *302 requestBody: required: true content: @@ -78979,8 +79050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *300 - *301 + - *302 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -79003,8 +79074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -79026,8 +79097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -79053,8 +79124,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *300 - *301 + - *302 - name: ref in: path required: true @@ -79146,9 +79217,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -79322,7 +79393,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &552 + - &553 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -79331,7 +79402,7 @@ paths: schema: type: string example: members - - &557 + - &558 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -79342,7 +79413,7 @@ paths: default: 1 format: int32 example: 1 - - &558 + - &559 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -79384,7 +79455,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &546 + items: &547 allOf: - type: object required: @@ -79459,7 +79530,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &559 + meta: &560 type: object description: The metadata associated with the creation/updates to the user. @@ -79519,31 +79590,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &547 + '400': &548 description: Bad request content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 - '401': &548 + schema: *546 + '401': &549 description: Authorization failure - '403': &549 + '403': &550 description: Permission denied - '429': &550 + '429': &551 description: Too many requests content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 - '500': &551 + schema: *546 + '500': &552 description: Internal server error content: application/json: - schema: *545 + schema: *546 application/scim+json: - schema: *545 + schema: *546 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79570,7 +79641,7 @@ paths: required: true content: application/json: - schema: &555 + schema: &556 type: object required: - schemas @@ -79630,9 +79701,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *546 + schema: *547 examples: - group: &553 + group: &554 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -79651,13 +79722,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *547 - '401': *548 - '403': *549 - '409': &556 + '400': *548 + '401': *549 + '403': *550 + '409': &557 description: Duplicate record detected - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79678,7 +79749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &554 + - &555 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -79686,22 +79757,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *552 + - *553 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *546 + schema: *547 examples: - default: *553 - '400': *547 - '401': *548 - '403': *549 + default: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79723,13 +79794,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *554 + - *555 - *65 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: group: summary: Group @@ -79755,17 +79826,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *546 + schema: *547 examples: - group: *553 - groupWithMembers: *553 - '400': *547 - '401': *548 - '403': *549 + group: *554 + groupWithMembers: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79789,13 +79860,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *554 + - *555 - *65 requestBody: required: true content: application/json: - schema: &566 + schema: &567 type: object required: - Operations @@ -79855,17 +79926,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *546 + schema: *547 examples: - updateGroup: *553 - addMembers: *553 - '400': *547 - '401': *548 - '403': *549 + updateGroup: *554 + addMembers: *554 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79885,17 +79956,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *554 + - *555 - *65 responses: '204': description: Group was deleted, no content - '400': *547 - '401': *548 - '403': *549 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -79932,8 +80003,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *557 - *558 + - *559 - *65 responses: '200': @@ -79966,7 +80037,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &561 + items: &562 allOf: - type: object required: @@ -80045,7 +80116,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &560 + roles: &561 type: array description: The roles assigned to the user. items: @@ -80101,7 +80172,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *559 + meta: *560 startIndex: type: integer description: A starting index for the returned page @@ -80138,11 +80209,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *547 - '401': *548 - '403': *549 - '429': *550 - '500': *551 + '400': *548 + '401': *549 + '403': *550 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80171,7 +80242,7 @@ paths: required: true content: application/json: - schema: &564 + schema: &565 type: object required: - schemas @@ -80253,9 +80324,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *560 + roles: *561 examples: - user: &565 + user: &566 summary: User value: schemas: @@ -80302,9 +80373,9 @@ paths: description: User has been created content: application/scim+json: - schema: *561 + schema: *562 examples: - user: &562 + user: &563 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -80330,13 +80401,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *562 - '400': *547 - '401': *548 - '403': *549 - '409': *556 - '429': *550 - '500': *551 + enterpriseOwner: *563 + '400': *548 + '401': *549 + '403': *550 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80357,7 +80428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &563 + - &564 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -80370,15 +80441,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *561 + schema: *562 examples: - default: *562 - '400': *547 - '401': *548 - '403': *549 + default: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80403,30 +80474,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *563 + - *564 - *65 requestBody: required: true content: application/json: - schema: *564 + schema: *565 examples: - user: *565 + user: *566 responses: '200': description: User was updated content: application/scim+json: - schema: *561 + schema: *562 examples: - user: *562 - '400': *547 - '401': *548 - '403': *549 + user: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80464,13 +80535,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *563 + - *564 - *65 requestBody: required: true content: application/json: - schema: *566 + schema: *567 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -80510,18 +80581,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *561 - examples: - userMultiValuedProperties: *562 - userSingleValuedProperties: *562 - disableUser: *562 - '400': *547 - '401': *548 - '403': *549 + schema: *562 + examples: + userMultiValuedProperties: *563 + userSingleValuedProperties: *563 + disableUser: *563 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '409': *556 - '429': *550 - '500': *551 + '409': *557 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80541,17 +80612,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *563 + - *564 - *65 responses: '204': description: User was deleted, no content - '400': *547 - '401': *548 - '403': *549 + '400': *548 + '401': *549 + '403': *550 '404': *26 - '429': *550 - '500': *551 + '429': *551 + '500': *552 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80678,7 +80749,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &567 + text_matches: &568 title: Search Result Text Matches type: array items: @@ -80841,7 +80912,7 @@ paths: enum: - author-date - committer-date - - &568 + - &569 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -80912,7 +80983,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true comment_count: type: integer @@ -80932,7 +81003,7 @@ paths: url: type: string format: uri - verification: *446 + verification: *447 required: - author - committer @@ -80951,7 +81022,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *356 + properties: *357 nullable: true parents: type: array @@ -80969,7 +81040,7 @@ paths: type: number node_id: type: string - text_matches: *567 + text_matches: *568 required: - sha - node_id @@ -81162,7 +81233,7 @@ paths: - interactions - created - updated - - *568 + - *569 - *4 - *5 - name: advanced_search @@ -81268,11 +81339,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: type: string state_reason: @@ -81289,8 +81360,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *403 - required: *404 + properties: *404 + required: *405 nullable: true comments: type: integer @@ -81304,7 +81375,7 @@ paths: type: string format: date-time nullable: true - text_matches: *567 + text_matches: *568 pull_request: type: object properties: @@ -81348,7 +81419,7 @@ paths: timeline_url: type: string format: uri - type: *572 + type: *573 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -81529,7 +81600,7 @@ paths: enum: - created - updated - - *568 + - *569 - *4 - *5 responses: @@ -81573,7 +81644,7 @@ paths: nullable: true score: type: number - text_matches: *567 + text_matches: *568 required: - id - node_id @@ -81659,7 +81730,7 @@ paths: - forks - help-wanted-issues - updated - - *568 + - *569 - *4 - *5 responses: @@ -81898,7 +81969,7 @@ paths: - admin - pull - push - text_matches: *567 + text_matches: *568 temp_clone_token: type: string allow_merge_commit: @@ -82199,7 +82270,7 @@ paths: type: string format: uri nullable: true - text_matches: *567 + text_matches: *568 related: type: array nullable: true @@ -82392,7 +82463,7 @@ paths: - followers - repositories - joined - - *568 + - *569 - *4 - *5 responses: @@ -82496,7 +82567,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *567 + text_matches: *568 blog: type: string nullable: true @@ -82691,7 +82762,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 type: object properties: status: @@ -82711,7 +82782,7 @@ paths: - name - number examples: - default: &574 + default: &575 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -82756,9 +82827,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '401': description: Unauthorized requestBody: @@ -83322,7 +83393,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 type: object properties: key: @@ -83330,7 +83401,7 @@ paths: pretty-print: type: string examples: - default: &576 + default: &577 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -83373,9 +83444,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 '401': description: Unauthorized requestBody: @@ -83427,9 +83498,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 '401': description: Unauthorized requestBody: @@ -83586,9 +83657,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 x-github: githubCloudOnly: false @@ -83678,16 +83749,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '404': *26 '422': *35 '403': *43 @@ -83757,9 +83828,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *577 + default: *578 headers: Link: *6 x-github: @@ -83822,9 +83893,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: triggersNotification: true githubCloudOnly: false @@ -83852,15 +83923,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *285 + - *286 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83886,7 +83957,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *285 + - *286 requestBody: required: false content: @@ -83909,9 +83980,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83937,7 +84008,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *285 + - *286 responses: '204': description: Response @@ -83967,7 +84038,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *285 + - *286 - *9 - *4 - *5 @@ -83978,9 +84049,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *579 + default: *580 headers: Link: *6 x-github: @@ -84010,7 +84081,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *285 + - *286 requestBody: required: true content: @@ -84032,9 +84103,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: triggersNotification: true githubCloudOnly: false @@ -84062,16 +84133,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84097,8 +84168,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -84120,9 +84191,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84148,8 +84219,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 responses: '204': description: Response @@ -84179,8 +84250,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -84206,9 +84277,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -84238,8 +84309,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *286 + - *289 requestBody: required: true content: @@ -84271,9 +84342,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84300,7 +84371,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *286 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -84326,9 +84397,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -84358,7 +84429,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *286 requestBody: required: true content: @@ -84390,9 +84461,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84588,9 +84659,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-user-is-a-team-maintainer: *581 + response-if-user-is-a-team-maintainer: *582 '404': *26 x-github: githubCloudOnly: false @@ -84649,9 +84720,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-users-membership-with-team-is-now-pending: *582 + response-if-users-membership-with-team-is-now-pending: *583 '403': description: Forbidden if team synchronization is set up '422': @@ -84725,9 +84796,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *583 + default: *584 headers: Link: *6 '404': *26 @@ -84755,15 +84826,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *584 + default: *585 '404': description: Not Found if project is not managed by this team x-github: @@ -84789,7 +84860,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *299 + - *300 requestBody: required: false content: @@ -84858,7 +84929,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *299 + - *300 responses: '204': description: Response @@ -84928,14 +84999,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *300 - *301 + - *302 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *585 + schema: *586 examples: alternative-response-with-extra-repository-information: value: @@ -85087,8 +85158,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *300 - *301 + - *302 requestBody: required: false content: @@ -85139,8 +85210,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *300 - *301 + - *302 responses: '204': description: Response @@ -85175,9 +85246,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - response-if-child-teams-exist: *586 + response-if-child-teams-exist: *587 headers: Link: *6 '404': *26 @@ -85210,7 +85281,7 @@ paths: application/json: schema: oneOf: - - &588 + - &589 title: Private User description: Private User type: object @@ -85413,7 +85484,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *587 + - *588 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -85564,7 +85635,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -85642,7 +85713,7 @@ paths: type: array items: *218 examples: - default: &598 + default: &599 value: - id: 197 name: hello_docker @@ -85729,7 +85800,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Email description: Email type: object @@ -85754,7 +85825,7 @@ paths: - verified - visibility examples: - default: &600 + default: &601 value: - email: octocat@github.com verified: true @@ -85829,7 +85900,7 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: default: value: @@ -86085,7 +86156,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: GPG Key description: A unique encryption key type: object @@ -86216,7 +86287,7 @@ paths: - subkeys - revoked examples: - default: &610 + default: &611 value: - id: 3 name: Octocat's GPG Key @@ -86301,9 +86372,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: id: 3 name: Octocat's GPG Key @@ -86360,7 +86431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &592 + - &593 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86372,9 +86443,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *26 '304': *42 '403': *43 @@ -86397,7 +86468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *592 + - *593 responses: '204': description: Response @@ -86588,7 +86659,7 @@ paths: type: array items: *84 examples: - default: *593 + default: *594 headers: Link: *6 '404': *26 @@ -86764,7 +86835,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 title: Key description: Key type: object @@ -86865,9 +86936,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: &595 + default: &596 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86900,15 +86971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *480 + - *481 responses: '200': description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '404': *26 '304': *42 '403': *43 @@ -86931,7 +87002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *480 + - *481 responses: '204': description: Response @@ -87751,7 +87822,7 @@ paths: type: array items: *70 examples: - default: *596 + default: *597 headers: Link: *6 '304': *42 @@ -87793,7 +87864,7 @@ paths: - docker - nuget - container - - *597 + - *598 - *5 - *4 responses: @@ -87805,8 +87876,8 @@ paths: type: array items: *218 examples: - default: *598 - '400': *599 + default: *599 + '400': *600 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87835,7 +87906,7 @@ paths: application/json: schema: *218 examples: - default: &611 + default: &612 value: id: 40201 name: octo-name @@ -88285,9 +88356,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *600 + default: *601 headers: Link: *6 '304': *42 @@ -88400,7 +88471,7 @@ paths: type: array items: *84 examples: - default: &607 + default: &608 summary: Default response value: - id: 1296269 @@ -88704,9 +88775,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *313 + default: *314 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88744,9 +88815,9 @@ paths: application/json: schema: type: array - items: *453 + items: *454 examples: - default: *601 + default: *602 headers: Link: *6 '304': *42 @@ -88769,7 +88840,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *454 + - *455 responses: '204': description: Response @@ -88792,7 +88863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *454 + - *455 responses: '204': description: Response @@ -88825,7 +88896,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Social account description: Social media account type: object @@ -88840,7 +88911,7 @@ paths: - provider - url examples: - default: &603 + default: &604 value: - provider: twitter url: https://twitter.com/github @@ -88902,9 +88973,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 '422': *35 '304': *42 '404': *26 @@ -88991,7 +89062,7 @@ paths: application/json: schema: type: array - items: &604 + items: &605 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89011,7 +89082,7 @@ paths: - title - created_at examples: - default: &612 + default: &613 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89077,9 +89148,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89110,7 +89181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &606 + - &607 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89122,9 +89193,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *26 '304': *42 '403': *43 @@ -89147,7 +89218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *606 + - *607 responses: '204': description: Response @@ -89176,7 +89247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &613 + - &614 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -89201,11 +89272,11 @@ paths: type: array items: *84 examples: - default-response: *607 + default-response: *608 application/vnd.github.v3.star+json: schema: type: array - items: &614 + items: &615 title: Starred Repository description: Starred Repository type: object @@ -89361,8 +89432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response if this repository is starred by you @@ -89390,8 +89461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -89415,8 +89486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *300 - *301 + - *302 responses: '204': description: Response @@ -89488,7 +89559,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -89575,10 +89646,10 @@ paths: application/json: schema: oneOf: + - *589 - *588 - - *587 examples: - default-response: &608 + default-response: &609 summary: Default response value: login: octocat @@ -89613,7 +89684,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &609 + response-with-git-hub-plan-information: &610 summary: Response with GitHub plan information value: login: octocat @@ -89725,11 +89796,11 @@ paths: application/json: schema: oneOf: + - *589 - *588 - - *587 examples: - default-response: *608 - response-with-git-hub-plan-information: *609 + default-response: *609 + response-with-git-hub-plan-information: *610 '404': *26 x-github: githubCloudOnly: false @@ -89760,7 +89831,7 @@ paths: type: array items: *218 examples: - default: *598 + default: *599 '403': *43 '401': *41 x-github: @@ -90164,9 +90235,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *610 + default: *611 headers: Link: *6 x-github: @@ -90270,7 +90341,7 @@ paths: application/json: schema: *39 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90355,7 +90426,7 @@ paths: type: array items: *70 examples: - default: *596 + default: *597 headers: Link: *6 x-github: @@ -90394,7 +90465,7 @@ paths: - docker - nuget - container - - *597 + - *598 - *8 - *5 - *4 @@ -90407,10 +90478,10 @@ paths: type: array items: *218 examples: - default: *598 + default: *599 '403': *43 '401': *41 - '400': *599 + '400': *600 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90440,7 +90511,7 @@ paths: application/json: schema: *218 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91073,9 +91144,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *603 + default: *604 headers: Link: *6 x-github: @@ -91105,9 +91176,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *612 + default: *613 headers: Link: *6 x-github: @@ -91132,7 +91203,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *613 + - *614 - *9 - *4 - *5 @@ -91144,11 +91215,11 @@ paths: schema: anyOf: - type: array - items: *614 + items: *615 - type: array items: *84 examples: - default-response: *607 + default-response: *608 headers: Link: *6 x-github: @@ -91358,7 +91429,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &615 + enterprise: &616 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91416,7 +91487,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &616 + installation: &617 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91435,7 +91506,7 @@ x-webhooks: required: - id - node_id - organization: &617 + organization: &618 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91495,13 +91566,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &618 + repository: &619 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &646 + properties: &647 id: description: Unique identifier of the repository example: 42 @@ -92184,7 +92255,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &647 + required: &648 - archive_url - assignees_url - blobs_url @@ -92335,10 +92406,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -92424,11 +92495,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: &619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: &620 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -92645,11 +92716,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *19 required: - action @@ -92823,11 +92894,11 @@ x-webhooks: - everyone required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *19 required: - action @@ -92908,11 +92979,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: &620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: &621 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93145,7 +93216,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &621 + items: &622 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93263,11 +93334,11 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 sender: *19 required: - action @@ -93347,11 +93418,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 sender: *19 required: - action @@ -93431,12 +93502,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 - exemption_response: *621 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 + exemption_response: *622 sender: *19 required: - action @@ -93518,12 +93589,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - exemption_request: *620 - exemption_response: *621 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + exemption_request: *621 + exemption_response: *622 sender: *19 required: - action @@ -93608,12 +93679,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *19 required: - cache_location @@ -93707,7 +93778,7 @@ x-webhooks: type: string enum: - completed - check_run: &623 + check_run: &624 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93760,7 +93831,7 @@ x-webhooks: type: string pull_requests: type: array - items: *369 + items: *370 repository: *153 status: example: completed @@ -93798,7 +93869,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *622 + deployment: *623 details_url: example: https://example.com type: string @@ -93848,7 +93919,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *369 + items: *370 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -93883,10 +93954,10 @@ x-webhooks: - output - app - pull_requests - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -94289,11 +94360,11 @@ x-webhooks: type: string enum: - created - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -94699,11 +94770,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 requested_action: description: The action requested by the user. type: object @@ -95118,11 +95189,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *623 - installation: *616 - enterprise: *615 - organization: *617 - repository: *618 + check_run: *624 + installation: *617 + enterprise: *616 + organization: *618 + repository: *619 sender: *19 required: - check_run @@ -96109,10 +96180,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -96792,10 +96863,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -97469,10 +97540,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -97645,7 +97716,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -97790,20 +97861,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &624 + commit_oid: &625 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *615 - installation: *616 - organization: *617 - ref: &625 + enterprise: *616 + installation: *617 + organization: *618 + ref: &626 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -97975,7 +98046,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98205,12 +98276,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98315,7 +98386,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -98483,12 +98554,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98661,7 +98732,7 @@ x-webhooks: required: - login - id - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98827,12 +98898,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -98939,7 +99010,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99107,16 +99178,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *618 + repository: *619 sender: *19 required: - action @@ -99220,7 +99291,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *382 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99360,12 +99431,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *624 - enterprise: *615 - installation: *616 - organization: *617 - ref: *625 - repository: *618 + commit_oid: *625 + enterprise: *616 + installation: *617 + organization: *618 + ref: *626 + repository: *619 sender: *19 required: - action @@ -99632,10 +99703,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -99725,18 +99796,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *617 - pusher_type: &626 + organization: *618 + pusher_type: &627 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &627 + ref: &628 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -99746,7 +99817,7 @@ x-webhooks: enum: - tag - branch - repository: *618 + repository: *619 sender: *19 required: - ref @@ -99829,9 +99900,9 @@ x-webhooks: enum: - created definition: *238 - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -99916,9 +99987,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -99996,9 +100067,9 @@ x-webhooks: enum: - updated definition: *238 - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *19 required: - action @@ -100075,10 +100146,10 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - repository: *618 - organization: *617 + enterprise: *616 + installation: *617 + repository: *619 + organization: *618 sender: *19 new_property_values: type: array @@ -100173,18 +100244,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - pusher_type: *626 - ref: *627 + enterprise: *616 + installation: *617 + organization: *618 + pusher_type: *627 + ref: *628 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *618 + repository: *619 sender: *19 required: - ref @@ -100278,11 +100349,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100376,11 +100447,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100474,11 +100545,11 @@ x-webhooks: type: string enum: - created - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100570,11 +100641,11 @@ x-webhooks: type: string enum: - dismissed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100666,11 +100737,11 @@ x-webhooks: type: string enum: - fixed - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100763,11 +100834,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100859,11 +100930,11 @@ x-webhooks: type: string enum: - reopened - alert: *415 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *416 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *19 required: - action @@ -100950,9 +101021,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - key: &628 + enterprise: *616 + installation: *617 + key: &629 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100986,8 +101057,8 @@ x-webhooks: - verified - created_at - read_only - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -101074,11 +101145,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - key: *628 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + key: *629 + organization: *618 + repository: *619 sender: *19 required: - action @@ -101649,12 +101720,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: &632 + workflow: &633 title: Workflow type: object nullable: true @@ -102390,13 +102461,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *421 + deployment: *422 pull_requests: type: array - items: *502 - repository: *618 - organization: *617 - installation: *616 + items: *503 + repository: *619 + organization: *618 + installation: *617 sender: *19 responses: '200': @@ -102477,7 +102548,7 @@ x-webhooks: type: string enum: - approved - approver: &629 + approver: &630 type: object properties: avatar_url: @@ -102520,11 +102591,11 @@ x-webhooks: type: string comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: &630 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: &631 type: array items: type: object @@ -102603,7 +102674,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &631 + workflow_job_run: &632 type: object properties: conclusion: @@ -103344,18 +103415,18 @@ x-webhooks: type: string enum: - rejected - approver: *629 + approver: *630 comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: *630 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: *631 sender: *19 since: type: string - workflow_job_run: *631 + workflow_job_run: *632 workflow_job_runs: type: array items: @@ -104069,13 +104140,13 @@ x-webhooks: type: string enum: - requested - enterprise: *615 + enterprise: *616 environment: type: string - installation: *616 - organization: *617 - repository: *618 - requestor: &637 + installation: *617 + organization: *618 + repository: *619 + requestor: &638 title: User type: object nullable: true @@ -105984,12 +106055,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Deployment Workflow Run type: object @@ -106679,7 +106750,7 @@ x-webhooks: type: string enum: - answered - answer: &635 + answer: &636 type: object properties: author_association: @@ -106836,7 +106907,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &633 + discussion: &634 title: Discussion description: A Discussion in a repository. type: object @@ -107122,7 +107193,7 @@ x-webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -107144,10 +107215,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107284,11 +107355,11 @@ x-webhooks: - from required: - category - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107381,11 +107452,11 @@ x-webhooks: type: string enum: - closed - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107477,7 +107548,7 @@ x-webhooks: type: string enum: - created - comment: &634 + comment: &635 type: object properties: author_association: @@ -107634,11 +107705,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107731,12 +107802,12 @@ x-webhooks: type: string enum: - deleted - comment: *634 - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *635 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107841,12 +107912,12 @@ x-webhooks: - from required: - body - comment: *634 - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *635 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -107940,11 +108011,11 @@ x-webhooks: type: string enum: - created - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108036,11 +108107,11 @@ x-webhooks: type: string enum: - deleted - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108150,11 +108221,11 @@ x-webhooks: type: string required: - from - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108246,10 +108317,10 @@ x-webhooks: type: string enum: - labeled - discussion: *633 - enterprise: *615 - installation: *616 - label: &636 + discussion: *634 + enterprise: *616 + installation: *617 + label: &637 title: Label type: object properties: @@ -108281,8 +108352,8 @@ x-webhooks: - color - default - description - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108375,11 +108446,11 @@ x-webhooks: type: string enum: - locked - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108471,11 +108542,11 @@ x-webhooks: type: string enum: - pinned - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108567,11 +108638,11 @@ x-webhooks: type: string enum: - reopened - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108666,16 +108737,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *633 - new_repository: *618 + new_discussion: *634 + new_repository: *619 required: - new_discussion - new_repository - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108768,10 +108839,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *633 - old_answer: *635 - organization: *617 - repository: *618 + discussion: *634 + old_answer: *636 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108863,12 +108934,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *633 - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -108961,11 +109032,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -109057,11 +109128,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *633 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *634 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -109302,7 +109373,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *615 + enterprise: *616 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -109962,9 +110033,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - forkee @@ -110130,9 +110201,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pages: description: The pages that were updated. type: array @@ -110169,7 +110240,7 @@ x-webhooks: - action - sha - html_url - repository: *618 + repository: *619 sender: *19 required: - pages @@ -110255,10 +110326,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: &638 + organization: *618 + repositories: &639 description: An array of repository objects that the installation can access. type: array @@ -110284,8 +110355,8 @@ x-webhooks: - name - full_name - private - repository: *618 - requester: *637 + repository: *619 + requester: *638 sender: *19 required: - action @@ -110370,11 +110441,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -110460,11 +110531,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -110550,10 +110621,10 @@ x-webhooks: type: string enum: - added - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories_added: &639 + organization: *618 + repositories_added: &640 description: An array of repository objects, which were added to the installation. type: array @@ -110599,15 +110670,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *618 - repository_selection: &640 + repository: *619 + repository_selection: &641 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *637 + requester: *638 sender: *19 required: - action @@ -110696,10 +110767,10 @@ x-webhooks: type: string enum: - removed - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories_added: *639 + organization: *618 + repositories_added: *640 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110726,9 +110797,9 @@ x-webhooks: - name - full_name - private - repository: *618 - repository_selection: *640 - requester: *637 + repository: *619 + repository_selection: *641 + requester: *638 sender: *19 required: - action @@ -110817,11 +110888,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -111010,10 +111081,10 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 target_type: type: string @@ -111102,11 +111173,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *615 + enterprise: *616 installation: *39 - organization: *617 - repositories: *638 - repository: *618 + organization: *618 + repositories: *639 + repository: *619 requester: nullable: true sender: *19 @@ -111368,8 +111439,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112163,8 +112234,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -112180,7 +112251,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -112513,8 +112584,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -112604,7 +112675,7 @@ x-webhooks: type: string enum: - deleted - comment: &641 + comment: &642 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -112769,8 +112840,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113560,8 +113631,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -113577,7 +113648,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -113912,8 +113983,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -114003,7 +114074,7 @@ x-webhooks: type: string enum: - edited - changes: &664 + changes: &665 description: The changes to the comment. type: object properties: @@ -114015,9 +114086,9 @@ x-webhooks: type: string required: - from - comment: *641 - enterprise: *615 - installation: *616 + comment: *642 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114810,8 +114881,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114827,7 +114898,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -115160,8 +115231,8 @@ x-webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -115253,10 +115324,10 @@ x-webhooks: type: string enum: - assigned - assignee: *637 - enterprise: *615 - installation: *616 - issue: &644 + assignee: *638 + enterprise: *616 + installation: *617 + issue: &645 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -116045,11 +116116,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116065,7 +116136,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -116166,8 +116237,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -116257,8 +116328,8 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -117052,11 +117123,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117072,7 +117143,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -117308,8 +117379,8 @@ x-webhooks: required: - state - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -117398,8 +117469,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -118184,11 +118255,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118204,7 +118275,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -118304,8 +118375,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -118394,8 +118465,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -119202,11 +119273,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119222,7 +119293,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -119301,7 +119372,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &642 + milestone: &643 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119439,8 +119510,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -119549,8 +119620,8 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120339,11 +120410,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120356,7 +120427,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -120460,9 +120531,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *636 - organization: *617 - repository: *618 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -120552,8 +120623,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121341,11 +121412,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121358,7 +121429,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -121462,9 +121533,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *636 - organization: *617 - repository: *618 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -121554,8 +121625,8 @@ x-webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122367,11 +122438,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122384,7 +122455,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *572 + type: *573 title: description: Title of the issue type: string @@ -122465,8 +122536,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -122555,8 +122626,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123362,11 +123433,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123382,7 +123453,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -123460,9 +123531,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *642 - organization: *617 - repository: *618 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -124340,11 +124411,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124437,7 +124508,7 @@ x-webhooks: required: - login - id - type: *572 + type: *573 required: - id - number @@ -124906,8 +124977,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125696,11 +125767,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125716,7 +125787,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -125816,8 +125887,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -125907,9 +125978,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *615 - installation: *616 - issue: &643 + enterprise: *616 + installation: *617 + issue: &644 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -126692,11 +126763,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126712,7 +126783,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -126812,8 +126883,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -126902,8 +126973,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -127713,11 +127784,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127811,9 +127882,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *572 - organization: *617 - repository: *618 + type: *573 + organization: *618 + repository: *619 sender: *19 required: - action @@ -128689,11 +128760,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128709,7 +128780,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -129277,11 +129348,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *615 - installation: *616 - issue: *643 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *644 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129372,7 +129443,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &667 + assignee: &668 title: User type: object nullable: true @@ -129442,11 +129513,11 @@ x-webhooks: required: - login - id - enterprise: *615 - installation: *616 - issue: *644 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *645 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129535,12 +129606,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - issue: *644 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *645 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -129630,8 +129701,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130441,11 +130512,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *569 - issue_dependencies_summary: *570 + sub_issues_summary: *570 + issue_dependencies_summary: *571 issue_field_values: type: array - items: *571 + items: *572 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130461,7 +130532,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *572 + type: *573 updated_at: type: string format: date-time @@ -130539,8 +130610,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130630,11 +130701,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *615 - installation: *616 - issue: *643 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *644 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130723,11 +130794,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130815,11 +130886,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -130939,11 +131010,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - label: *636 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *637 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131057,11 +131128,11 @@ x-webhooks: type: string required: - to - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131171,11 +131242,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131264,11 +131335,11 @@ x-webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 sender: *19 required: - action @@ -131356,11 +131427,11 @@ x-webhooks: type: string enum: - added - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131436,7 +131507,7 @@ x-webhooks: required: - login - id - team: &645 + team: &646 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -131510,6 +131581,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -131523,6 +131610,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -131546,6 +131634,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -131636,11 +131740,11 @@ x-webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *637 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *638 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131717,7 +131821,7 @@ x-webhooks: required: - login - id - team: *645 + team: *646 required: - action - scope @@ -131805,7 +131909,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -131914,16 +132018,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *616 - organization: *617 + installation: *617 + organization: *618 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -132014,11 +132118,11 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132107,9 +132211,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - milestone: &648 + enterprise: *616 + installation: *617 + milestone: &649 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132246,8 +132350,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132336,11 +132440,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132460,11 +132564,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - milestone: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *643 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132554,11 +132658,11 @@ x-webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - milestone: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *649 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132647,9 +132751,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - membership: &649 + enterprise: *616 + installation: *617 + membership: &650 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -132756,8 +132860,8 @@ x-webhooks: - role - organization_url - user - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132845,11 +132949,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -132938,8 +133042,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133055,10 +133159,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action - invitation @@ -133146,11 +133250,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -133247,11 +133351,11 @@ x-webhooks: properties: from: type: string - enterprise: *615 - installation: *616 - membership: *649 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *650 + organization: *618 + repository: *619 sender: *19 required: - action @@ -133337,9 +133441,9 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -133838,7 +133942,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &650 + items: &651 title: Ruby Gems metadata type: object properties: @@ -133933,7 +134037,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -134019,9 +134123,9 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -134374,7 +134478,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *650 + items: *651 source_url: type: string format: uri @@ -134444,7 +134548,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -134631,12 +134735,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *615 + enterprise: *616 id: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - id @@ -134713,7 +134817,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &651 + personal_access_token_request: &652 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -134859,10 +134963,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *615 - organization: *617 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -134939,11 +135043,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *651 - enterprise: *615 - organization: *617 + personal_access_token_request: *652 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135019,11 +135123,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *651 - enterprise: *615 - organization: *617 + personal_access_token_request: *652 + enterprise: *616 + organization: *618 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135098,11 +135202,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *651 - organization: *617 - enterprise: *615 + personal_access_token_request: *652 + organization: *618 + enterprise: *616 sender: *19 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -135217,7 +135321,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *652 + last_response: *653 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135249,8 +135353,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 zen: description: Random string of GitHub zen. @@ -135505,10 +135609,10 @@ x-webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: &653 + enterprise: *616 + installation: *617 + organization: *618 + project_card: &654 title: Project Card type: object properties: @@ -135627,7 +135731,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -135718,11 +135822,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_card: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *654 + repository: *619 sender: *19 required: - action @@ -135812,9 +135916,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: title: Project Card type: object @@ -135942,8 +136046,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -136047,11 +136151,11 @@ x-webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *654 + repository: *619 sender: *19 required: - action @@ -136155,9 +136259,9 @@ x-webhooks: - from required: - column_id - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: allOf: - title: Project Card @@ -136347,7 +136451,7 @@ x-webhooks: type: string required: - after_id - repository: *618 + repository: *619 sender: *19 required: - action @@ -136437,10 +136541,10 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - organization: *617 - project: &655 + enterprise: *616 + installation: *617 + organization: *618 + project: &656 title: Project type: object properties: @@ -136564,7 +136668,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -136654,10 +136758,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_column: &654 + enterprise: *616 + installation: *617 + organization: *618 + project_column: &655 title: Project Column type: object properties: @@ -136696,7 +136800,7 @@ x-webhooks: - name - created_at - updated_at - repository: *618 + repository: *619 sender: *19 required: - action @@ -136785,18 +136889,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -136896,11 +137000,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 + repository: *619 sender: *19 required: - action @@ -136990,11 +137094,11 @@ x-webhooks: type: string enum: - moved - enterprise: *615 - installation: *616 - organization: *617 - project_column: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *655 + repository: *619 sender: *19 required: - action @@ -137084,11 +137188,11 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137178,18 +137282,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project: *655 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *646 - required: *647 + properties: *647 + required: *648 nullable: true sender: *19 required: @@ -137301,11 +137405,11 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137394,11 +137498,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - organization: *617 - project: *655 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *656 + repository: *619 sender: *19 required: - action @@ -137489,9 +137593,9 @@ x-webhooks: type: string enum: - closed - installation: *616 - organization: *617 - projects_v2: &656 + installation: *617 + organization: *618 + projects_v2: &657 title: Projects v2 Project description: A projects v2 project type: object @@ -137723,9 +137827,9 @@ x-webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -137816,9 +137920,9 @@ x-webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -137945,9 +138049,9 @@ x-webhooks: type: string to: type: string - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -138040,7 +138144,7 @@ x-webhooks: type: string enum: - archived - changes: &660 + changes: &661 type: object properties: archived_at: @@ -138054,9 +138158,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *616 - organization: *617 - projects_v2_item: &657 + installation: *617 + organization: *618 + projects_v2_item: &658 title: Projects v2 Item description: An item belonging to a project type: object @@ -138208,9 +138312,9 @@ x-webhooks: nullable: true to: type: string - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138302,9 +138406,9 @@ x-webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138395,9 +138499,9 @@ x-webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138513,7 +138617,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &658 + - &659 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138535,7 +138639,7 @@ x-webhooks: required: - id - name - - &659 + - &660 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138569,8 +138673,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *658 - *659 + - *660 required: - field_value - type: object @@ -138586,9 +138690,9 @@ x-webhooks: nullable: true required: - body - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138693,9 +138797,9 @@ x-webhooks: to: type: string nullable: true - installation: *616 - organization: *617 - projects_v2_item: *657 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138788,10 +138892,10 @@ x-webhooks: type: string enum: - restored - changes: *660 - installation: *616 - organization: *617 - projects_v2_item: *657 + changes: *661 + installation: *617 + organization: *618 + projects_v2_item: *658 sender: *19 required: - action @@ -138883,9 +138987,9 @@ x-webhooks: type: string enum: - reopened - installation: *616 - organization: *617 - projects_v2: *656 + installation: *617 + organization: *618 + projects_v2: *657 sender: *19 required: - action @@ -138966,10 +139070,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - repository @@ -139056,13 +139160,13 @@ x-webhooks: type: string enum: - assigned - assignee: *637 - enterprise: *615 - installation: *616 - number: &661 + assignee: *638 + enterprise: *616 + installation: *617 + number: &662 description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -141345,7 +141449,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -141437,11 +141541,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -143719,7 +143823,7 @@ x-webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -143811,11 +143915,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -146093,7 +146197,7 @@ x-webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *19 required: - action @@ -146185,13 +146289,13 @@ x-webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: &662 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: &663 allOf: - - *502 + - *503 - type: object properties: allow_auto_merge: @@ -146253,7 +146357,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *618 + repository: *619 sender: *19 required: - action @@ -146344,12 +146448,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -146439,11 +146543,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *615 - milestone: *483 - number: *661 - organization: *617 - pull_request: &663 + enterprise: *616 + milestone: *484 + number: *662 + organization: *618 + pull_request: &664 title: Pull Request type: object properties: @@ -148706,7 +148810,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -148838,12 +148942,12 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -148933,11 +149037,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 - label: *636 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *637 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -151219,7 +151323,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -151310,10 +151414,10 @@ x-webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -153593,7 +153697,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -153683,12 +153787,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *615 - milestone: *483 - number: *661 - organization: *617 - pull_request: *663 - repository: *618 + enterprise: *616 + milestone: *484 + number: *662 + organization: *618 + pull_request: *664 + repository: *619 sender: *19 required: - action @@ -153777,12 +153881,12 @@ x-webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -153873,12 +153977,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -153968,12 +154072,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *19 required: - action @@ -154349,9 +154453,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -156521,7 +156625,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -156611,7 +156715,7 @@ x-webhooks: type: string enum: - deleted - comment: &665 + comment: &666 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -156896,9 +157000,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -159056,7 +159160,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -159146,11 +159250,11 @@ x-webhooks: type: string enum: - edited - changes: *664 - comment: *665 - enterprise: *615 - installation: *616 - organization: *617 + changes: *665 + comment: *666 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -161311,7 +161415,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *19 required: - action @@ -161402,9 +161506,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -163577,7 +163681,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 review: description: The review that was affected. type: object @@ -163834,9 +163938,9 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -165890,8 +165994,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: &666 + repository: *619 + review: &667 description: The review that was affected. type: object properties: @@ -166134,12 +166238,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -168422,7 +168526,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: object @@ -168506,12 +168610,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -170801,7 +170905,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -171003,12 +171107,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -173293,7 +173397,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: object @@ -173378,12 +173482,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -175659,7 +175763,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -175850,9 +175954,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -178027,8 +178131,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: *666 + repository: *619 + review: *667 sender: *19 required: - action @@ -178118,9 +178222,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -180190,7 +180294,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *19 thread: type: object @@ -180587,9 +180691,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -182645,7 +182749,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *19 thread: type: object @@ -183045,10 +183149,10 @@ x-webhooks: type: string before: type: string - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -185319,7 +185423,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -185411,11 +185515,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *667 - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + assignee: *668 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -187698,7 +187802,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -187787,11 +187891,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - label: *636 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *637 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -190064,7 +190168,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -190155,10 +190259,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -192423,7 +192527,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *19 required: - action @@ -192633,7 +192737,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *615 + enterprise: *616 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -192725,8 +192829,8 @@ x-webhooks: - url - author - committer - installation: *616 - organization: *617 + installation: *617 + organization: *618 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193311,9 +193415,9 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -193759,7 +193863,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *650 + items: *651 summary: type: string tag_name: @@ -193813,7 +193917,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -193901,9 +194005,9 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -194211,7 +194315,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *650 + items: *651 summary: type: string tag_name: @@ -194260,7 +194364,7 @@ x-webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *19 required: - action @@ -194347,10 +194451,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - release: &668 + enterprise: *616 + installation: *617 + organization: *618 + release: &669 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -194668,7 +194772,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *618 + repository: *619 sender: *19 required: - action @@ -194755,11 +194859,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -194886,11 +194990,11 @@ x-webhooks: type: boolean required: - to - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -194978,9 +195082,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -195302,7 +195406,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *618 + repository: *619 sender: *19 required: - action @@ -195388,10 +195492,10 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - release: &669 + enterprise: *616 + installation: *617 + organization: *618 + release: &670 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -195710,7 +195814,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *618 + repository: *619 sender: *19 required: - action @@ -195796,11 +195900,11 @@ x-webhooks: type: string enum: - released - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *19 required: - action @@ -195886,11 +195990,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *615 - installation: *616 - organization: *617 - release: *669 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *670 + repository: *619 sender: *19 required: - action @@ -195976,10 +196080,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196064,10 +196168,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196152,10 +196256,10 @@ x-webhooks: type: string enum: - archived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196242,10 +196346,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196333,10 +196437,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196430,10 +196534,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196555,10 +196659,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196646,10 +196750,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196736,10 +196840,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196843,10 +196947,10 @@ x-webhooks: - name required: - repository - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -196926,10 +197030,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 sender: *19 required: @@ -197008,10 +197112,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 sender: *19 required: @@ -197090,10 +197194,10 @@ x-webhooks: type: string enum: - edited - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 repository_ruleset: *267 changes: type: object @@ -197155,16 +197259,16 @@ x-webhooks: properties: added: type: array - items: *523 + items: *524 deleted: type: array - items: *523 + items: *524 updated: type: array items: type: object properties: - rule: *523 + rule: *524 changes: type: object properties: @@ -197408,10 +197512,10 @@ x-webhooks: - from required: - owner - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197499,10 +197603,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197590,7 +197694,7 @@ x-webhooks: type: string enum: - create - alert: &670 + alert: &671 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -197711,10 +197815,10 @@ x-webhooks: type: string enum: - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -197930,10 +198034,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198021,11 +198125,11 @@ x-webhooks: type: string enum: - reopen - alert: *670 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *671 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198234,10 +198338,10 @@ x-webhooks: enum: - fixed - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198325,7 +198429,7 @@ x-webhooks: type: string enum: - created - alert: &671 + alert: &672 type: object properties: number: *93 @@ -198405,10 +198509,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198499,11 +198603,11 @@ x-webhooks: type: string enum: - created - alert: *671 - installation: *616 - location: *672 - organization: *617 - repository: *618 + alert: *672 + installation: *617 + location: *673 + organization: *618 + repository: *619 sender: *19 required: - location @@ -198746,11 +198850,11 @@ x-webhooks: type: string enum: - reopened - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198838,11 +198942,11 @@ x-webhooks: type: string enum: - resolved - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -198930,11 +199034,11 @@ x-webhooks: type: string enum: - validated - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -199020,11 +199124,11 @@ x-webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: &673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: &674 description: The details of the security advisory, including summary, description, and severity. type: object @@ -199217,11 +199321,11 @@ x-webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: *673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: *674 sender: *19 required: - action @@ -199304,10 +199408,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199502,10 +199606,10 @@ x-webhooks: type: object properties: security_and_analysis: *245 - enterprise: *615 - installation: *616 - organization: *617 - repository: *311 + enterprise: *616 + installation: *617 + organization: *618 + repository: *312 sender: *19 required: - changes @@ -199593,12 +199697,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: &674 + sponsorship: &675 type: object properties: created_at: @@ -199909,12 +200013,12 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -200012,12 +200116,12 @@ x-webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200104,17 +200208,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &675 + effective_date: &676 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -200198,7 +200302,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &676 + changes: &677 type: object properties: tier: @@ -200242,13 +200346,13 @@ x-webhooks: - from required: - tier - effective_date: *675 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + effective_date: *676 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200335,13 +200439,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *676 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + changes: *677 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -200425,10 +200529,10 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200521,10 +200625,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200950,15 +201054,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *615 + enterprise: *616 id: description: The unique identifier of the status. type: integer - installation: *616 + installation: *617 name: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *19 sha: description: The Commit SHA. @@ -201070,12 +201174,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - team: &677 + team: &678 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201149,6 +201253,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -201162,6 +201282,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -201187,6 +201308,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -201275,9 +201412,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -201735,7 +201872,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -201821,9 +201958,9 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -202281,7 +202418,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -202368,9 +202505,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -202828,7 +202965,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -202982,9 +203119,9 @@ x-webhooks: - from required: - permissions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -203442,7 +203579,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - changes @@ -203530,9 +203667,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -203990,7 +204127,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *677 + team: *678 required: - action - team @@ -204073,12 +204210,12 @@ x-webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action responses: @@ -204156,12 +204293,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - user: *637 + user: *638 required: - action responses: @@ -204242,10 +204379,10 @@ x-webhooks: type: string enum: - started - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 required: - action @@ -204328,16 +204465,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *615 + enterprise: *616 inputs: type: object nullable: true additionalProperties: true - installation: *616 - organization: *617 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *19 workflow: type: string @@ -204429,10 +204566,10 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: allOf: @@ -204669,7 +204806,7 @@ x-webhooks: type: string required: - conclusion - deployment: *421 + deployment: *422 required: - action - repository @@ -204758,10 +204895,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: allOf: @@ -205021,7 +205158,7 @@ x-webhooks: required: - status - steps - deployment: *421 + deployment: *422 required: - action - repository @@ -205110,10 +205247,10 @@ x-webhooks: type: string enum: - queued - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: type: object @@ -205248,7 +205385,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *421 + deployment: *422 required: - action - repository @@ -205337,10 +205474,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 workflow_job: type: object @@ -205476,7 +205613,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *421 + deployment: *422 required: - action - repository @@ -205566,12 +205703,12 @@ x-webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object @@ -206580,12 +206717,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object @@ -207579,12 +207716,12 @@ x-webhooks: type: string enum: - requested - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *19 - workflow: *632 + workflow: *633 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json index a1c4db90a2..e3fa2ecb52 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json @@ -728,8 +728,7 @@ "type": "object", "properties": { "ldap_dn": { - "type": "string", - "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team." + "$ref": "#/components/schemas/ldap-dn" } }, "required": [ @@ -49152,7 +49151,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -49204,7 +49203,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -92623,9 +92622,23 @@ }, "parent": { "nullable": true + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "ldap-mapping-user": { "title": "Ldap Private User", "description": "Ldap Private User", @@ -103594,6 +103607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103606,7 +103637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -103695,6 +103727,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103708,6 +103758,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -103779,6 +103830,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103791,7 +103860,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -107109,6 +107179,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -107124,7 +107212,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "team-organization": { @@ -107490,9 +107579,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -107506,6 +107611,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -129852,6 +129958,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -129866,7 +129990,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -129899,6 +130024,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137337,6 +137480,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137351,7 +137512,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -137385,6 +137547,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml index 15d8075da8..558109c084 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -492,9 +492,7 @@ paths: type: object properties: ldap_dn: - type: string - description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) - (DN) of the LDAP entry to map to a team. + "$ref": "#/components/schemas/ldap-dn" required: - ldap_dn examples: @@ -35538,7 +35536,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -35575,7 +35573,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -66454,6 +66452,17 @@ components: type: string parent: nullable: true + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com ldap-mapping-user: title: Ldap Private User description: Ldap Private User @@ -75085,6 +75094,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75096,6 +75119,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team-role-assignment: title: A Role Assignment for a Team @@ -75161,6 +75185,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75172,6 +75210,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -75230,6 +75269,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75241,6 +75294,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -77830,6 +77884,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -77844,6 +77912,7 @@ components: - repositories_url - slug - parent + - type team-organization: title: Team Organization description: Team Organization @@ -78129,9 +78198,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -78143,6 +78224,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -95087,6 +95169,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -95100,6 +95198,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -95123,6 +95222,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -100831,6 +100944,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -100844,6 +100973,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -100869,6 +100999,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id diff --git a/descriptions/ghes-3.14/ghes-3.14.json b/descriptions/ghes-3.14/ghes-3.14.json index a1c4db90a2..e3fa2ecb52 100644 --- a/descriptions/ghes-3.14/ghes-3.14.json +++ b/descriptions/ghes-3.14/ghes-3.14.json @@ -728,8 +728,7 @@ "type": "object", "properties": { "ldap_dn": { - "type": "string", - "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team." + "$ref": "#/components/schemas/ldap-dn" } }, "required": [ @@ -49152,7 +49151,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -49204,7 +49203,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -92623,9 +92622,23 @@ }, "parent": { "nullable": true + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, + "ldap-dn": { + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, "ldap-mapping-user": { "title": "Ldap Private User", "description": "Ldap Private User", @@ -103594,6 +103607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103606,7 +103637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -103695,6 +103727,24 @@ }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103708,6 +103758,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -103779,6 +103830,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -103791,7 +103860,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "user-role-assignment": { @@ -107109,6 +107179,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "$ref": "#/components/schemas/nullable-team-simple" } @@ -107124,7 +107212,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "team-organization": { @@ -107490,9 +107579,25 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "$ref": "#/components/schemas/ldap-dn" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -107506,6 +107611,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -129852,6 +129958,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -129866,7 +129990,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -129899,6 +130024,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137337,6 +137480,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137351,7 +137512,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -137385,6 +137547,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghes-3.14/ghes-3.14.yaml b/descriptions/ghes-3.14/ghes-3.14.yaml index 15d8075da8..558109c084 100644 --- a/descriptions/ghes-3.14/ghes-3.14.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.yaml @@ -492,9 +492,7 @@ paths: type: object properties: ldap_dn: - type: string - description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) - (DN) of the LDAP entry to map to a team. + "$ref": "#/components/schemas/ldap-dn" required: - ldap_dn examples: @@ -35538,7 +35536,7 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository @@ -35575,7 +35573,7 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository @@ -66454,6 +66452,17 @@ components: type: string parent: nullable: true + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer + ldap-dn: + type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com ldap-mapping-user: title: Ldap Private User description: Ldap Private User @@ -75085,6 +75094,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75096,6 +75119,7 @@ components: - html_url - repositories_url - slug + - type nullable: true team-role-assignment: title: A Role Assignment for a Team @@ -75161,6 +75185,20 @@ components: format: uri parent: "$ref": "#/components/schemas/nullable-team-simple" + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75172,6 +75210,7 @@ components: - html_url - repositories_url - slug + - type - parent team-simple: title: Team Simple @@ -75230,6 +75269,20 @@ components: description: Distinguished Name (DN) that team maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -75241,6 +75294,7 @@ components: - html_url - repositories_url - slug + - type user-role-assignment: title: A Role Assignment for a User description: The Relationship a User has with a role. @@ -77830,6 +77884,20 @@ components: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 parent: "$ref": "#/components/schemas/nullable-team-simple" required: @@ -77844,6 +77912,7 @@ components: - repositories_url - slug - parent + - type team-organization: title: Team Organization description: Team Organization @@ -78129,9 +78198,21 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment - example: uid=example,ou=users,dc=github,dc=com + "$ref": "#/components/schemas/ldap-dn" + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - id - node_id @@ -78143,6 +78224,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -95087,6 +95169,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -95100,6 +95198,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -95123,6 +95222,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id @@ -100831,6 +100944,22 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team + belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + example: 42 required: - name - id @@ -100844,6 +100973,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -100869,6 +100999,20 @@ components: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + example: 42 required: - name - id diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json index 27fb4b83c5..31bbdaa973 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json @@ -1385,6 +1385,15 @@ }, "parent": { "nullable": true + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1421,7 +1430,8 @@ "properties": { "ldap_dn": { "type": "string", - "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team." + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" } }, "required": [ @@ -112063,6 +112073,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112075,9 +112103,28 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112091,6 +112138,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -112286,6 +112334,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -112298,7 +112364,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -137131,6 +137198,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137143,7 +137228,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -137560,6 +137646,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -137628,6 +137732,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137640,7 +137762,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -137656,7 +137779,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -137973,6 +138097,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -137985,7 +138127,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -138275,9 +138418,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -138291,6 +138452,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -138633,6 +138795,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -138645,7 +138825,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -138935,9 +139116,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -138951,6 +139150,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -139283,6 +139483,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -139295,7 +139513,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -139585,9 +139804,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -139601,6 +139838,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -139806,6 +140044,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -139818,7 +140074,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -140108,9 +140365,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -140124,6 +140399,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -149143,6 +149419,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -149211,6 +149505,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -149223,7 +149535,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -149239,7 +149552,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -178833,6 +179147,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -178901,6 +179233,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -178913,7 +179263,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -178929,7 +179280,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -185496,6 +185848,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -185564,6 +185934,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -185576,7 +185964,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -185592,7 +185981,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186131,6 +186521,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -186199,6 +186607,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -186211,7 +186637,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -186227,7 +186654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186734,6 +187162,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -186802,6 +187248,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -186814,7 +187278,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -186830,7 +187295,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188076,6 +188542,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188144,6 +188628,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188156,7 +188658,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188172,7 +188675,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -188711,6 +189215,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -188779,6 +189301,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -188791,7 +189331,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -188807,7 +189348,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -189314,6 +189856,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -189382,6 +189942,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -189394,7 +189972,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -189410,7 +189989,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -190195,6 +190775,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -190263,6 +190861,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -190275,7 +190891,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -190291,7 +190908,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -190830,6 +191448,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -190898,6 +191534,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -190910,7 +191564,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -190926,7 +191581,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -191433,6 +192089,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -191501,6 +192175,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -191513,7 +192205,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -191529,7 +192222,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -192636,6 +193330,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -192704,6 +193416,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -192716,7 +193446,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -192732,7 +193463,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -193262,6 +193994,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -193330,6 +194080,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -193342,7 +194110,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -193358,7 +194127,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -193918,6 +194688,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -193986,6 +194774,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -193998,7 +194804,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -194014,7 +194821,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -194989,6 +195797,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -195057,6 +195883,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -195069,7 +195913,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -195085,7 +195930,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -195624,6 +196470,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -195692,6 +196556,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -195704,7 +196586,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -195720,7 +196603,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -196546,6 +197430,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -196614,6 +197516,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -196626,7 +197546,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -196642,7 +197563,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -197181,6 +198103,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -197249,6 +198189,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -197261,7 +198219,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -197277,7 +198236,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -199635,6 +200595,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -199703,6 +200681,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -199715,7 +200711,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -199731,7 +200728,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -202205,6 +203203,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -202273,6 +203289,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -202285,7 +203319,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -202301,7 +203336,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -202532,6 +203568,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -202600,6 +203654,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -202612,7 +203684,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -202628,7 +203701,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -202903,6 +203977,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -202971,6 +204063,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -202983,7 +204093,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -202999,7 +204110,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -203273,6 +204385,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -203341,6 +204471,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -203353,7 +204501,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -203369,7 +204518,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205602,6 +206752,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -205670,6 +206838,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -205682,7 +206868,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -205698,7 +206885,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -206237,6 +207425,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -206305,6 +207511,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -206317,7 +207541,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -206333,7 +207558,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -206840,6 +208066,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -206908,6 +208152,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -206920,7 +208182,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -206936,7 +208199,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229845,6 +231109,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -229913,6 +231195,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -229925,7 +231225,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -229941,7 +231242,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -251514,6 +252816,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -251582,6 +252902,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -251594,7 +252932,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -251610,7 +252949,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -252130,6 +253470,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -252198,6 +253556,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -252210,7 +253586,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -252226,7 +253603,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -252825,6 +254203,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -252893,6 +254289,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -252905,7 +254319,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -252921,7 +254336,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -284898,6 +286314,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -284966,6 +286400,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -284978,7 +286430,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -284994,7 +286447,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -288730,6 +290184,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -288798,6 +290270,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -288810,7 +290300,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -288826,7 +290317,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -306136,6 +307628,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -306204,6 +307714,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -306216,7 +307744,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -306232,7 +307761,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -307031,6 +308561,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -307099,6 +308647,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -307111,7 +308677,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -307127,7 +308694,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -316159,6 +317727,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -316227,6 +317813,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -316239,7 +317843,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -316255,7 +317860,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -317054,6 +318660,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -317122,6 +318746,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -317134,7 +318776,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -317150,7 +318793,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -335832,7 +337476,7 @@ "tags": [ "repos" ], - "operationId": "repos/get-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-get-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository" @@ -335982,7 +337626,7 @@ "tags": [ "repos" ], - "operationId": "repos/create-or-update-custom-properties-values", + "operationId": "repos/custom-properties-for-repos-create-or-update-repository-values", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@3.15/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository" @@ -337294,6 +338938,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -337362,6 +339024,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -337374,7 +339054,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -337390,7 +339071,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -341157,6 +342839,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -341169,7 +342869,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -347820,6 +349521,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -347832,7 +349551,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -351808,6 +353528,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -351820,7 +353558,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -358249,6 +359988,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -358317,6 +360074,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -358329,7 +360104,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -358345,7 +360121,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -359481,6 +361258,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -359549,6 +361344,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -359561,7 +361374,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -359577,7 +361391,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -363319,6 +365134,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -363387,6 +365220,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -363399,7 +365250,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -363415,7 +365267,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "nullable": true @@ -391109,6 +392962,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -391177,6 +393048,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -391189,7 +393078,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -391205,7 +393095,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -410947,6 +412838,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -410959,7 +412868,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -411249,9 +413159,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -411265,6 +413193,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -411594,6 +413523,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -411606,7 +413553,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -411896,9 +413844,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -411912,6 +413878,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -412117,6 +414084,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -412129,7 +414114,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -412419,9 +414405,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -412435,6 +414439,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -421036,6 +423041,24 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 + }, "parent": { "title": "Team Simple", "description": "Groups of organization members that gives permissions on specified repositories.", @@ -421104,6 +423127,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -421116,7 +423157,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true } @@ -421132,7 +423174,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -452317,6 +454360,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -452329,7 +454390,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ], "nullable": true }, @@ -452619,9 +454681,27 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", - "example": "uid=example,ou=users,dc=github,dc=com", - "type": "string" + "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "example": "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -452635,6 +454715,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -568152,6 +570233,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -568164,7 +570263,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -725214,6 +727314,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -725228,7 +727346,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -725261,6 +727380,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -727063,6 +729200,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -727077,7 +729232,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -727110,6 +729266,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -808552,6 +810726,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -808564,7 +810756,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -813490,6 +815683,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -813502,7 +815713,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -823265,6 +825477,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -823277,7 +825507,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -842188,6 +844419,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -842200,7 +844449,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -847126,6 +849376,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -847138,7 +849406,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -852064,6 +854333,24 @@ "description": "Distinguished Name (DN) that team maps to within LDAP environment", "example": "uid=example,ou=users,dc=github,dc=com", "type": "string" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -852076,7 +854363,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "nullable": true @@ -1026558,6 +1028846,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1026572,7 +1028878,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1026606,6 +1028913,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1027710,6 +1030035,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1027724,7 +1030067,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1027758,6 +1030102,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1028862,6 +1031224,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1028876,7 +1031256,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1028910,6 +1031291,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1030015,6 +1032414,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1030029,7 +1032446,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1030063,6 +1032481,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1031254,6 +1033690,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1031268,7 +1033722,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1031302,6 +1033757,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1032408,6 +1034881,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ @@ -1032422,7 +1034913,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1032456,6 +1034948,24 @@ "description": "URL for the team", "type": "string", "format": "uri" + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "example": 37 + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "example": 42 } }, "required": [ diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml index 2e39bb9114..57a61ba832 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml @@ -890,6 +890,12 @@ paths: type: string parent: nullable: true + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -914,10 +920,11 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &284 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + example: cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4454,7 +4461,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &552 + schema: &553 title: Scim Error description: Scim Error type: object @@ -12332,7 +12339,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &383 + instances_url: &384 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12367,7 +12374,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &384 + dismissed_reason: &385 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12376,13 +12383,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &385 + dismissed_comment: &386 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &386 + rule: &387 type: object properties: id: @@ -12421,7 +12428,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &387 + tool: &388 type: object properties: name: *90 @@ -12431,15 +12438,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &388 + most_recent_instance: &389 type: object properties: - ref: &381 + ref: &382 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &393 + analysis_key: &394 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12450,7 +12457,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &394 + category: &395 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13387,7 +13394,7 @@ paths: enum: - development - runtime - security_advisory: &416 + security_advisory: &417 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13618,7 +13625,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &417 + auto_dismissed_at: &418 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14064,14 +14071,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &541 + state: &542 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &542 + resolution: &543 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14618,7 +14625,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &460 + properties: &461 id: type: integer format: int64 @@ -14730,7 +14737,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &406 + properties: &407 url: type: string format: uri @@ -14800,7 +14807,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &407 + required: &408 - closed_issues - creator - description @@ -14879,7 +14886,7 @@ paths: timeline_url: type: string format: uri - type: &579 + type: &580 title: Issue Type description: The type of issue. type: object @@ -14990,7 +14997,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &576 + sub_issues_summary: &577 title: Sub-issues Summary type: object properties: @@ -15010,7 +15017,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &577 + issue_dependencies_summary: &578 title: Issue Dependencies Summary type: object properties: @@ -15029,7 +15036,7 @@ paths: - total_blocking issue_field_values: type: array - items: &578 + items: &579 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15089,7 +15096,7 @@ paths: - node_id - data_type - value - required: &461 + required: &462 - assignee - closed_at - comments @@ -15110,7 +15117,7 @@ paths: - user - created_at - updated_at - comment: &458 + comment: &459 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15672,7 +15679,7 @@ paths: url: type: string format: uri - user: &590 + user: &591 title: Public User description: Public User type: object @@ -20293,14 +20300,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &303 + - &304 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &304 + - &305 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20371,7 +20378,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &315 + '301': &316 description: Moved permanently content: application/json: @@ -20393,7 +20400,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &489 + - &490 name: all description: If `true`, show notifications marked as read. in: query @@ -20401,7 +20408,7 @@ paths: schema: type: boolean default: false - - &490 + - &491 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20411,7 +20418,7 @@ paths: type: boolean default: false - *111 - - &491 + - &492 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20863,7 +20870,7 @@ paths: - url - subscription_url examples: - default: &492 + default: &493 value: - id: '1' repository: @@ -21409,7 +21416,7 @@ paths: type: array items: *70 examples: - default: &599 + default: &600 value: - login: github id: 1 @@ -22300,7 +22307,7 @@ paths: type: integer repository_cache_usages: type: array - items: &320 + items: &321 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22551,7 +22558,7 @@ paths: type: array items: *84 examples: - default: &596 + default: &597 value: total_count: 1 repositories: @@ -24352,7 +24359,7 @@ paths: description: Response content: application/json: - schema: &342 + schema: &343 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24381,7 +24388,7 @@ paths: - key_id - key examples: - default: &343 + default: &344 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24794,7 +24801,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-organization-variables parameters: - *135 - - &327 + - &328 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.15/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25443,7 +25450,7 @@ paths: be returned. in: query required: false - schema: &382 + schema: &383 type: string description: Severity of a code scanning alert. enum: @@ -27069,7 +27076,7 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27086,7 +27093,7 @@ paths: - key_id - key examples: - default: &421 + default: &422 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27667,7 +27674,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27748,7 +27755,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &299 + default: &300 value: group_id: '123' group_name: Octocat admins @@ -27803,7 +27810,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27840,7 +27847,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &297 + default: &298 value: groups: - group_id: '123' @@ -28476,7 +28483,7 @@ paths: application/json: schema: *39 examples: - default: &455 + default: &456 value: id: 1 account: @@ -30860,6 +30867,22 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: &220 - id - node_id @@ -30871,7 +30894,24 @@ paths: - html_url - repositories_url - slug + - type nullable: true + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -30883,6 +30923,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &281 @@ -31251,7 +31292,7 @@ paths: - nuget - container - *135 - - &600 + - &601 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31292,7 +31333,7 @@ paths: default: *223 '403': *43 '401': *41 - '400': &602 + '400': &603 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33750,7 +33791,7 @@ paths: description: Response content: application/json: - schema: &314 + schema: &315 title: Full Repository description: Full Repository type: object @@ -34248,7 +34289,7 @@ paths: - network_count - subscribers_count examples: - default: &316 + default: &317 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34820,7 +34861,7 @@ paths: - *135 - *4 - *5 - - &527 + - &528 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35094,7 +35135,7 @@ paths: - repository_property rules: type: array - items: &528 + items: &529 title: Repository Rule type: object description: A repository rule. @@ -35156,7 +35197,7 @@ paths: type: string enum: - required_linear_history - - &525 + - &526 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35672,7 +35713,7 @@ paths: - tool required: - code_scanning_tools - - &526 + - &527 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -35899,7 +35940,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &529 + - &530 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -35914,7 +35955,7 @@ paths: in: query schema: type: string - - &530 + - &531 name: time_period description: |- The time period to filter by. @@ -35930,14 +35971,14 @@ paths: - week - month default: day - - &531 + - &532 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &532 + - &533 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -35957,7 +35998,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Rule Suites description: Response type: array @@ -36011,7 +36052,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &534 + default: &535 value: - id: 21 actor_id: 12 @@ -36055,7 +36096,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &535 + - &536 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36071,7 +36112,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Rule Suite description: Response type: object @@ -36169,7 +36210,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &537 + default: &538 value: id: 21 actor_id: 12 @@ -36387,7 +36428,7 @@ paths: - *9 - *5 - *4 - - &539 + - &540 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.15/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -36397,7 +36438,7 @@ paths: required: false schema: type: string - - &540 + - &541 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.15/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -36569,7 +36610,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -36623,6 +36664,22 @@ paths: repositories_url: type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 parent: title: Team Simple description: Groups of organization members that gives permissions @@ -36643,6 +36700,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *281 headers: @@ -36746,7 +36804,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37034,11 +37092,23 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment - example: uid=example,ou=users,dc=github,dc=com + ldap_dn: *284 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - id - node_id @@ -37050,13 +37120,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &285 + default: &286 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37132,9 +37203,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *26 x-github: githubCloudOnly: false @@ -37218,16 +37289,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '201': description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *26 '422': *35 '403': *43 @@ -37297,7 +37368,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37396,7 +37467,7 @@ paths: - updated_at - url examples: - default: &580 + default: &581 value: - author: login: octocat @@ -37505,9 +37576,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &287 + default: &288 value: author: login: octocat @@ -37581,7 +37652,7 @@ paths: parameters: - *135 - *218 - - &288 + - &289 name: discussion_number description: The number that identifies the discussion. in: path @@ -37593,9 +37664,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37619,7 +37690,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 requestBody: required: false content: @@ -37642,9 +37713,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: &581 + default: &582 value: author: login: octocat @@ -37716,7 +37787,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 responses: '204': description: Response @@ -37744,7 +37815,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 - *9 - *4 - *5 @@ -37755,7 +37826,7 @@ paths: application/json: schema: type: array - items: &289 + items: &290 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37827,7 +37898,7 @@ paths: - updated_at - url examples: - default: &582 + default: &583 value: - author: login: octocat @@ -37897,7 +37968,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 requestBody: required: true content: @@ -37919,9 +37990,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: &290 + default: &291 value: author: login: octocat @@ -37989,8 +38060,8 @@ paths: parameters: - *135 - *218 - - *288 - - &291 + - *289 + - &292 name: comment_number description: The number that identifies the comment. in: path @@ -38002,9 +38073,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38028,8 +38099,8 @@ paths: parameters: - *135 - *218 - - *288 - - *291 + - *289 + - *292 requestBody: required: true content: @@ -38051,9 +38122,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: &583 + default: &584 value: author: login: octocat @@ -38119,8 +38190,8 @@ paths: parameters: - *135 - *218 - - *288 - - *291 + - *289 + - *292 responses: '204': description: Response @@ -38148,8 +38219,8 @@ paths: parameters: - *135 - *218 - - *288 - - *291 + - *289 + - *292 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -38175,7 +38246,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38218,7 +38289,7 @@ paths: - content - created_at examples: - default: &294 + default: &295 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38270,8 +38341,8 @@ paths: parameters: - *135 - *218 - - *288 - - *291 + - *289 + - *292 requestBody: required: true content: @@ -38304,9 +38375,9 @@ paths: team discussion comment content: application/json: - schema: *292 + schema: *293 examples: - default: &293 + default: &294 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38335,9 +38406,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38362,9 +38433,9 @@ paths: parameters: - *135 - *218 - - *288 - - *291 - - &295 + - *289 + - *292 + - &296 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38398,7 +38469,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -38424,9 +38495,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 x-github: @@ -38454,7 +38525,7 @@ paths: parameters: - *135 - *218 - - *288 + - *289 requestBody: required: true content: @@ -38486,16 +38557,16 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38520,8 +38591,8 @@ paths: parameters: - *135 - *218 - - *288 - - *295 + - *289 + - *296 responses: '204': description: Response @@ -38551,9 +38622,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38596,9 +38667,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -38703,7 +38774,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Team Membership description: Team Membership type: object @@ -38730,7 +38801,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &584 + response-if-user-is-a-team-maintainer: &585 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38793,9 +38864,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - response-if-users-membership-with-team-is-now-pending: &585 + response-if-users-membership-with-team-is-now-pending: &586 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38868,7 +38939,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Team Project description: A team's access to a project. type: object @@ -38936,7 +39007,7 @@ paths: - updated_at - permissions examples: - default: &586 + default: &587 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39001,7 +39072,7 @@ paths: parameters: - *135 - *218 - - &302 + - &303 name: project_id description: The unique identifier of the project. in: path @@ -39013,9 +39084,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &587 + default: &588 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39079,7 +39150,7 @@ paths: parameters: - *135 - *218 - - *302 + - *303 requestBody: required: false content: @@ -39147,7 +39218,7 @@ paths: parameters: - *135 - *218 - - *302 + - *303 responses: '204': description: Response @@ -39218,14 +39289,14 @@ paths: parameters: - *135 - *218 - - *303 - *304 + - *305 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &588 + schema: &589 title: Team Repository description: A team's access to a repository. type: object @@ -39796,8 +39867,8 @@ paths: parameters: - *135 - *218 - - *303 - *304 + - *305 requestBody: required: false content: @@ -39844,8 +39915,8 @@ paths: parameters: - *135 - *218 - - *303 - *304 + - *305 responses: '204': description: Response @@ -39880,9 +39951,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - response-if-child-teams-exist: &589 + response-if-child-teams-exist: &590 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40009,7 +40080,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#get-a-project-card parameters: - - &306 + - &307 name: card_id description: The unique identifier of the card. in: path @@ -40021,7 +40092,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &308 title: Project Card description: Project cards represent a scope of work. type: object @@ -40088,7 +40159,7 @@ paths: - created_at - updated_at examples: - default: &308 + default: &309 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40144,7 +40215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#update-an-existing-project-card parameters: - - *306 + - *307 requestBody: required: false content: @@ -40171,9 +40242,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '304': *42 '403': *43 '401': *41 @@ -40200,7 +40271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#delete-a-project-card parameters: - - *306 + - *307 responses: '204': description: Response @@ -40244,7 +40315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#move-a-project-card parameters: - - *306 + - *307 requestBody: required: true content: @@ -40355,7 +40426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#get-a-project-column parameters: - - &309 + - &310 name: column_id description: The unique identifier of the column. in: path @@ -40367,7 +40438,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Project Column description: Project columns contain cards of work. type: object @@ -40413,7 +40484,7 @@ paths: - created_at - updated_at examples: - default: &311 + default: &312 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40448,7 +40519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#update-an-existing-project-column parameters: - - *309 + - *310 requestBody: required: true content: @@ -40472,9 +40543,9 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '304': *42 '403': *43 '401': *41 @@ -40499,7 +40570,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#delete-a-project-column parameters: - - *309 + - *310 responses: '204': description: Response @@ -40528,7 +40599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#list-project-cards parameters: - - *309 + - *310 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40549,7 +40620,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -40608,7 +40679,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#create-a-project-card parameters: - - *309 + - *310 requestBody: required: true content: @@ -40648,9 +40719,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 '304': *42 '403': *43 '401': *41 @@ -40706,7 +40777,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#move-a-project-column parameters: - - *309 + - *310 requestBody: required: true content: @@ -40766,7 +40837,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#get-a-project parameters: - - *302 + - *303 responses: '200': description: Response @@ -40774,7 +40845,7 @@ paths: application/json: schema: *239 examples: - default: &312 + default: &313 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40831,7 +40902,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#update-a-project parameters: - - *302 + - *303 requestBody: required: false content: @@ -40879,7 +40950,7 @@ paths: application/json: schema: *239 examples: - default: *312 + default: *313 '404': description: Not Found if the authenticated user does not have access to the project @@ -40923,7 +40994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#delete-a-project parameters: - - *302 + - *303 responses: '204': description: Delete Success @@ -40968,7 +41039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *302 + - *303 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -41025,7 +41096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *302 + - *303 - *8 requestBody: required: false @@ -41078,7 +41149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#remove-user-as-a-collaborator parameters: - - *302 + - *303 - *8 responses: '204': @@ -41110,7 +41181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#get-project-permission-for-a-user parameters: - - *302 + - *303 - *8 responses: '200': @@ -41184,7 +41255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#list-project-columns parameters: - - *302 + - *303 - *4 - *5 responses: @@ -41194,7 +41265,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -41232,7 +41303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#create-a-project-column parameters: - - *302 + - *303 requestBody: required: true content: @@ -41255,7 +41326,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -41320,7 +41391,7 @@ paths: resources: type: object properties: - core: &313 + core: &314 title: Rate Limit type: object properties: @@ -41337,20 +41408,20 @@ paths: - remaining - reset - used - graphql: *313 - search: *313 - code_search: *313 - source_import: *313 - integration_manifest: *313 - code_scanning_upload: *313 - actions_runner_registration: *313 - scim: *313 - dependency_sbom: *313 - code_scanning_autofix: *313 + graphql: *314 + search: *314 + code_search: *314 + source_import: *314 + integration_manifest: *314 + code_scanning_upload: *314 + actions_runner_registration: *314 + scim: *314 + dependency_sbom: *314 + code_scanning_autofix: *314 required: - core - search - rate: *313 + rate: *314 required: - rate - resources @@ -41455,14 +41526,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: default-response: summary: Default response @@ -41963,7 +42034,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *315 + '301': *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41981,8 +42052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#update-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: false content: @@ -42207,10 +42278,10 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *316 - '307': &317 + default: *317 + '307': &318 description: Temporary Redirect content: application/json: @@ -42255,8 +42326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#delete-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -42278,7 +42349,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#delete-a-repository - '307': *317 + '307': *318 '404': *26 '409': *140 x-github: @@ -42302,11 +42373,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 - - &334 + - &335 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42329,7 +42400,7 @@ paths: type: integer artifacts: type: array - items: &318 + items: &319 title: Artifact description: An artifact type: object @@ -42400,7 +42471,7 @@ paths: - expires_at - updated_at examples: - default: &335 + default: &336 value: total_count: 2 artifacts: @@ -42459,9 +42530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#get-an-artifact parameters: - - *303 - *304 - - &319 + - *305 + - &320 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42473,7 +42544,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -42510,9 +42581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#delete-an-artifact parameters: - - *303 - *304 - - *319 + - *305 + - *320 responses: '204': description: Response @@ -42536,9 +42607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#download-an-artifact parameters: - - *303 - *304 - - *319 + - *305 + - *320 - name: archive_format in: path required: true @@ -42575,14 +42646,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -42608,14 +42679,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: &321 + schema: &322 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -42627,7 +42698,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &322 + default: &323 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -42648,8 +42719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -42657,9 +42728,9 @@ paths: required: true content: application/json: - schema: *321 + schema: *322 examples: - selected_actions: *322 + selected_actions: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42679,11 +42750,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 - - &323 + - &324 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -42717,7 +42788,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 title: Repository actions caches description: Repository actions caches type: object @@ -42759,7 +42830,7 @@ paths: - total_count - actions_caches examples: - default: &325 + default: &326 value: total_count: 1 actions_caches: @@ -42791,23 +42862,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *303 - *304 + - *305 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *323 + - *324 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42827,8 +42898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *303 - *304 + - *305 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42859,9 +42930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *303 - *304 - - &326 + - *305 + - &327 name: job_id description: The unique identifier of the job. in: path @@ -42873,7 +42944,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 title: Job description: Information of a job execution in a workflow run type: object @@ -43180,9 +43251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *303 - *304 - - *326 + - *305 + - *327 responses: '302': description: Response @@ -43210,9 +43281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *303 - *304 - - *326 + - *305 + - *327 requestBody: required: false content: @@ -43257,8 +43328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Status response @@ -43308,8 +43379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -43372,8 +43443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-repository-organization-secrets parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -43391,7 +43462,7 @@ paths: type: integer secrets: type: array - items: &340 + items: &341 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43411,7 +43482,7 @@ paths: - created_at - updated_at examples: - default: &341 + default: &342 value: total_count: 2 secrets: @@ -43444,9 +43515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-repository-organization-variables parameters: - - *303 - *304 - - *327 + - *305 + - *328 - *5 responses: '200': @@ -43463,7 +43534,7 @@ paths: type: integer variables: type: array - items: &344 + items: &345 title: Actions Variable type: object properties: @@ -43493,7 +43564,7 @@ paths: - created_at - updated_at examples: - default: &345 + default: &346 value: total_count: 2 variables: @@ -43526,8 +43597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -43536,7 +43607,7 @@ paths: schema: type: object properties: - enabled: &328 + enabled: &329 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -43569,8 +43640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -43581,7 +43652,7 @@ paths: schema: type: object properties: - enabled: *328 + enabled: *329 allowed_actions: *69 required: - enabled @@ -43612,14 +43683,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: &329 + schema: &330 type: object properties: access_level: @@ -43637,7 +43708,7 @@ paths: required: - access_level examples: - default: &330 + default: &331 value: access_level: organization x-github: @@ -43662,15 +43733,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 responses: '204': description: Response @@ -43694,8 +43765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -43726,8 +43797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -43759,8 +43830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -43789,8 +43860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Success response @@ -43830,8 +43901,8 @@ paths: in: query schema: type: string - - *303 - *304 + - *305 - *4 - *5 responses: @@ -43875,8 +43946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -43908,8 +43979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -43983,8 +44054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *303 - *304 + - *305 responses: '201': description: Response @@ -44020,8 +44091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *303 - *304 + - *305 responses: '201': description: Response @@ -44051,8 +44122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 responses: '200': @@ -44082,8 +44153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *303 - *304 + - *305 - *81 responses: '204': @@ -44110,8 +44181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 responses: '200': *87 @@ -44136,8 +44207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 requestBody: required: true @@ -44186,8 +44257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 requestBody: required: true @@ -44237,8 +44308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 responses: '200': *160 @@ -44268,8 +44339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *303 - *304 + - *305 - *81 - *161 responses: @@ -44299,9 +44370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *303 - *304 - - &348 + - *305 + - &349 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -44309,7 +44380,7 @@ paths: required: false schema: type: string - - &349 + - &350 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44317,7 +44388,7 @@ paths: required: false schema: type: string - - &350 + - &351 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44326,7 +44397,7 @@ paths: required: false schema: type: string - - &351 + - &352 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -44353,7 +44424,7 @@ paths: - pending - *4 - *5 - - &352 + - &353 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.15/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -44362,7 +44433,7 @@ paths: schema: type: string format: date-time - - &331 + - &332 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44371,13 +44442,13 @@ paths: schema: type: boolean default: false - - &353 + - &354 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &354 + - &355 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44400,7 +44471,7 @@ paths: type: integer workflow_runs: type: array - items: &332 + items: &333 title: Workflow Run description: An invocation of a workflow type: object @@ -44495,7 +44566,7 @@ paths: that triggered the run. type: array nullable: true - items: &372 + items: &373 title: Pull Request Minimal type: object properties: @@ -44614,7 +44685,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &376 + properties: &377 id: type: string description: SHA for the commit @@ -44665,7 +44736,7 @@ paths: - name - email nullable: true - required: &377 + required: &378 - id - tree_id - message @@ -44712,7 +44783,7 @@ paths: - workflow_url - pull_requests examples: - default: &355 + default: &356 value: total_count: 1 workflow_runs: @@ -44948,24 +45019,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *303 - *304 - - &333 + - *305 + - &334 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *331 + - *332 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &336 + default: &337 value: id: 30433642 name: Build @@ -45206,9 +45277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '204': description: Response @@ -45231,9 +45302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '200': description: Response @@ -45354,12 +45425,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *303 - *304 - - *333 + - *305 + - *334 - *4 - *5 - - *334 + - *335 responses: '200': description: Response @@ -45375,9 +45446,9 @@ paths: type: integer artifacts: type: array - items: *318 + items: *319 examples: - default: *335 + default: *336 headers: Link: *6 x-github: @@ -45401,25 +45472,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *303 - *304 - - *333 - - &337 + - *305 + - *334 + - &338 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *331 + - *332 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45442,10 +45513,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *303 - *304 - - *333 - - *337 + - *305 + - *334 + - *338 - *4 - *5 responses: @@ -45463,9 +45534,9 @@ paths: type: integer jobs: type: array - items: *338 + items: *339 examples: - default: &339 + default: &340 value: total_count: 1 jobs: @@ -45578,10 +45649,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *303 - *304 - - *333 - - *337 + - *305 + - *334 + - *338 responses: '302': description: Response @@ -45609,9 +45680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '202': description: Response @@ -45644,9 +45715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 requestBody: required: true content: @@ -45713,9 +45784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '202': description: Response @@ -45748,9 +45819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -45780,9 +45851,9 @@ paths: type: integer jobs: type: array - items: *338 + items: *339 examples: - default: *339 + default: *340 headers: Link: *6 x-github: @@ -45807,9 +45878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '302': description: Response @@ -45836,9 +45907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '204': description: Response @@ -45865,9 +45936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 responses: '200': description: Response @@ -45927,7 +45998,7 @@ paths: items: type: object properties: - type: &429 + type: &430 type: string description: The type of reviewer. enum: @@ -45937,7 +46008,7 @@ paths: reviewer: anyOf: - *19 - - *305 + - *306 required: - environment - wait_timer @@ -46012,9 +46083,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 requestBody: required: true content: @@ -46061,7 +46132,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46167,7 +46238,7 @@ paths: - created_at - updated_at examples: - default: &425 + default: &426 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46223,9 +46294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *303 - *304 - - *333 + - *305 + - *334 requestBody: required: false content: @@ -46269,9 +46340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *303 - *304 - - *333 + - *305 + - *334 requestBody: required: false content: @@ -46318,8 +46389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-repository-secrets parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -46337,9 +46408,9 @@ paths: type: integer secrets: type: array - items: *340 + items: *341 examples: - default: *341 + default: *342 headers: Link: *6 x-github: @@ -46364,16 +46435,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-a-repository-public-key parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46395,17 +46466,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &442 + default: &443 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46431,8 +46502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 requestBody: required: true @@ -46490,8 +46561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#delete-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 responses: '204': @@ -46517,9 +46588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-repository-variables parameters: - - *303 - *304 - - *327 + - *305 + - *328 - *5 responses: '200': @@ -46536,9 +46607,9 @@ paths: type: integer variables: type: array - items: *344 + items: *345 examples: - default: *345 + default: *346 headers: Link: *6 x-github: @@ -46561,8 +46632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#create-a-repository-variable parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -46614,17 +46685,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#get-a-repository-variable parameters: - - *303 - *304 + - *305 - *166 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &443 + default: &444 value: name: USERNAME value: octocat @@ -46650,8 +46721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#update-a-repository-variable parameters: - - *303 - *304 + - *305 - *166 requestBody: required: true @@ -46694,8 +46765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#delete-a-repository-variable parameters: - - *303 - *304 + - *305 - *166 responses: '204': @@ -46721,8 +46792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#list-repository-workflows parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -46740,7 +46811,7 @@ paths: type: integer workflows: type: array - items: &346 + items: &347 title: Workflow description: A GitHub Actions workflow type: object @@ -46847,9 +46918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#get-a-workflow parameters: - - *303 - *304 - - &347 + - *305 + - &348 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46864,7 +46935,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -46897,9 +46968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#disable-a-workflow parameters: - - *303 - *304 - - *347 + - *305 + - *348 responses: '204': description: Response @@ -46924,9 +46995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *303 - *304 - - *347 + - *305 + - *348 responses: '204': description: Response @@ -46977,9 +47048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#enable-a-workflow parameters: - - *303 - *304 - - *347 + - *305 + - *348 responses: '204': description: Response @@ -47006,19 +47077,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *303 - *304 - - *347 + - *305 - *348 - *349 - *350 - *351 + - *352 - *4 - *5 - - *352 - - *331 - *353 + - *332 - *354 + - *355 responses: '200': description: Response @@ -47034,9 +47105,9 @@ paths: type: integer workflow_runs: type: array - items: *332 + items: *333 examples: - default: *355 + default: *356 headers: Link: *6 x-github: @@ -47059,8 +47130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-activities parameters: - - *303 - *304 + - *305 - *9 - *4 - *88 @@ -47224,8 +47295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#list-assignees parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -47262,8 +47333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *303 - *304 + - *305 - name: assignee in: path required: true @@ -47297,8 +47368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -47306,7 +47377,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Autolink reference description: An autolink reference. type: object @@ -47360,8 +47431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -47400,9 +47471,9 @@ paths: description: response content: application/json: - schema: *356 + schema: *357 examples: - default: &357 + default: &358 value: id: 1 key_prefix: TICKET- @@ -47433,9 +47504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *303 - *304 - - &358 + - *305 + - &359 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47447,9 +47518,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 '404': *26 x-github: githubCloudOnly: false @@ -47469,9 +47540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *303 - *304 - - *358 + - *305 + - *359 responses: '204': description: Response @@ -47495,8 +47566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response if Dependabot is enabled @@ -47543,8 +47614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#list-branches parameters: - - *303 - *304 + - *305 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47582,7 +47653,7 @@ paths: - url protected: type: boolean - protection: &360 + protection: &361 title: Branch Protection description: Branch Protection type: object @@ -47624,7 +47695,7 @@ paths: required: - contexts - checks - enforce_admins: &363 + enforce_admins: &364 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47639,7 +47710,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &365 + required_pull_request_reviews: &366 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47660,7 +47731,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *305 + items: *306 apps: description: The list of apps with review dismissal access. @@ -47689,7 +47760,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *305 + items: *306 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47715,7 +47786,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &362 + restrictions: &363 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47778,7 +47849,7 @@ paths: type: string teams: type: array - items: *305 + items: *306 apps: type: array items: @@ -47992,9 +48063,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#get-a-branch parameters: - - *303 - *304 - - &361 + - *305 + - &362 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.15/graphql). @@ -48008,14 +48079,14 @@ paths: description: Response content: application/json: - schema: &371 + schema: &372 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &402 + commit: &403 title: Commit description: Commit type: object @@ -48049,7 +48120,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &359 + properties: &360 name: type: string example: '"Chris Wanstrath"' @@ -48064,7 +48135,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *359 + properties: *360 nullable: true message: type: string @@ -48085,7 +48156,7 @@ paths: required: - sha - url - verification: &449 + verification: &450 title: Verification type: object properties: @@ -48151,7 +48222,7 @@ paths: type: integer files: type: array - items: &413 + items: &414 title: Diff Entry description: Diff Entry type: object @@ -48235,7 +48306,7 @@ paths: - self protected: type: boolean - protection: *360 + protection: *361 protection_url: type: string format: uri @@ -48339,7 +48410,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *315 + '301': *316 '404': *26 x-github: githubCloudOnly: false @@ -48361,15 +48432,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -48563,9 +48634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#update-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -48820,7 +48891,7 @@ paths: url: type: string format: uri - required_status_checks: &368 + required_status_checks: &369 title: Status Check Policy description: Status Check Policy type: object @@ -48896,7 +48967,7 @@ paths: items: *19 teams: type: array - items: *305 + items: *306 apps: type: array items: *25 @@ -48914,7 +48985,7 @@ paths: items: *19 teams: type: array - items: *305 + items: *306 apps: type: array items: *25 @@ -48972,7 +49043,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *362 + restrictions: *363 required_conversation_resolution: type: object properties: @@ -49084,9 +49155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -49111,17 +49182,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &364 + default: &365 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49143,17 +49214,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49172,9 +49243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -49199,17 +49270,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: &366 + default: &367 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49305,9 +49376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -49405,9 +49476,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '422': *35 x-github: githubCloudOnly: false @@ -49428,9 +49499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -49457,17 +49528,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &367 + default: &368 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49490,17 +49561,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *367 + default: *368 '404': *26 x-github: githubCloudOnly: false @@ -49520,9 +49591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -49547,17 +49618,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-status-checks-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &369 + default: &370 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49583,9 +49654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#update-status-check-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -49637,9 +49708,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 '404': *26 '422': *35 x-github: @@ -49661,9 +49732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-status-check-protection parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -49687,9 +49758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response @@ -49723,9 +49794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-status-check-contexts parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -49792,9 +49863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-status-check-contexts parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -49858,9 +49929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: content: application/json: @@ -49926,15 +49997,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: default: value: @@ -50025,9 +50096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '204': description: Response @@ -50050,9 +50121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response @@ -50062,7 +50133,7 @@ paths: type: array items: *25 examples: - default: &370 + default: &371 value: - id: 1 slug: octoapp @@ -50119,9 +50190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50155,7 +50226,7 @@ paths: type: array items: *25 examples: - default: *370 + default: *371 '422': *35 x-github: githubCloudOnly: false @@ -50176,9 +50247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50212,7 +50283,7 @@ paths: type: array items: *25 examples: - default: *370 + default: *371 '422': *35 x-github: githubCloudOnly: false @@ -50233,9 +50304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50269,7 +50340,7 @@ paths: type: array items: *25 examples: - default: *370 + default: *371 '422': *35 x-github: githubCloudOnly: false @@ -50291,9 +50362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response @@ -50301,7 +50372,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: *281 '404': *26 @@ -50323,9 +50394,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -50361,7 +50432,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: *281 '422': *35 @@ -50384,9 +50455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: false content: @@ -50422,7 +50493,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: *281 '422': *35 @@ -50445,9 +50516,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: content: application/json: @@ -50482,7 +50553,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: *281 '422': *35 @@ -50506,9 +50577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *303 - *304 - - *361 + - *305 + - *362 responses: '200': description: Response @@ -50542,9 +50613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50602,9 +50673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50662,9 +50733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50724,9 +50795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#rename-a-branch parameters: - - *303 - *304 - - *361 + - *305 + - *362 requestBody: required: true content: @@ -50748,7 +50819,7 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: default: value: @@ -50861,8 +50932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#create-a-check-run parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -51141,7 +51212,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51260,8 +51331,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *372 - deployment: &625 + items: *373 + deployment: &626 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51541,9 +51612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#get-a-check-run parameters: - - *303 - *304 - - &374 + - *305 + - &375 name: check_run_id description: The unique identifier of the check run. in: path @@ -51555,9 +51626,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &375 + default: &376 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51657,9 +51728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#update-a-check-run parameters: - - *303 - *304 - - *374 + - *305 + - *375 requestBody: required: true content: @@ -51899,9 +51970,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51921,9 +51992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#list-check-run-annotations parameters: - - *303 - *304 - - *374 + - *305 + - *375 - *4 - *5 responses: @@ -52018,9 +52089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#rerequest-a-check-run parameters: - - *303 - *304 - - *374 + - *305 + - *375 responses: '201': description: Response @@ -52064,8 +52135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#create-a-check-suite parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -52087,7 +52158,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &378 + schema: &379 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52151,7 +52222,7 @@ paths: nullable: true pull_requests: type: array - items: *372 + items: *373 nullable: true app: title: GitHub app @@ -52177,8 +52248,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *376 - required: *377 + properties: *377 + required: *378 latest_check_runs_count: type: integer check_runs_url: @@ -52206,7 +52277,7 @@ paths: - check_runs_url - pull_requests examples: - default: &379 + default: &380 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52497,9 +52568,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52518,8 +52589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -52828,9 +52899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#get-a-check-suite parameters: - - *303 - *304 - - &380 + - *305 + - &381 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52842,9 +52913,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52867,17 +52938,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *303 - *304 - - *380 - - &410 + - *305 + - *381 + - &411 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &411 + - &412 name: status description: Returns check runs with the specified `status`. in: query @@ -52916,9 +52987,9 @@ paths: type: integer check_runs: type: array - items: *373 + items: *374 examples: - default: &412 + default: &413 value: total_count: 1 check_runs: @@ -53020,9 +53091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#rerequest-a-check-suite parameters: - - *303 - *304 - - *380 + - *305 + - *381 responses: '201': description: Response @@ -53055,20 +53126,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *303 - *304 + - *305 - *178 - *179 - *5 - *4 - - &392 + - &393 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *381 + schema: *382 - *9 - name: sort description: The property by which to sort the results. @@ -53091,7 +53162,7 @@ paths: be returned. in: query required: false - schema: *382 + schema: *383 responses: '200': description: Response @@ -53107,7 +53178,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *383 + instances_url: *384 state: *92 fixed_at: *102 dismissed_by: @@ -53118,11 +53189,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *384 - dismissed_comment: *385 - rule: *386 - tool: *387 - most_recent_instance: *388 + dismissed_reason: *385 + dismissed_comment: *386 + rule: *387 + tool: *388 + most_recent_instance: *389 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -53245,7 +53316,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': &389 + '403': &390 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53272,9 +53343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *303 - *304 - - &390 + - *305 + - &391 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53288,7 +53359,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 type: object properties: number: *93 @@ -53296,7 +53367,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *383 + instances_url: *384 state: *92 fixed_at: *102 dismissed_by: @@ -53307,8 +53378,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *384 - dismissed_comment: *385 + dismissed_reason: *385 + dismissed_comment: *386 rule: type: object properties: @@ -53362,8 +53433,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *387 - most_recent_instance: *388 + tool: *388 + most_recent_instance: *389 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -53459,7 +53530,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *389 + '403': *390 '404': *26 '503': *104 x-github: @@ -53479,9 +53550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *303 - *304 - - *390 + - *305 + - *391 requestBody: required: true content: @@ -53496,8 +53567,8 @@ paths: enum: - open - dismissed - dismissed_reason: *384 - dismissed_comment: *385 + dismissed_reason: *385 + dismissed_comment: *386 required: - state examples: @@ -53512,7 +53583,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -53588,7 +53659,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &397 + '403': &398 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53615,12 +53686,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *303 - *304 - - *390 + - *305 + - *391 - *5 - *4 - - *392 + - *393 responses: '200': description: Response @@ -53628,7 +53699,7 @@ paths: application/json: schema: type: array - items: *388 + items: *389 examples: default: value: @@ -53667,7 +53738,7 @@ paths: end_column: 50 classifications: - source - '403': *389 + '403': *390 '404': *26 '503': *104 x-github: @@ -53701,8 +53772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *303 - *304 + - *305 - *178 - *179 - *5 @@ -53713,12 +53784,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *381 + schema: *382 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &395 + schema: &396 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -53739,23 +53810,23 @@ paths: application/json: schema: type: array - items: &396 + items: &397 type: object properties: - ref: *381 - commit_sha: &398 + ref: *382 + commit_sha: &399 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *393 + analysis_key: *394 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *394 + category: *395 error: type: string example: error reading field xyz @@ -53779,8 +53850,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *395 - tool: *387 + sarif_id: *396 + tool: *388 deletable: type: boolean warning: @@ -53841,7 +53912,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *389 + '403': *390 '404': *26 '503': *104 x-github: @@ -53877,8 +53948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *303 - *304 + - *305 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53891,7 +53962,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: response: summary: application/json response @@ -53945,7 +54016,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *389 + '403': *390 '404': *26 '503': *104 x-github: @@ -54027,8 +54098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *303 - *304 + - *305 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54081,7 +54152,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *34 - '403': *397 + '403': *398 '404': *26 '503': *104 x-github: @@ -54103,8 +54174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -54166,7 +54237,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *389 + '403': *390 '404': *26 '503': *104 x-github: @@ -54187,8 +54258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -54259,7 +54330,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *397 + '403': *398 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -54330,8 +54401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -54339,7 +54410,7 @@ paths: schema: type: object properties: - commit_sha: *398 + commit_sha: *399 ref: type: string description: |- @@ -54392,7 +54463,7 @@ paths: schema: type: object properties: - id: *395 + id: *396 url: type: string description: The REST API URL for checking the status of the upload. @@ -54406,7 +54477,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *397 + '403': *398 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -54429,8 +54500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *303 - *304 + - *305 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -54476,7 +54547,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *389 + '403': *390 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -54501,8 +54572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -54576,8 +54647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-codeowners-errors parameters: - - *303 - *304 + - *305 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -54700,8 +54771,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *303 - *304 + - *305 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -54743,7 +54814,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &399 + properties: &400 login: type: string example: octocat @@ -54836,7 +54907,7 @@ paths: user_view_type: type: string example: public - required: &400 + required: &401 - avatar_url - events_url - followers_url @@ -54909,8 +54980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *303 - *304 + - *305 - *8 responses: '204': @@ -54947,8 +55018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *303 - *304 + - *305 - *8 requestBody: required: false @@ -55018,8 +55089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *303 - *304 + - *305 - *8 responses: '204': @@ -55051,8 +55122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *303 - *304 + - *305 - *8 responses: '200': @@ -55073,8 +55144,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *399 - required: *400 + properties: *400 + required: *401 nullable: true required: - permission @@ -55129,8 +55200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -55140,7 +55211,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 title: Commit Comment description: Commit Comment type: object @@ -55198,7 +55269,7 @@ paths: - created_at - updated_at examples: - default: &404 + default: &405 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55257,17 +55328,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#get-a-commit-comment parameters: - - *303 - *304 + - *305 - *120 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &405 + default: &406 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55324,8 +55395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#update-a-commit-comment parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -55348,7 +55419,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -55399,8 +55470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#delete-a-commit-comment parameters: - - *303 - *304 + - *305 - *120 responses: '204': @@ -55422,8 +55493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *303 - *304 + - *305 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -55450,9 +55521,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 '404': *26 @@ -55473,8 +55544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -55507,16 +55578,16 @@ paths: description: Reaction exists content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Reaction created content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '422': *35 x-github: githubCloudOnly: false @@ -55538,10 +55609,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *303 - *304 + - *305 - *120 - - *295 + - *296 responses: '204': description: Response @@ -55590,8 +55661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#list-commits parameters: - - *303 - *304 + - *305 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -55647,9 +55718,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: &510 + default: &511 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55742,9 +55813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#list-branches-for-head-commit parameters: - - *303 - *304 - - &403 + - *305 + - &404 name: commit_sha description: The SHA of the commit. in: path @@ -55816,9 +55887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#list-commit-comments parameters: - - *303 - *304 - - *403 + - *305 + - *404 - *4 - *5 responses: @@ -55828,9 +55899,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *404 + default: *405 headers: Link: *6 x-github: @@ -55858,9 +55929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#create-a-commit-comment parameters: - - *303 - *304 - - *403 + - *305 + - *404 requestBody: required: true content: @@ -55895,9 +55966,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *405 + default: *406 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55925,9 +55996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *303 - *304 - - *403 + - *305 + - *404 - *4 - *5 responses: @@ -55937,7 +56008,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Pull Request Simple description: Pull Request Simple type: object @@ -56043,8 +56114,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *407 + required: *408 nullable: true active_lock_reason: type: string @@ -56089,7 +56160,7 @@ paths: nullable: true requested_teams: type: array - items: *305 + items: *306 nullable: true head: type: object @@ -56140,7 +56211,7 @@ paths: _links: type: object properties: - comments: &408 + comments: &409 title: Link description: Hypermedia Link type: object @@ -56149,13 +56220,13 @@ paths: type: string required: - href - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -56166,7 +56237,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &502 + auto_merge: &503 title: Auto merge description: The status of auto merging a pull request. type: object @@ -56229,7 +56300,7 @@ paths: - author_association - auto_merge examples: - default: &501 + default: &502 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56766,11 +56837,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#get-a-commit parameters: - - *303 - *304 + - *305 - *5 - *4 - - &409 + - &410 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -56785,9 +56856,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &485 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56897,11 +56968,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *303 - *304 - - *409 + - *305 - *410 - *411 + - *412 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56935,9 +57006,9 @@ paths: type: integer check_runs: type: array - items: *373 + items: *374 examples: - default: *412 + default: *413 headers: Link: *6 x-github: @@ -56962,9 +57033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *303 - *304 - - *409 + - *305 + - *410 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -56972,7 +57043,7 @@ paths: schema: type: integer example: 1 - - *410 + - *411 - *4 - *5 responses: @@ -56990,7 +57061,7 @@ paths: type: integer check_suites: type: array - items: *378 + items: *379 examples: default: value: @@ -57190,9 +57261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *303 - *304 - - *409 + - *305 + - *410 - *4 - *5 responses: @@ -57390,9 +57461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *303 - *304 - - *409 + - *305 + - *410 - *4 - *5 responses: @@ -57402,7 +57473,7 @@ paths: application/json: schema: type: array - items: &547 + items: &548 title: Status description: The status of a commit. type: object @@ -57483,7 +57554,7 @@ paths: site_admin: false headers: Link: *6 - '301': *315 + '301': *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57551,8 +57622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#compare-two-commits parameters: - - *303 - *304 + - *305 - *5 - *4 - name: basehead @@ -57595,8 +57666,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *402 - merge_base_commit: *402 + base_commit: *403 + merge_base_commit: *403 status: type: string enum: @@ -57616,10 +57687,10 @@ paths: example: 6 commits: type: array - items: *402 + items: *403 files: type: array - items: *413 + items: *414 required: - url - html_url @@ -57898,8 +57969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#get-repository-content parameters: - - *303 - *304 + - *305 - name: path description: path parameter in: path @@ -58042,7 +58113,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &414 + response-if-content-is-a-file: &415 summary: Response if content is a file value: type: file @@ -58174,7 +58245,7 @@ paths: - size - type - url - - &515 + - &516 title: Content File description: Content File type: object @@ -58375,7 +58446,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *414 + response-if-content-is-a-file: *415 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58444,7 +58515,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &519 + '302': &520 description: Found '304': *42 x-github: @@ -58468,8 +58539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#create-or-update-file-contents parameters: - - *303 - *304 + - *305 - name: path description: path parameter in: path @@ -58562,7 +58633,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: File Commit description: File Commit type: object @@ -58708,7 +58779,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: example-for-creating-a-file: value: @@ -58759,7 +58830,7 @@ paths: schema: oneOf: - *24 - - &444 + - &445 description: Repository rule violation was detected type: object properties: @@ -58780,7 +58851,7 @@ paths: items: type: object properties: - placeholder_id: &544 + placeholder_id: &545 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -58812,8 +58883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#delete-a-file parameters: - - *303 - *304 + - *305 - name: path description: path parameter in: path @@ -58874,7 +58945,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -58925,8 +58996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-contributors parameters: - - *303 - *304 + - *305 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -59049,8 +59120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *303 - *304 + - *305 - *190 - *191 - *192 @@ -59072,7 +59143,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 type: object description: A Dependabot alert. properties: @@ -59105,7 +59176,7 @@ paths: enum: - development - runtime - security_advisory: *416 + security_advisory: *417 security_vulnerability: *96 url: *97 html_url: *98 @@ -59136,7 +59207,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *417 + auto_dismissed_at: *418 required: - number - state @@ -59363,9 +59434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *303 - *304 - - &419 + - *305 + - &420 name: alert_number in: path description: |- @@ -59380,7 +59451,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -59484,9 +59555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *303 - *304 - - *419 + - *305 + - *420 requestBody: required: true content: @@ -59531,7 +59602,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -59660,8 +59731,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#list-repository-secrets parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -59679,7 +59750,7 @@ paths: type: integer secrets: type: array - items: &422 + items: &423 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59732,16 +59803,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59761,15 +59832,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#get-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -59795,8 +59866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 requestBody: required: true @@ -59849,8 +59920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *303 - *304 + - *305 - *163 responses: '204': @@ -59873,8 +59944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *303 - *304 + - *305 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -60034,8 +60105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -60260,8 +60331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -60336,7 +60407,7 @@ paths: - version - url additionalProperties: false - metadata: &423 + metadata: &424 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60369,7 +60440,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *423 + metadata: *424 resolved: type: object description: A collection of resolved package dependencies. @@ -60382,7 +60453,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *423 + metadata: *424 relationship: type: string description: A notation of whether a dependency is requested @@ -60511,8 +60582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#list-deployments parameters: - - *303 - *304 + - *305 - name: sha description: The SHA recorded at creation time. in: query @@ -60552,9 +60623,9 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: - default: *425 + default: *426 headers: Link: *6 x-github: @@ -60620,8 +60691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#create-a-deployment parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -60702,7 +60773,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: simple-example: summary: Simple example @@ -60775,9 +60846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#get-a-deployment parameters: - - *303 - *304 - - &426 + - *305 + - &427 name: deployment_id description: deployment_id parameter in: path @@ -60789,7 +60860,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60854,9 +60925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#delete-a-deployment parameters: - - *303 - *304 - - *426 + - *305 + - *427 responses: '204': description: Response @@ -60878,9 +60949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#list-deployment-statuses parameters: - - *303 - *304 - - *426 + - *305 + - *427 - *4 - *5 responses: @@ -60890,7 +60961,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Deployment Status description: The status of a deployment. type: object @@ -61051,9 +61122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#create-a-deployment-status parameters: - - *303 - *304 - - *426 + - *305 + - *427 requestBody: required: true content: @@ -61128,9 +61199,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61186,9 +61257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#get-a-deployment-status parameters: - - *303 - *304 - - *426 + - *305 + - *427 - name: status_id in: path required: true @@ -61199,9 +61270,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '404': *26 x-github: githubCloudOnly: false @@ -61226,8 +61297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -61284,8 +61355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#list-environments parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -61302,7 +61373,7 @@ paths: type: integer environments: type: array - items: &430 + items: &431 title: Environment description: Details of a deployment environment type: object @@ -61354,7 +61425,7 @@ paths: type: type: string example: wait_timer - wait_timer: &432 + wait_timer: &433 type: integer example: 30 description: The amount of time to delay a job after @@ -61391,11 +61462,11 @@ paths: items: type: object properties: - type: *429 + type: *430 reviewer: anyOf: - *19 - - *305 + - *306 required: - id - node_id @@ -61415,7 +61486,7 @@ paths: - id - node_id - type - deployment_branch_policy: &433 + deployment_branch_policy: &434 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -61530,9 +61601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#get-an-environment parameters: - - *303 - *304 - - &431 + - *305 + - &432 name: environment_name in: path required: true @@ -61545,9 +61616,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &434 + default: &435 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61630,9 +61701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#create-or-update-an-environment parameters: - - *303 - *304 - - *431 + - *305 + - *432 requestBody: required: false content: @@ -61641,7 +61712,7 @@ paths: type: object nullable: true properties: - wait_timer: *432 + wait_timer: *433 prevent_self_review: type: boolean example: false @@ -61658,13 +61729,13 @@ paths: items: type: object properties: - type: *429 + type: *430 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *433 + deployment_branch_policy: *434 additionalProperties: false examples: default: @@ -61684,9 +61755,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *434 + default: *435 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61710,9 +61781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#delete-an-environment parameters: - - *303 - *304 - - *431 + - *305 + - *432 responses: '204': description: Default response @@ -61737,9 +61808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *4 - *5 responses: @@ -61757,7 +61828,7 @@ paths: example: 2 branch_policies: type: array - items: &435 + items: &436 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61814,9 +61885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *303 - *304 - - *431 + - *305 + - *432 requestBody: required: true content: @@ -61862,9 +61933,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - example-wildcard: &436 + example-wildcard: &437 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -61906,10 +61977,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *303 - *304 - - *431 - - &437 + - *305 + - *432 + - &438 name: branch_policy_id in: path required: true @@ -61921,9 +61992,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61942,10 +62013,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *303 - *304 - - *431 - - *437 + - *305 + - *432 + - *438 requestBody: required: true content: @@ -61973,9 +62044,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61994,10 +62065,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *303 - *304 - - *431 - - *437 + - *305 + - *432 + - *438 responses: '204': description: Response @@ -62022,9 +62093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *431 + - *432 + - *305 - *304 - - *303 responses: '200': description: List of deployment protection rules @@ -62040,7 +62111,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &438 + items: &439 title: Deployment protection rule description: Deployment protection rule type: object @@ -62059,7 +62130,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &439 + app: &440 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62158,9 +62229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *431 + - *432 + - *305 - *304 - - *303 requestBody: content: application/json: @@ -62181,9 +62252,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *438 + schema: *439 examples: - default: &440 + default: &441 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62218,9 +62289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *431 + - *432 + - *305 - *304 - - *303 - *5 - *4 responses: @@ -62239,7 +62310,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *439 + items: *440 examples: default: value: @@ -62274,10 +62345,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *303 - *304 - - *431 - - &441 + - *305 + - *432 + - &442 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62289,9 +62360,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62312,10 +62383,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *431 + - *432 + - *305 - *304 - - *303 - - *441 + - *442 responses: '204': description: Response @@ -62341,9 +62412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-environment-secrets parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *4 - *5 responses: @@ -62361,9 +62432,9 @@ paths: type: integer secrets: type: array - items: *340 + items: *341 examples: - default: *341 + default: *342 headers: Link: *6 x-github: @@ -62388,17 +62459,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-an-environment-public-key parameters: - - *303 - *304 - - *431 + - *305 + - *432 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62420,18 +62491,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-an-environment-secret parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *163 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62453,9 +62524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *163 requestBody: required: true @@ -62513,9 +62584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#delete-an-environment-secret parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *163 responses: '204': @@ -62541,10 +62612,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-environment-variables parameters: - - *303 - *304 - - *431 - - *327 + - *305 + - *432 + - *328 - *5 responses: '200': @@ -62561,9 +62632,9 @@ paths: type: integer variables: type: array - items: *344 + items: *345 examples: - default: *345 + default: *346 headers: Link: *6 x-github: @@ -62586,9 +62657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#create-an-environment-variable parameters: - - *303 - *304 - - *431 + - *305 + - *432 requestBody: required: true content: @@ -62640,18 +62711,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#get-an-environment-variable parameters: - - *303 - *304 - - *431 + - *305 + - *432 - *166 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62672,10 +62743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#update-an-environment-variable parameters: - - *303 - *304 + - *305 - *166 - - *431 + - *432 requestBody: required: true content: @@ -62717,10 +62788,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#delete-an-environment-variable parameters: - - *303 - *304 + - *305 - *166 - - *431 + - *432 responses: '204': description: Response @@ -62742,8 +62813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/events#list-repository-events parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -62820,8 +62891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/forks#list-forks parameters: - - *303 - *304 + - *305 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -62980,8 +63051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/forks#create-a-fork parameters: - - *303 - *304 + - *305 requestBody: required: false content: @@ -63013,9 +63084,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *316 + default: *317 '400': *34 '422': *35 '403': *43 @@ -63036,8 +63107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/blobs#create-a-blob parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -63097,7 +63168,7 @@ paths: schema: oneOf: - *138 - - *444 + - *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63122,8 +63193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/blobs#get-a-blob parameters: - - *303 - *304 + - *305 - name: file_sha in: path required: true @@ -63222,8 +63293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/commits#create-a-commit parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -63332,7 +63403,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &446 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63539,15 +63610,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/commits#get-a-commit-object parameters: - - *303 - *304 - - *403 + - *305 + - *404 responses: '200': description: Response content: application/json: - schema: *445 + schema: *446 examples: default: value: @@ -63600,9 +63671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#list-matching-references parameters: - - *303 - *304 - - &446 + - *305 + - &447 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -63619,7 +63690,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Git Reference description: Git references within a repository type: object @@ -63694,17 +63765,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference parameters: - - *303 - *304 - - *446 + - *305 + - *447 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &448 + default: &449 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63733,8 +63804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#create-a-reference parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -63763,9 +63834,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63791,9 +63862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#update-a-reference parameters: - - *303 - *304 - - *446 + - *305 + - *447 requestBody: required: true content: @@ -63822,9 +63893,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '422': *35 '409': *140 x-github: @@ -63842,9 +63913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#delete-a-reference parameters: - - *303 - *304 - - *446 + - *305 + - *447 responses: '204': description: Response @@ -63899,8 +63970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/tags#create-a-tag-object parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -63967,7 +64038,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &451 title: Git Tag description: Metadata for a Git tag type: object @@ -64018,7 +64089,7 @@ paths: - sha - type - url - verification: *449 + verification: *450 required: - sha - url @@ -64028,7 +64099,7 @@ paths: - tag - message examples: - default: &451 + default: &452 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64098,8 +64169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/tags#get-a-tag parameters: - - *303 - *304 + - *305 - name: tag_sha in: path required: true @@ -64110,9 +64181,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '404': *26 '409': *140 x-github: @@ -64136,8 +64207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/trees#create-a-tree parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -64210,7 +64281,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &453 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64306,8 +64377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/trees#get-a-tree parameters: - - *303 - *304 + - *305 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -64330,7 +64401,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default-response: summary: Default response @@ -64389,8 +64460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#list-repository-webhooks parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -64400,7 +64471,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Webhook description: Webhooks for repositories. type: object @@ -64454,7 +64525,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &655 + last_response: &656 title: Hook Response type: object properties: @@ -64528,8 +64599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#create-a-repository-webhook parameters: - - *303 - *304 + - *305 requestBody: required: false content: @@ -64581,9 +64652,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: type: Repository id: 12345678 @@ -64631,17 +64702,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#get-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '404': *26 x-github: githubCloudOnly: false @@ -64661,8 +64732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#update-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 requestBody: required: true @@ -64708,9 +64779,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *35 '404': *26 x-github: @@ -64731,8 +64802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 responses: '204': @@ -64757,8 +64828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *303 - *304 + - *305 - *3 responses: '200': @@ -64786,8 +64857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *303 - *304 + - *305 - *3 requestBody: required: false @@ -64832,8 +64903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 - *4 - *206 @@ -64865,8 +64936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 - *36 responses: @@ -64895,8 +64966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 - *36 responses: @@ -64920,8 +64991,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *303 - *304 + - *305 - *3 responses: '204': @@ -64947,8 +65018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *303 - *304 + - *305 - *3 responses: '204': @@ -64973,8 +65044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -64982,8 +65053,8 @@ paths: application/json: schema: *39 examples: - default: *455 - '301': *315 + default: *456 + '301': *316 '404': *26 x-github: githubCloudOnly: false @@ -65002,8 +65073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#list-repository-invitations parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -65013,7 +65084,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65076,7 +65147,7 @@ paths: - html_url - created_at examples: - default: &604 + default: &605 value: - id: 1 repository: @@ -65207,9 +65278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *303 - *304 - - &457 + - *305 + - &458 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65244,7 +65315,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -65375,9 +65446,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *303 - *304 - - *457 + - *305 + - *458 responses: '204': description: Response @@ -65408,8 +65479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#list-repository-issues parameters: - - *303 - *304 + - *305 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -65630,7 +65701,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *315 + '301': *316 '422': *35 '404': *26 x-github: @@ -65659,8 +65730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#create-an-issue parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -65744,7 +65815,7 @@ paths: application/json: schema: *121 examples: - default: &463 + default: &464 value: id: 1 node_id: MDU6SXNzdWUx @@ -65928,9 +65999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *303 - *304 - - &508 + - *305 + - &509 name: sort description: The property to sort the results by. in: query @@ -65960,9 +66031,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: &465 + default: &466 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66020,17 +66091,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment parameters: - - *303 - *304 + - *305 - *120 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66084,8 +66155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#update-an-issue-comment parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -66108,9 +66179,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '422': *35 x-github: githubCloudOnly: false @@ -66128,8 +66199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#delete-an-issue-comment parameters: - - *303 - *304 + - *305 - *120 responses: '204': @@ -66150,8 +66221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *303 - *304 + - *305 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -66178,9 +66249,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 '404': *26 @@ -66201,8 +66272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -66235,16 +66306,16 @@ paths: description: Reaction exists content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Reaction created content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '422': *35 x-github: githubCloudOnly: false @@ -66266,10 +66337,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *303 - *304 + - *305 - *120 - - *295 + - *296 responses: '204': description: Response @@ -66289,8 +66360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/events#list-issue-events-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -66300,7 +66371,7 @@ paths: application/json: schema: type: array - items: &462 + items: &463 title: Issue Event description: Issue Event type: object @@ -66343,8 +66414,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *460 - required: *461 + properties: *461 + required: *462 nullable: true label: title: Issue Event Label @@ -66388,7 +66459,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *305 + requested_team: *306 dismissed_review: title: Issue Event Dismissed Review type: object @@ -66651,8 +66722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/events#get-an-issue-event parameters: - - *303 - *304 + - *305 - name: event_id in: path required: true @@ -66663,7 +66734,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -66890,9 +66961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue parameters: - - *303 - *304 - - &464 + - *305 + - &465 name: issue_number description: The number that identifies the issue. in: path @@ -66906,8 +66977,8 @@ paths: application/json: schema: *121 examples: - default: *463 - '301': *315 + default: *464 + '301': *316 '404': *26 '410': *240 '304': *42 @@ -66934,9 +67005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#update-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: false content: @@ -67042,11 +67113,11 @@ paths: application/json: schema: *121 examples: - default: *463 + default: *464 '422': *35 '503': *104 '403': *43 - '301': *315 + '301': *316 '404': *26 '410': *240 x-github: @@ -67066,9 +67137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: false content: @@ -67096,7 +67167,7 @@ paths: application/json: schema: *121 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67112,9 +67183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: content: application/json: @@ -67141,7 +67212,7 @@ paths: application/json: schema: *121 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67163,9 +67234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 - name: assignee in: path required: true @@ -67205,9 +67276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#list-issue-comments parameters: - - *303 - *304 - - *464 + - *305 + - *465 - *111 - *4 - *5 @@ -67218,9 +67289,9 @@ paths: application/json: schema: type: array - items: *458 + items: *459 examples: - default: *465 + default: *466 headers: Link: *6 '404': *26 @@ -67253,9 +67324,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#create-an-issue-comment parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: true content: @@ -67277,9 +67348,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67306,9 +67377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/events#list-issue-events parameters: - - *303 - *304 - - *464 + - *305 + - *465 - *4 - *5 responses: @@ -67322,7 +67393,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &468 + - &469 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67376,7 +67447,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67512,7 +67583,7 @@ paths: - performed_via_github_app - assignee - assigner - - &470 + - &471 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67563,7 +67634,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67614,7 +67685,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67668,7 +67739,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67702,7 +67773,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *305 + requested_team: *306 requested_reviewer: *19 required: - review_requester @@ -67715,7 +67786,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67749,7 +67820,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *305 + requested_team: *306 requested_reviewer: *19 required: - review_requester @@ -67762,7 +67833,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67822,7 +67893,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Locked Issue Event description: Locked Issue Event type: object @@ -67870,7 +67941,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -67936,7 +68007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68002,7 +68073,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &480 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68068,7 +68139,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &481 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68176,9 +68247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#list-labels-for-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 - *4 - *5 responses: @@ -68188,7 +68259,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -68235,7 +68306,7 @@ paths: - color - default examples: - default: &467 + default: &468 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68253,7 +68324,7 @@ paths: default: false headers: Link: *6 - '301': *315 + '301': *316 '404': *26 '410': *240 x-github: @@ -68272,9 +68343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#add-labels-to-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: false content: @@ -68333,10 +68404,10 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *467 - '301': *315 + default: *468 + '301': *316 '404': *26 '410': *240 '422': *35 @@ -68355,9 +68426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#set-labels-for-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: false content: @@ -68417,10 +68488,10 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *467 - '301': *315 + default: *468 + '301': *316 '404': *26 '410': *240 '422': *35 @@ -68439,13 +68510,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 responses: '204': description: Response - '301': *315 + '301': *316 '404': *26 '410': *240 x-github: @@ -68466,9 +68537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 - name: name in: path required: true @@ -68481,7 +68552,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -68492,7 +68563,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *315 + '301': *316 '404': *26 '410': *240 x-github: @@ -68514,9 +68585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#lock-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: false content: @@ -68562,9 +68633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#unlock-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 responses: '204': description: Response @@ -68586,9 +68657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -68614,9 +68685,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 '404': *26 @@ -68638,9 +68709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 requestBody: required: true content: @@ -68672,16 +68743,16 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '422': *35 x-github: githubCloudOnly: false @@ -68703,10 +68774,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *303 - *304 - - *464 - - *295 + - *305 + - *465 + - *296 responses: '204': description: Response @@ -68726,9 +68797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *303 - *304 - - *464 + - *305 + - *465 - *4 - *5 responses: @@ -68743,7 +68814,6 @@ paths: description: Timeline Event type: object anyOf: - - *468 - *469 - *470 - *471 @@ -68756,6 +68826,7 @@ paths: - *478 - *479 - *480 + - *481 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69060,7 +69131,7 @@ paths: type: string comments: type: array - items: &503 + items: &504 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69269,7 +69340,7 @@ paths: type: string comments: type: array - items: *401 + items: *402 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69575,8 +69646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -69586,7 +69657,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69650,8 +69721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -69687,9 +69758,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &482 + default: &483 value: id: 1 key: ssh-rsa AAA... @@ -69722,9 +69793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *303 - *304 - - &483 + - *305 + - &484 name: key_id description: The unique identifier of the key. in: path @@ -69736,9 +69807,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 '404': *26 x-github: githubCloudOnly: false @@ -69756,9 +69827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *303 - *304 - - *483 + - *305 + - *484 responses: '204': description: Response @@ -69778,8 +69849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#list-labels-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -69789,9 +69860,9 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *467 + default: *468 headers: Link: *6 '404': *26 @@ -69812,8 +69883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#create-a-label parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -69849,9 +69920,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &484 + default: &485 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69883,8 +69954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#get-a-label parameters: - - *303 - *304 + - *305 - name: name in: path required: true @@ -69895,9 +69966,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *484 + default: *485 '404': *26 x-github: githubCloudOnly: false @@ -69914,8 +69985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#update-a-label parameters: - - *303 - *304 + - *305 - name: name in: path required: true @@ -69954,7 +70025,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -69980,8 +70051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#delete-a-label parameters: - - *303 - *304 + - *305 - name: name in: path required: true @@ -70007,8 +70078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-languages parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -70044,8 +70115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *303 - *304 + - *305 responses: '202': *141 '403': @@ -70073,8 +70144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -70100,9 +70171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *303 - *304 - - *392 + - *305 + - *393 responses: '200': description: Response @@ -70247,8 +70318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -70313,8 +70384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#merge-a-branch parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -70348,9 +70419,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *402 + schema: *403 examples: - default: *485 + default: *486 '204': description: Response when already merged '404': @@ -70375,8 +70446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#list-milestones parameters: - - *303 - *304 + - *305 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -70417,12 +70488,12 @@ paths: application/json: schema: type: array - items: &486 + items: &487 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *407 + required: *408 examples: default: value: @@ -70478,8 +70549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#create-a-milestone parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -70519,9 +70590,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &487 + default: &488 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70580,9 +70651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#get-a-milestone parameters: - - *303 - *304 - - &488 + - *305 + - &489 name: milestone_number description: The number that identifies the milestone. in: path @@ -70594,9 +70665,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 '404': *26 x-github: githubCloudOnly: false @@ -70613,9 +70684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#update-a-milestone parameters: - - *303 - *304 - - *488 + - *305 + - *489 requestBody: required: false content: @@ -70653,9 +70724,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70671,9 +70742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#delete-a-milestone parameters: - - *303 - *304 - - *488 + - *305 + - *489 responses: '204': description: Response @@ -70694,9 +70765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *303 - *304 - - *488 + - *305 + - *489 - *4 - *5 responses: @@ -70706,9 +70777,9 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *467 + default: *468 headers: Link: *6 x-github: @@ -70727,12 +70798,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *303 - *304 - - *489 + - *305 - *490 - - *111 - *491 + - *111 + - *492 - *4 - *5 responses: @@ -70744,7 +70815,7 @@ paths: type: array items: *131 examples: - default: *492 + default: *493 headers: Link: *6 x-github: @@ -70768,8 +70839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *303 - *304 + - *305 requestBody: required: false content: @@ -70827,14 +70898,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-a-apiname-pages-site parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: &493 + schema: &494 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -70959,7 +71030,7 @@ paths: - custom_404 - public examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71000,8 +71071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#create-a-apiname-pages-site parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -71055,9 +71126,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *35 '409': *140 x-github: @@ -71080,8 +71151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -71180,8 +71251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -71207,8 +71278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#list-apiname-pages-builds parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -71218,7 +71289,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Page Build description: Page Build type: object @@ -71312,8 +71383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#request-a-apiname-pages-build parameters: - - *303 - *304 + - *305 responses: '201': description: Response @@ -71358,16 +71429,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-latest-pages-build parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71415,8 +71486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-apiname-pages-build parameters: - - *303 - *304 + - *305 - name: build_id in: path required: true @@ -71427,9 +71498,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71449,8 +71520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#create-a-github-pages-deployment parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -71550,9 +71621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *303 - *304 - - &497 + - *305 + - &498 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71610,9 +71681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *303 - *304 - - *497 + - *305 + - *498 responses: '204': *186 '404': *26 @@ -71635,8 +71706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *303 - *304 + - *305 - *4 - *5 - *9 @@ -71657,7 +71728,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 type: object properties: id: @@ -71691,17 +71762,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *303 - *304 + - *305 - *16 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: id: 42 name: Check Commits @@ -71723,15 +71794,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *303 - *304 + - *305 - *16 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -71775,8 +71846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *303 - *304 + - *305 - *16 responses: '200': @@ -71784,9 +71855,9 @@ paths: global level. content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71806,8 +71877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#list-repository-projects parameters: - - *303 - *304 + - *305 - name: state description: Indicates the state of the projects to return. in: query @@ -71891,8 +71962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#create-a-repository-project parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -71920,7 +71991,7 @@ paths: application/json: schema: *239 examples: - default: *312 + default: *313 '401': *41 '403': *43 '404': *26 @@ -71942,13 +72013,13 @@ paths: Users with read access to the repository can use this endpoint. tags: - repos - operationId: repos/get-custom-properties-values + operationId: repos/custom-properties-for-repos-get-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -71982,13 +72053,13 @@ paths: Repository admins and other users with the repository-level "edit custom property values" fine-grained permission can use this endpoint. tags: - repos - operationId: repos/create-or-update-custom-properties-values + operationId: repos/custom-properties-for-repos-create-or-update-repository-values externalDocs: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -72050,8 +72121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#list-pull-requests parameters: - - *303 - *304 + - *305 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -72111,9 +72182,9 @@ paths: application/json: schema: type: array - items: *500 + items: *501 examples: - default: *501 + default: *502 headers: Link: *6 '304': *42 @@ -72145,8 +72216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#create-a-pull-request parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -72211,7 +72282,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &506 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -72322,8 +72393,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *407 + required: *408 nullable: true active_lock_reason: type: string @@ -72407,14 +72478,14 @@ paths: _links: type: object properties: - comments: *408 - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + comments: *409 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -72425,7 +72496,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *502 + auto_merge: *503 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -72517,7 +72588,7 @@ paths: - merged_by - review_comments examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73044,8 +73115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *303 - *304 + - *305 - name: sort in: query required: false @@ -73074,9 +73145,9 @@ paths: application/json: schema: type: array - items: *503 + items: *504 examples: - default: &509 + default: &510 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73153,17 +73224,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *303 - *304 + - *305 - *120 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73238,8 +73309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -73262,9 +73333,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73280,8 +73351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *303 - *304 + - *305 - *120 responses: '204': @@ -73303,8 +73374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *303 - *304 + - *305 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -73331,9 +73402,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 '404': *26 @@ -73354,8 +73425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *303 - *304 + - *305 - *120 requestBody: required: true @@ -73388,16 +73459,16 @@ paths: description: Reaction exists content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Reaction created content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '422': *35 x-github: githubCloudOnly: false @@ -73419,10 +73490,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *303 - *304 + - *305 - *120 - - *295 + - *296 responses: '204': description: Response @@ -73465,9 +73536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#get-a-pull-request parameters: - - *303 - *304 - - &507 + - *305 + - &508 name: pull_number description: The number that identifies the pull request. in: path @@ -73480,9 +73551,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '304': *42 '404': *26 '406': @@ -73517,9 +73588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#update-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: false content: @@ -73561,9 +73632,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '422': *35 '403': *43 x-github: @@ -73591,10 +73662,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 - *508 + - *509 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73614,9 +73685,9 @@ paths: application/json: schema: type: array - items: *503 + items: *504 examples: - default: *509 + default: *510 headers: Link: *6 x-github: @@ -73649,9 +73720,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: true content: @@ -73756,7 +73827,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: example-for-a-multi-line-comment: value: @@ -73844,9 +73915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *303 - *304 - - *507 + - *305 + - *508 - *120 requestBody: required: true @@ -73869,7 +73940,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *504 examples: default: value: @@ -73955,9 +74026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 - *4 - *5 responses: @@ -73967,9 +74038,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *510 + default: *511 headers: Link: *6 x-github: @@ -73999,9 +74070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#list-pull-requests-files parameters: - - *303 - *304 - - *507 + - *305 + - *508 - *4 - *5 responses: @@ -74011,7 +74082,7 @@ paths: application/json: schema: type: array - items: *413 + items: *414 examples: default: value: @@ -74049,9 +74120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *303 - *304 - - *507 + - *305 + - *508 responses: '204': description: Response if pull request has been merged @@ -74074,9 +74145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#merge-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: false content: @@ -74187,9 +74258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 responses: '200': description: Response @@ -74205,7 +74276,7 @@ paths: items: *19 teams: type: array - items: *305 + items: *306 required: - users - teams @@ -74264,9 +74335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: false content: @@ -74303,7 +74374,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -74839,9 +74910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: true content: @@ -74875,7 +74946,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -75380,9 +75451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 - *4 - *5 responses: @@ -75392,7 +75463,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75543,9 +75614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: false content: @@ -75631,9 +75702,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &513 + default: &514 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75696,10 +75767,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *303 - *304 - - *507 - - &512 + - *305 + - *508 + - &513 name: review_id description: The unique identifier of the review. in: path @@ -75711,9 +75782,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &514 + default: &515 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75772,10 +75843,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *303 - *304 - - *507 - - *512 + - *305 + - *508 + - *513 requestBody: required: true content: @@ -75798,7 +75869,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -75860,18 +75931,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *303 - *304 - - *507 - - *512 + - *305 + - *508 + - *513 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *513 + default: *514 '422': *27 '404': *26 x-github: @@ -75898,10 +75969,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *303 - *304 - - *507 - - *512 + - *305 + - *508 + - *513 - *4 - *5 responses: @@ -75984,9 +76055,9 @@ paths: _links: type: object properties: - self: *408 - html: *408 - pull_request: *408 + self: *409 + html: *409 + pull_request: *409 required: - self - html @@ -76136,10 +76207,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *303 - *304 - - *507 - - *512 + - *305 + - *508 + - *513 requestBody: required: true content: @@ -76167,7 +76238,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -76230,10 +76301,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *303 - *304 - - *507 - - *512 + - *305 + - *508 + - *513 requestBody: required: true content: @@ -76268,9 +76339,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *514 + default: *515 '404': *26 '422': *27 '403': *43 @@ -76292,9 +76363,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *303 - *304 - - *507 + - *305 + - *508 requestBody: required: false content: @@ -76357,8 +76428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#get-a-repository-readme parameters: - - *303 - *304 + - *305 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76371,9 +76442,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: type: file encoding: base64 @@ -76415,8 +76486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *303 - *304 + - *305 - name: dir description: The alternate path to look for a README file in: path @@ -76436,9 +76507,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '404': *26 '422': *35 x-github: @@ -76460,8 +76531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#list-releases parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -76471,7 +76542,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 title: Release description: A release. type: object @@ -76542,7 +76613,7 @@ paths: author: *19 assets: type: array - items: &518 + items: &519 title: Release Asset description: Data related to a release. type: object @@ -76725,8 +76796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#create-a-release parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -76796,9 +76867,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: &522 + default: &523 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76898,9 +76969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#get-a-release-asset parameters: - - *303 - *304 - - &520 + - *305 + - &521 name: asset_id description: The unique identifier of the asset. in: path @@ -76912,9 +76983,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: &521 + default: &522 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -76949,7 +77020,7 @@ paths: type: User site_admin: false '404': *26 - '302': *519 + '302': *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76965,9 +77036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#update-a-release-asset parameters: - - *303 - *304 - - *520 + - *305 + - *521 requestBody: required: false content: @@ -76995,9 +77066,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77013,9 +77084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#delete-a-release-asset parameters: - - *303 - *304 - - *520 + - *305 + - *521 responses: '204': description: Response @@ -77039,8 +77110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -77125,16 +77196,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#get-the-latest-release parameters: - - *303 - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77151,8 +77222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#get-a-release-by-tag-name parameters: - - *303 - *304 + - *305 - name: tag description: tag parameter in: path @@ -77165,9 +77236,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *522 + default: *523 '404': *26 x-github: githubCloudOnly: false @@ -77189,9 +77260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#get-a-release parameters: - - *303 - *304 - - &523 + - *305 + - &524 name: release_id description: The unique identifier of the release. in: path @@ -77205,9 +77276,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.15/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *517 + schema: *518 examples: - default: *522 + default: *523 '401': description: Unauthorized x-github: @@ -77225,9 +77296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#update-a-release parameters: - - *303 - *304 - - *523 + - *305 + - *524 requestBody: required: false content: @@ -77284,9 +77355,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77302,9 +77373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#delete-a-release parameters: - - *303 - *304 - - *523 + - *305 + - *524 responses: '204': description: Response @@ -77324,9 +77395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#list-release-assets parameters: - - *303 - *304 - - *523 + - *305 + - *524 - *4 - *5 responses: @@ -77336,7 +77407,7 @@ paths: application/json: schema: type: array - items: *518 + items: *519 examples: default: value: @@ -77418,9 +77489,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *303 - *304 - - *523 + - *305 + - *524 - name: name in: query required: true @@ -77446,7 +77517,7 @@ paths: description: Response for successful upload content: application/json: - schema: *518 + schema: *519 examples: response-for-successful-upload: value: @@ -77501,9 +77572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *303 - *304 - - *523 + - *305 + - *524 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -77527,9 +77598,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 '404': *26 @@ -77550,9 +77621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *303 - *304 - - *523 + - *305 + - *524 requestBody: required: true content: @@ -77582,16 +77653,16 @@ paths: description: Reaction exists content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '201': description: Reaction created content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 '422': *35 x-github: githubCloudOnly: false @@ -77613,10 +77684,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-a-release-reaction parameters: - - *303 - *304 - - *523 - - *295 + - *305 + - *524 + - *296 responses: '204': description: Response @@ -77636,8 +77707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-cache-replication-status parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -77712,9 +77783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/rules#get-rules-for-a-branch parameters: - - *303 - *304 - - *361 + - *305 + - *362 - *4 - *5 responses: @@ -77731,7 +77802,7 @@ paths: oneOf: - allOf: - *254 - - &524 + - &525 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77752,55 +77823,55 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *255 - - *524 + - *525 - allOf: - *256 - - *524 + - *525 - allOf: - *257 - - *524 + - *525 - allOf: + - *526 - *525 - - *524 - allOf: - *258 - - *524 + - *525 - allOf: - *259 - - *524 + - *525 - allOf: - *260 - - *524 + - *525 - allOf: - *261 - - *524 + - *525 - allOf: - *262 - - *524 + - *525 - allOf: - *263 - - *524 + - *525 - allOf: - *264 - - *524 + - *525 - allOf: - *265 - - *524 + - *525 - allOf: - *266 - - *524 + - *525 - allOf: - *267 - - *524 + - *525 - allOf: - *268 - - *524 + - *525 - allOf: - *269 - - *524 + - *525 - allOf: - - *526 - - *524 + - *527 + - *525 examples: default: value: @@ -77839,8 +77910,8 @@ paths: category: repos subcategory: rules parameters: - - *303 - *304 + - *305 - *4 - *5 - name: includes_parents @@ -77851,7 +77922,7 @@ paths: schema: type: boolean default: true - - *527 + - *528 responses: '200': description: Response @@ -77906,8 +77977,8 @@ paths: category: repos subcategory: rules parameters: - - *303 - *304 + - *305 requestBody: description: Request body required: true @@ -77936,7 +78007,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *528 + items: *529 required: - name - enforcement @@ -77969,7 +78040,7 @@ paths: application/json: schema: *270 examples: - default: &538 + default: &539 value: id: 42 name: super cool ruleset @@ -78016,12 +78087,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *303 - *304 - - *529 + - *305 - *530 - *531 - *532 + - *533 - *4 - *5 responses: @@ -78029,9 +78100,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *26 '500': *228 x-github: @@ -78052,17 +78123,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *303 - *304 - - *535 + - *305 + - *536 responses: '200': description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *26 '500': *228 x-github: @@ -78090,8 +78161,8 @@ paths: category: repos subcategory: rules parameters: - - *303 - *304 + - *305 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78113,7 +78184,7 @@ paths: application/json: schema: *270 examples: - default: *538 + default: *539 '404': *26 '500': *228 put: @@ -78131,8 +78202,8 @@ paths: category: repos subcategory: rules parameters: - - *303 - *304 + - *305 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78166,7 +78237,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *528 + items: *529 examples: default: value: @@ -78196,7 +78267,7 @@ paths: application/json: schema: *270 examples: - default: *538 + default: *539 '404': *26 '500': *228 delete: @@ -78214,8 +78285,8 @@ paths: category: repos subcategory: rules parameters: - - *303 - *304 + - *305 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78243,8 +78314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *303 - *304 + - *305 - *273 - *274 - *275 @@ -78252,8 +78323,8 @@ paths: - *9 - *5 - *4 - - *539 - *540 + - *541 - *277 responses: '200': @@ -78262,7 +78333,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 type: object properties: number: *93 @@ -78281,8 +78352,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolved_at: type: string format: date-time @@ -78460,15 +78531,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *303 - *304 - - *390 + - *305 + - *391 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -78508,9 +78579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *303 - *304 - - *390 + - *305 + - *391 requestBody: required: true content: @@ -78518,8 +78589,8 @@ paths: schema: type: object properties: - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78537,7 +78608,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -78604,9 +78675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *303 - *304 - - *390 + - *305 + - *391 - *5 - *4 responses: @@ -78617,7 +78688,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &675 + items: &676 type: object properties: type: @@ -78976,8 +79047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -78985,14 +79056,14 @@ paths: schema: type: object properties: - reason: &545 + reason: &546 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *544 + placeholder_id: *545 required: - reason - placeholder_id @@ -79009,7 +79080,7 @@ paths: schema: type: object properties: - reason: *545 + reason: *546 expire_at: type: string format: date-time @@ -79054,8 +79125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-stargazers parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -79151,8 +79222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *303 - *304 + - *305 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79161,7 +79232,7 @@ paths: application/json: schema: type: array - items: &546 + items: &547 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79192,8 +79263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -79266,8 +79337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -79363,8 +79434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *303 - *304 + - *305 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -79518,8 +79589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *303 - *304 + - *305 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -79529,7 +79600,7 @@ paths: application/json: schema: type: array - items: *546 + items: *547 examples: default: value: @@ -79562,8 +79633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/statuses#create-a-commit-status parameters: - - *303 - *304 + - *305 - name: sha in: path required: true @@ -79617,7 +79688,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -79671,8 +79742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#list-watchers parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -79704,14 +79775,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#get-a-repository-subscription parameters: - - *303 - *304 + - *305 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &548 + schema: &549 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79779,8 +79850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#set-a-repository-subscription parameters: - - *303 - *304 + - *305 requestBody: required: false content: @@ -79806,7 +79877,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -79833,8 +79904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#delete-a-repository-subscription parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -79854,8 +79925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-tags parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -79934,8 +80005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *303 - *304 + - *305 responses: '200': description: Response @@ -79943,7 +80014,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Tag protection description: Tag protection type: object @@ -79995,8 +80066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -80019,7 +80090,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -80050,8 +80121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *303 - *304 + - *305 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80088,8 +80159,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *303 - *304 + - *305 - name: ref in: path required: true @@ -80125,8 +80196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-teams parameters: - - *303 - *304 + - *305 - *4 - *5 responses: @@ -80136,7 +80207,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: *281 headers: @@ -80158,8 +80229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-all-repository-topics parameters: - - *303 - *304 + - *305 - *5 - *4 responses: @@ -80167,7 +80238,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80179,7 +80250,7 @@ paths: required: - names examples: - default: &551 + default: &552 value: names: - octocat @@ -80202,8 +80273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#replace-all-repository-topics parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -80234,9 +80305,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *26 '422': *27 x-github: @@ -80259,8 +80330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#transfer-a-repository parameters: - - *303 - *304 + - *305 requestBody: required: true content: @@ -80534,8 +80605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *303 - *304 + - *305 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -80558,8 +80629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#enable-vulnerability-alerts parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -80581,8 +80652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#disable-vulnerability-alerts parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -80608,8 +80679,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *303 - *304 + - *305 - name: ref in: path required: true @@ -80701,9 +80772,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *316 + default: *317 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -80877,7 +80948,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &559 + - &560 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -80886,7 +80957,7 @@ paths: schema: type: string example: members - - &564 + - &565 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -80897,7 +80968,7 @@ paths: default: 1 format: int32 example: 1 - - &565 + - &566 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -80939,7 +81010,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &553 + items: &554 allOf: - type: object required: @@ -81014,7 +81085,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &566 + meta: &567 type: object description: The metadata associated with the creation/updates to the user. @@ -81074,31 +81145,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &554 + '400': &555 description: Bad request content: application/json: - schema: *552 + schema: *553 application/scim+json: - schema: *552 - '401': &555 + schema: *553 + '401': &556 description: Authorization failure - '403': &556 + '403': &557 description: Permission denied - '429': &557 + '429': &558 description: Too many requests content: application/json: - schema: *552 + schema: *553 application/scim+json: - schema: *552 - '500': &558 + schema: *553 + '500': &559 description: Internal server error content: application/json: - schema: *552 + schema: *553 application/scim+json: - schema: *552 + schema: *553 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81125,7 +81196,7 @@ paths: required: true content: application/json: - schema: &562 + schema: &563 type: object required: - schemas @@ -81185,9 +81256,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *553 + schema: *554 examples: - group: &560 + group: &561 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -81206,13 +81277,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *554 - '401': *555 - '403': *556 - '409': &563 + '400': *555 + '401': *556 + '403': *557 + '409': &564 description: Duplicate record detected - '429': *557 - '500': *558 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81233,7 +81304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &561 + - &562 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -81241,22 +81312,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *559 + - *560 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *553 + schema: *554 examples: - default: *560 - '400': *554 - '401': *555 - '403': *556 + default: *561 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '429': *557 - '500': *558 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81278,13 +81349,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *561 + - *562 - *65 requestBody: required: true content: application/json: - schema: *562 + schema: *563 examples: group: summary: Group @@ -81310,17 +81381,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *553 + schema: *554 examples: - group: *560 - groupWithMembers: *560 - '400': *554 - '401': *555 - '403': *556 + group: *561 + groupWithMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '409': *563 - '429': *557 - '500': *558 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81344,13 +81415,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *561 + - *562 - *65 requestBody: required: true content: application/json: - schema: &573 + schema: &574 type: object required: - Operations @@ -81410,17 +81481,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *553 + schema: *554 examples: - updateGroup: *560 - addMembers: *560 - '400': *554 - '401': *555 - '403': *556 + updateGroup: *561 + addMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '409': *563 - '429': *557 - '500': *558 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81440,17 +81511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *561 + - *562 - *65 responses: '204': description: Group was deleted, no content - '400': *554 - '401': *555 - '403': *556 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '429': *557 - '500': *558 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81487,8 +81558,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *564 - *565 + - *566 - *65 responses: '200': @@ -81521,7 +81592,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &568 + items: &569 allOf: - type: object required: @@ -81600,7 +81671,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &567 + roles: &568 type: array description: The roles assigned to the user. items: @@ -81656,7 +81727,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *566 + meta: *567 startIndex: type: integer description: A starting index for the returned page @@ -81693,11 +81764,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *554 - '401': *555 - '403': *556 - '429': *557 - '500': *558 + '400': *555 + '401': *556 + '403': *557 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81726,7 +81797,7 @@ paths: required: true content: application/json: - schema: &571 + schema: &572 type: object required: - schemas @@ -81808,9 +81879,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *567 + roles: *568 examples: - user: &572 + user: &573 summary: User value: schemas: @@ -81857,9 +81928,9 @@ paths: description: User has been created content: application/scim+json: - schema: *568 + schema: *569 examples: - user: &569 + user: &570 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -81885,13 +81956,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *569 - '400': *554 - '401': *555 - '403': *556 - '409': *563 - '429': *557 - '500': *558 + enterpriseOwner: *570 + '400': *555 + '401': *556 + '403': *557 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81912,7 +81983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &570 + - &571 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -81925,15 +81996,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *568 + schema: *569 examples: - default: *569 - '400': *554 - '401': *555 - '403': *556 + default: *570 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '429': *557 - '500': *558 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81958,30 +82029,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *570 + - *571 - *65 requestBody: required: true content: application/json: - schema: *571 + schema: *572 examples: - user: *572 + user: *573 responses: '200': description: User was updated content: application/scim+json: - schema: *568 + schema: *569 examples: - user: *569 - '400': *554 - '401': *555 - '403': *556 + user: *570 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '409': *563 - '429': *557 - '500': *558 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82019,13 +82090,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *570 + - *571 - *65 requestBody: required: true content: application/json: - schema: *573 + schema: *574 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -82065,18 +82136,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *568 - examples: - userMultiValuedProperties: *569 - userSingleValuedProperties: *569 - disableUser: *569 - '400': *554 - '401': *555 - '403': *556 + schema: *569 + examples: + userMultiValuedProperties: *570 + userSingleValuedProperties: *570 + disableUser: *570 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '409': *563 - '429': *557 - '500': *558 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82096,17 +82167,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *570 + - *571 - *65 responses: '204': description: User was deleted, no content - '400': *554 - '401': *555 - '403': *556 + '400': *555 + '401': *556 + '403': *557 '404': *26 - '429': *557 - '500': *558 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82233,7 +82304,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &574 + text_matches: &575 title: Search Result Text Matches type: array items: @@ -82396,7 +82467,7 @@ paths: enum: - author-date - committer-date - - &575 + - &576 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -82467,7 +82538,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *359 + properties: *360 nullable: true comment_count: type: integer @@ -82487,7 +82558,7 @@ paths: url: type: string format: uri - verification: *449 + verification: *450 required: - author - committer @@ -82506,7 +82577,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *359 + properties: *360 nullable: true parents: type: array @@ -82524,7 +82595,7 @@ paths: type: number node_id: type: string - text_matches: *574 + text_matches: *575 required: - sha - node_id @@ -82717,7 +82788,7 @@ paths: - interactions - created - updated - - *575 + - *576 - *4 - *5 - name: advanced_search @@ -82823,11 +82894,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: type: string state_reason: @@ -82844,8 +82915,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *407 + required: *408 nullable: true comments: type: integer @@ -82859,7 +82930,7 @@ paths: type: string format: date-time nullable: true - text_matches: *574 + text_matches: *575 pull_request: type: object properties: @@ -82903,7 +82974,7 @@ paths: timeline_url: type: string format: uri - type: *579 + type: *580 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -83084,7 +83155,7 @@ paths: enum: - created - updated - - *575 + - *576 - *4 - *5 responses: @@ -83128,7 +83199,7 @@ paths: nullable: true score: type: number - text_matches: *574 + text_matches: *575 required: - id - node_id @@ -83214,7 +83285,7 @@ paths: - forks - help-wanted-issues - updated - - *575 + - *576 - *4 - *5 responses: @@ -83453,7 +83524,7 @@ paths: - admin - pull - push - text_matches: *574 + text_matches: *575 temp_clone_token: type: string allow_merge_commit: @@ -83754,7 +83825,7 @@ paths: type: string format: uri nullable: true - text_matches: *574 + text_matches: *575 related: type: array nullable: true @@ -83947,7 +84018,7 @@ paths: - followers - repositories - joined - - *575 + - *576 - *4 - *5 responses: @@ -84051,7 +84122,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *574 + text_matches: *575 blog: type: string nullable: true @@ -84136,9 +84207,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *26 x-github: githubCloudOnly: false @@ -84228,16 +84299,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '201': description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '404': *26 '422': *35 '403': *43 @@ -84307,9 +84378,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -84372,9 +84443,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: triggersNotification: true githubCloudOnly: false @@ -84402,15 +84473,15 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *288 + - *289 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84436,7 +84507,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *288 + - *289 requestBody: required: false content: @@ -84459,9 +84530,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84487,7 +84558,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *288 + - *289 responses: '204': description: Response @@ -84517,7 +84588,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *288 + - *289 - *9 - *4 - *5 @@ -84528,9 +84599,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *582 + default: *583 headers: Link: *6 x-github: @@ -84560,7 +84631,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *288 + - *289 requestBody: required: true content: @@ -84582,9 +84653,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: triggersNotification: true githubCloudOnly: false @@ -84612,16 +84683,16 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *288 - - *291 + - *289 + - *292 responses: '200': description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *290 + default: *291 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84647,8 +84718,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *288 - - *291 + - *289 + - *292 requestBody: required: true content: @@ -84670,9 +84741,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84698,8 +84769,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *288 - - *291 + - *289 + - *292 responses: '204': description: Response @@ -84729,8 +84800,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *288 - - *291 + - *289 + - *292 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -84756,9 +84827,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 x-github: @@ -84788,8 +84859,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *288 - - *291 + - *289 + - *292 requestBody: required: true content: @@ -84821,9 +84892,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84850,7 +84921,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *288 + - *289 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -84876,9 +84947,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *294 + default: *295 headers: Link: *6 x-github: @@ -84908,7 +84979,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *288 + - *289 requestBody: required: true content: @@ -84940,9 +85011,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85138,9 +85209,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - response-if-user-is-a-team-maintainer: *584 + response-if-user-is-a-team-maintainer: *585 '404': *26 x-github: githubCloudOnly: false @@ -85199,9 +85270,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - response-if-users-membership-with-team-is-now-pending: *585 + response-if-users-membership-with-team-is-now-pending: *586 '403': description: Forbidden if team synchronization is set up '422': @@ -85274,9 +85345,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *586 + default: *587 headers: Link: *6 '404': *26 @@ -85303,15 +85374,15 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *587 + default: *588 '404': description: Not Found if project is not managed by this team x-github: @@ -85336,7 +85407,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *302 + - *303 requestBody: required: false content: @@ -85404,7 +85475,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *302 + - *303 responses: '204': description: Response @@ -85474,14 +85545,14 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *303 - *304 + - *305 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *588 + schema: *589 examples: alternative-response-with-extra-repository-information: value: @@ -85633,8 +85704,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *303 - *304 + - *305 requestBody: required: false content: @@ -85685,8 +85756,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *303 - *304 + - *305 responses: '204': description: Response @@ -85721,9 +85792,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - response-if-child-teams-exist: *589 + response-if-child-teams-exist: *590 headers: Link: *6 '404': *26 @@ -85756,7 +85827,7 @@ paths: application/json: schema: oneOf: - - &591 + - &592 title: Private User description: Private User type: object @@ -85959,7 +86030,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *590 + - *591 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86110,7 +86181,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -86188,7 +86259,7 @@ paths: type: array items: *222 examples: - default: &601 + default: &602 value: - id: 197 name: hello_docker @@ -86275,7 +86346,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Email description: Email type: object @@ -86300,7 +86371,7 @@ paths: - verified - visibility examples: - default: &603 + default: &604 value: - email: octocat@github.com verified: true @@ -86375,7 +86446,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -86631,7 +86702,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: GPG Key description: A unique encryption key type: object @@ -86762,7 +86833,7 @@ paths: - subkeys - revoked examples: - default: &613 + default: &614 value: - id: 3 name: Octocat's GPG Key @@ -86847,9 +86918,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: id: 3 name: Octocat's GPG Key @@ -86906,7 +86977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &595 + - &596 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86918,9 +86989,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *26 '304': *42 '403': *43 @@ -86943,7 +87014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *595 + - *596 responses: '204': description: Response @@ -87134,7 +87205,7 @@ paths: type: array items: *84 examples: - default: *596 + default: *597 headers: Link: *6 '404': *26 @@ -87310,7 +87381,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Key description: Key type: object @@ -87411,9 +87482,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87446,15 +87517,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *484 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *26 '304': *42 '403': *43 @@ -87477,7 +87548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *484 responses: '204': description: Response @@ -88297,7 +88368,7 @@ paths: type: array items: *70 examples: - default: *599 + default: *600 headers: Link: *6 '304': *42 @@ -88339,7 +88410,7 @@ paths: - docker - nuget - container - - *600 + - *601 - *5 - *4 responses: @@ -88351,8 +88422,8 @@ paths: type: array items: *222 examples: - default: *601 - '400': *602 + default: *602 + '400': *603 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88381,7 +88452,7 @@ paths: application/json: schema: *222 examples: - default: &614 + default: &615 value: id: 40201 name: octo-name @@ -88834,9 +88905,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *603 + default: *604 headers: Link: *6 '304': *42 @@ -88949,7 +89020,7 @@ paths: type: array items: *84 examples: - default: &610 + default: &611 summary: Default response value: - id: 1296269 @@ -89253,9 +89324,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *316 + default: *317 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89293,9 +89364,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *604 + default: *605 headers: Link: *6 '304': *42 @@ -89318,7 +89389,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *457 + - *458 responses: '204': description: Response @@ -89341,7 +89412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *457 + - *458 responses: '204': description: Response @@ -89374,7 +89445,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Social account description: Social media account type: object @@ -89389,7 +89460,7 @@ paths: - provider - url examples: - default: &606 + default: &607 value: - provider: twitter url: https://twitter.com/github @@ -89451,9 +89522,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *606 + default: *607 '422': *35 '304': *42 '404': *26 @@ -89540,7 +89611,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89560,7 +89631,7 @@ paths: - title - created_at examples: - default: &615 + default: &616 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89626,9 +89697,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89659,7 +89730,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &609 + - &610 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89671,9 +89742,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *26 '304': *42 '403': *43 @@ -89696,7 +89767,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *609 + - *610 responses: '204': description: Response @@ -89725,7 +89796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &616 + - &617 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -89750,11 +89821,11 @@ paths: type: array items: *84 examples: - default-response: *610 + default-response: *611 application/vnd.github.v3.star+json: schema: type: array - items: &617 + items: &618 title: Starred Repository description: Starred Repository type: object @@ -89910,8 +89981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '204': description: Response if this repository is starred by you @@ -89939,8 +90010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -89964,8 +90035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *303 - *304 + - *305 responses: '204': description: Response @@ -90037,7 +90108,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -90124,10 +90195,10 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: &611 + default-response: &612 summary: Default response value: login: octocat @@ -90162,7 +90233,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &612 + response-with-git-hub-plan-information: &613 summary: Response with GitHub plan information value: login: octocat @@ -90274,11 +90345,11 @@ paths: application/json: schema: oneOf: + - *592 - *591 - - *590 examples: - default-response: *611 - response-with-git-hub-plan-information: *612 + default-response: *612 + response-with-git-hub-plan-information: *613 '404': *26 x-github: githubCloudOnly: false @@ -90309,7 +90380,7 @@ paths: type: array items: *222 examples: - default: *601 + default: *602 '403': *43 '401': *41 x-github: @@ -90713,9 +90784,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *613 + default: *614 headers: Link: *6 x-github: @@ -90819,7 +90890,7 @@ paths: application/json: schema: *39 examples: - default: *455 + default: *456 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90904,7 +90975,7 @@ paths: type: array items: *70 examples: - default: *599 + default: *600 headers: Link: *6 x-github: @@ -90943,7 +91014,7 @@ paths: - docker - nuget - container - - *600 + - *601 - *8 - *5 - *4 @@ -90956,10 +91027,10 @@ paths: type: array items: *222 examples: - default: *601 + default: *602 '403': *43 '401': *41 - '400': *602 + '400': *603 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90989,7 +91060,7 @@ paths: application/json: schema: *222 examples: - default: *614 + default: *615 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91628,9 +91699,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *606 + default: *607 headers: Link: *6 x-github: @@ -91660,9 +91731,9 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: - default: *615 + default: *616 headers: Link: *6 x-github: @@ -91687,7 +91758,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *616 + - *617 - *9 - *4 - *5 @@ -91699,11 +91770,11 @@ paths: schema: anyOf: - type: array - items: *617 + items: *618 - type: array items: *84 examples: - default-response: *610 + default-response: *611 headers: Link: *6 x-github: @@ -91913,7 +91984,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &618 + enterprise: &619 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91971,7 +92042,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &619 + installation: &620 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91990,7 +92061,7 @@ x-webhooks: required: - id - node_id - organization: &620 + organization: &621 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92050,13 +92121,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &621 + repository: &622 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &649 + properties: &650 id: description: Unique identifier of the repository example: 42 @@ -92739,7 +92810,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &650 + required: &651 - archive_url - assignees_url - blobs_url @@ -92890,10 +92961,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -92979,11 +93050,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: &622 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + rule: &623 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.15/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -93216,11 +93287,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: *622 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + rule: *623 sender: *19 required: - action @@ -93413,11 +93484,11 @@ x-webhooks: - everyone required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - rule: *622 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + rule: *623 sender: *19 required: - action @@ -93498,11 +93569,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: &623 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + exemption_request: &624 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93735,7 +93806,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &624 + items: &625 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93853,11 +93924,11 @@ x-webhooks: type: string enum: - completed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + exemption_request: *624 sender: *19 required: - action @@ -93937,11 +94008,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + exemption_request: *624 sender: *19 required: - action @@ -94021,12 +94092,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 - exemption_response: *624 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + exemption_request: *624 + exemption_response: *625 sender: *19 required: - action @@ -94108,12 +94179,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - exemption_request: *623 - exemption_response: *624 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + exemption_request: *624 + exemption_response: *625 sender: *19 required: - action @@ -94198,12 +94269,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 ref: type: string - repository: *621 + repository: *622 sender: *19 required: - cache_location @@ -94297,7 +94368,7 @@ x-webhooks: type: string enum: - completed - check_run: &626 + check_run: &627 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94350,7 +94421,7 @@ x-webhooks: type: string pull_requests: type: array - items: *372 + items: *373 repository: *153 status: example: completed @@ -94388,7 +94459,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *625 + deployment: *626 details_url: example: https://example.com type: string @@ -94438,7 +94509,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *372 + items: *373 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -94473,10 +94544,10 @@ x-webhooks: - output - app - pull_requests - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + installation: *620 + enterprise: *619 + organization: *621 + repository: *622 sender: *19 required: - check_run @@ -94879,11 +94950,11 @@ x-webhooks: type: string enum: - created - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *627 + installation: *620 + enterprise: *619 + organization: *621 + repository: *622 sender: *19 required: - check_run @@ -95289,11 +95360,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *627 + installation: *620 + enterprise: *619 + organization: *621 + repository: *622 requested_action: description: The action requested by the user. type: object @@ -95708,11 +95779,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *626 - installation: *619 - enterprise: *618 - organization: *620 - repository: *621 + check_run: *627 + installation: *620 + enterprise: *619 + organization: *621 + repository: *622 sender: *19 required: - check_run @@ -96699,10 +96770,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -97382,10 +97453,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -98059,10 +98130,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -98235,7 +98306,7 @@ x-webhooks: required: - login - id - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98380,20 +98451,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &627 + commit_oid: &628 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *618 - installation: *619 - organization: *620 - ref: &628 + enterprise: *619 + installation: *620 + organization: *621 + ref: &629 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *621 + repository: *622 sender: *19 required: - action @@ -98565,7 +98636,7 @@ x-webhooks: required: - login - id - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -98795,12 +98866,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *628 + enterprise: *619 + installation: *620 + organization: *621 + ref: *629 + repository: *622 sender: *19 required: - action @@ -98905,7 +98976,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99073,12 +99144,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *628 + enterprise: *619 + installation: *620 + organization: *621 + ref: *629 + repository: *622 sender: *19 required: - action @@ -99251,7 +99322,7 @@ x-webhooks: required: - login - id - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -99417,12 +99488,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *628 + enterprise: *619 + installation: *620 + organization: *621 + ref: *629 + repository: *622 sender: *19 required: - action @@ -99529,7 +99600,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99697,16 +99768,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *621 + repository: *622 sender: *19 required: - action @@ -99810,7 +99881,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *385 + dismissed_comment: *386 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99950,12 +100021,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *627 - enterprise: *618 - installation: *619 - organization: *620 - ref: *628 - repository: *621 + commit_oid: *628 + enterprise: *619 + installation: *620 + organization: *621 + ref: *629 + repository: *622 sender: *19 required: - action @@ -100222,10 +100293,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -100315,18 +100386,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *620 - pusher_type: &629 + organization: *621 + pusher_type: &630 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &630 + ref: &631 description: The [`git ref`](https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference) resource. type: string @@ -100336,7 +100407,7 @@ x-webhooks: enum: - tag - branch - repository: *621 + repository: *622 sender: *19 required: - ref @@ -100419,9 +100490,9 @@ x-webhooks: enum: - created definition: *241 - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 sender: *19 required: - action @@ -100506,9 +100577,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 sender: *19 required: - action @@ -100586,9 +100657,9 @@ x-webhooks: enum: - updated definition: *241 - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 sender: *19 required: - action @@ -100665,10 +100736,10 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - repository: *621 - organization: *620 + enterprise: *619 + installation: *620 + repository: *622 + organization: *621 sender: *19 new_property_values: type: array @@ -100763,18 +100834,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - pusher_type: *629 - ref: *630 + enterprise: *619 + installation: *620 + organization: *621 + pusher_type: *630 + ref: *631 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *621 + repository: *622 sender: *19 required: - ref @@ -100868,11 +100939,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -100966,11 +101037,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101064,11 +101135,11 @@ x-webhooks: type: string enum: - created - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101160,11 +101231,11 @@ x-webhooks: type: string enum: - dismissed - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101256,11 +101327,11 @@ x-webhooks: type: string enum: - fixed - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101353,11 +101424,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101449,11 +101520,11 @@ x-webhooks: type: string enum: - reopened - alert: *418 - installation: *619 - organization: *620 - enterprise: *618 - repository: *621 + alert: *419 + installation: *620 + organization: *621 + enterprise: *619 + repository: *622 sender: *19 required: - action @@ -101540,9 +101611,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - key: &631 + enterprise: *619 + installation: *620 + key: &632 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -101576,8 +101647,8 @@ x-webhooks: - verified - created_at - read_only - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -101664,11 +101735,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - key: *631 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + key: *632 + organization: *621 + repository: *622 sender: *19 required: - action @@ -102239,12 +102310,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - workflow: &635 + workflow: &636 title: Workflow type: object nullable: true @@ -102980,13 +103051,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *424 + deployment: *425 pull_requests: type: array - items: *505 - repository: *621 - organization: *620 - installation: *619 + items: *506 + repository: *622 + organization: *621 + installation: *620 sender: *19 responses: '200': @@ -103067,7 +103138,7 @@ x-webhooks: type: string enum: - approved - approver: &632 + approver: &633 type: object properties: avatar_url: @@ -103110,11 +103181,11 @@ x-webhooks: type: string comment: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - reviewers: &633 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + reviewers: &634 type: array items: type: object @@ -103193,7 +103264,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &634 + workflow_job_run: &635 type: object properties: conclusion: @@ -103934,18 +104005,18 @@ x-webhooks: type: string enum: - rejected - approver: *632 + approver: *633 comment: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - reviewers: *633 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + reviewers: *634 sender: *19 since: type: string - workflow_job_run: *634 + workflow_job_run: *635 workflow_job_runs: type: array items: @@ -104659,13 +104730,13 @@ x-webhooks: type: string enum: - requested - enterprise: *618 + enterprise: *619 environment: type: string - installation: *619 - organization: *620 - repository: *621 - requestor: &640 + installation: *620 + organization: *621 + repository: *622 + requestor: &641 title: User type: object nullable: true @@ -106574,12 +106645,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - workflow: *635 + workflow: *636 workflow_run: title: Deployment Workflow Run type: object @@ -107269,7 +107340,7 @@ x-webhooks: type: string enum: - answered - answer: &638 + answer: &639 type: object properties: author_association: @@ -107426,7 +107497,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &636 + discussion: &637 title: Discussion description: A Discussion in a repository. type: object @@ -107712,7 +107783,7 @@ x-webhooks: - id labels: type: array - items: *466 + items: *467 required: - repository_url - category @@ -107734,10 +107805,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -107874,11 +107945,11 @@ x-webhooks: - from required: - category - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -107971,11 +108042,11 @@ x-webhooks: type: string enum: - closed - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108067,7 +108138,7 @@ x-webhooks: type: string enum: - created - comment: &637 + comment: &638 type: object properties: author_association: @@ -108224,11 +108295,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108321,12 +108392,12 @@ x-webhooks: type: string enum: - deleted - comment: *637 - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + comment: *638 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108431,12 +108502,12 @@ x-webhooks: - from required: - body - comment: *637 - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + comment: *638 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108530,11 +108601,11 @@ x-webhooks: type: string enum: - created - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108626,11 +108697,11 @@ x-webhooks: type: string enum: - deleted - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108740,11 +108811,11 @@ x-webhooks: type: string required: - from - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108836,10 +108907,10 @@ x-webhooks: type: string enum: - labeled - discussion: *636 - enterprise: *618 - installation: *619 - label: &639 + discussion: *637 + enterprise: *619 + installation: *620 + label: &640 title: Label type: object properties: @@ -108871,8 +108942,8 @@ x-webhooks: - color - default - description - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -108965,11 +109036,11 @@ x-webhooks: type: string enum: - locked - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109061,11 +109132,11 @@ x-webhooks: type: string enum: - pinned - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109157,11 +109228,11 @@ x-webhooks: type: string enum: - reopened - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109256,16 +109327,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *636 - new_repository: *621 + new_discussion: *637 + new_repository: *622 required: - new_discussion - new_repository - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109358,10 +109429,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *636 - old_answer: *638 - organization: *620 - repository: *621 + discussion: *637 + old_answer: *639 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109453,12 +109524,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *636 - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109551,11 +109622,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109647,11 +109718,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *636 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + discussion: *637 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -109892,7 +109963,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *618 + enterprise: *619 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository) resource. @@ -110552,9 +110623,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *619 - organization: *620 - repository: *621 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - forkee @@ -110720,9 +110791,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pages: description: The pages that were updated. type: array @@ -110759,7 +110830,7 @@ x-webhooks: - action - sha - html_url - repository: *621 + repository: *622 sender: *19 required: - pages @@ -110845,10 +110916,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories: &641 + organization: *621 + repositories: &642 description: An array of repository objects that the installation can access. type: array @@ -110874,8 +110945,8 @@ x-webhooks: - name - full_name - private - repository: *621 - requester: *640 + repository: *622 + requester: *641 sender: *19 required: - action @@ -110960,11 +111031,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *621 + repositories: *642 + repository: *622 requester: nullable: true sender: *19 @@ -111050,11 +111121,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *621 + repositories: *642 + repository: *622 requester: nullable: true sender: *19 @@ -111140,10 +111211,10 @@ x-webhooks: type: string enum: - added - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories_added: &642 + organization: *621 + repositories_added: &643 description: An array of repository objects, which were added to the installation. type: array @@ -111189,15 +111260,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *621 - repository_selection: &643 + repository: *622 + repository_selection: &644 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *640 + requester: *641 sender: *19 required: - action @@ -111286,10 +111357,10 @@ x-webhooks: type: string enum: - removed - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories_added: *642 + organization: *621 + repositories_added: *643 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -111316,9 +111387,9 @@ x-webhooks: - name - full_name - private - repository: *621 - repository_selection: *643 - requester: *640 + repository: *622 + repository_selection: *644 + requester: *641 sender: *19 required: - action @@ -111407,11 +111478,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *621 + repositories: *642 + repository: *622 requester: nullable: true sender: *19 @@ -111600,10 +111671,10 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 target_type: type: string @@ -111692,11 +111763,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *618 + enterprise: *619 installation: *39 - organization: *620 - repositories: *641 - repository: *621 + organization: *621 + repositories: *642 + repository: *622 requester: nullable: true sender: *19 @@ -111958,8 +112029,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112753,8 +112824,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 state: description: State of the issue; either 'open' or 'closed' type: string @@ -112770,7 +112841,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -113103,8 +113174,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -113194,7 +113265,7 @@ x-webhooks: type: string enum: - deleted - comment: &644 + comment: &645 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment) itself. @@ -113359,8 +113430,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114150,8 +114221,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114167,7 +114238,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -114502,8 +114573,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -114593,7 +114664,7 @@ x-webhooks: type: string enum: - edited - changes: &667 + changes: &668 description: The changes to the comment. type: object properties: @@ -114605,9 +114676,9 @@ x-webhooks: type: string required: - from - comment: *644 - enterprise: *618 - installation: *619 + comment: *645 + enterprise: *619 + installation: *620 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115400,8 +115471,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115417,7 +115488,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -115750,8 +115821,8 @@ x-webhooks: - state - locked - assignee - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -115843,10 +115914,10 @@ x-webhooks: type: string enum: - assigned - assignee: *640 - enterprise: *618 - installation: *619 - issue: &647 + assignee: *641 + enterprise: *619 + installation: *620 + issue: &648 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -116635,11 +116706,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116655,7 +116726,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -116756,8 +116827,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -116847,8 +116918,8 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -117642,11 +117713,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117662,7 +117733,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -117898,8 +117969,8 @@ x-webhooks: required: - state - closed_at - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -117988,8 +118059,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -118774,11 +118845,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118794,7 +118865,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -118894,8 +118965,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -118984,8 +119055,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -119792,11 +119863,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119812,7 +119883,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -119891,7 +119962,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &645 + milestone: &646 title: Milestone description: A collection of related issues and pull requests. type: object @@ -120029,8 +120100,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -120139,8 +120210,8 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -120929,11 +121000,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120946,7 +121017,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *579 + type: *580 title: description: Title of the issue type: string @@ -121050,9 +121121,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *639 - organization: *620 - repository: *621 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -121142,8 +121213,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -121931,11 +122002,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121948,7 +122019,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *579 + type: *580 title: description: Title of the issue type: string @@ -122052,9 +122123,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *639 - organization: *620 - repository: *621 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -122144,8 +122215,8 @@ x-webhooks: type: string enum: - locked - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -122957,11 +123028,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122974,7 +123045,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *579 + type: *580 title: description: Title of the issue type: string @@ -123055,8 +123126,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -123145,8 +123216,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -123952,11 +124023,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123972,7 +124043,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -124050,9 +124121,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *645 - organization: *620 - repository: *621 + milestone: *646 + organization: *621 + repository: *622 sender: *19 required: - action @@ -124930,11 +125001,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125027,7 +125098,7 @@ x-webhooks: required: - login - id - type: *579 + type: *580 required: - id - number @@ -125496,8 +125567,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -126286,11 +126357,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126306,7 +126377,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -126406,8 +126477,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -126497,9 +126568,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *618 - installation: *619 - issue: &646 + enterprise: *619 + installation: *620 + issue: &647 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -127282,11 +127353,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127302,7 +127373,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -127402,8 +127473,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -127492,8 +127563,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -128303,11 +128374,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128401,9 +128472,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *579 - organization: *620 - repository: *621 + type: *580 + organization: *621 + repository: *622 sender: *19 required: - action @@ -129279,11 +129350,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129299,7 +129370,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -129867,11 +129938,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *618 - installation: *619 - issue: *646 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + issue: *647 + organization: *621 + repository: *622 sender: *19 required: - action @@ -129962,7 +130033,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &670 + assignee: &671 title: User type: object nullable: true @@ -130032,11 +130103,11 @@ x-webhooks: required: - login - id - enterprise: *618 - installation: *619 - issue: *647 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + issue: *648 + organization: *621 + repository: *622 sender: *19 required: - action @@ -130125,12 +130196,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *618 - installation: *619 - issue: *647 - label: *639 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + issue: *648 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -130220,8 +130291,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -131031,11 +131102,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *576 - issue_dependencies_summary: *577 + sub_issues_summary: *577 + issue_dependencies_summary: *578 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131051,7 +131122,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *579 + type: *580 updated_at: type: string format: date-time @@ -131129,8 +131200,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131220,11 +131291,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *618 - installation: *619 - issue: *646 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + issue: *647 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131313,11 +131384,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131405,11 +131476,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131529,11 +131600,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - label: *639 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + label: *640 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131647,11 +131718,11 @@ x-webhooks: type: string required: - to - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + member: *641 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131761,11 +131832,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + member: *641 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131854,11 +131925,11 @@ x-webhooks: type: string enum: - removed - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + member: *641 + organization: *621 + repository: *622 sender: *19 required: - action @@ -131946,11 +132017,11 @@ x-webhooks: type: string enum: - added - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + member: *641 + organization: *621 + repository: *622 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132026,7 +132097,7 @@ x-webhooks: required: - login - id - team: &648 + team: &649 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132100,6 +132171,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -132113,6 +132200,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -132136,6 +132224,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -132226,11 +132330,11 @@ x-webhooks: type: string enum: - removed - enterprise: *618 - installation: *619 - member: *640 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + member: *641 + organization: *621 + repository: *622 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132307,7 +132411,7 @@ x-webhooks: required: - login - id - team: *648 + team: *649 required: - action - scope @@ -132395,7 +132499,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 + enterprise: *619 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -132504,16 +132608,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *619 - organization: *620 + installation: *620 + organization: *621 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *650 + required: *651 nullable: true sender: *19 required: @@ -132604,11 +132708,11 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + milestone: *646 + organization: *621 + repository: *622 sender: *19 required: - action @@ -132697,9 +132801,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - milestone: &651 + enterprise: *619 + installation: *620 + milestone: &652 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132836,8 +132940,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -132926,11 +133030,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + milestone: *646 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133050,11 +133154,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - milestone: *645 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + milestone: *646 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133144,11 +133248,11 @@ x-webhooks: type: string enum: - opened - enterprise: *618 - installation: *619 - milestone: *651 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + milestone: *652 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133237,9 +133341,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - membership: &652 + enterprise: *619 + installation: *620 + membership: &653 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133346,8 +133450,8 @@ x-webhooks: - role - organization_url - user - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133435,11 +133539,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + membership: *653 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133528,8 +133632,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133645,10 +133749,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 - user: *640 + user: *641 required: - action - invitation @@ -133736,11 +133840,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + membership: *653 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133837,11 +133941,11 @@ x-webhooks: properties: from: type: string - enterprise: *618 - installation: *619 - membership: *652 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + membership: *653 + organization: *621 + repository: *622 sender: *19 required: - action @@ -133927,9 +134031,9 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 package: description: Information about the package. type: object @@ -134428,7 +134532,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &653 + items: &654 title: Ruby Gems metadata type: object properties: @@ -134523,7 +134627,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *622 sender: *19 required: - action @@ -134609,9 +134713,9 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 package: description: Information about the package. type: object @@ -134964,7 +135068,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *653 + items: *654 source_url: type: string format: uri @@ -135034,7 +135138,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *622 sender: *19 required: - action @@ -135221,12 +135325,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *618 + enterprise: *619 id: type: integer - installation: *619 - organization: *620 - repository: *621 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - id @@ -135303,7 +135407,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &654 + personal_access_token_request: &655 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -135449,10 +135553,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *618 - organization: *620 + enterprise: *619 + organization: *621 sender: *19 - installation: *619 + installation: *620 required: - action - personal_access_token_request @@ -135529,11 +135633,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *654 - enterprise: *618 - organization: *620 + personal_access_token_request: *655 + enterprise: *619 + organization: *621 sender: *19 - installation: *619 + installation: *620 required: - action - personal_access_token_request @@ -135609,11 +135713,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *654 - enterprise: *618 - organization: *620 + personal_access_token_request: *655 + enterprise: *619 + organization: *621 sender: *19 - installation: *619 + installation: *620 required: - action - personal_access_token_request @@ -135688,11 +135792,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *654 - organization: *620 - enterprise: *618 + personal_access_token_request: *655 + organization: *621 + enterprise: *619 sender: *19 - installation: *619 + installation: *620 required: - action - personal_access_token_request @@ -135807,7 +135911,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *655 + last_response: *656 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135839,8 +135943,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 zen: description: Random string of GitHub zen. @@ -136095,10 +136199,10 @@ x-webhooks: - from required: - note - enterprise: *618 - installation: *619 - organization: *620 - project_card: &656 + enterprise: *619 + installation: *620 + organization: *621 + project_card: &657 title: Project Card type: object properties: @@ -136217,7 +136321,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *621 + repository: *622 sender: *19 required: - action @@ -136308,11 +136412,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project_card: *656 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project_card: *657 + repository: *622 sender: *19 required: - action @@ -136402,9 +136506,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 project_card: title: Project Card type: object @@ -136532,8 +136636,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *650 + required: *651 nullable: true sender: *19 required: @@ -136637,11 +136741,11 @@ x-webhooks: - from required: - note - enterprise: *618 - installation: *619 - organization: *620 - project_card: *656 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project_card: *657 + repository: *622 sender: *19 required: - action @@ -136745,9 +136849,9 @@ x-webhooks: - from required: - column_id - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 project_card: allOf: - title: Project Card @@ -136937,7 +137041,7 @@ x-webhooks: type: string required: - after_id - repository: *621 + repository: *622 sender: *19 required: - action @@ -137027,10 +137131,10 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - organization: *620 - project: &658 + enterprise: *619 + installation: *620 + organization: *621 + project: &659 title: Project type: object properties: @@ -137154,7 +137258,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *621 + repository: *622 sender: *19 required: - action @@ -137244,10 +137348,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project_column: &657 + enterprise: *619 + installation: *620 + organization: *621 + project_column: &658 title: Project Column type: object properties: @@ -137286,7 +137390,7 @@ x-webhooks: - name - created_at - updated_at - repository: *621 + repository: *622 sender: *19 required: - action @@ -137375,18 +137479,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 + enterprise: *619 + installation: *620 + organization: *621 + project_column: *658 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *650 + required: *651 nullable: true sender: *19 required: @@ -137486,11 +137590,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project_column: *658 + repository: *622 sender: *19 required: - action @@ -137580,11 +137684,11 @@ x-webhooks: type: string enum: - moved - enterprise: *618 - installation: *619 - organization: *620 - project_column: *657 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project_column: *658 + repository: *622 sender: *19 required: - action @@ -137674,11 +137778,11 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project: *659 + repository: *622 sender: *19 required: - action @@ -137768,18 +137872,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - project: *658 + enterprise: *619 + installation: *620 + organization: *621 + project: *659 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *649 - required: *650 + properties: *650 + required: *651 nullable: true sender: *19 required: @@ -137891,11 +137995,11 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project: *659 + repository: *622 sender: *19 required: - action @@ -137984,11 +138088,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 - organization: *620 - project: *658 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + project: *659 + repository: *622 sender: *19 required: - action @@ -138079,9 +138183,9 @@ x-webhooks: type: string enum: - closed - installation: *619 - organization: *620 - projects_v2: &659 + installation: *620 + organization: *621 + projects_v2: &660 title: Projects v2 Project description: A projects v2 project type: object @@ -138313,9 +138417,9 @@ x-webhooks: type: string enum: - created - installation: *619 - organization: *620 - projects_v2: *659 + installation: *620 + organization: *621 + projects_v2: *660 sender: *19 required: - action @@ -138406,9 +138510,9 @@ x-webhooks: type: string enum: - deleted - installation: *619 - organization: *620 - projects_v2: *659 + installation: *620 + organization: *621 + projects_v2: *660 sender: *19 required: - action @@ -138535,9 +138639,9 @@ x-webhooks: type: string to: type: string - installation: *619 - organization: *620 - projects_v2: *659 + installation: *620 + organization: *621 + projects_v2: *660 sender: *19 required: - action @@ -138630,7 +138734,7 @@ x-webhooks: type: string enum: - archived - changes: &663 + changes: &664 type: object properties: archived_at: @@ -138644,9 +138748,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *619 - organization: *620 - projects_v2_item: &660 + installation: *620 + organization: *621 + projects_v2_item: &661 title: Projects v2 Item description: An item belonging to a project type: object @@ -138798,9 +138902,9 @@ x-webhooks: nullable: true to: type: string - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -138892,9 +138996,9 @@ x-webhooks: type: string enum: - created - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -138985,9 +139089,9 @@ x-webhooks: type: string enum: - deleted - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -139103,7 +139207,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &661 + - &662 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -139125,7 +139229,7 @@ x-webhooks: required: - id - name - - &662 + - &663 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -139159,8 +139263,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *661 - *662 + - *663 required: - field_value - type: object @@ -139176,9 +139280,9 @@ x-webhooks: nullable: true required: - body - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -139283,9 +139387,9 @@ x-webhooks: to: type: string nullable: true - installation: *619 - organization: *620 - projects_v2_item: *660 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -139378,10 +139482,10 @@ x-webhooks: type: string enum: - restored - changes: *663 - installation: *619 - organization: *620 - projects_v2_item: *660 + changes: *664 + installation: *620 + organization: *621 + projects_v2_item: *661 sender: *19 required: - action @@ -139473,9 +139577,9 @@ x-webhooks: type: string enum: - reopened - installation: *619 - organization: *620 - projects_v2: *659 + installation: *620 + organization: *621 + projects_v2: *660 sender: *19 required: - action @@ -139556,10 +139660,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - repository @@ -139646,13 +139750,13 @@ x-webhooks: type: string enum: - assigned - assignee: *640 - enterprise: *618 - installation: *619 - number: &664 + assignee: *641 + enterprise: *619 + installation: *620 + number: &665 description: The pull request number. type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -141935,7 +142039,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -142027,11 +142131,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -144309,7 +144413,7 @@ x-webhooks: - draft reason: type: string - repository: *621 + repository: *622 sender: *19 required: - action @@ -144401,11 +144505,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -146683,7 +146787,7 @@ x-webhooks: - draft reason: type: string - repository: *621 + repository: *622 sender: *19 required: - action @@ -146775,13 +146879,13 @@ x-webhooks: type: string enum: - closed - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: &665 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: &666 allOf: - - *505 + - *506 - type: object properties: allow_auto_merge: @@ -146843,7 +146947,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *621 + repository: *622 sender: *19 required: - action @@ -146934,12 +147038,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: *666 + repository: *622 sender: *19 required: - action @@ -147029,11 +147133,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *618 - milestone: *486 - number: *664 - organization: *620 - pull_request: &666 + enterprise: *619 + milestone: *487 + number: *665 + organization: *621 + pull_request: &667 title: Pull Request type: object properties: @@ -149296,7 +149400,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -149428,12 +149532,12 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: *666 + repository: *622 sender: *19 required: - action @@ -149523,11 +149627,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *618 - installation: *619 - label: *639 - number: *664 - organization: *620 + enterprise: *619 + installation: *620 + label: *640 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -151809,7 +151913,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -151900,10 +152004,10 @@ x-webhooks: type: string enum: - locked - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -154183,7 +154287,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -154273,12 +154377,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *618 - milestone: *486 - number: *664 - organization: *620 - pull_request: *666 - repository: *621 + enterprise: *619 + milestone: *487 + number: *665 + organization: *621 + pull_request: *667 + repository: *622 sender: *19 required: - action @@ -154367,12 +154471,12 @@ x-webhooks: type: string enum: - opened - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: *666 + repository: *622 sender: *19 required: - action @@ -154463,12 +154567,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: *666 + repository: *622 sender: *19 required: - action @@ -154558,12 +154662,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *618 - installation: *619 - number: *664 - organization: *620 - pull_request: *665 - repository: *621 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 + pull_request: *666 + repository: *622 sender: *19 required: - action @@ -154939,9 +155043,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: type: object properties: @@ -157111,7 +157215,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *622 sender: *19 required: - action @@ -157201,7 +157305,7 @@ x-webhooks: type: string enum: - deleted - comment: &668 + comment: &669 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -157486,9 +157590,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: type: object properties: @@ -159646,7 +159750,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *622 sender: *19 required: - action @@ -159736,11 +159840,11 @@ x-webhooks: type: string enum: - edited - changes: *667 - comment: *668 - enterprise: *618 - installation: *619 - organization: *620 + changes: *668 + comment: *669 + enterprise: *619 + installation: *620 + organization: *621 pull_request: type: object properties: @@ -161901,7 +162005,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *621 + repository: *622 sender: *19 required: - action @@ -161992,9 +162096,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: title: Simple Pull Request type: object @@ -164167,7 +164271,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *622 review: description: The review that was affected. type: object @@ -164424,9 +164528,9 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: title: Simple Pull Request type: object @@ -166480,8 +166584,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 - review: &669 + repository: *622 + review: &670 description: The review that was affected. type: object properties: @@ -166724,12 +166828,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: description: The pull request number. type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -169012,7 +169116,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 requested_reviewer: title: User type: object @@ -169096,12 +169200,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: description: The pull request number. type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -171391,7 +171495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 requested_team: title: Team description: Groups of organization members that gives permissions @@ -171593,12 +171697,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: description: The pull request number. type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -173883,7 +173987,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 requested_reviewer: title: User type: object @@ -173968,12 +174072,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *618 - installation: *619 + enterprise: *619 + installation: *620 number: description: The pull request number. type: integer - organization: *620 + organization: *621 pull_request: title: Pull Request type: object @@ -176249,7 +176353,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 requested_team: title: Team description: Groups of organization members that gives permissions @@ -176440,9 +176544,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: title: Simple Pull Request type: object @@ -178617,8 +178721,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 - review: *669 + repository: *622 + review: *670 sender: *19 required: - action @@ -178708,9 +178812,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: title: Simple Pull Request type: object @@ -180780,7 +180884,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *622 sender: *19 thread: type: object @@ -181177,9 +181281,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 pull_request: title: Simple Pull Request type: object @@ -183235,7 +183339,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *621 + repository: *622 sender: *19 thread: type: object @@ -183635,10 +183739,10 @@ x-webhooks: type: string before: type: string - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -185909,7 +186013,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -186001,11 +186105,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *670 - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + assignee: *671 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -188288,7 +188392,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -188377,11 +188481,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *618 - installation: *619 - label: *639 - number: *664 - organization: *620 + enterprise: *619 + installation: *620 + label: *640 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -190654,7 +190758,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -190745,10 +190849,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *618 - installation: *619 - number: *664 - organization: *620 + enterprise: *619 + installation: *620 + number: *665 + organization: *621 pull_request: title: Pull Request type: object @@ -193013,7 +193117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *621 + repository: *622 sender: *19 required: - action @@ -193223,7 +193327,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *618 + enterprise: *619 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -193315,8 +193419,8 @@ x-webhooks: - url - author - committer - installation: *619 - organization: *620 + installation: *620 + organization: *621 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193901,9 +194005,9 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 registry_package: type: object properties: @@ -194349,7 +194453,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *653 + items: *654 summary: type: string tag_name: @@ -194403,7 +194507,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *622 sender: *19 required: - action @@ -194491,9 +194595,9 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 registry_package: type: object properties: @@ -194801,7 +194905,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *653 + items: *654 summary: type: string tag_name: @@ -194850,7 +194954,7 @@ x-webhooks: - owner - package_version - registry - repository: *621 + repository: *622 sender: *19 required: - action @@ -194937,10 +195041,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - release: &671 + enterprise: *619 + installation: *620 + organization: *621 + release: &672 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -195258,7 +195362,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *621 + repository: *622 sender: *19 required: - action @@ -195345,11 +195449,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + release: *672 + repository: *622 sender: *19 required: - action @@ -195476,11 +195580,11 @@ x-webhooks: type: boolean required: - to - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + release: *672 + repository: *622 sender: *19 required: - action @@ -195568,9 +195672,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) @@ -195892,7 +195996,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *621 + repository: *622 sender: *19 required: - action @@ -195978,10 +196082,10 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 - release: &672 + enterprise: *619 + installation: *620 + organization: *621 + release: &673 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -196300,7 +196404,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *621 + repository: *622 sender: *19 required: - action @@ -196386,11 +196490,11 @@ x-webhooks: type: string enum: - released - enterprise: *618 - installation: *619 - organization: *620 - release: *671 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + release: *672 + repository: *622 sender: *19 required: - action @@ -196476,11 +196580,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *618 - installation: *619 - organization: *620 - release: *672 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + release: *673 + repository: *622 sender: *19 required: - action @@ -196566,10 +196670,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -196654,10 +196758,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -196742,10 +196846,10 @@ x-webhooks: type: string enum: - archived - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -196832,10 +196936,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -196923,10 +197027,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197020,10 +197124,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197145,10 +197249,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197236,10 +197340,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197326,10 +197430,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197433,10 +197537,10 @@ x-webhooks: - name required: - repository - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -197516,10 +197620,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 repository_ruleset: *270 sender: *19 required: @@ -197598,10 +197702,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 repository_ruleset: *270 sender: *19 required: @@ -197680,10 +197784,10 @@ x-webhooks: type: string enum: - edited - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 repository_ruleset: *270 changes: type: object @@ -197745,16 +197849,16 @@ x-webhooks: properties: added: type: array - items: *528 + items: *529 deleted: type: array - items: *528 + items: *529 updated: type: array items: type: object properties: - rule: *528 + rule: *529 changes: type: object properties: @@ -197998,10 +198102,10 @@ x-webhooks: - from required: - owner - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198089,10 +198193,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198180,7 +198284,7 @@ x-webhooks: type: string enum: - create - alert: &673 + alert: &674 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -198301,10 +198405,10 @@ x-webhooks: type: string enum: - open - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198520,10 +198624,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198611,11 +198715,11 @@ x-webhooks: type: string enum: - reopen - alert: *673 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *674 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198824,10 +198928,10 @@ x-webhooks: enum: - fixed - open - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -198915,7 +199019,7 @@ x-webhooks: type: string enum: - created - alert: &674 + alert: &675 type: object properties: number: *93 @@ -198995,10 +199099,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -199089,11 +199193,11 @@ x-webhooks: type: string enum: - created - alert: *674 - installation: *619 - location: *675 - organization: *620 - repository: *621 + alert: *675 + installation: *620 + location: *676 + organization: *621 + repository: *622 sender: *19 required: - location @@ -199336,11 +199440,11 @@ x-webhooks: type: string enum: - reopened - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *675 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -199428,11 +199532,11 @@ x-webhooks: type: string enum: - resolved - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *675 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -199520,11 +199624,11 @@ x-webhooks: type: string enum: - validated - alert: *674 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + alert: *675 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -199610,11 +199714,11 @@ x-webhooks: type: string enum: - published - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - security_advisory: &676 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + security_advisory: &677 description: The details of the security advisory, including summary, description, and severity. type: object @@ -199807,11 +199911,11 @@ x-webhooks: type: string enum: - updated - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 - security_advisory: *676 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 + security_advisory: *677 sender: *19 required: - action @@ -199894,10 +199998,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -200092,10 +200196,10 @@ x-webhooks: type: object properties: security_and_analysis: *248 - enterprise: *618 - installation: *619 - organization: *620 - repository: *314 + enterprise: *619 + installation: *620 + organization: *621 + repository: *315 sender: *19 required: - changes @@ -200183,12 +200287,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: &677 + sponsorship: &678 type: object properties: created_at: @@ -200499,12 +200603,12 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: *677 + sponsorship: *678 required: - action - sponsorship @@ -200602,12 +200706,12 @@ x-webhooks: type: string required: - from - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: *677 + sponsorship: *678 required: - action - changes @@ -200694,17 +200798,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &678 + effective_date: &679 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: *677 + sponsorship: *678 required: - action - sponsorship @@ -200788,7 +200892,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &679 + changes: &680 type: object properties: tier: @@ -200832,13 +200936,13 @@ x-webhooks: - from required: - tier - effective_date: *678 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + effective_date: *679 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: *677 + sponsorship: *678 required: - action - changes @@ -200925,13 +201029,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *679 - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + changes: *680 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - sponsorship: *677 + sponsorship: *678 required: - action - changes @@ -201015,10 +201119,10 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -201111,10 +201215,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -201540,15 +201644,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *618 + enterprise: *619 id: description: The unique identifier of the status. type: integer - installation: *619 + installation: *620 name: type: string - organization: *620 - repository: *621 + organization: *621 + repository: *622 sender: *19 sha: description: The Commit SHA. @@ -201660,12 +201764,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - team: &680 + team: &681 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201739,6 +201843,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + example: 42 required: - name - id @@ -201752,6 +201872,7 @@ x-webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -201777,6 +201898,22 @@ x-webhooks: description: URL for the team type: string format: uri + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + example: 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + example: 42 required: - name - id @@ -201865,9 +202002,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 repository: title: Repository description: A git repository @@ -202325,7 +202462,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *681 required: - action - team @@ -202411,9 +202548,9 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 repository: title: Repository description: A git repository @@ -202871,7 +203008,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *681 required: - action - team @@ -202958,9 +203095,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 repository: title: Repository description: A git repository @@ -203418,7 +203555,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *681 required: - action - team @@ -203572,9 +203709,9 @@ x-webhooks: - from required: - permissions - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 repository: title: Repository description: A git repository @@ -204032,7 +204169,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *681 required: - action - changes @@ -204120,9 +204257,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *618 - installation: *619 - organization: *620 + enterprise: *619 + installation: *620 + organization: *621 repository: title: Repository description: A git repository @@ -204580,7 +204717,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *680 + team: *681 required: - action - team @@ -204663,12 +204800,12 @@ x-webhooks: type: string enum: - created - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - user: *640 + user: *641 required: - action responses: @@ -204746,12 +204883,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 - user: *640 + user: *641 required: - action responses: @@ -204832,10 +204969,10 @@ x-webhooks: type: string enum: - started - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 required: - action @@ -204918,16 +205055,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *618 + enterprise: *619 inputs: type: object nullable: true additionalProperties: true - installation: *619 - organization: *620 + installation: *620 + organization: *621 ref: type: string - repository: *621 + repository: *622 sender: *19 workflow: type: string @@ -205019,10 +205156,10 @@ x-webhooks: type: string enum: - completed - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 workflow_job: allOf: @@ -205259,7 +205396,7 @@ x-webhooks: type: string required: - conclusion - deployment: *424 + deployment: *425 required: - action - repository @@ -205348,10 +205485,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *618 - installation: *619 - organization: *620 - repository: *621 + enterprise: *619 + installation: *620 + organization: *621 + repository: *622 sender: *19 workflow_job: allOf: @@ -205611,7 +205{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}