diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 4193f14e1e..daea758599 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -12468,7 +12468,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": [ { @@ -12605,7 +12605,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -12811,7 +12811,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": [ { @@ -12902,7 +12902,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -55918,7 +55918,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" @@ -55970,7 +55970,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" @@ -111027,6 +111027,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -111039,7 +111061,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team": { @@ -111119,6 +111142,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -111141,7 +111186,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "campaign-summary": { @@ -113695,6 +113741,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -113708,6 +113776,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -119481,6 +119550,13 @@ "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.", + "examples": [ + "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.", @@ -119618,10 +119694,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -119636,6 +119730,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -145324,6 +145419,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -145338,7 +145455,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -145371,6 +145489,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152092,6 +152232,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152106,7 +152268,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -152140,6 +152303,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -286667,48 +286852,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", @@ -286722,113 +286992,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": [ @@ -308818,101 +309005,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index aba2b199ee..1956d0e8a1 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -8993,7 +8993,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" @@ -9084,7 +9084,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -9230,7 +9230,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" @@ -9292,7 +9292,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -40510,7 +40510,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 @@ -40547,7 +40547,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 @@ -80340,6 +80340,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -80351,6 +80367,7 @@ components: - html_url - repositories_url - slug + - type team: title: Team description: Groups of organization members that gives permissions on specified @@ -80407,6 +80424,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -80423,6 +80456,7 @@ components: - repositories_url - slug - parent + - type campaign-summary: title: Campaign summary description: The campaign metadata and alert stats. @@ -82392,6 +82426,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -82403,6 +82453,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -86656,6 +86707,12 @@ 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -86752,10 +86809,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -86767,6 +86837,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -105269,6 +105340,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -105282,6 +105371,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -105305,6 +105395,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -110332,6 +110438,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -110345,6 +110469,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -110370,6 +110495,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -211095,7 +211236,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 @@ -230139,7 +230280,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 4193f14e1e..daea758599 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -12468,7 +12468,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": [ { @@ -12605,7 +12605,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -12811,7 +12811,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": [ { @@ -12902,7 +12902,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -55918,7 +55918,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" @@ -55970,7 +55970,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" @@ -111027,6 +111027,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -111039,7 +111061,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team": { @@ -111119,6 +111142,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -111141,7 +111186,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "campaign-summary": { @@ -113695,6 +113741,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -113708,6 +113776,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -119481,6 +119550,13 @@ "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.", + "examples": [ + "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.", @@ -119618,10 +119694,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -119636,6 +119730,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -145324,6 +145419,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -145338,7 +145455,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -145371,6 +145489,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152092,6 +152232,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152106,7 +152268,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -152140,6 +152303,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -286667,48 +286852,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", @@ -286722,113 +286992,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": [ @@ -308818,101 +309005,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index aba2b199ee..1956d0e8a1 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -8993,7 +8993,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" @@ -9084,7 +9084,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -9230,7 +9230,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" @@ -9292,7 +9292,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -40510,7 +40510,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 @@ -40547,7 +40547,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 @@ -80340,6 +80340,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -80351,6 +80367,7 @@ components: - html_url - repositories_url - slug + - type team: title: Team description: Groups of organization members that gives permissions on specified @@ -80407,6 +80424,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -80423,6 +80456,7 @@ components: - repositories_url - slug - parent + - type campaign-summary: title: Campaign summary description: The campaign metadata and alert stats. @@ -82392,6 +82426,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -82403,6 +82453,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -86656,6 +86707,12 @@ 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -86752,10 +86809,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -86767,6 +86837,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -105269,6 +105340,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -105282,6 +105371,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -105305,6 +105395,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -110332,6 +110438,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -110345,6 +110469,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -110370,6 +110495,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -211095,7 +211236,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 @@ -230139,7 +230280,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 1d3cc506ef..dba3557bb3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -26200,48 +26200,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", @@ -26255,113 +26340,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 + } + ] } } } @@ -82103,7 +82105,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": [ { @@ -82404,7 +82406,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -82720,7 +82722,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": [ { @@ -82960,7 +82962,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -83823,6 +83825,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -83924,6 +83948,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -83936,7 +83982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -83953,7 +84000,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -84585,6 +84633,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -84686,6 +84756,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -84698,7 +84790,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -84715,7 +84808,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85261,6 +85355,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -85362,6 +85478,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -85374,7 +85512,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -85391,7 +85530,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85977,6 +86117,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -86078,6 +86240,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -86090,7 +86274,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -86107,7 +86292,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -98111,6 +98297,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -98212,6 +98420,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -98224,7 +98454,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -98241,7 +98472,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -116949,6 +117181,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -117050,6 +117304,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -117062,7 +117338,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -117079,7 +117356,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -126417,6 +126695,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -126518,6 +126818,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -126530,7 +126852,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -126547,7 +126870,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -135408,6 +135732,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135420,10 +135766,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135437,6 +135806,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -135662,6 +136032,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135674,7 +136066,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -155175,6 +155568,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -155276,6 +155691,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -155288,7 +155725,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155305,7 +155743,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -183116,48 +183555,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", @@ -183171,113 +183695,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 + } + ] } } } @@ -185334,6 +185775,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -185435,6 +185898,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -185447,7 +185932,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -185464,7 +185950,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186736,6 +187223,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -186748,7 +187257,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -188728,6 +189238,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -188829,6 +189361,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -188841,7 +189395,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -188858,7 +189413,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -189230,6 +189786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -189242,7 +189820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -189653,10 +190232,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -189671,6 +190272,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -190079,6 +190681,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -190091,7 +190715,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -190502,10 +191127,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -190520,6 +191167,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -190914,6 +191562,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -190926,7 +191596,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -191337,10 +192008,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -191355,6 +192048,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -191620,6 +192314,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -191632,7 +192348,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -192043,10 +192760,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -192061,6 +192800,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -202609,6 +203349,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -202710,6 +203472,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -202722,7 +203506,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -202739,7 +203524,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -236298,6 +237084,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -236399,6 +237207,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -236411,7 +237241,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236428,7 +237259,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -245017,6 +245849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -245118,6 +245972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -245130,7 +246006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -245147,7 +246024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -245832,6 +246710,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -245933,6 +246833,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -245945,7 +246867,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -245962,7 +246885,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -246573,6 +247497,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -246674,6 +247620,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -246686,7 +247654,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -246703,7 +247672,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -248216,6 +249186,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -248317,6 +249309,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -248329,7 +249343,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -248346,7 +249361,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -249031,6 +250047,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249132,6 +250170,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249144,7 +250204,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249161,7 +250222,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -249772,6 +250834,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249873,6 +250957,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249885,7 +250991,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249902,7 +251009,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -250782,6 +251890,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -250883,6 +252013,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -250895,7 +252047,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -250912,7 +252065,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -251597,6 +252751,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -251698,6 +252874,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -251710,7 +252908,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -251727,7 +252926,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -252338,6 +253538,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -252439,6 +253661,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -252451,7 +253695,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -252468,7 +253713,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -253675,6 +254921,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -253776,6 +255044,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -253788,7 +255078,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -253805,7 +255096,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -254475,6 +255767,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -254576,6 +255890,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -254588,7 +255924,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -254605,7 +255942,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -255265,6 +256603,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -255366,6 +256726,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -255378,7 +256760,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -255395,7 +256778,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -256452,6 +257836,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -256553,6 +257959,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -256565,7 +257993,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -256582,7 +258011,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -257267,6 +258697,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -257368,6 +258820,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -257380,7 +258854,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -257397,7 +258872,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -258373,6 +259849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -258474,6 +259972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -258486,7 +260006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -258503,7 +260024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259188,6 +260710,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -259289,6 +260833,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -259301,7 +260867,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -259318,7 +260885,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261838,6 +263406,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -261939,6 +263529,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -261951,7 +263563,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -261968,7 +263581,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -264856,6 +266470,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -264957,6 +266593,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -264969,7 +266627,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -264986,7 +266645,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265221,6 +266881,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -265322,6 +267004,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -265334,7 +267038,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -265351,7 +267056,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265636,6 +267342,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -265737,6 +267465,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -265749,7 +267499,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -265766,7 +267517,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266050,6 +267802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -266151,6 +267925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -266163,7 +267959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -266180,7 +267977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -268848,6 +270646,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -268949,6 +270769,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -268961,7 +270803,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -268978,7 +270821,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -269663,6 +271507,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -269764,6 +271630,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -269776,7 +271664,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -269793,7 +271682,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270404,6 +272294,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -270505,6 +272417,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -270517,7 +272451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -270534,7 +272469,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -312510,6 +314446,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -312611,6 +314569,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -312623,7 +314603,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -312640,7 +314621,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -338786,6 +340768,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -338887,6 +340891,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -338899,7 +340925,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -338916,7 +340943,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -339525,6 +341553,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -339626,6 +341676,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -339638,7 +341710,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -339655,7 +341728,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -340357,6 +342431,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -340458,6 +342554,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -340470,7 +342588,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -340487,7 +342606,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -381263,6 +383383,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -381364,6 +383506,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -381376,7 +383540,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -381393,7 +383558,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -386202,6 +388368,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -386303,6 +388491,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -386315,7 +388525,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -386332,7 +388543,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -421399,6 +423611,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -421500,6 +423734,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -421512,7 +423768,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -421529,7 +423786,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -422567,6 +424825,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -422668,6 +424948,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -422680,7 +424982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -422697,7 +425000,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -450151,6 +452455,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -450252,6 +452578,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -450264,7 +452612,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -450281,7 +452630,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -451319,6 +453669,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -451420,6 +453792,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -451432,7 +453826,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -451449,7 +453844,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -474401,7 +476797,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" @@ -474555,7 +476951,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" @@ -476224,6 +478620,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -476325,6 +478743,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -476337,7 +478777,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -476354,7 +478795,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -481087,6 +483529,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -481099,7 +483563,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -489269,6 +491734,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -489281,7 +491768,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -494275,6 +496763,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -494287,7 +496797,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -505649,6 +508160,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -505750,6 +508283,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -505762,7 +508317,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -505779,7 +508335,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -507262,6 +509819,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -507363,6 +509942,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -507375,7 +509976,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -507392,7 +509994,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -512070,6 +514673,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -512171,6 +514796,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -512183,7 +514830,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -512200,7 +514848,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -539711,101 +542360,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 + } + ] } } } @@ -544530,6 +547181,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -544631,6 +547304,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -544643,7 +547338,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -544660,7 +547356,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -547326,6 +550023,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -547427,6 +550146,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -547439,7 +550180,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -547456,7 +550198,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -549865,6 +552608,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -549966,6 +552731,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -549978,7 +552765,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -549995,7 +552783,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -552147,6 +554936,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -552248,6 +555059,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -552260,7 +555093,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -552277,7 +555111,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -554713,6 +557548,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -554814,6 +557671,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -554826,7 +557705,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -554843,7 +557723,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -564415,6 +567296,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -564516,6 +567419,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -564528,7 +567453,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -564545,7 +567471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -581090,6 +584017,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -581102,7 +584051,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -581513,10 +584463,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -581531,6 +584503,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -581922,6 +584895,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -581934,7 +584929,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -582345,10 +585341,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -582363,6 +585381,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -582628,6 +585647,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -582640,7 +585681,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -583051,10 +586093,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -583069,6 +586133,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -593474,6 +596539,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -593575,6 +596662,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -593587,7 +596696,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -593604,7 +596714,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -656784,6 +659895,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -656796,7 +659929,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -657207,10 +660341,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -657225,6 +660381,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -688904,6 +692061,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -689005,6 +692184,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -689017,7 +692218,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -689034,7 +692236,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -803045,6 +806248,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -803057,7 +806282,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1038200,6 +1041426,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1038214,7 +1041462,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1038247,6 +1041496,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1040371,6 +1043642,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1040385,7 +1043678,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1040418,6 +1043712,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1147563,6 +1150879,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1147575,7 +1150913,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1153871,6 +1157210,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1153883,7 +1157244,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1170637,6 +1173999,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1170649,7 +1174033,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1197495,6 +1200880,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1197507,7 +1200914,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1203803,6 +1207211,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1203815,7 +1207245,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1210111,6 +1213542,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210123,7 +1213576,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1324079,6 +1327533,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1324180,6 +1327656,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1324192,7 +1327690,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1324209,7 +1327708,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1328002,6 +1331502,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1328103,6 +1331625,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1328115,7 +1331659,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1328132,7 +1331677,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1458984,6 +1462530,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1458998,7 +1462566,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1459032,6 +1462601,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1460244,6 +1463835,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1460258,7 +1463871,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1460292,6 +1463906,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1461504,6 +1465140,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1461518,7 +1465176,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1461552,6 +1465211,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1462765,6 +1466446,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1462779,7 +1466482,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1462813,6 +1466517,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1464112,6 +1467838,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1464126,7 +1467874,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1464160,6 +1467909,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1465374,6 +1469145,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1465388,7 +1469181,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1465422,6 +1469216,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8f711c8e6c..41388a5e45 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10262,7 +10262,7 @@ paths: examples: default: &286 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 @@ -22997,7 +22997,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 - *38 @@ -23185,7 +23185,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -23327,7 +23327,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 - *38 @@ -23478,7 +23478,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -23715,6 +23715,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -23793,6 +23811,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + examples: + - 42 required: - id - node_id @@ -23804,6 +23840,7 @@ paths: - html_url - repositories_url - slug + - type required: - id - node_id @@ -23816,6 +23853,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. @@ -33339,6 +33377,24 @@ paths: anyOf: - type: 'null' - *211 + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -33350,6 +33406,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *212 @@ -43851,11 +43908,29 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + examples: + - 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs examples: - - uid=example,ou=users,dc=github,dc=com + - 42 required: - id - node_id @@ -43867,6 +43942,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -83158,7 +83234,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 @@ -83198,7 +83274,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 @@ -89857,7 +89933,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 @@ -147781,6 +147857,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -147794,6 +147888,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -147817,6 +147912,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -224021,6 +224134,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -224034,6 +224165,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -224059,6 +224191,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 1d3cc506ef..dba3557bb3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -26200,48 +26200,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", @@ -26255,113 +26340,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 + } + ] } } } @@ -82103,7 +82105,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": [ { @@ -82404,7 +82406,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -82720,7 +82722,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": [ { @@ -82960,7 +82962,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -83823,6 +83825,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -83924,6 +83948,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -83936,7 +83982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -83953,7 +84000,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -84585,6 +84633,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -84686,6 +84756,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -84698,7 +84790,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -84715,7 +84808,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85261,6 +85355,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -85362,6 +85478,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -85374,7 +85512,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -85391,7 +85530,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -85977,6 +86117,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -86078,6 +86240,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -86090,7 +86274,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -86107,7 +86292,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -98111,6 +98297,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -98212,6 +98420,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -98224,7 +98454,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -98241,7 +98472,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -116949,6 +117181,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -117050,6 +117304,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -117062,7 +117338,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -117079,7 +117356,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -126417,6 +126695,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -126518,6 +126818,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -126530,7 +126852,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -126547,7 +126870,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -135408,6 +135732,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135420,10 +135766,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135437,6 +135806,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -135662,6 +136032,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -135674,7 +136066,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -155175,6 +155568,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -155276,6 +155691,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -155288,7 +155725,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155305,7 +155743,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -183116,48 +183555,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", @@ -183171,113 +183695,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 + } + ] } } } @@ -185334,6 +185775,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -185435,6 +185898,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -185447,7 +185932,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -185464,7 +185950,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -186736,6 +187223,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -186748,7 +187257,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -188728,6 +189238,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -188829,6 +189361,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -188841,7 +189395,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -188858,7 +189413,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -189230,6 +189786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -189242,7 +189820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -189653,10 +190232,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -189671,6 +190272,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -190079,6 +190681,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -190091,7 +190715,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -190502,10 +191127,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -190520,6 +191167,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -190914,6 +191562,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -190926,7 +191596,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -191337,10 +192008,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -191355,6 +192048,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -191620,6 +192314,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -191632,7 +192348,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -192043,10 +192760,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -192061,6 +192800,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -202609,6 +203349,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -202710,6 +203472,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -202722,7 +203506,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -202739,7 +203524,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -236298,6 +237084,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -236399,6 +237207,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -236411,7 +237241,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236428,7 +237259,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -245017,6 +245849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -245118,6 +245972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -245130,7 +246006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -245147,7 +246024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -245832,6 +246710,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -245933,6 +246833,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -245945,7 +246867,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -245962,7 +246885,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -246573,6 +247497,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -246674,6 +247620,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -246686,7 +247654,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -246703,7 +247672,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -248216,6 +249186,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -248317,6 +249309,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -248329,7 +249343,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -248346,7 +249361,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -249031,6 +250047,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249132,6 +250170,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249144,7 +250204,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249161,7 +250222,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -249772,6 +250834,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249873,6 +250957,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249885,7 +250991,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249902,7 +251009,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -250782,6 +251890,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -250883,6 +252013,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -250895,7 +252047,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -250912,7 +252065,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -251597,6 +252751,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -251698,6 +252874,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -251710,7 +252908,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -251727,7 +252926,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -252338,6 +253538,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -252439,6 +253661,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -252451,7 +253695,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -252468,7 +253713,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -253675,6 +254921,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -253776,6 +255044,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -253788,7 +255078,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -253805,7 +255096,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -254475,6 +255767,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -254576,6 +255890,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -254588,7 +255924,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -254605,7 +255942,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -255265,6 +256603,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -255366,6 +256726,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -255378,7 +256760,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -255395,7 +256778,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -256452,6 +257836,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -256553,6 +257959,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -256565,7 +257993,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -256582,7 +258011,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -257267,6 +258697,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -257368,6 +258820,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -257380,7 +258854,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -257397,7 +258872,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -258373,6 +259849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -258474,6 +259972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -258486,7 +260006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -258503,7 +260024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -259188,6 +260710,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -259289,6 +260833,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -259301,7 +260867,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -259318,7 +260885,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -261838,6 +263406,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -261939,6 +263529,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -261951,7 +263563,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -261968,7 +263581,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -264856,6 +266470,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -264957,6 +266593,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -264969,7 +266627,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -264986,7 +266645,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265221,6 +266881,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -265322,6 +267004,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -265334,7 +267038,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -265351,7 +267056,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265636,6 +267342,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -265737,6 +267465,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -265749,7 +267499,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -265766,7 +267517,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -266050,6 +267802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -266151,6 +267925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -266163,7 +267959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -266180,7 +267977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -268848,6 +270646,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -268949,6 +270769,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -268961,7 +270803,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -268978,7 +270821,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -269663,6 +271507,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -269764,6 +271630,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -269776,7 +271664,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -269793,7 +271682,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -270404,6 +272294,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -270505,6 +272417,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -270517,7 +272451,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -270534,7 +272469,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -312510,6 +314446,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -312611,6 +314569,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -312623,7 +314603,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -312640,7 +314621,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -338786,6 +340768,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -338887,6 +340891,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -338899,7 +340925,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -338916,7 +340943,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -339525,6 +341553,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -339626,6 +341676,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -339638,7 +341710,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -339655,7 +341728,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -340357,6 +342431,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -340458,6 +342554,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -340470,7 +342588,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -340487,7 +342606,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -381263,6 +383383,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -381364,6 +383506,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -381376,7 +383540,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -381393,7 +383558,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -386202,6 +388368,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -386303,6 +388491,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -386315,7 +388525,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -386332,7 +388543,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -421399,6 +423611,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -421500,6 +423734,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -421512,7 +423768,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -421529,7 +423786,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -422567,6 +424825,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -422668,6 +424948,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -422680,7 +424982,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -422697,7 +425000,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -450151,6 +452455,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -450252,6 +452578,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -450264,7 +452612,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -450281,7 +452630,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -451319,6 +453669,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -451420,6 +453792,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -451432,7 +453826,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -451449,7 +453844,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -474401,7 +476797,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" @@ -474555,7 +476951,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" @@ -476224,6 +478620,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -476325,6 +478743,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -476337,7 +478777,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -476354,7 +478795,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -481087,6 +483529,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -481099,7 +483563,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -489269,6 +491734,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -489281,7 +491768,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -494275,6 +496763,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -494287,7 +496797,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -505649,6 +508160,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -505750,6 +508283,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -505762,7 +508317,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -505779,7 +508335,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -507262,6 +509819,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -507363,6 +509942,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -507375,7 +509976,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -507392,7 +509994,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -512070,6 +514673,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -512171,6 +514796,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -512183,7 +514830,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -512200,7 +514848,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -539711,101 +542360,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 + } + ] } } } @@ -544530,6 +547181,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -544631,6 +547304,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -544643,7 +547338,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -544660,7 +547356,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -547326,6 +550023,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -547427,6 +550146,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -547439,7 +550180,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -547456,7 +550198,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -549865,6 +552608,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -549966,6 +552731,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -549978,7 +552765,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -549995,7 +552783,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -552147,6 +554936,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -552248,6 +555059,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -552260,7 +555093,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -552277,7 +555111,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -554713,6 +557548,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -554814,6 +557671,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -554826,7 +557705,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -554843,7 +557723,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -564415,6 +567296,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -564516,6 +567419,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -564528,7 +567453,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -564545,7 +567471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -581090,6 +584017,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -581102,7 +584051,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -581513,10 +584463,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -581531,6 +584503,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -581922,6 +584895,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -581934,7 +584929,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -582345,10 +585341,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -582363,6 +585381,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -582628,6 +585647,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -582640,7 +585681,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -583051,10 +586093,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -583069,6 +586133,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -593474,6 +596539,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -593575,6 +596662,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -593587,7 +596696,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -593604,7 +596714,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -656784,6 +659895,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -656796,7 +659929,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -657207,10 +660341,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -657225,6 +660381,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -688904,6 +692061,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -689005,6 +692184,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -689017,7 +692218,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -689034,7 +692236,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -803045,6 +806248,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -803057,7 +806282,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1038200,6 +1041426,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1038214,7 +1041462,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1038247,6 +1041496,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1040371,6 +1043642,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1040385,7 +1043678,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1040418,6 +1043712,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1147563,6 +1150879,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1147575,7 +1150913,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1153871,6 +1157210,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1153883,7 +1157244,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1170637,6 +1173999,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1170649,7 +1174033,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1197495,6 +1200880,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1197507,7 +1200914,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1203803,6 +1207211,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1203815,7 +1207245,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1210111,6 +1213542,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210123,7 +1213576,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1324079,6 +1327533,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1324180,6 +1327656,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1324192,7 +1327690,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1324209,7 +1327708,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1328002,6 +1331502,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1328103,6 +1331625,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1328115,7 +1331659,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1328132,7 +1331677,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1458984,6 +1462530,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1458998,7 +1462566,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1459032,6 +1462601,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1460244,6 +1463835,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1460258,7 +1463871,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1460292,6 +1463906,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1461504,6 +1465140,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1461518,7 +1465176,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1461552,6 +1465211,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1462765,6 +1466446,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1462779,7 +1466482,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1462813,6 +1466517,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1464112,6 +1467838,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1464126,7 +1467874,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1464160,6 +1467909,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1465374,6 +1469145,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1465388,7 +1469181,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1465422,6 +1469216,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 8f711c8e6c..41388a5e45 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10262,7 +10262,7 @@ paths: examples: default: &286 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 @@ -22997,7 +22997,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 - *38 @@ -23185,7 +23185,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -23327,7 +23327,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 - *38 @@ -23478,7 +23478,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/blocks": get: summary: List users blocked by an organization @@ -23715,6 +23715,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -23793,6 +23811,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + examples: + - 42 required: - id - node_id @@ -23804,6 +23840,7 @@ paths: - html_url - repositories_url - slug + - type required: - id - node_id @@ -23816,6 +23853,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. @@ -33339,6 +33377,24 @@ paths: anyOf: - type: 'null' - *211 + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -33350,6 +33406,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *212 @@ -43851,11 +43908,29 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + examples: + - 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs examples: - - uid=example,ou=users,dc=github,dc=com + - 42 required: - id - node_id @@ -43867,6 +43942,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -83158,7 +83234,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 @@ -83198,7 +83274,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 @@ -89857,7 +89933,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 @@ -147781,6 +147857,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -147794,6 +147888,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -147817,6 +147912,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -224021,6 +224134,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -224034,6 +224165,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -224059,6 +224191,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 4777b58fe8..90d437730f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -42930,6 +42930,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -43031,6 +43053,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -43043,7 +43087,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -43060,7 +43105,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -47402,6 +47448,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -47503,6 +47571,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -47515,7 +47605,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -47532,7 +47623,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -59254,48 +59346,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", @@ -59309,113 +59486,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 + } + ] } } } @@ -119923,7 +120017,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": [ { @@ -120224,7 +120318,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -120540,7 +120634,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": [ { @@ -120780,7 +120874,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -122889,6 +122983,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -122990,6 +123106,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -123002,7 +123140,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -123019,7 +123158,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -123651,6 +123791,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -123752,6 +123914,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -123764,7 +123948,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -123781,7 +123966,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -124327,6 +124513,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -124428,6 +124636,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124440,7 +124670,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -124457,7 +124688,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -125043,6 +125275,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -125144,6 +125398,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -125156,7 +125432,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -125173,7 +125450,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -137201,6 +137479,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -137302,6 +137602,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -137314,7 +137636,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -137331,7 +137654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -160796,6 +161120,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -160897,6 +161243,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -160909,7 +161277,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -160926,7 +161295,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -170288,6 +170658,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -170389,6 +170781,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -170401,7 +170815,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -170418,7 +170833,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -180514,6 +180930,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180526,10 +180964,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180543,6 +181004,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -180768,6 +181230,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180780,7 +181264,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -200329,6 +200814,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -200430,6 +200937,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -200442,7 +200971,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -200459,7 +200989,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -228378,48 +228909,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", @@ -228433,113 +229049,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 + } + ] } } } @@ -230596,6 +231129,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -230697,6 +231252,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -230709,7 +231286,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -230726,7 +231304,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -231998,6 +232577,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -232010,7 +232611,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -234349,6 +234951,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234450,6 +235074,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234462,7 +235108,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234479,7 +235126,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234851,6 +235499,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234863,7 +235533,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -235274,10 +235945,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -235292,6 +235985,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -235700,6 +236394,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -235712,7 +236428,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236123,10 +236840,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -236141,6 +236880,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -236535,6 +237275,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -236547,7 +237309,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236958,10 +237721,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -236976,6 +237761,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -237241,6 +238027,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -237253,7 +238061,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -237664,10 +238473,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -237682,6 +238513,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -248969,6 +249801,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249070,6 +249924,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249082,7 +249958,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249099,7 +249976,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -285135,6 +286013,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -285236,6 +286136,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -285248,7 +286170,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -285265,7 +286188,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293878,6 +294802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -293979,6 +294925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -293991,7 +294959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -294008,7 +294977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -294693,6 +295663,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -294794,6 +295786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -294806,7 +295820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -294823,7 +295838,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -295434,6 +296450,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -295535,6 +296573,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -295547,7 +296607,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -295564,7 +296625,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -297077,6 +298139,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -297178,6 +298262,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -297190,7 +298296,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -297207,7 +298314,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -297892,6 +299000,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -297993,6 +299123,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -298005,7 +299157,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -298022,7 +299175,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -298633,6 +299787,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -298734,6 +299910,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -298746,7 +299944,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -298763,7 +299962,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -299643,6 +300843,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -299744,6 +300966,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -299756,7 +301000,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -299773,7 +301018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -300458,6 +301704,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -300559,6 +301827,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -300571,7 +301861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -300588,7 +301879,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -301199,6 +302491,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -301300,6 +302614,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -301312,7 +302648,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -301329,7 +302666,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -302536,6 +303874,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -302637,6 +303997,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -302649,7 +304031,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -302666,7 +304049,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -303336,6 +304720,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -303437,6 +304843,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -303449,7 +304877,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -303466,7 +304895,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -304126,6 +305556,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -304227,6 +305679,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -304239,7 +305713,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -304256,7 +305731,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -305313,6 +306789,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -305414,6 +306912,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -305426,7 +306946,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -305443,7 +306964,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -306128,6 +307650,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -306229,6 +307773,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -306241,7 +307807,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -306258,7 +307825,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -307234,6 +308802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -307335,6 +308925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -307347,7 +308959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -307364,7 +308977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -308049,6 +309663,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -308150,6 +309786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -308162,7 +309820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -308179,7 +309838,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -310699,6 +312359,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -310800,6 +312482,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -310812,7 +312516,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -310829,7 +312534,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -313717,6 +315423,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -313818,6 +315546,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -313830,7 +315580,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -313847,7 +315598,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314082,6 +315834,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -314183,6 +315957,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -314195,7 +315991,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -314212,7 +316009,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314497,6 +316295,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -314598,6 +316418,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -314610,7 +316452,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -314627,7 +316470,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314911,6 +316755,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -315012,6 +316878,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -315024,7 +316912,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -315041,7 +316930,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -317709,6 +319599,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -317810,6 +319722,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -317822,7 +319756,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -317839,7 +319774,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -318524,6 +320460,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -318625,6 +320583,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -318637,7 +320617,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -318654,7 +320635,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -319265,6 +321247,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -319366,6 +321370,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -319378,7 +321404,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -319395,7 +321422,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -363650,6 +365678,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -363751,6 +365801,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -363763,7 +365835,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -363780,7 +365853,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -392176,6 +394250,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -392277,6 +394373,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -392289,7 +394407,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -392306,7 +394425,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -392915,6 +395035,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -393016,6 +395158,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -393028,7 +395192,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -393045,7 +395210,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -393747,6 +395913,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -393848,6 +396036,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -393860,7 +396070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -393877,7 +396088,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -434717,6 +436929,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -434818,6 +437052,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -434830,7 +437086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -434847,7 +437104,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -439656,6 +441914,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -439757,6 +442037,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -439769,7 +442071,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -439786,7 +442089,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -474853,6 +477157,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -474954,6 +477280,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -474966,7 +477314,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -474983,7 +477332,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -476021,6 +478371,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -476122,6 +478494,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -476134,7 +478528,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -476151,7 +478546,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -503605,6 +506001,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -503706,6 +506124,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -503718,7 +506158,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -503735,7 +506176,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -504773,6 +507215,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -504874,6 +507338,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -504886,7 +507372,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -504903,7 +507390,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -527974,7 +530462,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" @@ -528128,7 +530616,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" @@ -529797,6 +532285,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -529898,6 +532408,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -529910,7 +532442,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -529927,7 +532460,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -534660,6 +537194,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -534672,7 +537228,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -542842,6 +545399,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -542854,7 +545433,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -547848,6 +550428,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -547860,7 +550462,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -559246,6 +561849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -559347,6 +561972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -559359,7 +562006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -559376,7 +562024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -560859,6 +563508,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -560960,6 +563631,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -560972,7 +563665,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -560989,7 +563683,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -565667,6 +568362,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -565768,6 +568485,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -565780,7 +568519,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -565797,7 +568537,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -593314,101 +596055,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 + } + ] } } } @@ -598133,6 +600876,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -598234,6 +600999,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -598246,7 +601033,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -598263,7 +601051,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -600929,6 +603718,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -601030,6 +603841,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -601042,7 +603875,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -601059,7 +603893,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -603468,6 +606303,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -603569,6 +606426,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -603581,7 +606460,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -603598,7 +606478,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -605750,6 +608631,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -605851,6 +608754,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -605863,7 +608788,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -605880,7 +608806,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -608316,6 +611243,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -608417,6 +611366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -608429,7 +611400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -608446,7 +611418,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -618030,6 +621003,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -618131,6 +621126,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -618143,7 +621160,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -618160,7 +621178,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -646210,6 +649229,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -646222,7 +649263,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -646633,10 +649675,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -646651,6 +649715,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -647042,6 +650107,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -647054,7 +650141,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -647465,10 +650553,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -647483,6 +650593,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -647748,6 +650859,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -647760,7 +650893,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -648171,10 +651305,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -648189,6 +651345,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -659095,6 +662252,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -659196,6 +662375,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -659208,7 +662409,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -659225,7 +662427,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -722613,6 +725816,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -722625,7 +725850,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -723036,10 +726262,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -723054,6 +726302,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -754785,6 +758034,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -754886,6 +758157,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -754898,7 +758191,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -754915,7 +758209,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -892522,6 +895817,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -892534,7 +895851,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1144264,6 +1147582,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1144278,7 +1147618,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1144311,6 +1147652,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1146435,6 +1149798,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1146449,7 +1149834,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1146482,6 +1149868,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1253627,6 +1257035,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1253639,7 +1257069,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1259935,6 +1263366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1259947,7 +1263400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1276701,6 +1280155,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1276713,7 +1280189,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1303559,6 +1307036,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1303571,7 +1307070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1309867,6 +1313367,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1309879,7 +1313401,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1316175,6 +1319698,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1316187,7 +1319732,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1430143,6 +1433689,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1430244,6 +1433812,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1430256,7 +1433846,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1430273,7 +1433864,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1434066,6 +1437658,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1434167,6 +1437781,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1434179,7 +1437815,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1434196,7 +1437833,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1565075,6 +1568713,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1565089,7 +1568749,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1565123,6 +1568784,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1566335,6 +1570018,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1566349,7 +1570054,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1566383,6 +1570089,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1567595,6 +1571323,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1567609,7 +1571359,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1567643,6 +1571394,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1568856,6 +1572629,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1568870,7 +1572665,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1568904,6 +1572700,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1570203,6 +1574021,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1570217,7 +1574057,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1570251,6 +1574092,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1571465,6 +1575328,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1571479,7 +1575364,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1571513,6 +1575399,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index cb2a797361..8aa0f5a49e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -15508,6 +15508,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -15586,6 +15604,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + examples: + - 42 required: - id - node_id @@ -15597,6 +15633,7 @@ paths: - html_url - repositories_url - slug + - type required: - id - node_id @@ -15609,6 +15646,7 @@ paths: - repositories_url - slug - parent + - type - &172 title: Enterprise Team description: Group of enterprise owners and/or members @@ -20299,7 +20337,7 @@ paths: examples: default: &389 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 @@ -33645,7 +33683,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 - *97 @@ -33833,7 +33871,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -33975,7 +34013,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 - *97 @@ -34126,7 +34164,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 @@ -44736,6 +44774,24 @@ paths: anyOf: - type: 'null' - *339 + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -44747,6 +44803,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *340 @@ -53853,11 +53910,29 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + examples: + - 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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -53869,6 +53944,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -94676,7 +94752,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 @@ -94716,7 +94792,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 @@ -101376,7 +101452,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 @@ -162993,6 +163069,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -163006,6 +163100,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -163029,6 +163124,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -239233,6 +239346,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -239246,6 +239377,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -239271,6 +239403,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 4777b58fe8..90d437730f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -42930,6 +42930,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -43031,6 +43053,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -43043,7 +43087,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -43060,7 +43105,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -47402,6 +47448,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -47503,6 +47571,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -47515,7 +47605,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -47532,7 +47623,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -59254,48 +59346,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", @@ -59309,113 +59486,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 + } + ] } } } @@ -119923,7 +120017,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": [ { @@ -120224,7 +120318,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -120540,7 +120634,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": [ { @@ -120780,7 +120874,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -122889,6 +122983,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -122990,6 +123106,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -123002,7 +123140,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -123019,7 +123158,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -123651,6 +123791,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -123752,6 +123914,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -123764,7 +123948,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -123781,7 +123966,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -124327,6 +124513,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -124428,6 +124636,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124440,7 +124670,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -124457,7 +124688,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -125043,6 +125275,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -125144,6 +125398,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -125156,7 +125432,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -125173,7 +125450,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -137201,6 +137479,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -137302,6 +137602,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -137314,7 +137636,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -137331,7 +137654,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -160796,6 +161120,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -160897,6 +161243,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -160909,7 +161277,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -160926,7 +161295,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -170288,6 +170658,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -170389,6 +170781,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -170401,7 +170815,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -170418,7 +170833,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, { @@ -180514,6 +180930,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180526,10 +180964,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180543,6 +181004,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -180768,6 +181230,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -180780,7 +181264,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -200329,6 +200814,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -200430,6 +200937,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -200442,7 +200971,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -200459,7 +200989,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -228378,48 +228909,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", @@ -228433,113 +229049,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 + } + ] } } } @@ -230596,6 +231129,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -230697,6 +231252,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -230709,7 +231286,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -230726,7 +231304,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -231998,6 +232577,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -232010,7 +232611,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -234349,6 +234951,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234450,6 +235074,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234462,7 +235108,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234479,7 +235126,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234851,6 +235499,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234863,7 +235533,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -235274,10 +235945,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -235292,6 +235985,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -235700,6 +236394,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -235712,7 +236428,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236123,10 +236840,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -236141,6 +236880,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -236535,6 +237275,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -236547,7 +237309,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -236958,10 +237721,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -236976,6 +237761,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -237241,6 +238027,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -237253,7 +238061,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -237664,10 +238473,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -237682,6 +238513,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -248969,6 +249801,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -249070,6 +249924,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -249082,7 +249958,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -249099,7 +249976,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -285135,6 +286013,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -285236,6 +286136,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -285248,7 +286170,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -285265,7 +286188,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -293878,6 +294802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -293979,6 +294925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -293991,7 +294959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -294008,7 +294977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -294693,6 +295663,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -294794,6 +295786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -294806,7 +295820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -294823,7 +295838,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -295434,6 +296450,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -295535,6 +296573,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -295547,7 +296607,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -295564,7 +296625,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -297077,6 +298139,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -297178,6 +298262,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -297190,7 +298296,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -297207,7 +298314,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -297892,6 +299000,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -297993,6 +299123,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -298005,7 +299157,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -298022,7 +299175,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -298633,6 +299787,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -298734,6 +299910,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -298746,7 +299944,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -298763,7 +299962,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -299643,6 +300843,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -299744,6 +300966,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -299756,7 +301000,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -299773,7 +301018,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -300458,6 +301704,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -300559,6 +301827,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -300571,7 +301861,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -300588,7 +301879,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -301199,6 +302491,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -301300,6 +302614,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -301312,7 +302648,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -301329,7 +302666,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -302536,6 +303874,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -302637,6 +303997,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -302649,7 +304031,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -302666,7 +304049,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -303336,6 +304720,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -303437,6 +304843,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -303449,7 +304877,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -303466,7 +304895,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -304126,6 +305556,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -304227,6 +305679,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -304239,7 +305713,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -304256,7 +305731,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -305313,6 +306789,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -305414,6 +306912,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -305426,7 +306946,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -305443,7 +306964,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -306128,6 +307650,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -306229,6 +307773,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -306241,7 +307807,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -306258,7 +307825,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -307234,6 +308802,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -307335,6 +308925,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -307347,7 +308959,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -307364,7 +308977,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -308049,6 +309663,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -308150,6 +309786,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -308162,7 +309820,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -308179,7 +309838,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -310699,6 +312359,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -310800,6 +312482,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -310812,7 +312516,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -310829,7 +312534,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -313717,6 +315423,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -313818,6 +315546,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -313830,7 +315580,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -313847,7 +315598,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314082,6 +315834,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -314183,6 +315957,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -314195,7 +315991,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -314212,7 +316009,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314497,6 +316295,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -314598,6 +316418,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -314610,7 +316452,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -314627,7 +316470,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -314911,6 +316755,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -315012,6 +316878,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -315024,7 +316912,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -315041,7 +316930,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -317709,6 +319599,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -317810,6 +319722,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -317822,7 +319756,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -317839,7 +319774,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -318524,6 +320460,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -318625,6 +320583,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -318637,7 +320617,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -318654,7 +320635,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -319265,6 +321247,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -319366,6 +321370,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -319378,7 +321404,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -319395,7 +321422,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -363650,6 +365678,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -363751,6 +365801,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -363763,7 +365835,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -363780,7 +365853,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -392176,6 +394250,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -392277,6 +394373,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -392289,7 +394407,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -392306,7 +394425,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -392915,6 +395035,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -393016,6 +395158,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -393028,7 +395192,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -393045,7 +395210,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -393747,6 +395913,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -393848,6 +396036,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -393860,7 +396070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -393877,7 +396088,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -434717,6 +436929,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -434818,6 +437052,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -434830,7 +437086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -434847,7 +437104,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -439656,6 +441914,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -439757,6 +442037,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -439769,7 +442071,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -439786,7 +442089,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -474853,6 +477157,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -474954,6 +477280,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -474966,7 +477314,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -474983,7 +477332,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -476021,6 +478371,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -476122,6 +478494,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -476134,7 +478528,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -476151,7 +478546,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -503605,6 +506001,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -503706,6 +506124,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -503718,7 +506158,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -503735,7 +506176,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -504773,6 +507215,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -504874,6 +507338,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -504886,7 +507372,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -504903,7 +507390,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -527974,7 +530462,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" @@ -528128,7 +530616,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" @@ -529797,6 +532285,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -529898,6 +532408,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -529910,7 +532442,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -529927,7 +532460,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -534660,6 +537194,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -534672,7 +537228,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -542842,6 +545399,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -542854,7 +545433,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -547848,6 +550428,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -547860,7 +550462,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -559246,6 +561849,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -559347,6 +561972,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -559359,7 +562006,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -559376,7 +562024,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -560859,6 +563508,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -560960,6 +563631,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -560972,7 +563665,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -560989,7 +563683,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -565667,6 +568362,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -565768,6 +568485,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -565780,7 +568519,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -565797,7 +568537,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -593314,101 +596055,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 + } + ] } } } @@ -598133,6 +600876,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -598234,6 +600999,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -598246,7 +601033,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -598263,7 +601051,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -600929,6 +603718,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -601030,6 +603841,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -601042,7 +603875,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -601059,7 +603893,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -603468,6 +606303,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -603569,6 +606426,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -603581,7 +606460,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -603598,7 +606478,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -605750,6 +608631,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -605851,6 +608754,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -605863,7 +608788,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -605880,7 +608806,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -608316,6 +611243,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -608417,6 +611366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -608429,7 +611400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -608446,7 +611418,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -618030,6 +621003,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -618131,6 +621126,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -618143,7 +621160,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -618160,7 +621178,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -646210,6 +649229,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -646222,7 +649263,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -646633,10 +649675,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -646651,6 +649715,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -647042,6 +650107,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -647054,7 +650141,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -647465,10 +650553,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -647483,6 +650593,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -647748,6 +650859,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -647760,7 +650893,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -648171,10 +651305,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -648189,6 +651345,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -659095,6 +662252,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -659196,6 +662375,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -659208,7 +662409,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -659225,7 +662427,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -722613,6 +725816,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -722625,7 +725850,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -723036,10 +726262,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -723054,6 +726302,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -754785,6 +758034,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -754886,6 +758157,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -754898,7 +758191,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -754915,7 +758209,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -892522,6 +895817,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -892534,7 +895851,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1144264,6 +1147582,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1144278,7 +1147618,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1144311,6 +1147652,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1146435,6 +1149798,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1146449,7 +1149834,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1146482,6 +1149868,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1253627,6 +1257035,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1253639,7 +1257069,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1259935,6 +1263366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1259947,7 +1263400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1276701,6 +1280155,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1276713,7 +1280189,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1303559,6 +1307036,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1303571,7 +1307070,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1309867,6 +1313367,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1309879,7 +1313401,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1316175,6 +1319698,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1316187,7 +1319732,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1430143,6 +1433689,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1430244,6 +1433812,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1430256,7 +1433846,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1430273,7 +1433864,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1434066,6 +1437658,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -1434167,6 +1437781,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1434179,7 +1437815,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -1434196,7 +1437833,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -1565075,6 +1568713,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1565089,7 +1568749,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1565123,6 +1568784,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1566335,6 +1570018,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1566349,7 +1570054,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1566383,6 +1570089,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1567595,6 +1571323,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1567609,7 +1571359,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1567643,6 +1571394,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1568856,6 +1572629,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1568870,7 +1572665,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1568904,6 +1572700,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1570203,6 +1574021,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1570217,7 +1574057,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1570251,6 +1574092,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1571465,6 +1575328,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1571479,7 +1575364,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1571513,6 +1575399,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index cb2a797361..8aa0f5a49e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -15508,6 +15508,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to + which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -15586,6 +15604,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise + to which this team belongs + examples: + - 42 required: - id - node_id @@ -15597,6 +15633,7 @@ paths: - html_url - repositories_url - slug + - type required: - id - node_id @@ -15609,6 +15646,7 @@ paths: - repositories_url - slug - parent + - type - &172 title: Enterprise Team description: Group of enterprise owners and/or members @@ -20299,7 +20337,7 @@ paths: examples: default: &389 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 @@ -33645,7 +33683,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 - *97 @@ -33833,7 +33871,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -33975,7 +34013,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 - *97 @@ -34126,7 +34164,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 @@ -44736,6 +44774,24 @@ paths: anyOf: - type: 'null' - *339 + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -44747,6 +44803,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: *340 @@ -53853,11 +53910,29 @@ paths: - updated_at - archived_at ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment type: string + description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) + (DN) of the LDAP entry to map to a team. + examples: + - 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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -53869,6 +53944,7 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -94676,7 +94752,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 @@ -94716,7 +94792,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 @@ -101376,7 +101452,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 @@ -162993,6 +163069,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -163006,6 +163100,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -163029,6 +163124,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -239233,6 +239346,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -239246,6 +239377,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -239271,6 +239403,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 2a8979307f..32a1cbefab 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -20682,7 +20682,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": [ { @@ -20819,7 +20819,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -21025,7 +21025,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": [ { @@ -21116,7 +21116,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -67621,7 +67621,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" @@ -67673,7 +67673,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" @@ -122904,6 +122904,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -122916,7 +122938,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team": { @@ -122996,6 +123019,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -123018,7 +123063,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "enterprise-team": { @@ -133914,6 +133960,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -133927,6 +133995,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -137849,6 +137918,13 @@ "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.", + "examples": [ + "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.", @@ -137986,10 +138062,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -138004,6 +138098,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -165206,6 +165301,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -165220,7 +165337,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -165253,6 +165371,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -171974,6 +172114,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -171988,7 +172150,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -172022,6 +172185,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -308370,48 +308555,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", @@ -308425,113 +308695,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": { @@ -330314,101 +330501,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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 4452daee1d..febe8832c6 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -14806,7 +14806,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" @@ -14897,7 +14897,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -15043,7 +15043,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" @@ -15105,7 +15105,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 @@ -48801,7 +48801,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 @@ -48838,7 +48838,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 @@ -88727,6 +88727,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -88738,6 +88754,7 @@ components: - html_url - repositories_url - slug + - type team: title: Team description: Groups of organization members that gives permissions on specified @@ -88794,6 +88811,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -88810,6 +88843,7 @@ components: - repositories_url - slug - parent + - type enterprise-team: title: Enterprise Team description: Group of enterprise owners and/or members @@ -96917,6 +96951,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -96928,6 +96978,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -99790,6 +99841,12 @@ 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -99886,10 +99943,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -99901,6 +99971,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -119475,6 +119546,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -119488,6 +119577,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -119511,6 +119601,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -124538,6 +124644,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -124551,6 +124675,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -124576,6 +124701,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -226645,7 +226786,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 @@ -245513,7 +245654,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-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 2a8979307f..32a1cbefab 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -20682,7 +20682,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": [ { @@ -20819,7 +20819,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -21025,7 +21025,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": [ { @@ -21116,7 +21116,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "orgs", - "subcategory": "orgs" + "subcategory": "attestations" } } }, @@ -67621,7 +67621,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" @@ -67673,7 +67673,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" @@ -122904,6 +122904,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -122916,7 +122938,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team": { @@ -122996,6 +123019,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -123018,7 +123063,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "enterprise-team": { @@ -133914,6 +133960,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -133927,6 +133995,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -137849,6 +137918,13 @@ "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.", + "examples": [ + "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.", @@ -137986,10 +138062,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -138004,6 +138098,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -165206,6 +165301,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -165220,7 +165337,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -165253,6 +165371,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -171974,6 +172114,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -171988,7 +172150,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -172022,6 +172185,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -308370,48 +308555,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", @@ -308425,113 +308695,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": { @@ -330314,101 +330501,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-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 4452daee1d..febe8832c6 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -14806,7 +14806,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" @@ -14897,7 +14897,7 @@ paths: githubCloudOnly: false enabledForGitHubApps: true category: orgs - subcategory: orgs + subcategory: attestations "/orgs/{org}/attestations/delete-request": post: summary: Delete attestations in bulk @@ -15043,7 +15043,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" @@ -15105,7 +15105,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 @@ -48801,7 +48801,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 @@ -48838,7 +48838,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 @@ -88727,6 +88727,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -88738,6 +88754,7 @@ components: - html_url - repositories_url - slug + - type team: title: Team description: Groups of organization members that gives permissions on specified @@ -88794,6 +88811,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -88810,6 +88843,7 @@ components: - repositories_url - slug - parent + - type enterprise-team: title: Enterprise Team description: Group of enterprise owners and/or members @@ -96917,6 +96951,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -96928,6 +96978,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -99790,6 +99841,12 @@ 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com team-full: title: Full Team description: Groups of organization members that gives permissions on specified @@ -99886,10 +99943,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -99901,6 +99971,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -119475,6 +119546,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -119488,6 +119577,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -119511,6 +119601,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -124538,6 +124644,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -124551,6 +124675,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -124576,6 +124701,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -226645,7 +226786,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 @@ -245513,7 +245654,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-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 8f3a70c087..bdbf2272c9 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -1393,6 +1393,15 @@ "type": [ "null" ] + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1429,7 +1438,10 @@ "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.", + "examples": [ + "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + ] } }, "required": [ @@ -124708,6 +124720,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124720,10 +124754,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124737,6 +124794,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -124962,6 +125020,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124974,7 +125054,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -152201,6 +152282,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152213,7 +152316,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -152650,6 +152754,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -152751,6 +152877,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152763,7 +152911,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -152780,7 +152929,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -153156,6 +153306,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -153168,7 +153340,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -153579,10 +153752,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -153597,6 +153792,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -154004,6 +154200,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -154016,7 +154234,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -154427,10 +154646,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -154445,6 +154686,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -154838,6 +155080,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -154850,7 +155114,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155261,10 +155526,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -155279,6 +155566,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -155543,6 +155831,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -155555,7 +155865,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155966,10 +156277,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -155984,6 +156317,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166518,6 +166852,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -166619,6 +166975,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -166631,7 +167009,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -166648,7 +167027,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201291,6 +201671,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -201392,6 +201794,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -201404,7 +201828,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -201421,7 +201846,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -208955,6 +209381,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -209056,6 +209504,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -209068,7 +209538,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -209085,7 +209556,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -209764,6 +210236,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -209865,6 +210359,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -209877,7 +210393,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -209894,7 +210411,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -210499,6 +211017,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -210600,6 +211140,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -210612,7 +211174,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -210629,7 +211192,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -212135,6 +212699,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -212236,6 +212822,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -212248,7 +212856,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -212265,7 +212874,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -212944,6 +213554,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -213045,6 +213677,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -213057,7 +213711,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -213074,7 +213729,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -213679,6 +214335,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -213780,6 +214458,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -213792,7 +214492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -213809,7 +214510,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -214686,6 +215388,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -214787,6 +215511,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -214799,7 +215545,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -214816,7 +215563,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -215495,6 +216243,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -215596,6 +216366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -215608,7 +216400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -215625,7 +216418,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216230,6 +217024,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -216331,6 +217147,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -216343,7 +217181,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -216360,7 +217199,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -217567,6 +218407,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -217668,6 +218530,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -217680,7 +218564,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -217697,7 +218582,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -218361,6 +219247,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -218462,6 +219370,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -218474,7 +219404,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -218491,7 +219422,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -219145,6 +220077,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -219246,6 +220200,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -219258,7 +220234,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -219275,7 +220252,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220332,6 +221310,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -220433,6 +221433,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -220445,7 +221467,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -220462,7 +221485,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -221141,6 +222165,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -221242,6 +222288,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -221254,7 +222322,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -221271,7 +222340,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -222241,6 +223311,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -222342,6 +223434,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -222354,7 +223468,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -222371,7 +223486,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223050,6 +224166,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -223151,6 +224289,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -223163,7 +224323,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -223180,7 +224341,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -225694,6 +226856,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -225795,6 +226979,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -225807,7 +227013,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -225824,7 +227031,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -228688,6 +229896,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -228789,6 +230019,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -228801,7 +230053,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -228818,7 +230071,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229053,6 +230307,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229154,6 +230430,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229166,7 +230464,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -229183,7 +230482,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229468,6 +230768,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229569,6 +230891,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229581,7 +230925,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -229598,7 +230943,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229882,6 +231228,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229983,6 +231351,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229995,7 +231385,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -230012,7 +231403,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -232673,6 +234065,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -232774,6 +234188,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -232786,7 +234222,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -232803,7 +234240,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233482,6 +234920,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -233583,6 +235043,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -233595,7 +235077,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -233612,7 +235095,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234217,6 +235701,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234318,6 +235824,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234330,7 +235858,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234347,7 +235876,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -260741,6 +262271,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -260842,6 +262394,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -260854,7 +262428,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -260871,7 +262446,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -286203,6 +287779,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -286304,6 +287902,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -286316,7 +287936,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -286333,7 +287954,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -286941,6 +288563,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -287042,6 +288686,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -287054,7 +288720,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -287071,7 +288738,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -287772,6 +289440,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -287873,6 +289563,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -287885,7 +289597,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -287902,7 +289615,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -326116,6 +327830,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -326217,6 +327953,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -326229,7 +327987,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -326246,7 +328005,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -331043,6 +332803,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -331144,6 +332926,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -331156,7 +332960,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -331173,7 +332978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -352964,6 +354770,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -353065,6 +354893,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -353077,7 +354927,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -353094,7 +354945,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -354126,6 +355978,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -354227,6 +356101,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -354239,7 +356135,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -354256,7 +356153,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -365335,6 +367233,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -365436,6 +367356,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -365448,7 +367390,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -365465,7 +367408,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -366497,6 +368441,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -366598,6 +368564,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -366610,7 +368598,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -366627,7 +368616,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -389125,7 +391115,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" @@ -389279,7 +391269,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" @@ -390948,6 +392938,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -391049,6 +393061,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -391061,7 +393095,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -391078,7 +393113,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -395811,6 +397847,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -395823,7 +397881,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -403993,6 +406052,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -404005,7 +406086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -408999,6 +411081,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -409011,7 +411115,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -416678,6 +418783,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -416779,6 +418906,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -416791,7 +418940,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -416808,7 +418958,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -418291,6 +420442,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -418392,6 +420565,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -418404,7 +420599,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -418421,7 +420617,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -423099,6 +425296,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -423200,6 +425419,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -423212,7 +425453,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -423229,7 +425471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -453114,6 +455357,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -453215,6 +455480,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -453227,7 +455514,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -453244,7 +455532,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -478009,6 +480298,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -478021,7 +480332,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -478432,10 +480744,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -478450,6 +480784,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -478840,6 +481175,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -478852,7 +481209,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -479263,10 +481621,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -479281,6 +481661,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -479545,6 +481926,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -479557,7 +481960,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -479968,10 +482372,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -479986,6 +482412,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -489994,6 +492421,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -490095,6 +492544,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -490107,7 +492578,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -490124,7 +492596,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -526880,6 +529353,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -526892,7 +529387,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -527303,10 +529799,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -527321,6 +529839,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -667163,6 +669682,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -667175,7 +669716,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -850946,6 +853488,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -850960,7 +853524,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -850993,6 +853558,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -853133,6 +855720,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -853147,7 +855756,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -853180,6 +855790,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -950826,6 +953458,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -950838,7 +953492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -957150,6 +959805,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -957162,7 +959839,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -968885,6 +971563,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -968897,7 +971597,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -990762,6 +993463,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -990774,7 +993497,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -997086,6 +999810,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -997098,7 +999844,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1003410,6 +1006157,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1003422,7 +1006191,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1205348,6 +1208118,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1205362,7 +1208154,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1205396,6 +1208189,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1206624,6 +1209439,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1206638,7 +1209475,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1206672,6 +1209510,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1207900,6 +1210760,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1207914,7 +1210796,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1207948,6 +1210831,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1209177,6 +1212082,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1209191,7 +1212118,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1209225,6 +1212153,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210540,6 +1213490,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210554,7 +1213526,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1210588,6 +1213561,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1211818,6 +1214813,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1211832,7 +1214849,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1211866,6 +1214884,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 70d0817df2..10409236ff 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -894,6 +894,12 @@ paths: parent: type: - 'null' + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -918,10 +924,12 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &270 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4625,7 +4633,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &528 + schema: &529 title: Scim Error description: Scim Error type: object @@ -12676,7 +12684,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &368 + instances_url: &369 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12712,7 +12720,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &369 + dismissed_reason: &370 type: - string - 'null' @@ -12723,14 +12731,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &370 + dismissed_comment: &371 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &371 + rule: &372 type: object properties: id: @@ -12775,7 +12783,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &372 + tool: &373 type: object properties: name: *88 @@ -12786,15 +12794,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &373 + most_recent_instance: &374 type: object properties: - ref: &366 + ref: &367 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &378 + analysis_key: &379 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12805,7 +12813,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &379 + category: &380 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13783,7 +13791,7 @@ paths: - development - runtime - - security_advisory: &399 + security_advisory: &400 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14018,7 +14026,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &400 + auto_dismissed_at: &401 type: - string - 'null' @@ -14461,14 +14469,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &519 + state: &520 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: &520 + resolution: &521 type: - string - 'null' @@ -15140,7 +15148,7 @@ paths: milestone: anyOf: - type: 'null' - - &390 + - &391 title: Milestone description: A collection of related issues and pull requests. @@ -15312,7 +15320,7 @@ paths: timeline_url: type: string format: uri - type: &555 + type: &556 title: Issue Type description: The type of issue. type: @@ -15421,7 +15429,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &552 + sub_issues_summary: &553 title: Sub-issues Summary type: object properties: @@ -15442,7 +15450,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &553 + issue_dependencies_summary: &554 title: Issue Dependencies Summary type: object properties: @@ -15461,7 +15469,7 @@ paths: - total_blocking issue_field_values: type: array - items: &554 + items: &555 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15556,7 +15564,7 @@ paths: - user - created_at - updated_at - comment: &441 + comment: &442 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16126,7 +16134,7 @@ paths: url: type: string format: uri - user: &570 + user: &571 title: Public User description: Public User type: object @@ -20816,14 +20824,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: - - &289 + - &290 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &290 + - &291 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20894,7 +20902,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &301 + '301': &302 description: Moved permanently content: application/json: @@ -20916,7 +20924,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: - - &469 + - &470 name: all description: If `true`, show notifications marked as read. in: query @@ -20924,7 +20932,7 @@ paths: schema: type: boolean default: false - - &470 + - &471 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20934,7 +20942,7 @@ paths: type: boolean default: false - *107 - - &471 + - &472 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: @@ -21440,7 +21448,7 @@ paths: - url - subscription_url examples: - default: &472 + default: &473 value: - id: '1' repository: @@ -21993,7 +22001,7 @@ paths: type: array items: *68 examples: - default: &579 + default: &580 value: - login: github id: 1 @@ -22962,7 +22970,7 @@ paths: type: integer repository_cache_usages: type: array - items: &306 + items: &307 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23216,7 +23224,7 @@ paths: type: array items: *82 examples: - default: &576 + default: &577 value: total_count: 1 repositories: @@ -25022,7 +25030,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -25057,7 +25065,7 @@ paths: - key_id - key examples: - default: &329 + default: &330 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25470,7 +25478,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *130 - - &313 + - &314 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)." @@ -26124,7 +26132,7 @@ paths: be returned. in: query required: false - schema: &367 + schema: &368 type: string description: Severity of a code scanning alert. enum: @@ -26626,7 +26634,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26645,7 +26653,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27227,7 +27235,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27317,7 +27325,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &285 + default: &286 value: group_id: '123' group_name: Octocat admins @@ -27372,7 +27380,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27412,7 +27420,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &283 + default: &284 value: groups: - group_id: '123' @@ -28063,7 +28071,7 @@ paths: application/json: schema: *37 examples: - default: &438 + default: &439 value: id: 1 account: @@ -30447,6 +30455,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - id - node_id @@ -30458,6 +30484,25 @@ paths: - html_url - repositories_url - slug + - type + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -30469,6 +30514,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &267 @@ -30854,7 +30900,7 @@ paths: - nuget - container - *130 - - &580 + - &581 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30895,7 +30941,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &582 + '400': &583 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33404,7 +33450,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Full Repository description: Full Repository type: object @@ -33983,7 +34029,7 @@ paths: - network_count - subscribers_count examples: - default: &302 + default: &303 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34555,7 +34601,7 @@ paths: - *130 - *4 - *5 - - &505 + - &506 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34834,7 +34880,7 @@ paths: - object rules: type: array - items: &506 + items: &507 title: Repository Rule type: object description: A repository rule. @@ -35536,7 +35582,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &507 + - &508 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -35549,7 +35595,7 @@ paths: in: query schema: type: string - - &508 + - &509 name: time_period description: |- The time period to filter by. @@ -35565,14 +35611,14 @@ paths: - week - month default: day - - &509 + - &510 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 - - &510 + - &511 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -35592,7 +35638,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Rule Suites description: Response type: array @@ -35647,7 +35693,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &512 + default: &513 value: - id: 21 actor_id: 12 @@ -35691,7 +35737,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &513 + - &514 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35707,7 +35753,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Rule Suite description: Response type: object @@ -35812,7 +35858,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &515 + default: &516 value: id: 21 actor_id: 12 @@ -36030,7 +36076,7 @@ paths: - *9 - *5 - *4 - - &517 + - &518 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 @@ -36040,7 +36086,7 @@ paths: required: false schema: type: string - - &518 + - &519 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 @@ -36212,7 +36258,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -36268,6 +36314,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -36284,6 +36348,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *267 headers: @@ -36387,7 +36452,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36744,12 +36809,25 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment + ldap_dn: *270 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -36761,13 +36839,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &271 + default: &272 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36843,9 +36922,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 x-github: githubCloudOnly: false @@ -36930,16 +37009,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '201': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 '422': *33 '403': *41 @@ -37009,7 +37088,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37120,7 +37199,7 @@ paths: - updated_at - url examples: - default: &560 + default: &561 value: - author: login: octocat @@ -37229,9 +37308,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &273 + default: &274 value: author: login: octocat @@ -37305,7 +37384,7 @@ paths: parameters: - *130 - *207 - - &274 + - &275 name: discussion_number description: The number that identifies the discussion. in: path @@ -37317,9 +37396,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37343,7 +37422,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: false content: @@ -37366,9 +37445,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &561 + default: &562 value: author: login: octocat @@ -37440,7 +37519,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 responses: '204': description: Response @@ -37468,7 +37547,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 - *9 - *4 - *5 @@ -37479,7 +37558,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37559,7 +37638,7 @@ paths: - updated_at - url examples: - default: &562 + default: &563 value: - author: login: octocat @@ -37629,7 +37708,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: true content: @@ -37651,9 +37730,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &276 + default: &277 value: author: login: octocat @@ -37721,8 +37800,8 @@ paths: parameters: - *130 - *207 - - *274 - - &277 + - *275 + - &278 name: comment_number description: The number that identifies the comment. in: path @@ -37734,9 +37813,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37760,8 +37839,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -37783,9 +37862,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &563 + default: &564 value: author: login: octocat @@ -37851,8 +37930,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 responses: '204': description: Response @@ -37880,8 +37959,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 - 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. @@ -37907,7 +37986,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37951,7 +38030,7 @@ paths: - content - created_at examples: - default: &280 + default: &281 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38003,8 +38082,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -38037,9 +38116,9 @@ paths: team discussion comment content: application/json: - schema: *278 + schema: *279 examples: - default: &279 + default: &280 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38068,9 +38147,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38095,9 +38174,9 @@ paths: parameters: - *130 - *207 - - *274 - - *277 - - &281 + - *275 + - *278 + - &282 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38131,7 +38210,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 - 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. @@ -38157,9 +38236,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -38187,7 +38266,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: true content: @@ -38219,16 +38298,16 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38253,8 +38332,8 @@ paths: parameters: - *130 - *207 - - *274 - - *281 + - *275 + - *282 responses: '204': description: Response @@ -38284,9 +38363,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38330,9 +38409,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -38437,7 +38516,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Team Membership description: Team Membership type: object @@ -38465,7 +38544,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &564 + response-if-user-is-a-team-maintainer: &565 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38528,9 +38607,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-users-membership-with-team-is-now-pending: &565 + response-if-users-membership-with-team-is-now-pending: &566 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38604,7 +38683,7 @@ paths: application/json: schema: type: array - items: &287 + items: &288 title: Team Project description: A team's access to a project. type: object @@ -38673,7 +38752,7 @@ paths: - updated_at - permissions examples: - default: &566 + default: &567 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38736,7 +38815,7 @@ paths: parameters: - *130 - *207 - - &288 + - &289 name: project_id description: The unique identifier of the project. in: path @@ -38748,9 +38827,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: &567 + default: &568 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38812,7 +38891,7 @@ paths: parameters: - *130 - *207 - - *288 + - *289 requestBody: required: false content: @@ -38879,7 +38958,7 @@ paths: parameters: - *130 - *207 - - *288 + - *289 responses: '204': description: Response @@ -38947,14 +39026,14 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &568 + schema: &569 title: Team Repository description: A team's access to a repository. type: object @@ -39597,8 +39676,8 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 requestBody: required: false content: @@ -39645,8 +39724,8 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 responses: '204': description: Response @@ -39681,9 +39760,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - response-if-child-teams-exist: &569 + response-if-child-teams-exist: &570 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39810,7 +39889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#get-a-project-card parameters: - - &292 + - &293 name: card_id description: The unique identifier of the card. in: path @@ -39822,7 +39901,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Project Card description: Project cards represent a scope of work. type: object @@ -39897,7 +39976,7 @@ paths: - created_at - updated_at examples: - default: &294 + default: &295 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39953,7 +40032,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: - - *292 + - *293 requestBody: required: false content: @@ -39983,9 +40062,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '304': *40 '403': *41 '401': *39 @@ -40012,7 +40091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#delete-a-project-card parameters: - - *292 + - *293 responses: '204': description: Response @@ -40056,7 +40135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#move-a-project-card parameters: - - *292 + - *293 requestBody: required: true content: @@ -40166,7 +40245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#get-a-project-column parameters: - - &295 + - &296 name: column_id description: The unique identifier of the column. in: path @@ -40178,7 +40257,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Project Column description: Project columns contain cards of work. type: object @@ -40232,7 +40311,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40261,7 +40340,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: - - *295 + - *296 requestBody: required: true content: @@ -40286,9 +40365,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '304': *40 '403': *41 '401': *39 @@ -40307,7 +40386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#delete-a-project-column parameters: - - *295 + - *296 responses: '204': description: Response @@ -40333,7 +40412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#list-project-cards parameters: - - *295 + - *296 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40354,7 +40433,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -40413,7 +40492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#create-a-project-card parameters: - - *295 + - *296 requestBody: required: true content: @@ -40457,9 +40536,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '304': *40 '403': *41 '401': *39 @@ -40512,7 +40591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#move-a-project-column parameters: - - *295 + - *296 requestBody: required: true content: @@ -40569,7 +40648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#get-a-project parameters: - - *288 + - *289 responses: '200': description: Response @@ -40577,7 +40656,7 @@ paths: application/json: schema: *228 examples: - default: &298 + default: &299 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40630,7 +40709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#update-a-project parameters: - - *288 + - *289 requestBody: required: false content: @@ -40681,7 +40760,7 @@ paths: application/json: schema: *228 examples: - default: *298 + default: *299 '404': description: Not Found if the authenticated user does not have access to the project @@ -40720,7 +40799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#delete-a-project parameters: - - *288 + - *289 responses: '204': description: Delete Success @@ -40764,7 +40843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *288 + - *289 - 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 @@ -40816,7 +40895,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *288 + - *289 - *8 requestBody: required: false @@ -40866,7 +40945,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: - - *288 + - *289 - *8 responses: '204': @@ -40895,7 +40974,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: - - *288 + - *289 - *8 responses: '200': @@ -40960,7 +41039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#list-project-columns parameters: - - *288 + - *289 - *4 - *5 responses: @@ -40970,7 +41049,7 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: default: value: @@ -41002,7 +41081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#create-a-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -41026,7 +41105,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -41088,7 +41167,7 @@ paths: resources: type: object properties: - core: &299 + core: &300 title: Rate Limit type: object properties: @@ -41105,20 +41184,20 @@ paths: - remaining - reset - used - graphql: *299 - search: *299 - code_search: *299 - source_import: *299 - integration_manifest: *299 - code_scanning_upload: *299 - actions_runner_registration: *299 - scim: *299 - dependency_sbom: *299 - code_scanning_autofix: *299 + graphql: *300 + search: *300 + code_search: *300 + source_import: *300 + integration_manifest: *300 + code_scanning_upload: *300 + actions_runner_registration: *300 + scim: *300 + dependency_sbom: *300 + code_scanning_autofix: *300 required: - core - search - rate: *299 + rate: *300 required: - rate - resources @@ -41223,14 +41302,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default-response: summary: Default response @@ -41729,7 +41808,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *301 + '301': *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41747,8 +41826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -41965,10 +42044,10 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 - '307': &303 + default: *303 + '307': &304 description: Temporary Redirect content: application/json: @@ -42013,8 +42092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -42036,7 +42115,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': *303 + '307': *304 '404': *24 '409': *135 x-github: @@ -42060,11 +42139,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *289 - *290 + - *291 - *4 - *5 - - &320 + - &321 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42087,7 +42166,7 @@ paths: type: integer artifacts: type: array - items: &304 + items: &305 title: Artifact description: An artifact type: object @@ -42173,7 +42252,7 @@ paths: - expires_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 artifacts: @@ -42232,9 +42311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *289 - *290 - - &305 + - *291 + - &306 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42246,7 +42325,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -42283,9 +42362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *289 - *290 - - *305 + - *291 + - *306 responses: '204': description: Response @@ -42309,9 +42388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *289 - *290 - - *305 + - *291 + - *306 - name: archive_format in: path required: true @@ -42348,14 +42427,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -42381,14 +42460,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &307 + schema: &308 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -42401,7 +42480,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &308 + default: &309 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -42422,8 +42501,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -42431,9 +42510,9 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: - selected_actions: *308 + selected_actions: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42453,11 +42532,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: - - *289 - *290 + - *291 - *4 - *5 - - &309 + - &310 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 @@ -42491,7 +42570,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Repository actions caches description: Repository actions caches type: object @@ -42541,7 +42620,7 @@ paths: - total_count - actions_caches examples: - default: &311 + default: &312 value: total_count: 1 actions_caches: @@ -42573,23 +42652,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: - - *289 - *290 + - *291 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42609,8 +42688,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: - - *289 - *290 + - *291 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42641,9 +42720,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: - - *289 - *290 - - &312 + - *291 + - &313 name: job_id description: The unique identifier of the job. in: path @@ -42655,7 +42734,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 title: Job description: Information of a job execution in a workflow run type: object @@ -43002,9 +43081,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: - - *289 - *290 - - *312 + - *291 + - *313 responses: '302': description: Response @@ -43032,9 +43111,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: - - *289 - *290 - - *312 + - *291 + - *313 requestBody: required: false content: @@ -43080,8 +43159,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: - - *289 - *290 + - *291 responses: '200': description: Status response @@ -43131,8 +43210,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -43195,8 +43274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -43214,7 +43293,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43235,7 +43314,7 @@ paths: - created_at - updated_at examples: - default: &327 + default: &328 value: total_count: 2 secrets: @@ -43268,9 +43347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *289 - *290 - - *313 + - *291 + - *314 - *5 responses: '200': @@ -43287,7 +43366,7 @@ paths: type: integer variables: type: array - items: &330 + items: &331 title: Actions Variable type: object properties: @@ -43321,7 +43400,7 @@ paths: - created_at - updated_at examples: - default: &331 + default: &332 value: total_count: 2 variables: @@ -43354,8 +43433,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43364,7 +43443,7 @@ paths: schema: type: object properties: - enabled: &314 + enabled: &315 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -43397,8 +43476,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -43409,7 +43488,7 @@ paths: schema: type: object properties: - enabled: *314 + enabled: *315 allowed_actions: *67 required: - enabled @@ -43440,14 +43519,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: access_level: @@ -43465,7 +43544,7 @@ paths: required: - access_level examples: - default: &316 + default: &317 value: access_level: organization x-github: @@ -43490,15 +43569,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: - - *289 - *290 + - *291 requestBody: required: true content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 responses: '204': description: Response @@ -43522,8 +43601,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43554,8 +43633,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -43587,8 +43666,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43617,8 +43696,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: - - *289 - *290 + - *291 responses: '204': description: Success response @@ -43658,8 +43737,8 @@ paths: in: query schema: type: string - - *289 - *290 + - *291 - *4 - *5 responses: @@ -43703,8 +43782,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43736,8 +43815,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -43811,8 +43890,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: - - *289 - *290 + - *291 responses: '201': description: Response @@ -43848,8 +43927,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: - - *289 - *290 + - *291 responses: '201': description: Response @@ -43879,8 +43958,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: - - *289 - *290 + - *291 - *79 responses: '200': @@ -43910,8 +43989,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: - - *289 - *290 + - *291 - *79 responses: '204': @@ -43938,8 +44017,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: - - *289 - *290 + - *291 - *79 responses: '200': *85 @@ -43964,8 +44043,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: - - *289 - *290 + - *291 - *79 requestBody: required: true @@ -44014,8 +44093,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: - - *289 - *290 + - *291 - *79 requestBody: required: true @@ -44065,8 +44144,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: - - *289 - *290 + - *291 - *79 responses: '200': *155 @@ -44096,8 +44175,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: - - *289 - *290 + - *291 - *79 - *156 responses: @@ -44127,9 +44206,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: - - *289 - *290 - - &334 + - *291 + - &335 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. @@ -44137,7 +44216,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44145,7 +44224,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44154,7 +44233,7 @@ paths: required: false schema: type: string - - &337 + - &338 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 @@ -44181,7 +44260,7 @@ paths: - pending - *4 - *5 - - &338 + - &339 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)." @@ -44190,7 +44269,7 @@ paths: schema: type: string format: date-time - - &317 + - &318 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44199,13 +44278,13 @@ paths: schema: type: boolean default: false - - &339 + - &340 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &340 + - &341 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44228,7 +44307,7 @@ paths: type: integer workflow_runs: type: array - items: &318 + items: &319 title: Workflow Run description: An invocation of a workflow type: object @@ -44345,7 +44424,7 @@ paths: type: - array - 'null' - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -44472,7 +44551,7 @@ paths: head_commit: anyOf: - type: 'null' - - &362 + - &363 title: Simple Commit description: A commit. type: object @@ -44587,7 +44666,7 @@ paths: - workflow_url - pull_requests examples: - default: &341 + default: &342 value: total_count: 1 workflow_runs: @@ -44823,24 +44902,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *289 - *290 - - &319 + - *291 + - &320 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &322 + default: &323 value: id: 30433642 name: Build @@ -45081,9 +45160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '204': description: Response @@ -45106,9 +45185,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '200': description: Response @@ -45238,12 +45317,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *289 - *290 - - *319 + - *291 + - *320 - *4 - *5 - - *320 + - *321 responses: '200': description: Response @@ -45259,9 +45338,9 @@ paths: type: integer artifacts: type: array - items: *304 + items: *305 examples: - default: *321 + default: *322 headers: Link: *6 x-github: @@ -45285,25 +45364,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: - - *289 - *290 - - *319 - - &323 + - *291 + - *320 + - &324 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45326,10 +45405,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: - - *289 - *290 - - *319 - - *323 + - *291 + - *320 + - *324 - *4 - *5 responses: @@ -45347,9 +45426,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: &325 + default: &326 value: total_count: 1 jobs: @@ -45462,10 +45541,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: - - *289 - *290 - - *319 - - *323 + - *291 + - *320 + - *324 responses: '302': description: Response @@ -45493,9 +45572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '202': description: Response @@ -45528,9 +45607,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: true content: @@ -45597,9 +45676,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '202': description: Response @@ -45632,9 +45711,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: - - *289 - *290 - - *319 + - *291 + - *320 - 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 @@ -45664,9 +45743,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *6 x-github: @@ -45691,9 +45770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '302': description: Response @@ -45720,9 +45799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '204': description: Response @@ -45749,9 +45828,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '200': description: Response @@ -45820,7 +45899,7 @@ paths: items: type: object properties: - type: &412 + type: &413 type: string description: The type of reviewer. enum: @@ -45831,7 +45910,7 @@ paths: reviewer: anyOf: - *17 - - *291 + - *292 required: - environment - wait_timer @@ -45906,9 +45985,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: true content: @@ -45958,7 +46037,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46070,7 +46149,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46126,9 +46205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: false content: @@ -46173,9 +46252,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: false content: @@ -46223,8 +46302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -46242,9 +46321,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *6 x-github: @@ -46269,16 +46348,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46300,17 +46379,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &425 + default: &426 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46336,8 +46415,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: - - *289 - *290 + - *291 - *158 requestBody: required: true @@ -46395,8 +46474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '204': @@ -46422,9 +46501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *289 - *290 - - *313 + - *291 + - *314 - *5 responses: '200': @@ -46441,9 +46520,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *6 x-github: @@ -46466,8 +46545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -46519,17 +46598,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &426 + default: &427 value: name: USERNAME value: octocat @@ -46555,8 +46634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 requestBody: required: true @@ -46599,8 +46678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 responses: '204': @@ -46626,8 +46705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -46645,7 +46724,7 @@ paths: type: integer workflows: type: array - items: &332 + items: &333 title: Workflow description: A GitHub Actions workflow type: object @@ -46763,9 +46842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *289 - *290 - - &333 + - *291 + - &334 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46780,7 +46859,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -46813,9 +46892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46840,9 +46919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46893,9 +46972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46922,19 +47001,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: - - *289 - *290 - - *333 + - *291 - *334 - *335 - *336 - *337 + - *338 - *4 - *5 - - *338 - - *317 - *339 + - *318 - *340 + - *341 responses: '200': description: Response @@ -46950,9 +47029,9 @@ paths: type: integer workflow_runs: type: array - items: *318 + items: *319 examples: - default: *341 + default: *342 headers: Link: *6 x-github: @@ -46975,8 +47054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *289 - *290 + - *291 - *9 - *4 - *86 @@ -47144,8 +47223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -47182,8 +47261,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: - - *289 - *290 + - *291 - name: assignee in: path required: true @@ -47217,8 +47296,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -47226,7 +47305,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -47285,8 +47364,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -47325,9 +47404,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -47358,9 +47437,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: - - *289 - *290 - - &344 + - *291 + - &345 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47372,9 +47451,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *24 x-github: githubCloudOnly: false @@ -47394,9 +47473,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: - - *289 - *290 - - *344 + - *291 + - *345 responses: '204': description: Response @@ -47420,8 +47499,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: - - *289 - *290 + - *291 responses: '200': description: Response if Dependabot is enabled @@ -47470,8 +47549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *289 - *290 + - *291 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47509,7 +47588,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -47552,7 +47631,7 @@ paths: required: - contexts - checks - enforce_admins: &349 + enforce_admins: &350 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47569,7 +47648,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &351 + required_pull_request_reviews: &352 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47591,7 +47670,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *291 + items: *292 apps: description: The list of apps with review dismissal access. @@ -47623,7 +47702,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *291 + items: *292 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47653,7 +47732,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &348 + restrictions: &349 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47716,7 +47795,7 @@ paths: type: string teams: type: array - items: *291 + items: *292 apps: type: array items: @@ -47946,9 +48025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *289 - *290 - - &347 + - *291 + - &348 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). @@ -47962,14 +48041,14 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &386 + commit: &387 title: Commit description: Commit type: object @@ -48008,7 +48087,7 @@ paths: author: anyOf: - type: 'null' - - &345 + - &346 title: Git User description: Metaproperties for Git author/committer information. @@ -48029,7 +48108,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 message: type: string examples: @@ -48053,7 +48132,7 @@ paths: required: - sha - url - verification: &432 + verification: &433 title: Verification type: object properties: @@ -48128,7 +48207,7 @@ paths: type: integer files: type: array - items: &396 + items: &397 title: Diff Entry description: Diff Entry type: object @@ -48224,7 +48303,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -48330,7 +48409,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *301 + '301': *302 '404': *24 x-github: githubCloudOnly: false @@ -48352,15 +48431,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -48554,9 +48633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -48816,7 +48895,7 @@ paths: url: type: string format: uri - required_status_checks: &354 + required_status_checks: &355 title: Status Check Policy description: Status Check Policy type: object @@ -48897,7 +48976,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 apps: type: array items: *23 @@ -48915,7 +48994,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 apps: type: array items: *23 @@ -48975,7 +49054,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -49087,9 +49166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49114,17 +49193,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49146,17 +49225,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49175,9 +49254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49202,17 +49281,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49308,9 +49387,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: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49408,9 +49487,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *33 x-github: githubCloudOnly: false @@ -49431,9 +49510,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49460,17 +49539,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49493,17 +49572,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *353 + default: *354 '404': *24 x-github: githubCloudOnly: false @@ -49523,9 +49602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49550,17 +49629,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49586,9 +49665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49640,9 +49719,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *24 '422': *33 x-github: @@ -49664,9 +49743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49690,9 +49769,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -49726,9 +49805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49795,9 +49874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49861,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: content: application/json: @@ -49929,15 +50008,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -50028,9 +50107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -50053,9 +50132,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50065,7 +50144,7 @@ paths: type: array items: *23 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -50122,9 +50201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50158,7 +50237,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50179,9 +50258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50215,7 +50294,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50236,9 +50315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50272,7 +50351,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50294,9 +50373,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50304,7 +50383,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '404': *24 @@ -50326,9 +50405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -50364,7 +50443,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50387,9 +50466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -50425,7 +50504,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50448,9 +50527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: content: application/json: @@ -50485,7 +50564,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50509,9 +50588,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50545,9 +50624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50605,9 +50684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50665,9 +50744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50727,9 +50806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50751,7 +50830,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -50864,8 +50943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -51144,7 +51223,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51279,8 +51358,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *358 - deployment: &605 + items: *359 + deployment: &606 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51567,9 +51646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *289 - *290 - - &360 + - *291 + - &361 name: check_run_id description: The unique identifier of the check run. in: path @@ -51581,9 +51660,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51683,9 +51762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *289 - *290 - - *360 + - *291 + - *361 requestBody: required: true content: @@ -51925,9 +52004,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51947,9 +52026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *289 - *290 - - *360 + - *291 + - *361 - *4 - *5 responses: @@ -52059,9 +52138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *289 - *290 - - *360 + - *291 + - *361 responses: '201': description: Response @@ -52105,8 +52184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -52128,7 +52207,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &363 + schema: &364 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52210,7 +52289,7 @@ paths: type: - array - 'null' - items: *358 + items: *359 app: anyOf: - type: 'null' @@ -52226,7 +52305,7 @@ paths: - string - 'null' format: date-time - head_commit: *362 + head_commit: *363 latest_check_runs_count: type: integer check_runs_url: @@ -52254,7 +52333,7 @@ paths: - check_runs_url - pull_requests examples: - default: &364 + default: &365 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52545,9 +52624,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52566,8 +52645,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -52876,9 +52955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *289 - *290 - - &365 + - *291 + - &366 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52890,9 +52969,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52915,17 +52994,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: - - *289 - *290 - - *365 - - &393 + - *291 + - *366 + - &394 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &394 + - &395 name: status description: Returns check runs with the specified `status`. in: query @@ -52964,9 +53043,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: &395 + default: &396 value: total_count: 1 check_runs: @@ -53068,9 +53147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *289 - *290 - - *365 + - *291 + - *366 responses: '201': description: Response @@ -53103,20 +53182,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: - - *289 - *290 + - *291 - *173 - *174 - *5 - *4 - - &377 + - &378 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: *366 + schema: *367 - *9 - name: sort description: The property by which to sort the results. @@ -53139,7 +53218,7 @@ paths: be returned. in: query required: false - schema: *367 + schema: *368 responses: '200': description: Response @@ -53155,7 +53234,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *368 + instances_url: *369 state: *90 fixed_at: *100 dismissed_by: @@ -53163,11 +53242,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *369 - dismissed_comment: *370 - rule: *371 - tool: *372 - most_recent_instance: *373 + dismissed_reason: *370 + dismissed_comment: *371 + rule: *372 + tool: *373 + most_recent_instance: *374 dismissal_approved_by: anyOf: - type: 'null' @@ -53287,7 +53366,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &374 + '403': &375 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53314,9 +53393,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: - - *289 - *290 - - &375 + - *291 + - &376 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53330,7 +53409,7 @@ paths: description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: number: *91 @@ -53338,7 +53417,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *368 + instances_url: *369 state: *90 fixed_at: *100 dismissed_by: @@ -53346,8 +53425,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *369 - dismissed_comment: *370 + dismissed_reason: *370 + dismissed_comment: *371 rule: type: object properties: @@ -53409,8 +53488,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *372 - most_recent_instance: *373 + tool: *373 + most_recent_instance: *374 dismissal_approved_by: anyOf: - type: 'null' @@ -53503,7 +53582,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53523,9 +53602,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: - - *289 - *290 - - *375 + - *291 + - *376 requestBody: required: true content: @@ -53540,8 +53619,8 @@ paths: enum: - open - dismissed - dismissed_reason: *369 - dismissed_comment: *370 + dismissed_reason: *370 + dismissed_comment: *371 required: - state examples: @@ -53556,7 +53635,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -53632,7 +53711,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &382 + '403': &383 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53659,12 +53738,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: - - *289 - *290 - - *375 + - *291 + - *376 - *5 - *4 - - *377 + - *378 responses: '200': description: Response @@ -53672,7 +53751,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -53711,7 +53790,7 @@ paths: end_column: 50 classifications: - source - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53745,8 +53824,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: - - *289 - *290 + - *291 - *173 - *174 - *5 @@ -53757,12 +53836,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: *366 + schema: *367 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &380 + schema: &381 type: string description: An identifier for the upload. examples: @@ -53784,23 +53863,23 @@ paths: application/json: schema: type: array - items: &381 + items: &382 type: object properties: - ref: *366 - commit_sha: &383 + ref: *367 + commit_sha: &384 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: *378 + analysis_key: *379 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *379 + category: *380 error: type: string examples: @@ -53825,8 +53904,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *380 - tool: *372 + sarif_id: *381 + tool: *373 deletable: type: boolean warning: @@ -53888,7 +53967,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53924,8 +54003,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: - - *289 - *290 + - *291 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53938,7 +54017,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: response: summary: application/json response @@ -53992,7 +54071,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -54074,8 +54153,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: - - *289 - *290 + - *291 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54131,7 +54210,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': *32 - '403': *382 + '403': *383 '404': *24 '503': *102 x-github: @@ -54153,8 +54232,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -54220,7 +54299,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -54241,8 +54320,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -54313,7 +54392,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *382 + '403': *383 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -54384,8 +54463,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -54393,7 +54472,7 @@ paths: schema: type: object properties: - commit_sha: *383 + commit_sha: *384 ref: type: string description: |- @@ -54448,7 +54527,7 @@ paths: schema: type: object properties: - id: *380 + id: *381 url: type: string description: The REST API URL for checking the status of the upload. @@ -54462,7 +54541,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': *382 + '403': *383 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -54485,8 +54564,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: - - *289 - *290 + - *291 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -54534,7 +54613,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': *374 + '403': *375 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -54559,8 +54638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *289 - *290 + - *291 - 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 @@ -54691,8 +54770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *289 - *290 + - *291 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -54730,7 +54809,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: Collaborator description: Collaborator type: object @@ -54922,8 +55001,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: - - *289 - *290 + - *291 - *8 responses: '204': @@ -54960,8 +55039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *289 - *290 + - *291 - *8 requestBody: required: false @@ -55031,8 +55110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *289 - *290 + - *291 - *8 responses: '204': @@ -55064,8 +55143,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: - - *289 - *290 + - *291 - *8 responses: '200': @@ -55086,7 +55165,7 @@ paths: user: anyOf: - type: 'null' - - *384 + - *385 required: - permission - role_name @@ -55140,8 +55219,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: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -55151,7 +55230,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: Commit Comment description: Commit Comment type: object @@ -55209,7 +55288,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &389 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55268,17 +55347,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: &389 + default: &390 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55335,8 +55414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -55359,7 +55438,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -55410,8 +55489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 responses: '204': @@ -55433,8 +55512,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -55461,9 +55540,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -55484,8 +55563,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -55518,16 +55597,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -55549,10 +55628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -55601,8 +55680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *289 - *290 + - *291 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -55658,9 +55737,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: &490 + default: &491 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55753,9 +55832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *289 - *290 - - &387 + - *291 + - &388 name: commit_sha description: The SHA of the commit. in: path @@ -55827,9 +55906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *289 - *290 - - *387 + - *291 + - *388 - *4 - *5 responses: @@ -55839,9 +55918,9 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: - default: *388 + default: *389 headers: Link: *6 x-github: @@ -55869,9 +55948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *289 - *290 - - *387 + - *291 + - *388 requestBody: required: true content: @@ -55906,9 +55985,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *389 + default: *390 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55936,9 +56015,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: - - *289 - *290 - - *387 + - *291 + - *388 - *4 - *5 responses: @@ -55948,7 +56027,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Pull Request Simple description: Pull Request Simple type: object @@ -56068,7 +56147,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 active_lock_reason: type: - string @@ -56123,7 +56202,7 @@ paths: type: - array - 'null' - items: *291 + items: *292 head: type: object properties: @@ -56167,7 +56246,7 @@ paths: _links: type: object properties: - comments: &391 + comments: &392 title: Link description: Hypermedia Link type: object @@ -56176,13 +56255,13 @@ paths: type: string required: - href - commits: *391 - statuses: *391 - html: *391 - issue: *391 - review_comments: *391 - review_comment: *391 - self: *391 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -56193,7 +56272,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &482 + auto_merge: &483 title: Auto merge description: The status of auto merging a pull request. type: @@ -56258,7 +56337,7 @@ paths: - author_association - auto_merge examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56795,11 +56874,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *289 - *290 + - *291 - *5 - *4 - - &392 + - &393 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)" @@ -56814,9 +56893,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &466 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56926,11 +57005,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: - - *289 - *290 - - *392 + - *291 - *393 - *394 + - *395 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56964,9 +57043,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *395 + default: *396 headers: Link: *6 x-github: @@ -56991,9 +57070,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: - - *289 - *290 - - *392 + - *291 + - *393 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -57001,7 +57080,7 @@ paths: schema: type: integer example: 1 - - *393 + - *394 - *4 - *5 responses: @@ -57019,7 +57098,7 @@ paths: type: integer check_suites: type: array - items: *363 + items: *364 examples: default: value: @@ -57219,9 +57298,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: - - *289 - *290 - - *392 + - *291 + - *393 - *4 - *5 responses: @@ -57423,9 +57502,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: - - *289 - *290 - - *392 + - *291 + - *393 - *4 - *5 responses: @@ -57435,7 +57514,7 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Status description: The status of a commit. type: object @@ -57516,7 +57595,7 @@ paths: site_admin: false headers: Link: *6 - '301': *301 + '301': *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57584,8 +57663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *289 - *290 + - *291 - *5 - *4 - name: basehead @@ -57633,8 +57712,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *386 - merge_base_commit: *386 + base_commit: *387 + merge_base_commit: *387 status: type: string enum: @@ -57658,10 +57737,10 @@ paths: - 6 commits: type: array - items: *386 + items: *387 files: type: array - items: *396 + items: *397 required: - url - html_url @@ -57940,8 +58019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58094,7 +58173,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &397 + response-if-content-is-a-file: &398 summary: Response if content is a file value: type: file @@ -58231,7 +58310,7 @@ paths: - size - type - url - - &495 + - &496 title: Content File description: Content File type: object @@ -58449,7 +58528,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *397 + response-if-content-is-a-file: *398 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58518,7 +58597,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &499 + '302': &500 description: Found '304': *40 x-github: @@ -58542,8 +58621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58638,7 +58717,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: File Commit description: File Commit type: object @@ -58787,7 +58866,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: example-for-creating-a-file: value: @@ -58838,7 +58917,7 @@ paths: schema: oneOf: - *22 - - &427 + - &428 description: Repository rule violation was detected type: object properties: @@ -58891,8 +58970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58953,7 +59032,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -59004,8 +59083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *289 - *290 + - *291 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -59129,8 +59208,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: - - *289 - *290 + - *291 - *181 - *182 - *183 @@ -59152,7 +59231,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 type: object description: A Dependabot alert. properties: @@ -59187,7 +59266,7 @@ paths: - development - runtime - - security_advisory: *399 + security_advisory: *400 security_vulnerability: *94 url: *95 html_url: *96 @@ -59218,7 +59297,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *400 + auto_dismissed_at: *401 required: - number - state @@ -59445,9 +59524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *289 - *290 - - &402 + - *291 + - &403 name: alert_number in: path description: |- @@ -59462,7 +59541,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -59566,9 +59645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *289 - *290 - - *402 + - *291 + - *403 requestBody: required: true content: @@ -59613,7 +59692,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -59742,8 +59821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -59761,7 +59840,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59815,16 +59894,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59844,15 +59923,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -59878,8 +59957,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: - - *289 - *290 + - *291 - *158 requestBody: required: true @@ -59932,8 +60011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '204': @@ -59956,8 +60035,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: - - *289 - *290 + - *291 - 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 @@ -60131,8 +60210,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -60378,8 +60457,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -60462,7 +60541,7 @@ paths: - version - url additionalProperties: false - metadata: &406 + metadata: &407 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60501,7 +60580,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *406 + metadata: *407 resolved: type: object description: A collection of resolved package dependencies. @@ -60515,7 +60594,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *406 + metadata: *407 relationship: type: string description: A notation of whether a dependency is requested @@ -60648,8 +60727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *289 - *290 + - *291 - name: sha description: The SHA recorded at creation time. in: query @@ -60690,9 +60769,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 x-github: @@ -60758,8 +60837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -60841,7 +60920,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: simple-example: summary: Simple example @@ -60914,9 +60993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *289 - *290 - - &409 + - *291 + - &410 name: deployment_id description: deployment_id parameter in: path @@ -60928,7 +61007,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -60993,9 +61072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *289 - *290 - - *409 + - *291 + - *410 responses: '204': description: Response @@ -61017,9 +61096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *289 - *290 - - *409 + - *291 + - *410 - *4 - *5 responses: @@ -61029,7 +61108,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Deployment Status description: The status of a deployment. type: object @@ -61193,9 +61272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *289 - *290 - - *409 + - *291 + - *410 requestBody: required: true content: @@ -61270,9 +61349,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61328,9 +61407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *289 - *290 - - *409 + - *291 + - *410 - name: status_id in: path required: true @@ -61341,9 +61420,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 '404': *24 x-github: githubCloudOnly: false @@ -61368,8 +61447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -61426,8 +61505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -61445,7 +61524,7 @@ paths: - 5 environments: type: array - items: &413 + items: &414 title: Environment description: Details of a deployment environment type: object @@ -61507,7 +61586,7 @@ paths: type: string examples: - wait_timer - wait_timer: &415 + wait_timer: &416 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -61549,11 +61628,11 @@ paths: items: type: object properties: - type: *412 + type: *413 reviewer: anyOf: - *17 - - *291 + - *292 required: - id - node_id @@ -61576,7 +61655,7 @@ paths: - id - node_id - type - deployment_branch_policy: &416 + deployment_branch_policy: &417 type: - object - 'null' @@ -61692,9 +61771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *289 - *290 - - &414 + - *291 + - &415 name: environment_name in: path required: true @@ -61707,9 +61786,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61792,9 +61871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: false content: @@ -61804,7 +61883,7 @@ paths: - object - 'null' properties: - wait_timer: *415 + wait_timer: *416 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -61823,14 +61902,14 @@ paths: items: type: object properties: - type: *412 + type: *413 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *416 + deployment_branch_policy: *417 additionalProperties: false examples: default: @@ -61850,9 +61929,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61876,9 +61955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *289 - *290 - - *414 + - *291 + - *415 responses: '204': description: Default response @@ -61903,9 +61982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *4 - *5 responses: @@ -61924,7 +62003,7 @@ paths: - 2 branch_policies: type: array - items: &418 + items: &419 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61985,9 +62064,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: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: true content: @@ -62035,9 +62114,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - example-wildcard: &419 + example-wildcard: &420 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -62079,10 +62158,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: - - *289 - *290 - - *414 - - &420 + - *291 + - *415 + - &421 name: branch_policy_id in: path required: true @@ -62094,9 +62173,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62115,10 +62194,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: - - *289 - *290 - - *414 - - *420 + - *291 + - *415 + - *421 requestBody: required: true content: @@ -62147,9 +62226,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62168,10 +62247,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: - - *289 - *290 - - *414 - - *420 + - *291 + - *415 + - *421 responses: '204': description: Response @@ -62196,9 +62275,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: - - *414 + - *415 + - *291 - *290 - - *289 responses: '200': description: List of deployment protection rules @@ -62215,7 +62294,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &421 + items: &422 title: Deployment protection rule description: Deployment protection rule type: object @@ -62237,7 +62316,7 @@ paths: for the environment. examples: - true - app: &422 + app: &423 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62340,9 +62419,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: - - *414 + - *415 + - *291 - *290 - - *289 requestBody: content: application/json: @@ -62363,9 +62442,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *421 + schema: *422 examples: - default: &423 + default: &424 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62400,9 +62479,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: - - *414 + - *415 + - *291 - *290 - - *289 - *5 - *4 responses: @@ -62422,7 +62501,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *422 + items: *423 examples: default: value: @@ -62457,10 +62536,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: - - *289 - *290 - - *414 - - &424 + - *291 + - *415 + - &425 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62472,9 +62551,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62495,10 +62574,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: - - *414 + - *415 + - *291 - *290 - - *289 - - *424 + - *425 responses: '204': description: Response @@ -62524,9 +62603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *4 - *5 responses: @@ -62544,9 +62623,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *6 x-github: @@ -62571,17 +62650,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *289 - *290 - - *414 + - *291 + - *415 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62603,18 +62682,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *158 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62636,9 +62715,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: - - *289 - *290 - - *414 + - *291 + - *415 - *158 requestBody: required: true @@ -62696,9 +62775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *158 responses: '204': @@ -62724,10 +62803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *289 - *290 - - *414 - - *313 + - *291 + - *415 + - *314 - *5 responses: '200': @@ -62744,9 +62823,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *6 x-github: @@ -62769,9 +62848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: true content: @@ -62823,18 +62902,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *161 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62855,10 +62934,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *289 - *290 + - *291 - *161 - - *414 + - *415 requestBody: required: true content: @@ -62900,10 +62979,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *289 - *290 + - *291 - *161 - - *414 + - *415 responses: '204': description: Response @@ -62925,8 +63004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -63003,8 +63082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *289 - *290 + - *291 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -63163,8 +63242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -63197,9 +63276,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 '400': *32 '422': *33 '403': *41 @@ -63220,8 +63299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63281,7 +63360,7 @@ paths: schema: oneOf: - *133 - - *427 + - *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63306,8 +63385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *289 - *290 + - *291 - name: file_sha in: path required: true @@ -63407,8 +63486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63517,7 +63596,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63736,15 +63815,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *289 - *290 - - *387 + - *291 + - *388 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -63797,9 +63876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *289 - *290 - - &429 + - *291 + - &430 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. @@ -63816,7 +63895,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -63892,17 +63971,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63931,8 +64010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63961,9 +64040,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63989,9 +64068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 requestBody: required: true content: @@ -64020,9 +64099,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '422': *33 '409': *135 x-github: @@ -64040,9 +64119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 responses: '204': description: Response @@ -64097,8 +64176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -64165,7 +64244,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -64221,7 +64300,7 @@ paths: - sha - type - url - verification: *432 + verification: *433 required: - sha - url @@ -64231,7 +64310,7 @@ paths: - tag - message examples: - default: &434 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64301,8 +64380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *289 - *290 + - *291 - name: tag_sha in: path required: true @@ -64313,9 +64392,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *24 '409': *135 x-github: @@ -64339,8 +64418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -64414,7 +64493,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64516,8 +64595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *289 - *290 + - *291 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -64540,7 +64619,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default-response: summary: Default response @@ -64599,8 +64678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -64610,7 +64689,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -64673,7 +64752,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &633 + last_response: &634 title: Hook Response type: object properties: @@ -64750,8 +64829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -64804,9 +64883,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: type: Repository id: 12345678 @@ -64854,17 +64933,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *24 x-github: githubCloudOnly: false @@ -64884,8 +64963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 requestBody: required: true @@ -64931,9 +65010,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *33 '404': *24 x-github: @@ -64954,8 +65033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -64980,8 +65059,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: - - *289 - *290 + - *291 - *3 responses: '200': @@ -65009,8 +65088,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: - - *289 - *290 + - *291 - *3 requestBody: required: false @@ -65055,8 +65134,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: - - *289 - *290 + - *291 - *3 - *4 - *195 @@ -65088,8 +65167,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: - - *289 - *290 + - *291 - *3 - *34 responses: @@ -65118,8 +65197,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: - - *289 - *290 + - *291 - *3 - *34 responses: @@ -65143,8 +65222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -65170,8 +65249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -65196,8 +65275,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -65205,8 +65284,8 @@ paths: application/json: schema: *37 examples: - default: *438 - '301': *301 + default: *439 + '301': *302 '404': *24 x-github: githubCloudOnly: false @@ -65225,8 +65304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -65236,7 +65315,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65298,7 +65377,7 @@ paths: - html_url - created_at examples: - default: &584 + default: &585 value: - id: 1 repository: @@ -65429,9 +65508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *289 - *290 - - &440 + - *291 + - &441 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65466,7 +65545,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -65597,9 +65676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *289 - *290 - - *440 + - *291 + - *441 responses: '204': description: Response @@ -65630,8 +65709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *289 - *290 + - *291 - 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 @@ -65852,7 +65931,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *301 + '301': *302 '422': *33 '404': *24 x-github: @@ -65881,8 +65960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -65974,7 +66053,7 @@ paths: application/json: schema: *117 examples: - default: &444 + default: &445 value: id: 1 node_id: MDU6SXNzdWUx @@ -66158,9 +66237,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: - - *289 - *290 - - &488 + - *291 + - &489 name: sort description: The property to sort the results by. in: query @@ -66190,9 +66269,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: &446 + default: &447 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66250,17 +66329,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66314,8 +66393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -66338,9 +66417,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *33 x-github: githubCloudOnly: false @@ -66358,8 +66437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 responses: '204': @@ -66380,8 +66459,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -66408,9 +66487,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -66431,8 +66510,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -66465,16 +66544,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -66496,10 +66575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -66519,8 +66598,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: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -66530,7 +66609,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 title: Issue Event description: Issue Event type: object @@ -66610,7 +66689,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *291 + requested_team: *292 dismissed_review: title: Issue Event Dismissed Review type: object @@ -66869,8 +66948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *289 - *290 + - *291 - name: event_id in: path required: true @@ -66881,7 +66960,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -67108,9 +67187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *289 - *290 - - &445 + - *291 + - &446 name: issue_number description: The number that identifies the issue. in: path @@ -67124,8 +67203,8 @@ paths: application/json: schema: *117 examples: - default: *444 - '301': *301 + default: *445 + '301': *302 '404': *24 '410': *229 '304': *40 @@ -67152,9 +67231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -67275,11 +67354,11 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 '422': *33 '503': *102 '403': *41 - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -67299,9 +67378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -67329,7 +67408,7 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67345,9 +67424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: content: application/json: @@ -67374,7 +67453,7 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67396,9 +67475,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: - - *289 - *290 - - *445 + - *291 + - *446 - name: assignee in: path required: true @@ -67438,9 +67517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *107 - *4 - *5 @@ -67451,9 +67530,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *446 + default: *447 headers: Link: *6 '404': *24 @@ -67486,9 +67565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: true content: @@ -67510,9 +67589,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67539,9 +67618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -67555,7 +67634,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &449 + - &450 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67604,7 +67683,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67732,7 +67811,7 @@ paths: - performed_via_github_app - assignee - assigner - - &451 + - &452 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67778,7 +67857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67824,7 +67903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67873,7 +67952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &454 + - &455 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67902,7 +67981,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *291 + requested_team: *292 requested_reviewer: *17 required: - review_requester @@ -67915,7 +67994,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &456 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67944,7 +68023,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *291 + requested_team: *292 requested_reviewer: *17 required: - review_requester @@ -67957,7 +68036,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -68013,7 +68092,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &457 + - &458 title: Locked Issue Event description: Locked Issue Event type: object @@ -68058,7 +68137,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &459 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -68119,7 +68198,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &460 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68180,7 +68259,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68241,7 +68320,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &462 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68351,9 +68430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -68363,7 +68442,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -68418,7 +68497,7 @@ paths: - color - default examples: - default: &448 + default: &449 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68436,7 +68515,7 @@ paths: default: false headers: Link: *6 - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68455,9 +68534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68516,10 +68595,10 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 - '301': *301 + default: *449 + '301': *302 '404': *24 '410': *229 '422': *33 @@ -68538,9 +68617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68600,10 +68679,10 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 - '301': *301 + default: *449 + '301': *302 '404': *24 '410': *229 '422': *33 @@ -68622,13 +68701,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: - - *289 - *290 - - *445 + - *291 + - *446 responses: '204': description: Response - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68649,9 +68728,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: - - *289 - *290 - - *445 + - *291 + - *446 - name: name in: path required: true @@ -68664,7 +68743,7 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: default: value: @@ -68675,7 +68754,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68697,9 +68776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68746,9 +68825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 responses: '204': description: Response @@ -68770,9 +68849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 - 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. @@ -68798,9 +68877,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -68822,9 +68901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: true content: @@ -68856,16 +68935,16 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -68887,10 +68966,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *289 - *290 - - *445 - - *281 + - *291 + - *446 + - *282 responses: '204': description: Response @@ -68910,9 +68989,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: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -68927,7 +69006,6 @@ paths: description: Timeline Event type: object anyOf: - - *449 - *450 - *451 - *452 @@ -68940,6 +69018,7 @@ paths: - *459 - *460 - *461 + - *462 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69263,7 +69342,7 @@ paths: type: string comments: type: array - items: &483 + items: &484 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69501,7 +69580,7 @@ paths: type: string comments: type: array - items: *385 + items: *386 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69793,8 +69872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -69804,7 +69883,7 @@ paths: application/json: schema: type: array - items: &462 + items: &463 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69870,8 +69949,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -69907,9 +69986,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: &463 + default: &464 value: id: 1 key: ssh-rsa AAA... @@ -69942,9 +70021,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: - - *289 - *290 - - &464 + - *291 + - &465 name: key_id description: The unique identifier of the key. in: path @@ -69956,9 +70035,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 '404': *24 x-github: githubCloudOnly: false @@ -69976,9 +70055,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: - - *289 - *290 - - *464 + - *291 + - *465 responses: '204': description: Response @@ -69998,8 +70077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -70009,9 +70088,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 headers: Link: *6 '404': *24 @@ -70032,8 +70111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70069,9 +70148,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &465 + default: &466 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -70103,8 +70182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70115,9 +70194,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *465 + default: *466 '404': *24 x-github: githubCloudOnly: false @@ -70134,8 +70213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70174,7 +70253,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -70200,8 +70279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70227,8 +70306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *289 - *290 + - *291 responses: '200': description: Response @@ -70264,8 +70343,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: - - *289 - *290 + - *291 responses: '202': *136 '403': @@ -70293,8 +70372,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -70320,9 +70399,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: - - *289 - *290 - - *377 + - *291 + - *378 responses: '200': description: Response @@ -70469,8 +70548,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70535,8 +70614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70570,9 +70649,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *386 + schema: *387 examples: - default: *466 + default: *467 '204': description: Response when already merged '404': @@ -70597,8 +70676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *289 - *290 + - *291 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -70639,7 +70718,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -70695,8 +70774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70736,9 +70815,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &467 + default: &468 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70797,9 +70876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *289 - *290 - - &468 + - *291 + - &469 name: milestone_number description: The number that identifies the milestone. in: path @@ -70811,9 +70890,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *467 + default: *468 '404': *24 x-github: githubCloudOnly: false @@ -70830,9 +70909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *289 - *290 - - *468 + - *291 + - *469 requestBody: required: false content: @@ -70870,9 +70949,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70888,9 +70967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *289 - *290 - - *468 + - *291 + - *469 responses: '204': description: Response @@ -70911,9 +70990,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: - - *289 - *290 - - *468 + - *291 + - *469 - *4 - *5 responses: @@ -70923,9 +71002,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 headers: Link: *6 x-github: @@ -70944,12 +71023,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: - - *289 - *290 - - *469 + - *291 - *470 - - *107 - *471 + - *107 + - *472 - *4 - *5 responses: @@ -70961,7 +71040,7 @@ paths: type: array items: *126 examples: - default: *472 + default: *473 headers: Link: *6 x-github: @@ -70985,8 +71064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -71044,14 +71123,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &473 + schema: &474 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -71195,7 +71274,7 @@ paths: - custom_404 - public examples: - default: &474 + default: &475 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71236,8 +71315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71292,9 +71371,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *33 '409': *135 x-github: @@ -71317,8 +71396,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71418,8 +71497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -71445,8 +71524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -71456,7 +71535,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Page Build description: Page Build type: object @@ -71548,8 +71627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *289 - *290 + - *291 responses: '201': description: Response @@ -71596,16 +71675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71653,8 +71732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *289 - *290 + - *291 - name: build_id in: path required: true @@ -71665,9 +71744,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71687,8 +71766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71791,9 +71870,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: - - *289 - *290 - - &477 + - *291 + - &478 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71851,9 +71930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *289 - *290 - - *477 + - *291 + - *478 responses: '204': *225 '404': *24 @@ -71876,8 +71955,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: - - *289 - *290 + - *291 - *4 - *5 - *9 @@ -71898,7 +71977,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 type: object properties: id: @@ -71932,17 +72011,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: - - *289 - *290 + - *291 - *16 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &479 + default: &480 value: id: 42 name: Check Commits @@ -71964,15 +72043,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: - - *289 - *290 + - *291 - *16 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -72016,8 +72095,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: - - *289 - *290 + - *291 - *16 responses: '200': @@ -72025,9 +72104,9 @@ paths: global level. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72047,8 +72126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#list-repository-projects parameters: - - *289 - *290 + - *291 - name: state description: Indicates the state of the projects to return. in: query @@ -72129,8 +72208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#create-a-repository-project parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72158,7 +72237,7 @@ paths: application/json: schema: *228 examples: - default: *298 + default: *299 '401': *39 '403': *41 '404': *24 @@ -72177,13 +72256,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -72217,13 +72296,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72285,8 +72364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *289 - *290 + - *291 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -72346,9 +72425,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *481 + default: *482 headers: Link: *6 '304': *40 @@ -72380,8 +72459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72448,7 +72527,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -72577,7 +72656,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 active_lock_reason: type: - string @@ -72670,14 +72749,14 @@ paths: _links: type: object properties: - comments: *391 - commits: *391 - statuses: *391 - html: *391 - issue: *391 - review_comments: *391 - review_comment: *391 - self: *391 + comments: *392 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -72688,7 +72767,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *482 + auto_merge: *483 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -72790,7 +72869,7 @@ paths: - merged_by - review_comments examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73317,8 +73396,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: - - *289 - *290 + - *291 - name: sort in: query required: false @@ -73347,9 +73426,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &489 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73426,17 +73505,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: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73511,8 +73590,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -73535,9 +73614,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73553,8 +73632,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: - - *289 - *290 + - *291 - *116 responses: '204': @@ -73576,8 +73655,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -73604,9 +73683,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -73627,8 +73706,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -73661,16 +73740,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -73692,10 +73771,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: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -73738,9 +73817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *289 - *290 - - &487 + - *291 + - &488 name: pull_number description: The number that identifies the pull request. in: path @@ -73753,9 +73832,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '304': *40 '404': *24 '406': @@ -73790,9 +73869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -73834,9 +73913,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '422': *33 '403': *41 x-github: @@ -73864,10 +73943,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: - - *289 - *290 - - *487 + - *291 - *488 + - *489 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73887,9 +73966,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *489 + default: *490 headers: Link: *6 x-github: @@ -73922,9 +74001,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: true content: @@ -74030,7 +74109,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: example-for-a-multi-line-comment: value: @@ -74118,9 +74197,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: - - *289 - *290 - - *487 + - *291 + - *488 - *116 requestBody: required: true @@ -74143,7 +74222,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -74229,9 +74308,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: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -74241,9 +74320,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *490 + default: *491 headers: Link: *6 x-github: @@ -74273,9 +74352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -74285,7 +74364,7 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: default: value: @@ -74323,9 +74402,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: - - *289 - *290 - - *487 + - *291 + - *488 responses: '204': description: Response if pull request has been merged @@ -74348,9 +74427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -74462,9 +74541,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: - - *289 - *290 - - *487 + - *291 + - *488 responses: '200': description: Response @@ -74480,7 +74559,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 required: - users - teams @@ -74539,9 +74618,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -74578,7 +74657,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -75114,9 +75193,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: true content: @@ -75150,7 +75229,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -75655,9 +75734,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: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -75667,7 +75746,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75823,9 +75902,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -75915,9 +75994,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &493 + default: &494 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75980,10 +76059,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: - - *289 - *290 - - *487 - - &492 + - *291 + - *488 + - &493 name: review_id description: The unique identifier of the review. in: path @@ -75995,9 +76074,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &494 + default: &495 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -76056,10 +76135,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76082,7 +76161,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -76144,18 +76223,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *493 + default: *494 '422': *25 '404': *24 x-github: @@ -76182,10 +76261,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 - *4 - *5 responses: @@ -76283,9 +76362,9 @@ paths: _links: type: object properties: - self: *391 - html: *391 - pull_request: *391 + self: *392 + html: *392 + pull_request: *392 required: - self - html @@ -76443,10 +76522,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76475,7 +76554,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -76538,10 +76617,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76576,9 +76655,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *494 + default: *495 '404': *24 '422': *25 '403': *41 @@ -76600,9 +76679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -76666,8 +76745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *289 - *290 + - *291 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76680,9 +76759,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: type: file encoding: base64 @@ -76724,8 +76803,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: - - *289 - *290 + - *291 - name: dir description: The alternate path to look for a README file in: path @@ -76745,9 +76824,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '404': *24 '422': *33 x-github: @@ -76769,8 +76848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -76780,7 +76859,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Release description: A release. type: object @@ -76862,7 +76941,7 @@ paths: author: *17 assets: type: array - items: &498 + items: &499 title: Release Asset description: Data related to a release. type: object @@ -77045,8 +77124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -77116,9 +77195,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -77218,9 +77297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *289 - *290 - - &500 + - *291 + - &501 name: asset_id description: The unique identifier of the asset. in: path @@ -77232,9 +77311,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &501 + default: &502 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 @@ -77269,7 +77348,7 @@ paths: type: User site_admin: false '404': *24 - '302': *499 + '302': *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77285,9 +77364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *289 - *290 - - *500 + - *291 + - *501 requestBody: required: false content: @@ -77316,9 +77395,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77334,9 +77413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *289 - *290 - - *500 + - *291 + - *501 responses: '204': description: Response @@ -77360,8 +77439,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -77447,16 +77526,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77473,8 +77552,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: - - *289 - *290 + - *291 - name: tag description: tag parameter in: path @@ -77487,9 +77566,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 '404': *24 x-github: githubCloudOnly: false @@ -77511,9 +77590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *289 - *290 - - &503 + - *291 + - &504 name: release_id description: The unique identifier of the release. in: path @@ -77527,9 +77606,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: *497 + schema: *498 examples: - default: *502 + default: *503 '401': description: Unauthorized x-github: @@ -77547,9 +77626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 requestBody: required: false content: @@ -77606,9 +77685,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77624,9 +77703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 responses: '204': description: Response @@ -77646,9 +77725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *289 - *290 - - *503 + - *291 + - *504 - *4 - *5 responses: @@ -77658,7 +77737,7 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: default: value: @@ -77740,9 +77819,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: - - *289 - *290 - - *503 + - *291 + - *504 - name: name in: query required: true @@ -77768,7 +77847,7 @@ paths: description: Response for successful upload content: application/json: - schema: *498 + schema: *499 examples: response-for-successful-upload: value: @@ -77823,9 +77902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 - 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. @@ -77849,9 +77928,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -77872,9 +77951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 requestBody: required: true content: @@ -77904,16 +77983,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -77935,10 +78014,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *289 - *290 - - *503 - - *281 + - *291 + - *504 + - *282 responses: '204': description: Response @@ -77958,8 +78037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -78034,9 +78113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *289 - *290 - - *347 + - *291 + - *348 - *4 - *5 responses: @@ -78053,7 +78132,7 @@ paths: oneOf: - allOf: - *241 - - &504 + - &505 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -78074,49 +78153,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *242 - - *504 + - *505 - allOf: - *243 - - *504 + - *505 - allOf: - *244 - - *504 + - *505 - allOf: - *245 - - *504 + - *505 - allOf: - *246 - - *504 + - *505 - allOf: - *247 - - *504 + - *505 - allOf: - *248 - - *504 + - *505 - allOf: - *249 - - *504 + - *505 - allOf: - *250 - - *504 + - *505 - allOf: - *251 - - *504 + - *505 - allOf: - *252 - - *504 + - *505 - allOf: - *253 - - *504 + - *505 - allOf: - *254 - - *504 + - *505 - allOf: - *255 - - *504 + - *505 - allOf: - *256 - - *504 + - *505 examples: default: value: @@ -78155,8 +78234,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - *4 - *5 - name: includes_parents @@ -78167,7 +78246,7 @@ paths: schema: type: boolean default: true - - *505 + - *506 responses: '200': description: Response @@ -78222,8 +78301,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 requestBody: description: Request body required: true @@ -78252,7 +78331,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *506 + items: *507 required: - name - enforcement @@ -78285,7 +78364,7 @@ paths: application/json: schema: *257 examples: - default: &516 + default: &517 value: id: 42 name: super cool ruleset @@ -78332,12 +78411,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *289 - *290 - - *507 + - *291 - *508 - *509 - *510 + - *511 - *4 - *5 responses: @@ -78345,9 +78424,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '404': *24 '500': *216 x-github: @@ -78368,17 +78447,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: - - *289 - *290 - - *513 + - *291 + - *514 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *24 '500': *216 x-github: @@ -78406,8 +78485,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78429,7 +78508,7 @@ paths: application/json: schema: *257 examples: - default: *516 + default: *517 '404': *24 '500': *216 put: @@ -78447,8 +78526,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78482,7 +78561,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *506 + items: *507 examples: default: value: @@ -78512,7 +78591,7 @@ paths: application/json: schema: *257 examples: - default: *516 + default: *517 '404': *24 '500': *216 delete: @@ -78530,8 +78609,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78559,8 +78638,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: - - *289 - *290 + - *291 - *260 - *261 - *262 @@ -78568,8 +78647,8 @@ paths: - *9 - *5 - *4 - - *517 - *518 + - *519 - *264 responses: '200': @@ -78578,7 +78657,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 type: object properties: number: *91 @@ -78594,8 +78673,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *519 - resolution: *520 + state: *520 + resolution: *521 resolved_at: type: - string @@ -78771,15 +78850,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: - - *289 - *290 - - *375 + - *291 + - *376 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78819,9 +78898,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: - - *289 - *290 - - *375 + - *291 + - *376 requestBody: required: true content: @@ -78829,8 +78908,8 @@ paths: schema: type: object properties: - state: *519 - resolution: *520 + state: *520 + resolution: *521 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78849,7 +78928,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78916,9 +78995,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: - - *289 - *290 - - *375 + - *291 + - *376 - *5 - *4 responses: @@ -78929,7 +79008,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &653 + items: &654 type: object properties: type: @@ -79308,8 +79387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -79402,8 +79481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *289 - *290 + - *291 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79412,7 +79491,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79443,8 +79522,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -79519,8 +79598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *289 - *290 + - *291 responses: '200': description: Response @@ -79614,8 +79693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *289 - *290 + - *291 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -79769,8 +79848,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: - - *289 - *290 + - *291 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -79780,7 +79859,7 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: default: value: @@ -79813,8 +79892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *289 - *290 + - *291 - name: sha in: path required: true @@ -79870,7 +79949,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -79924,8 +80003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -79957,14 +80036,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *289 - *290 + - *291 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &524 + schema: &525 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80037,8 +80116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -80064,7 +80143,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80091,8 +80170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80112,8 +80191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -80195,8 +80274,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -80204,7 +80283,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Tag protection description: Tag protection type: object @@ -80261,8 +80340,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80285,7 +80364,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -80316,8 +80395,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: - - *289 - *290 + - *291 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80354,8 +80433,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: - - *289 - *290 + - *291 - name: ref in: path required: true @@ -80391,8 +80470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -80402,7 +80481,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 headers: @@ -80424,8 +80503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *289 - *290 + - *291 - *5 - *4 responses: @@ -80433,7 +80512,7 @@ paths: description: Response content: application/json: - schema: &526 + schema: &527 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80445,7 +80524,7 @@ paths: required: - names examples: - default: &527 + default: &528 value: names: - octocat @@ -80468,8 +80547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80500,9 +80579,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '404': *24 '422': *25 x-github: @@ -80525,8 +80604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80800,8 +80879,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: - - *289 - *290 + - *291 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -80824,8 +80903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80847,8 +80926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80874,8 +80953,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: - - *289 - *290 + - *291 - name: ref in: path required: true @@ -80967,9 +81046,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -81144,7 +81223,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &535 + - &536 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -81154,7 +81233,7 @@ paths: type: string examples: - members - - &540 + - &541 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -81166,7 +81245,7 @@ paths: format: int32 examples: - 1 - - &541 + - &542 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -81210,7 +81289,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &529 + items: &530 allOf: - type: object required: @@ -81292,7 +81371,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: &542 + meta: &543 type: object description: The metadata associated with the creation/updates to the user. @@ -81357,31 +81436,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &530 + '400': &531 description: Bad request content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 - '401': &531 + schema: *529 + '401': &532 description: Authorization failure - '403': &532 + '403': &533 description: Permission denied - '429': &533 + '429': &534 description: Too many requests content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 - '500': &534 + schema: *529 + '500': &535 description: Internal server error content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 + schema: *529 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81408,7 +81487,7 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 type: object required: - schemas @@ -81472,9 +81551,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *529 + schema: *530 examples: - group: &536 + group: &537 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -81493,13 +81572,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': *530 - '401': *531 - '403': *532 - '409': &539 + '400': *531 + '401': *532 + '403': *533 + '409': &540 description: Duplicate record detected - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81520,7 +81599,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: - - &537 + - &538 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -81529,22 +81608,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *535 + - *536 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *529 + schema: *530 examples: - default: *536 - '400': *530 - '401': *531 - '403': *532 + default: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81566,13 +81645,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: - - *537 + - *538 - *63 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: group: summary: Group @@ -81598,17 +81677,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *529 + schema: *530 examples: - group: *536 - groupWithMembers: *536 - '400': *530 - '401': *531 - '403': *532 + group: *537 + groupWithMembers: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81632,13 +81711,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: - - *537 + - *538 - *63 requestBody: required: true content: application/json: - schema: &549 + schema: &550 type: object required: - Operations @@ -81698,17 +81777,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *529 + schema: *530 examples: - updateGroup: *536 - addMembers: *536 - '400': *530 - '401': *531 - '403': *532 + updateGroup: *537 + addMembers: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81728,17 +81807,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: - - *537 + - *538 - *63 responses: '204': description: Group was deleted, no content - '400': *530 - '401': *531 - '403': *532 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81775,8 +81854,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *540 - *541 + - *542 - *63 responses: '200': @@ -81810,7 +81889,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &544 + items: &545 allOf: - type: object required: @@ -81902,7 +81981,7 @@ paths: address. examples: - true - roles: &543 + roles: &544 type: array description: The roles assigned to the user. items: @@ -81961,7 +82040,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *542 + meta: *543 startIndex: type: integer description: A starting index for the returned page @@ -82000,11 +82079,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *530 - '401': *531 - '403': *532 - '429': *533 - '500': *534 + '400': *531 + '401': *532 + '403': *533 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82033,7 +82112,7 @@ paths: required: true content: application/json: - schema: &547 + schema: &548 type: object required: - schemas @@ -82126,9 +82205,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *543 + roles: *544 examples: - user: &548 + user: &549 summary: User value: schemas: @@ -82175,9 +82254,9 @@ paths: description: User has been created content: application/scim+json: - schema: *544 + schema: *545 examples: - user: &545 + user: &546 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -82203,13 +82282,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: *545 - '400': *530 - '401': *531 - '403': *532 - '409': *539 - '429': *533 - '500': *534 + enterpriseOwner: *546 + '400': *531 + '401': *532 + '403': *533 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82230,7 +82309,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: - - &546 + - &547 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -82243,15 +82322,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *544 + schema: *545 examples: - default: *545 - '400': *530 - '401': *531 - '403': *532 + default: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82276,30 +82355,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: - - *546 + - *547 - *63 requestBody: required: true content: application/json: - schema: *547 + schema: *548 examples: - user: *548 + user: *549 responses: '200': description: User was updated content: application/scim+json: - schema: *544 + schema: *545 examples: - user: *545 - '400': *530 - '401': *531 - '403': *532 + user: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82337,13 +82416,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: - - *546 + - *547 - *63 requestBody: required: true content: application/json: - schema: *549 + schema: *550 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -82383,18 +82462,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *544 - examples: - userMultiValuedProperties: *545 - userSingleValuedProperties: *545 - disableUser: *545 - '400': *530 - '401': *531 - '403': *532 + schema: *545 + examples: + userMultiValuedProperties: *546 + userSingleValuedProperties: *546 + disableUser: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82414,17 +82493,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: - - *546 + - *547 - *63 responses: '204': description: User was deleted, no content - '400': *530 - '401': *531 - '403': *532 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82552,7 +82631,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &550 + text_matches: &551 title: Search Result Text Matches type: array items: @@ -82716,7 +82795,7 @@ paths: enum: - author-date - committer-date - - &551 + - &552 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 @@ -82785,7 +82864,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 comment_count: type: integer message: @@ -82804,7 +82883,7 @@ paths: url: type: string format: uri - verification: *432 + verification: *433 required: - author - committer @@ -82819,7 +82898,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 parents: type: array items: @@ -82836,7 +82915,7 @@ paths: type: number node_id: type: string - text_matches: *550 + text_matches: *551 required: - sha - node_id @@ -83029,7 +83108,7 @@ paths: - interactions - created - updated - - *551 + - *552 - *4 - *5 - name: advanced_search @@ -83135,11 +83214,11 @@ paths: type: - string - 'null' - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: type: string state_reason: @@ -83153,7 +83232,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 comments: type: integer created_at: @@ -83167,7 +83246,7 @@ paths: - string - 'null' format: date-time - text_matches: *550 + text_matches: *551 pull_request: type: object properties: @@ -83216,7 +83295,7 @@ paths: timeline_url: type: string format: uri - type: *555 + type: *556 performed_via_github_app: anyOf: - type: 'null' @@ -83390,7 +83469,7 @@ paths: enum: - created - updated - - *551 + - *552 - *4 - *5 responses: @@ -83435,7 +83514,7 @@ paths: - 'null' score: type: number - text_matches: *550 + text_matches: *551 required: - id - node_id @@ -83521,7 +83600,7 @@ paths: - forks - help-wanted-issues - updated - - *551 + - *552 - *4 - *5 responses: @@ -83758,7 +83837,7 @@ paths: - admin - pull - push - text_matches: *550 + text_matches: *551 temp_clone_token: type: string allow_merge_commit: @@ -84067,7 +84146,7 @@ paths: - string - 'null' format: uri - text_matches: *550 + text_matches: *551 related: type: - array @@ -84262,7 +84341,7 @@ paths: - followers - repositories - joined - - *551 + - *552 - *4 - *5 responses: @@ -84372,7 +84451,7 @@ paths: type: - boolean - 'null' - text_matches: *550 + text_matches: *551 blog: type: - string @@ -84570,7 +84649,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 type: object properties: status: @@ -84590,7 +84669,7 @@ paths: - name - number examples: - default: &557 + default: &558 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84635,9 +84714,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '401': description: Unauthorized requestBody: @@ -85230,7 +85309,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 type: object properties: key: @@ -85238,7 +85317,7 @@ paths: pretty-print: type: string examples: - default: &559 + default: &560 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 @@ -85281,9 +85360,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '401': description: Unauthorized requestBody: @@ -85335,9 +85414,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '401': description: Unauthorized requestBody: @@ -85494,9 +85573,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 x-github: githubCloudOnly: false @@ -85587,16 +85666,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '201': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 '422': *33 '403': *41 @@ -85666,9 +85745,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *560 + default: *561 headers: Link: *6 x-github: @@ -85731,9 +85810,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: triggersNotification: true githubCloudOnly: false @@ -85761,15 +85840,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85795,7 +85874,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *274 + - *275 requestBody: required: false content: @@ -85818,9 +85897,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85846,7 +85925,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *274 + - *275 responses: '204': description: Response @@ -85876,7 +85955,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *274 + - *275 - *9 - *4 - *5 @@ -85887,9 +85966,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *562 + default: *563 headers: Link: *6 x-github: @@ -85919,7 +85998,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *274 + - *275 requestBody: required: true content: @@ -85941,9 +86020,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: triggersNotification: true githubCloudOnly: false @@ -85971,16 +86050,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86006,8 +86085,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -86029,9 +86108,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86057,8 +86136,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 responses: '204': description: Response @@ -86088,8 +86167,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 - 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. @@ -86115,9 +86194,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -86147,8 +86226,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -86180,9 +86259,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86209,7 +86288,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *274 + - *275 - 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. @@ -86235,9 +86314,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -86267,7 +86346,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *274 + - *275 requestBody: required: true content: @@ -86299,9 +86378,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86497,9 +86576,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-user-is-a-team-maintainer: *564 + response-if-user-is-a-team-maintainer: *565 '404': *24 x-github: githubCloudOnly: false @@ -86558,9 +86637,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-users-membership-with-team-is-now-pending: *565 + response-if-users-membership-with-team-is-now-pending: *566 '403': description: Forbidden if team synchronization is set up '422': @@ -86634,9 +86713,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *566 + default: *567 headers: Link: *6 '404': *24 @@ -86664,15 +86743,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *288 + - *289 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *567 + default: *568 '404': description: Not Found if project is not managed by this team x-github: @@ -86698,7 +86777,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *288 + - *289 requestBody: required: false content: @@ -86767,7 +86846,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *288 + - *289 responses: '204': description: Response @@ -86837,14 +86916,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *289 - *290 + - *291 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *568 + schema: *569 examples: alternative-response-with-extra-repository-information: value: @@ -86996,8 +87075,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *289 - *290 + - *291 requestBody: required: false content: @@ -87048,8 +87127,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *289 - *290 + - *291 responses: '204': description: Response @@ -87084,9 +87163,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - response-if-child-teams-exist: *569 + response-if-child-teams-exist: *570 headers: Link: *6 '404': *24 @@ -87119,7 +87198,7 @@ paths: application/json: schema: oneOf: - - &571 + - &572 title: Private User description: Private User type: object @@ -87369,7 +87448,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *570 + - *571 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87527,7 +87606,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -87605,7 +87684,7 @@ paths: type: array items: *210 examples: - default: &581 + default: &582 value: - id: 197 name: hello_docker @@ -87692,7 +87771,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Email description: Email type: object @@ -87722,7 +87801,7 @@ paths: - verified - visibility examples: - default: &583 + default: &584 value: - email: octocat@github.com verified: true @@ -87799,7 +87878,7 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: default: value: @@ -88057,7 +88136,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: GPG Key description: A unique encryption key type: object @@ -88202,7 +88281,7 @@ paths: - subkeys - revoked examples: - default: &593 + default: &594 value: - id: 3 name: Octocat's GPG Key @@ -88287,9 +88366,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: id: 3 name: Octocat's GPG Key @@ -88346,7 +88425,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: - - &575 + - &576 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88358,9 +88437,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *24 '304': *40 '403': *41 @@ -88383,7 +88462,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: - - *575 + - *576 responses: '204': description: Response @@ -88574,7 +88653,7 @@ paths: type: array items: *82 examples: - default: *576 + default: *577 headers: Link: *6 '404': *24 @@ -88750,7 +88829,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: Key description: Key type: object @@ -88853,9 +88932,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &578 + default: &579 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88888,15 +88967,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: - - *464 + - *465 responses: '200': description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *24 '304': *40 '403': *41 @@ -88919,7 +88998,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: - - *464 + - *465 responses: '204': description: Response @@ -89748,7 +89827,7 @@ paths: type: array items: *68 examples: - default: *579 + default: *580 headers: Link: *6 '304': *40 @@ -89790,7 +89869,7 @@ paths: - docker - nuget - container - - *580 + - *581 - *5 - *4 responses: @@ -89802,8 +89881,8 @@ paths: type: array items: *210 examples: - default: *581 - '400': *582 + default: *582 + '400': *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89832,7 +89911,7 @@ paths: application/json: schema: *210 examples: - default: &594 + default: &595 value: id: 40201 name: octo-name @@ -90284,9 +90363,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *583 + default: *584 headers: Link: *6 '304': *40 @@ -90399,7 +90478,7 @@ paths: type: array items: *82 examples: - default: &590 + default: &591 summary: Default response value: - id: 1296269 @@ -90717,9 +90796,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90757,9 +90836,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *584 + default: *585 headers: Link: *6 '304': *40 @@ -90782,7 +90861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *440 + - *441 responses: '204': description: Response @@ -90805,7 +90884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *440 + - *441 responses: '204': description: Response @@ -90838,7 +90917,7 @@ paths: application/json: schema: type: array - items: &585 + items: &586 title: Social account description: Social media account type: object @@ -90855,7 +90934,7 @@ paths: - provider - url examples: - default: &586 + default: &587 value: - provider: twitter url: https://twitter.com/github @@ -90918,9 +90997,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *586 + default: *587 '422': *33 '304': *40 '404': *24 @@ -91008,7 +91087,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -91028,7 +91107,7 @@ paths: - title - created_at examples: - default: &595 + default: &596 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91095,9 +91174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91128,7 +91207,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: - - &589 + - &590 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -91140,9 +91219,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *24 '304': *40 '403': *41 @@ -91165,7 +91244,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: - - *589 + - *590 responses: '204': description: Response @@ -91194,7 +91273,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: - - &596 + - &597 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 @@ -91219,11 +91298,11 @@ paths: type: array items: *82 examples: - default-response: *590 + default-response: *591 application/vnd.github.v3.star+json: schema: type: array - items: &597 + items: &598 title: Starred Repository description: Starred Repository type: object @@ -91379,8 +91458,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: - - *289 - *290 + - *291 responses: '204': description: Response if this repository is starred by you @@ -91408,8 +91487,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -91433,8 +91512,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -91506,7 +91585,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -91593,10 +91672,10 @@ paths: application/json: schema: oneOf: + - *572 - *571 - - *570 examples: - default-response: &591 + default-response: &592 summary: Default response value: login: octocat @@ -91631,7 +91710,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &592 + response-with-git-hub-plan-information: &593 summary: Response with GitHub plan information value: login: octocat @@ -91743,11 +91822,11 @@ paths: application/json: schema: oneOf: + - *572 - *571 - - *570 examples: - default-response: *591 - response-with-git-hub-plan-information: *592 + default-response: *592 + response-with-git-hub-plan-information: *593 '404': *24 x-github: githubCloudOnly: false @@ -91778,7 +91857,7 @@ paths: type: array items: *210 examples: - default: *581 + default: *582 '403': *41 '401': *39 x-github: @@ -92182,9 +92261,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *593 + default: *594 headers: Link: *6 x-github: @@ -92288,7 +92367,7 @@ paths: application/json: schema: *37 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92374,7 +92453,7 @@ paths: type: array items: *68 examples: - default: *579 + default: *580 headers: Link: *6 x-github: @@ -92413,7 +92492,7 @@ paths: - docker - nuget - container - - *580 + - *581 - *8 - *5 - *4 @@ -92426,10 +92505,10 @@ paths: type: array items: *210 examples: - default: *581 + default: *582 '403': *41 '401': *39 - '400': *582 + '400': *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92459,7 +92538,7 @@ paths: application/json: schema: *210 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93092,9 +93171,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *586 + default: *587 headers: Link: *6 x-github: @@ -93124,9 +93203,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *595 + default: *596 headers: Link: *6 x-github: @@ -93151,7 +93230,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *596 + - *597 - *9 - *4 - *5 @@ -93163,11 +93242,11 @@ paths: schema: anyOf: - type: array - items: *597 + items: *598 - type: array items: *82 examples: - default-response: *590 + default-response: *591 headers: Link: *6 x-github: @@ -93379,7 +93458,7 @@ webhooks: type: string enum: - disabled - enterprise: &598 + enterprise: &599 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93448,7 +93527,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &599 + installation: &600 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93469,7 +93548,7 @@ webhooks: required: - id - node_id - organization: &600 + organization: &601 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93542,7 +93621,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &601 + repository: &602 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94455,10 +94534,10 @@ webhooks: type: string enum: - enabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -94544,11 +94623,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: &602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: &603 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) @@ -94765,11 +94844,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: *602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: *603 sender: *17 required: - action @@ -94947,11 +95026,11 @@ webhooks: - everyone required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: *602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: *603 sender: *17 required: - action @@ -95032,11 +95111,11 @@ webhooks: type: string enum: - cancelled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: &603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: &604 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95274,7 +95353,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &604 + items: &605 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95394,11 +95473,11 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 sender: *17 required: - action @@ -95478,11 +95557,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 sender: *17 required: - action @@ -95562,12 +95641,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 - exemption_response: *604 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 + exemption_response: *605 sender: *17 required: - action @@ -95649,12 +95728,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 - exemption_response: *604 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 + exemption_response: *605 sender: *17 required: - action @@ -95739,12 +95818,12 @@ webhooks: type: string cache_location: type: string - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 ref: type: string - repository: *601 + repository: *602 sender: *17 required: - cache_location @@ -95838,7 +95917,7 @@ webhooks: type: string enum: - completed - check_run: &606 + check_run: &607 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95903,7 +95982,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *358 + items: *359 repository: *148 status: type: string @@ -95948,7 +96027,7 @@ webhooks: - examples: - neutral - deployment: *605 + deployment: *606 details_url: type: string examples: @@ -96008,7 +96087,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *358 + items: *359 started_at: type: string format: date-time @@ -96046,10 +96125,10 @@ webhooks: - output - app - pull_requests - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -96452,11 +96531,11 @@ webhooks: type: string enum: - created - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -96862,11 +96941,11 @@ webhooks: type: string enum: - requested_action - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 requested_action: description: The action requested by the user. type: object @@ -97281,11 +97360,11 @@ webhooks: type: string enum: - rerequested - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -98287,10 +98366,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -98985,10 +99064,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -99677,10 +99756,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -99856,7 +99935,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100008,20 +100087,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &607 + commit_oid: &608 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: *598 - installation: *599 - organization: *600 - ref: &608 + enterprise: *599 + installation: *600 + organization: *601 + ref: &609 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: *601 + repository: *602 sender: *17 required: - action @@ -100195,7 +100274,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100436,12 +100515,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -100549,7 +100628,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -100731,12 +100810,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -100912,7 +100991,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -101089,12 +101168,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -101204,7 +101283,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101384,9 +101463,9 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101394,7 +101473,7 @@ webhooks: type: - string - 'null' - repository: *601 + repository: *602 sender: *17 required: - action @@ -101500,7 +101579,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101647,12 +101726,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -101924,10 +102003,10 @@ webhooks: - updated_at - author_association - body - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -102018,18 +102097,18 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *600 - pusher_type: &609 + organization: *601 + pusher_type: &610 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &610 + ref: &611 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -102039,7 +102118,7 @@ webhooks: enum: - tag - branch - repository: *601 + repository: *602 sender: *17 required: - ref @@ -102122,9 +102201,9 @@ webhooks: enum: - created definition: *230 - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102209,9 +102288,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102289,9 +102368,9 @@ webhooks: enum: - updated definition: *230 - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102368,10 +102447,10 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - repository: *601 - organization: *600 + enterprise: *599 + installation: *600 + repository: *602 + organization: *601 sender: *17 new_property_values: type: array @@ -102466,18 +102545,18 @@ webhooks: title: delete event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - pusher_type: *609 - ref: *610 + enterprise: *599 + installation: *600 + organization: *601 + pusher_type: *610 + ref: *611 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *601 + repository: *602 sender: *17 required: - ref @@ -102571,11 +102650,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102669,11 +102748,11 @@ webhooks: type: string enum: - auto_reopened - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102767,11 +102846,11 @@ webhooks: type: string enum: - created - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102863,11 +102942,11 @@ webhooks: type: string enum: - dismissed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102959,11 +103038,11 @@ webhooks: type: string enum: - fixed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103056,11 +103135,11 @@ webhooks: type: string enum: - reintroduced - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103152,11 +103231,11 @@ webhooks: type: string enum: - reopened - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103243,9 +103322,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - key: &611 + enterprise: *599 + installation: *600 + key: &612 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -103281,8 +103360,8 @@ webhooks: - verified - created_at - read_only - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -103369,11 +103448,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - key: *611 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + key: *612 + organization: *601 + repository: *602 sender: *17 required: - action @@ -103955,12 +104034,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: &615 + workflow: &616 title: Workflow type: - object @@ -104708,13 +104787,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *407 + deployment: *408 pull_requests: type: array - items: *485 - repository: *601 - organization: *600 - installation: *599 + items: *486 + repository: *602 + organization: *601 + installation: *600 sender: *17 responses: '200': @@ -104795,7 +104874,7 @@ webhooks: type: string enum: - approved - approver: &612 + approver: &613 type: object properties: avatar_url: @@ -104838,11 +104917,11 @@ webhooks: type: string comment: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - reviewers: &613 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + reviewers: &614 type: array items: type: object @@ -104923,7 +105002,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &614 + workflow_job_run: &615 type: object properties: conclusion: @@ -105679,18 +105758,18 @@ webhooks: type: string enum: - rejected - approver: *612 + approver: *613 comment: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - reviewers: *613 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + reviewers: *614 sender: *17 since: type: string - workflow_job_run: *614 + workflow_job_run: *615 workflow_job_runs: type: array items: @@ -106417,13 +106496,13 @@ webhooks: type: string enum: - requested - enterprise: *598 + enterprise: *599 environment: type: string - installation: *599 - organization: *600 - repository: *601 - requestor: &620 + installation: *600 + organization: *601 + repository: *602 + requestor: &621 title: User type: - object @@ -108376,12 +108455,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Deployment Workflow Run type: @@ -109082,7 +109161,7 @@ webhooks: type: string enum: - answered - answer: &618 + answer: &619 type: object properties: author_association: @@ -109242,7 +109321,7 @@ webhooks: - created_at - updated_at - body - discussion: &616 + discussion: &617 title: Discussion description: A Discussion in a repository. type: object @@ -109538,7 +109617,7 @@ webhooks: - id labels: type: array - items: *447 + items: *448 required: - repository_url - category @@ -109560,10 +109639,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109700,11 +109779,11 @@ webhooks: - from required: - category - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109797,11 +109876,11 @@ webhooks: type: string enum: - closed - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109893,7 +109972,7 @@ webhooks: type: string enum: - created - comment: &617 + comment: &618 type: object properties: author_association: @@ -110053,11 +110132,11 @@ webhooks: - updated_at - body - reactions - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110150,12 +110229,12 @@ webhooks: type: string enum: - deleted - comment: *617 - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + comment: *618 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110260,12 +110339,12 @@ webhooks: - from required: - body - comment: *617 - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + comment: *618 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110359,11 +110438,11 @@ webhooks: type: string enum: - created - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110455,11 +110534,11 @@ webhooks: type: string enum: - deleted - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110569,11 +110648,11 @@ webhooks: type: string required: - from - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110665,10 +110744,10 @@ webhooks: type: string enum: - labeled - discussion: *616 - enterprise: *598 - installation: *599 - label: &619 + discussion: *617 + enterprise: *599 + installation: *600 + label: &620 title: Label type: object properties: @@ -110701,8 +110780,8 @@ webhooks: - color - default - description - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110795,11 +110874,11 @@ webhooks: type: string enum: - locked - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110891,11 +110970,11 @@ webhooks: type: string enum: - pinned - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110987,11 +111066,11 @@ webhooks: type: string enum: - reopened - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111086,16 +111165,16 @@ webhooks: changes: type: object properties: - new_discussion: *616 - new_repository: *601 + new_discussion: *617 + new_repository: *602 required: - new_discussion - new_repository - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111188,10 +111267,10 @@ webhooks: type: string enum: - unanswered - discussion: *616 - old_answer: *618 - organization: *600 - repository: *601 + discussion: *617 + old_answer: *619 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111283,12 +111362,12 @@ webhooks: type: string enum: - unlabeled - discussion: *616 - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111381,11 +111460,11 @@ webhooks: type: string enum: - unlocked - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111477,11 +111556,11 @@ webhooks: type: string enum: - unpinned - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111722,7 +111801,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *598 + enterprise: *599 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -112400,9 +112479,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *599 - organization: *600 - repository: *601 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - forkee @@ -112568,9 +112647,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pages: description: The pages that were updated. type: array @@ -112608,7 +112687,7 @@ webhooks: - action - sha - html_url - repository: *601 + repository: *602 sender: *17 required: - pages @@ -112694,10 +112773,10 @@ webhooks: type: string enum: - created - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: &621 + organization: *601 + repositories: &622 description: An array of repository objects that the installation can access. type: array @@ -112723,8 +112802,8 @@ webhooks: - name - full_name - private - repository: *601 - requester: *620 + repository: *602 + requester: *621 sender: *17 required: - action @@ -112809,11 +112888,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -112900,11 +112979,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -112991,10 +113070,10 @@ webhooks: type: string enum: - added - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories_added: &622 + organization: *601 + repositories_added: &623 description: An array of repository objects, which were added to the installation. type: array @@ -113040,15 +113119,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *601 - repository_selection: &623 + repository: *602 + repository_selection: &624 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *620 + requester: *621 sender: *17 required: - action @@ -113137,10 +113216,10 @@ webhooks: type: string enum: - removed - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories_added: *622 + organization: *601 + repositories_added: *623 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -113167,9 +113246,9 @@ webhooks: - name - full_name - private - repository: *601 - repository_selection: *623 - requester: *620 + repository: *602 + repository_selection: *624 + requester: *621 sender: *17 required: - action @@ -113258,11 +113337,11 @@ webhooks: type: string enum: - suspend - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -113455,10 +113534,10 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 target_type: type: string @@ -113547,11 +113626,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -113809,8 +113888,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114627,8 +114706,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114645,7 +114724,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -114989,8 +115068,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -115080,7 +115159,7 @@ webhooks: type: string enum: - deleted - comment: &624 + comment: &625 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -115247,8 +115326,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116061,8 +116140,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116079,7 +116158,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -116425,8 +116504,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -116516,7 +116595,7 @@ webhooks: type: string enum: - edited - changes: &645 + changes: &646 description: The changes to the comment. type: object properties: @@ -116528,9 +116607,9 @@ webhooks: type: string required: - from - comment: *624 - enterprise: *598 - installation: *599 + comment: *625 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117346,8 +117425,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117364,7 +117443,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -117708,8 +117787,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -117801,10 +117880,10 @@ webhooks: type: string enum: - assigned - assignee: *620 - enterprise: *598 - installation: *599 - issue: &627 + assignee: *621 + enterprise: *599 + installation: *600 + issue: &628 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118616,11 +118695,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118637,7 +118716,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -118740,8 +118819,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -118831,8 +118910,8 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119649,11 +119728,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119670,7 +119749,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -119916,8 +119995,8 @@ webhooks: required: - state - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -120006,8 +120085,8 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120815,11 +120894,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120836,7 +120915,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -120938,8 +121017,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -121028,8 +121107,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121860,11 +121939,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121881,7 +121960,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -121962,7 +122041,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &625 + milestone: &626 title: Milestone description: A collection of related issues and pull requests. type: object @@ -122105,8 +122184,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -122215,8 +122294,8 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123028,11 +123107,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123046,7 +123125,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -123152,9 +123231,9 @@ webhooks: - active_lock_reason - body - reactions - label: *619 - organization: *600 - repository: *601 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -123244,8 +123323,8 @@ webhooks: type: string enum: - labeled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124056,11 +124135,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124074,7 +124153,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -124180,9 +124259,9 @@ webhooks: - active_lock_reason - body - reactions - label: *619 - organization: *600 - repository: *601 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -124272,8 +124351,8 @@ webhooks: type: string enum: - locked - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125109,11 +125188,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125127,7 +125206,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -125210,8 +125289,8 @@ webhooks: format: uri user_view_type: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -125300,8 +125379,8 @@ webhooks: type: string enum: - milestoned - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -126131,11 +126210,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126152,7 +126231,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -126232,9 +126311,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *625 - organization: *600 - repository: *601 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -127136,11 +127215,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127236,7 +127315,7 @@ webhooks: required: - login - id - type: *555 + type: *556 required: - id - number @@ -127717,8 +127796,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128530,11 +128609,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128551,7 +128630,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -128653,8 +128732,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -128744,9 +128823,9 @@ webhooks: type: string enum: - pinned - enterprise: *598 - installation: *599 - issue: &626 + enterprise: *599 + installation: *600 + issue: &627 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129552,11 +129631,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129573,7 +129652,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -129675,8 +129754,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -129765,8 +129844,8 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130600,11 +130679,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130701,9 +130780,9 @@ webhooks: format: uri user_view_type: type: string - type: *555 - organization: *600 - repository: *601 + type: *556 + organization: *601 + repository: *602 sender: *17 required: - action @@ -131602,11 +131681,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131623,7 +131702,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -132205,11 +132284,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *598 - installation: *599 - issue: *626 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *627 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132300,7 +132379,7 @@ webhooks: type: string enum: - unassigned - assignee: &648 + assignee: &649 title: User type: - object @@ -132372,11 +132451,11 @@ webhooks: required: - login - id - enterprise: *598 - installation: *599 - issue: *627 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *628 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132465,12 +132544,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *598 - installation: *599 - issue: *627 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *628 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132560,8 +132639,8 @@ webhooks: type: string enum: - unlocked - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133395,11 +133474,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133416,7 +133495,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -133496,8 +133575,8 @@ webhooks: format: uri user_view_type: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133587,11 +133666,11 @@ webhooks: type: string enum: - unpinned - enterprise: *598 - installation: *599 - issue: *626 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *627 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133680,11 +133759,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133772,11 +133851,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133896,11 +133975,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134014,11 +134093,11 @@ webhooks: type: string required: - to - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134130,11 +134209,11 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134223,11 +134302,11 @@ webhooks: type: string enum: - removed - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134315,11 +134394,11 @@ webhooks: type: string enum: - added - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134397,7 +134476,7 @@ webhooks: required: - login - id - team: &628 + team: &629 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134474,6 +134553,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -134487,6 +134584,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -134510,6 +134608,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -134600,11 +134716,11 @@ webhooks: type: string enum: - removed - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134683,7 +134799,7 @@ webhooks: required: - login - id - team: *628 + team: *629 required: - action - scope @@ -134771,7 +134887,7 @@ webhooks: type: string enum: - deleted - enterprise: *598 + enterprise: *599 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134880,12 +134996,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *599 - organization: *600 + installation: *600 + organization: *601 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -134975,11 +135091,11 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135068,9 +135184,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - milestone: &629 + enterprise: *599 + installation: *600 + milestone: &630 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135212,8 +135328,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135302,11 +135418,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135426,11 +135542,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135520,11 +135636,11 @@ webhooks: type: string enum: - opened - enterprise: *598 - installation: *599 - milestone: *629 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *630 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135613,9 +135729,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - membership: &630 + enterprise: *599 + installation: *600 + membership: &631 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135725,8 +135841,8 @@ webhooks: - role - organization_url - user - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135814,11 +135930,11 @@ webhooks: type: string enum: - member_added - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135907,8 +136023,8 @@ webhooks: type: string enum: - member_invited - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -136030,10 +136146,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action - invitation @@ -136121,11 +136237,11 @@ webhooks: type: string enum: - member_removed - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -136222,11 +136338,11 @@ webhooks: properties: from: type: string - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -136312,9 +136428,9 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 package: description: Information about the package. type: object @@ -136837,7 +136953,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &631 + items: &632 title: Ruby Gems metadata type: object properties: @@ -136934,7 +137050,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -137020,9 +137136,9 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 package: description: Information about the package. type: object @@ -137384,7 +137500,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *631 + items: *632 source_url: type: string format: uri @@ -137455,7 +137571,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -137646,12 +137762,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *598 + enterprise: *599 id: type: integer - installation: *599 - organization: *600 - repository: *601 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - id @@ -137728,7 +137844,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &632 + personal_access_token_request: &633 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137878,10 +137994,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *598 - organization: *600 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -137958,11 +138074,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *632 - enterprise: *598 - organization: *600 + personal_access_token_request: *633 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138038,11 +138154,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *632 - enterprise: *598 - organization: *600 + personal_access_token_request: *633 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138117,11 +138233,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *632 - organization: *600 - enterprise: *598 + personal_access_token_request: *633 + organization: *601 + enterprise: *599 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138236,7 +138352,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *633 + last_response: *634 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138268,8 +138384,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 zen: description: Random string of GitHub zen. @@ -138524,10 +138640,10 @@ webhooks: - from required: - note - enterprise: *598 - installation: *599 - organization: *600 - project_card: &634 + enterprise: *599 + installation: *600 + organization: *601 + project_card: &635 title: Project Card type: object properties: @@ -138650,7 +138766,7 @@ webhooks: - creator - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -138741,11 +138857,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project_card: *634 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_card: *635 + repository: *602 sender: *17 required: - action @@ -138835,9 +138951,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 project_card: title: Project Card type: object @@ -138967,7 +139083,7 @@ webhooks: repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -139071,11 +139187,11 @@ webhooks: - from required: - note - enterprise: *598 - installation: *599 - organization: *600 - project_card: *634 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_card: *635 + repository: *602 sender: *17 required: - action @@ -139179,9 +139295,9 @@ webhooks: - from required: - column_id - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 project_card: allOf: - title: Project Card @@ -139378,7 +139494,7 @@ webhooks: type: string required: - after_id - repository: *601 + repository: *602 sender: *17 required: - action @@ -139468,10 +139584,10 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - organization: *600 - project: &636 + enterprise: *599 + installation: *600 + organization: *601 + project: &637 title: Project type: object properties: @@ -139598,7 +139714,7 @@ webhooks: - creator - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -139688,10 +139804,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project_column: &635 + enterprise: *599 + installation: *600 + organization: *601 + project_column: &636 title: Project Column type: object properties: @@ -139731,7 +139847,7 @@ webhooks: - name - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -139820,14 +139936,14 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -139926,11 +140042,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 + repository: *602 sender: *17 required: - action @@ -140020,11 +140136,11 @@ webhooks: type: string enum: - moved - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 + repository: *602 sender: *17 required: - action @@ -140114,11 +140230,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140208,14 +140324,14 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - project: *636 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -140326,11 +140442,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140419,11 +140535,11 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140514,9 +140630,9 @@ webhooks: type: string enum: - closed - installation: *599 - organization: *600 - projects_v2: &637 + installation: *600 + organization: *601 + projects_v2: &638 title: Projects v2 Project description: A projects v2 project type: object @@ -140763,9 +140879,9 @@ webhooks: type: string enum: - created - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -140856,9 +140972,9 @@ webhooks: type: string enum: - deleted - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -140989,9 +141105,9 @@ webhooks: type: string to: type: string - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -141084,7 +141200,7 @@ webhooks: type: string enum: - archived - changes: &641 + changes: &642 type: object properties: archived_at: @@ -141100,9 +141216,9 @@ webhooks: - string - 'null' format: date-time - installation: *599 - organization: *600 - projects_v2_item: &638 + installation: *600 + organization: *601 + projects_v2_item: &639 title: Projects v2 Item description: An item belonging to a project type: object @@ -141259,9 +141375,9 @@ webhooks: - 'null' to: type: string - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141353,9 +141469,9 @@ webhooks: type: string enum: - created - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141446,9 +141562,9 @@ webhooks: type: string enum: - deleted - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141563,7 +141679,7 @@ webhooks: oneOf: - type: string - type: integer - - &639 + - &640 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141587,7 +141703,7 @@ webhooks: required: - id - name - - &640 + - &641 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141627,8 +141743,8 @@ webhooks: oneOf: - type: string - type: integer - - *639 - *640 + - *641 type: - 'null' - string @@ -141651,9 +141767,9 @@ webhooks: - 'null' required: - body - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141760,9 +141876,9 @@ webhooks: type: - string - 'null' - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141855,10 +141971,10 @@ webhooks: type: string enum: - restored - changes: *641 - installation: *599 - organization: *600 - projects_v2_item: *638 + changes: *642 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141950,9 +142066,9 @@ webhooks: type: string enum: - reopened - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -142033,10 +142149,10 @@ webhooks: title: public event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - repository @@ -142123,13 +142239,13 @@ webhooks: type: string enum: - assigned - assignee: *620 - enterprise: *598 - installation: *599 - number: &642 + assignee: *621 + enterprise: *599 + installation: *600 + number: &643 description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -144478,7 +144594,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -144570,11 +144686,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -146916,7 +147032,7 @@ webhooks: - draft reason: type: string - repository: *601 + repository: *602 sender: *17 required: - action @@ -147008,11 +147124,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -149354,7 +149470,7 @@ webhooks: - draft reason: type: string - repository: *601 + repository: *602 sender: *17 required: - action @@ -149446,13 +149562,13 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: &643 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: &644 allOf: - - *485 + - *486 - type: object properties: allow_auto_merge: @@ -149514,7 +149630,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *601 + repository: *602 sender: *17 required: - action @@ -149605,12 +149721,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -149700,11 +149816,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *598 - milestone: *390 - number: *642 - organization: *600 - pull_request: &644 + enterprise: *599 + milestone: *391 + number: *643 + organization: *601 + pull_request: &645 title: Pull Request type: object properties: @@ -152031,7 +152147,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -152163,12 +152279,12 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -152258,11 +152374,11 @@ webhooks: type: string enum: - labeled - enterprise: *598 - installation: *599 - label: *619 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + label: *620 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -154610,7 +154726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -154701,10 +154817,10 @@ webhooks: type: string enum: - locked - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -157050,7 +157166,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -157140,12 +157256,12 @@ webhooks: type: string enum: - milestoned - enterprise: *598 - milestone: *390 - number: *642 - organization: *600 - pull_request: *644 - repository: *601 + enterprise: *599 + milestone: *391 + number: *643 + organization: *601 + pull_request: *645 + repository: *602 sender: *17 required: - action @@ -157234,12 +157350,12 @@ webhooks: type: string enum: - opened - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157330,12 +157446,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157425,12 +157541,12 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157815,9 +157931,9 @@ webhooks: - start_side - side - reactions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -160047,7 +160163,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -160137,7 +160253,7 @@ webhooks: type: string enum: - deleted - comment: &646 + comment: &647 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. @@ -160430,9 +160546,9 @@ webhooks: - start_side - side - reactions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -162650,7 +162766,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -162740,11 +162856,11 @@ webhooks: type: string enum: - edited - changes: *645 - comment: *646 - enterprise: *598 - installation: *599 - organization: *600 + changes: *646 + comment: *647 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -164965,7 +165081,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -165056,9 +165172,9 @@ webhooks: type: string enum: - dismissed - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -167291,7 +167407,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 review: description: The review that was affected. type: object @@ -167552,9 +167668,9 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -169668,8 +169784,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 - review: &647 + repository: *602 + review: &648 description: The review that was affected. type: object properties: @@ -169917,12 +170033,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -172269,7 +172385,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_reviewer: title: User type: @@ -172355,12 +172471,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -174714,7 +174830,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174919,12 +175035,12 @@ webhooks: type: string enum: - review_requested - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -177273,7 +177389,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_reviewer: title: User type: @@ -177360,12 +177476,12 @@ webhooks: type: string enum: - review_requested - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -179705,7 +179821,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179899,9 +180015,9 @@ webhooks: type: string enum: - submitted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -182137,8 +182253,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 - review: *647 + repository: *602 + review: *648 sender: *17 required: - action @@ -182228,9 +182344,9 @@ webhooks: type: string enum: - resolved - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -184361,7 +184477,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 sender: *17 thread: type: object @@ -184768,9 +184884,9 @@ webhooks: type: string enum: - unresolved - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -186884,7 +187000,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 sender: *17 thread: type: object @@ -187293,10 +187409,10 @@ webhooks: type: string before: type: string - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -189631,7 +189747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -189723,11 +189839,11 @@ webhooks: type: string enum: - unassigned - assignee: *648 - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + assignee: *649 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -192077,7 +192193,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -192166,11 +192282,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *598 - installation: *599 - label: *619 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + label: *620 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -194509,7 +194625,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -194600,10 +194716,10 @@ webhooks: type: string enum: - unlocked - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -196932,7 +197048,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -197145,7 +197261,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *598 + enterprise: *599 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -197240,8 +197356,8 @@ webhooks: - url - author - committer - installation: *599 - organization: *600 + installation: *600 + organization: *601 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197839,9 +197955,9 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 registry_package: type: object properties: @@ -198318,7 +198434,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *631 + items: *632 summary: type: string tag_name: @@ -198374,7 +198490,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -198462,9 +198578,9 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 registry_package: type: object properties: @@ -198776,7 +198892,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *631 + items: *632 summary: type: string tag_name: @@ -198826,7 +198942,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -198913,10 +199029,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - release: &649 + enterprise: *599 + installation: *600 + organization: *601 + release: &650 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199247,7 +199363,7 @@ webhooks: - updated_at - zipball_url - body - repository: *601 + repository: *602 sender: *17 required: - action @@ -199334,11 +199450,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -199465,11 +199581,11 @@ webhooks: type: boolean required: - to - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -199557,9 +199673,9 @@ webhooks: type: string enum: - prereleased - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199895,7 +200011,7 @@ webhooks: - string - 'null' format: uri - repository: *601 + repository: *602 sender: *17 required: - action @@ -199981,10 +200097,10 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 - release: &650 + enterprise: *599 + installation: *600 + organization: *601 + release: &651 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -200317,7 +200433,7 @@ webhooks: - string - 'null' format: uri - repository: *601 + repository: *602 sender: *17 required: - action @@ -200403,11 +200519,11 @@ webhooks: type: string enum: - released - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -200493,11 +200609,11 @@ webhooks: type: string enum: - unpublished - enterprise: *598 - installation: *599 - organization: *600 - release: *650 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *651 + repository: *602 sender: *17 required: - action @@ -200583,10 +200699,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200671,10 +200787,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200759,10 +200875,10 @@ webhooks: type: string enum: - archived - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200849,10 +200965,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200940,10 +201056,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201038,10 +201154,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201166,10 +201282,10 @@ webhooks: - 'null' items: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201257,10 +201373,10 @@ webhooks: type: string enum: - privatized - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201347,10 +201463,10 @@ webhooks: type: string enum: - publicized - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201454,10 +201570,10 @@ webhooks: - name required: - repository - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201537,10 +201653,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 sender: *17 required: @@ -201619,10 +201735,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 sender: *17 required: @@ -201701,10 +201817,10 @@ webhooks: type: string enum: - edited - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 changes: type: object @@ -201766,16 +201882,16 @@ webhooks: properties: added: type: array - items: *506 + items: *507 deleted: type: array - items: *506 + items: *507 updated: type: array items: type: object properties: - rule: *506 + rule: *507 changes: type: object properties: @@ -202022,10 +202138,10 @@ webhooks: - from required: - owner - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202113,10 +202229,10 @@ webhooks: type: string enum: - unarchived - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202204,7 +202320,7 @@ webhooks: type: string enum: - create - alert: &651 + alert: &652 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -202328,10 +202444,10 @@ webhooks: type: string enum: - open - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202551,10 +202667,10 @@ webhooks: type: string enum: - dismissed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202642,11 +202758,11 @@ webhooks: type: string enum: - reopen - alert: *651 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *652 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202858,10 +202974,10 @@ webhooks: enum: - fixed - open - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202949,7 +203065,7 @@ webhooks: type: string enum: - created - alert: &652 + alert: &653 type: object properties: number: *91 @@ -203026,10 +203142,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203120,11 +203236,11 @@ webhooks: type: string enum: - created - alert: *652 - installation: *599 - location: *653 - organization: *600 - repository: *601 + alert: *653 + installation: *600 + location: *654 + organization: *601 + repository: *602 sender: *17 required: - location @@ -203367,11 +203483,11 @@ webhooks: type: string enum: - reopened - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203459,11 +203575,11 @@ webhooks: type: string enum: - resolved - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203551,11 +203667,11 @@ webhooks: type: string enum: - validated - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203641,11 +203757,11 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - security_advisory: &654 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + security_advisory: &655 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203841,11 +203957,11 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - security_advisory: *654 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + security_advisory: *655 sender: *17 required: - action @@ -203928,10 +204044,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -204128,10 +204244,10 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *598 - installation: *599 - organization: *600 - repository: *300 + enterprise: *599 + installation: *600 + organization: *601 + repository: *301 sender: *17 required: - changes @@ -204219,12 +204335,12 @@ webhooks: type: string enum: - cancelled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: &655 + sponsorship: &656 type: object properties: created_at: @@ -204539,12 +204655,12 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - sponsorship @@ -204642,12 +204758,12 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -204734,17 +204850,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &656 + effective_date: &657 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: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - sponsorship @@ -204828,7 +204944,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &657 + changes: &658 type: object properties: tier: @@ -204872,13 +204988,13 @@ webhooks: - from required: - tier - effective_date: *656 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + effective_date: *657 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -204965,13 +205081,13 @@ webhooks: type: string enum: - tier_changed - changes: *657 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + changes: *658 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -205055,10 +205171,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205152,10 +205268,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205594,15 +205710,15 @@ webhooks: type: - string - 'null' - enterprise: *598 + enterprise: *599 id: description: The unique identifier of the status. type: integer - installation: *599 + installation: *600 name: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 sha: description: The Commit SHA. @@ -205715,12 +205831,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205797,6 +205913,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -205810,6 +205944,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -205835,6 +205970,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -205923,9 +206076,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -206395,7 +206548,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -206481,9 +206634,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -206953,7 +207106,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -207040,9 +207193,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -207512,7 +207665,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -207666,9 +207819,9 @@ webhooks: - from required: - permissions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -208138,7 +208291,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - changes @@ -208226,9 +208379,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -208698,7 +208851,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -208781,12 +208934,12 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action responses: @@ -208864,12 +209017,12 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action responses: @@ -208950,10 +209103,10 @@ webhooks: type: string enum: - started - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -209036,17 +209189,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *598 + enterprise: *599 inputs: type: - object - 'null' additionalProperties: true - installation: *599 - organization: *600 + installation: *600 + organization: *601 ref: type: string - repository: *601 + repository: *602 sender: *17 workflow: type: string @@ -209138,10 +209291,10 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: allOf: @@ -209397,7 +209550,7 @@ webhooks: type: string required: - conclusion - deployment: *407 + deployment: *408 required: - action - repository @@ -209486,10 +209639,10 @@ webhooks: type: string enum: - in_progress - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: allOf: @@ -209771,7 +209924,7 @@ webhooks: required: - status - steps - deployment: *407 + deployment: *408 required: - action - repository @@ -209860,10 +210013,10 @@ webhooks: type: string enum: - queued - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: type: object @@ -210009,7 +210162,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -210098,10 +210251,10 @@ webhooks: type: string enum: - waiting - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: type: object @@ -210248,7 +210401,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -210338,12 +210491,12 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object @@ -211372,12 +211525,12 @@ webhooks: type: string enum: - in_progress - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object @@ -212391,12 +212544,12 @@ webhooks: type: string enum: - requested - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index 8f3a70c087..bdbf2272c9 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -1393,6 +1393,15 @@ "type": [ "null" ] + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1429,7 +1438,10 @@ "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.", + "examples": [ + "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + ] } }, "required": [ @@ -124708,6 +124720,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124720,10 +124754,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124737,6 +124794,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -124962,6 +125020,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -124974,7 +125054,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -152201,6 +152282,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152213,7 +152316,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -152650,6 +152754,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -152751,6 +152877,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -152763,7 +152911,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -152780,7 +152929,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -153156,6 +153306,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -153168,7 +153340,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -153579,10 +153752,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -153597,6 +153792,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -154004,6 +154200,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -154016,7 +154234,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -154427,10 +154646,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -154445,6 +154686,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -154838,6 +155080,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -154850,7 +155114,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155261,10 +155526,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -155279,6 +155566,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -155543,6 +155831,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -155555,7 +155865,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -155966,10 +156277,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -155984,6 +156317,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -166518,6 +166852,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -166619,6 +166975,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -166631,7 +167009,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -166648,7 +167027,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -201291,6 +201671,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -201392,6 +201794,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -201404,7 +201828,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -201421,7 +201846,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -208955,6 +209381,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -209056,6 +209504,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -209068,7 +209538,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -209085,7 +209556,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -209764,6 +210236,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -209865,6 +210359,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -209877,7 +210393,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -209894,7 +210411,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -210499,6 +211017,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -210600,6 +211140,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -210612,7 +211174,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -210629,7 +211192,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -212135,6 +212699,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -212236,6 +212822,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -212248,7 +212856,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -212265,7 +212874,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -212944,6 +213554,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -213045,6 +213677,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -213057,7 +213711,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -213074,7 +213729,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -213679,6 +214335,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -213780,6 +214458,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -213792,7 +214492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -213809,7 +214510,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -214686,6 +215388,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -214787,6 +215511,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -214799,7 +215545,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -214816,7 +215563,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -215495,6 +216243,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -215596,6 +216366,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -215608,7 +216400,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -215625,7 +216418,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216230,6 +217024,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -216331,6 +217147,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -216343,7 +217181,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -216360,7 +217199,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -217567,6 +218407,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -217668,6 +218530,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -217680,7 +218564,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -217697,7 +218582,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -218361,6 +219247,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -218462,6 +219370,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -218474,7 +219404,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -218491,7 +219422,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -219145,6 +220077,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -219246,6 +220200,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -219258,7 +220234,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -219275,7 +220252,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220332,6 +221310,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -220433,6 +221433,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -220445,7 +221467,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -220462,7 +221485,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -221141,6 +222165,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -221242,6 +222288,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -221254,7 +222322,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -221271,7 +222340,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -222241,6 +223311,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -222342,6 +223434,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -222354,7 +223468,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -222371,7 +223486,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223050,6 +224166,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -223151,6 +224289,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -223163,7 +224323,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -223180,7 +224341,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -225694,6 +226856,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -225795,6 +226979,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -225807,7 +227013,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -225824,7 +227031,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -228688,6 +229896,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -228789,6 +230019,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -228801,7 +230053,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -228818,7 +230071,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229053,6 +230307,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229154,6 +230430,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229166,7 +230464,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -229183,7 +230482,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229468,6 +230768,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229569,6 +230891,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229581,7 +230925,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -229598,7 +230943,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -229882,6 +231228,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -229983,6 +231351,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -229995,7 +231385,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -230012,7 +231403,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -232673,6 +234065,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -232774,6 +234188,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -232786,7 +234222,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -232803,7 +234240,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233482,6 +234920,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -233583,6 +235043,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -233595,7 +235077,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -233612,7 +235095,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234217,6 +235701,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234318,6 +235824,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234330,7 +235858,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234347,7 +235876,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -260741,6 +262271,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -260842,6 +262394,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -260854,7 +262428,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -260871,7 +262446,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -286203,6 +287779,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -286304,6 +287902,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -286316,7 +287936,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -286333,7 +287954,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -286941,6 +288563,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -287042,6 +288686,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -287054,7 +288720,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -287071,7 +288738,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -287772,6 +289440,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -287873,6 +289563,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -287885,7 +289597,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -287902,7 +289615,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -326116,6 +327830,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -326217,6 +327953,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -326229,7 +327987,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -326246,7 +328005,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -331043,6 +332803,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -331144,6 +332926,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -331156,7 +332960,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -331173,7 +332978,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -352964,6 +354770,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -353065,6 +354893,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -353077,7 +354927,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -353094,7 +354945,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -354126,6 +355978,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -354227,6 +356101,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -354239,7 +356135,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -354256,7 +356153,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -365335,6 +367233,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -365436,6 +367356,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -365448,7 +367390,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -365465,7 +367408,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -366497,6 +368441,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -366598,6 +368564,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -366610,7 +368598,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -366627,7 +368616,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -389125,7 +391115,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" @@ -389279,7 +391269,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" @@ -390948,6 +392938,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -391049,6 +393061,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -391061,7 +393095,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -391078,7 +393113,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -395811,6 +397847,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -395823,7 +397881,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -403993,6 +406052,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -404005,7 +406086,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -408999,6 +411081,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -409011,7 +411115,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -416678,6 +418783,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -416779,6 +418906,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -416791,7 +418940,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -416808,7 +418958,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -418291,6 +420442,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -418392,6 +420565,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -418404,7 +420599,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -418421,7 +420617,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -423099,6 +425296,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -423200,6 +425419,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -423212,7 +425453,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -423229,7 +425471,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -453114,6 +455357,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -453215,6 +455480,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -453227,7 +455514,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -453244,7 +455532,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -478009,6 +480298,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -478021,7 +480332,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -478432,10 +480744,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -478450,6 +480784,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -478840,6 +481175,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -478852,7 +481209,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -479263,10 +481621,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -479281,6 +481661,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -479545,6 +481926,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -479557,7 +481960,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -479968,10 +482372,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -479986,6 +482412,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -489994,6 +492421,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -490095,6 +492544,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -490107,7 +492578,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -490124,7 +492596,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -526880,6 +529353,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -526892,7 +529387,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -527303,10 +529799,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -527321,6 +529839,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -667163,6 +669682,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -667175,7 +669716,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -850946,6 +853488,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -850960,7 +853524,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -850993,6 +853558,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -853133,6 +855720,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -853147,7 +855756,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -853180,6 +855790,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -950826,6 +953458,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -950838,7 +953492,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -957150,6 +959805,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -957162,7 +959839,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -968885,6 +971563,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -968897,7 +971597,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -990762,6 +993463,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -990774,7 +993497,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -997086,6 +999810,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -997098,7 +999844,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1003410,6 +1006157,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1003422,7 +1006191,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1205348,6 +1208118,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1205362,7 +1208154,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1205396,6 +1208189,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1206624,6 +1209439,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1206638,7 +1209475,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1206672,6 +1209510,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1207900,6 +1210760,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1207914,7 +1210796,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1207948,6 +1210831,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1209177,6 +1212082,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1209191,7 +1212118,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1209225,6 +1212153,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210540,6 +1213490,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1210554,7 +1213526,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1210588,6 +1213561,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1211818,6 +1214813,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1211832,7 +1214849,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1211866,6 +1214884,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 70d0817df2..10409236ff 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -894,6 +894,12 @@ paths: parent: type: - 'null' + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -918,10 +924,12 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &270 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4625,7 +4633,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &528 + schema: &529 title: Scim Error description: Scim Error type: object @@ -12676,7 +12684,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &368 + instances_url: &369 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12712,7 +12720,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &369 + dismissed_reason: &370 type: - string - 'null' @@ -12723,14 +12731,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &370 + dismissed_comment: &371 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &371 + rule: &372 type: object properties: id: @@ -12775,7 +12783,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &372 + tool: &373 type: object properties: name: *88 @@ -12786,15 +12794,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &373 + most_recent_instance: &374 type: object properties: - ref: &366 + ref: &367 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &378 + analysis_key: &379 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12805,7 +12813,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &379 + category: &380 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13783,7 +13791,7 @@ paths: - development - runtime - - security_advisory: &399 + security_advisory: &400 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14018,7 +14026,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &400 + auto_dismissed_at: &401 type: - string - 'null' @@ -14461,14 +14469,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &519 + state: &520 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: &520 + resolution: &521 type: - string - 'null' @@ -15140,7 +15148,7 @@ paths: milestone: anyOf: - type: 'null' - - &390 + - &391 title: Milestone description: A collection of related issues and pull requests. @@ -15312,7 +15320,7 @@ paths: timeline_url: type: string format: uri - type: &555 + type: &556 title: Issue Type description: The type of issue. type: @@ -15421,7 +15429,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &552 + sub_issues_summary: &553 title: Sub-issues Summary type: object properties: @@ -15442,7 +15450,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &553 + issue_dependencies_summary: &554 title: Issue Dependencies Summary type: object properties: @@ -15461,7 +15469,7 @@ paths: - total_blocking issue_field_values: type: array - items: &554 + items: &555 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15556,7 +15564,7 @@ paths: - user - created_at - updated_at - comment: &441 + comment: &442 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16126,7 +16134,7 @@ paths: url: type: string format: uri - user: &570 + user: &571 title: Public User description: Public User type: object @@ -20816,14 +20824,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: - - &289 + - &290 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &290 + - &291 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20894,7 +20902,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &301 + '301': &302 description: Moved permanently content: application/json: @@ -20916,7 +20924,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: - - &469 + - &470 name: all description: If `true`, show notifications marked as read. in: query @@ -20924,7 +20932,7 @@ paths: schema: type: boolean default: false - - &470 + - &471 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20934,7 +20942,7 @@ paths: type: boolean default: false - *107 - - &471 + - &472 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: @@ -21440,7 +21448,7 @@ paths: - url - subscription_url examples: - default: &472 + default: &473 value: - id: '1' repository: @@ -21993,7 +22001,7 @@ paths: type: array items: *68 examples: - default: &579 + default: &580 value: - login: github id: 1 @@ -22962,7 +22970,7 @@ paths: type: integer repository_cache_usages: type: array - items: &306 + items: &307 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23216,7 +23224,7 @@ paths: type: array items: *82 examples: - default: &576 + default: &577 value: total_count: 1 repositories: @@ -25022,7 +25030,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -25057,7 +25065,7 @@ paths: - key_id - key examples: - default: &329 + default: &330 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25470,7 +25478,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *130 - - &313 + - &314 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)." @@ -26124,7 +26132,7 @@ paths: be returned. in: query required: false - schema: &367 + schema: &368 type: string description: Severity of a code scanning alert. enum: @@ -26626,7 +26634,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26645,7 +26653,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27227,7 +27235,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27317,7 +27325,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &285 + default: &286 value: group_id: '123' group_name: Octocat admins @@ -27372,7 +27380,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27412,7 +27420,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &283 + default: &284 value: groups: - group_id: '123' @@ -28063,7 +28071,7 @@ paths: application/json: schema: *37 examples: - default: &438 + default: &439 value: id: 1 account: @@ -30447,6 +30455,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - id - node_id @@ -30458,6 +30484,25 @@ paths: - html_url - repositories_url - slug + - type + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -30469,6 +30514,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &267 @@ -30854,7 +30900,7 @@ paths: - nuget - container - *130 - - &580 + - &581 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30895,7 +30941,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &582 + '400': &583 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33404,7 +33450,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Full Repository description: Full Repository type: object @@ -33983,7 +34029,7 @@ paths: - network_count - subscribers_count examples: - default: &302 + default: &303 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34555,7 +34601,7 @@ paths: - *130 - *4 - *5 - - &505 + - &506 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34834,7 +34880,7 @@ paths: - object rules: type: array - items: &506 + items: &507 title: Repository Rule type: object description: A repository rule. @@ -35536,7 +35582,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &507 + - &508 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -35549,7 +35595,7 @@ paths: in: query schema: type: string - - &508 + - &509 name: time_period description: |- The time period to filter by. @@ -35565,14 +35611,14 @@ paths: - week - month default: day - - &509 + - &510 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 - - &510 + - &511 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -35592,7 +35638,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Rule Suites description: Response type: array @@ -35647,7 +35693,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &512 + default: &513 value: - id: 21 actor_id: 12 @@ -35691,7 +35737,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &513 + - &514 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35707,7 +35753,7 @@ paths: description: Response content: application/json: - schema: &514 + schema: &515 title: Rule Suite description: Response type: object @@ -35812,7 +35858,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &515 + default: &516 value: id: 21 actor_id: 12 @@ -36030,7 +36076,7 @@ paths: - *9 - *5 - *4 - - &517 + - &518 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 @@ -36040,7 +36086,7 @@ paths: required: false schema: type: string - - &518 + - &519 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 @@ -36212,7 +36258,7 @@ paths: application/json: schema: type: array - items: &291 + items: &292 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -36268,6 +36314,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -36284,6 +36348,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *267 headers: @@ -36387,7 +36452,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36744,12 +36809,25 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment + ldap_dn: *270 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -36761,13 +36839,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &271 + default: &272 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36843,9 +36922,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 x-github: githubCloudOnly: false @@ -36930,16 +37009,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '201': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 '422': *33 '403': *41 @@ -37009,7 +37088,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37120,7 +37199,7 @@ paths: - updated_at - url examples: - default: &560 + default: &561 value: - author: login: octocat @@ -37229,9 +37308,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &273 + default: &274 value: author: login: octocat @@ -37305,7 +37384,7 @@ paths: parameters: - *130 - *207 - - &274 + - &275 name: discussion_number description: The number that identifies the discussion. in: path @@ -37317,9 +37396,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37343,7 +37422,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: false content: @@ -37366,9 +37445,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &561 + default: &562 value: author: login: octocat @@ -37440,7 +37519,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 responses: '204': description: Response @@ -37468,7 +37547,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 - *9 - *4 - *5 @@ -37479,7 +37558,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37559,7 +37638,7 @@ paths: - updated_at - url examples: - default: &562 + default: &563 value: - author: login: octocat @@ -37629,7 +37708,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: true content: @@ -37651,9 +37730,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &276 + default: &277 value: author: login: octocat @@ -37721,8 +37800,8 @@ paths: parameters: - *130 - *207 - - *274 - - &277 + - *275 + - &278 name: comment_number description: The number that identifies the comment. in: path @@ -37734,9 +37813,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37760,8 +37839,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -37783,9 +37862,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &563 + default: &564 value: author: login: octocat @@ -37851,8 +37930,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 responses: '204': description: Response @@ -37880,8 +37959,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 - 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. @@ -37907,7 +37986,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37951,7 +38030,7 @@ paths: - content - created_at examples: - default: &280 + default: &281 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38003,8 +38082,8 @@ paths: parameters: - *130 - *207 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -38037,9 +38116,9 @@ paths: team discussion comment content: application/json: - schema: *278 + schema: *279 examples: - default: &279 + default: &280 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38068,9 +38147,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38095,9 +38174,9 @@ paths: parameters: - *130 - *207 - - *274 - - *277 - - &281 + - *275 + - *278 + - &282 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38131,7 +38210,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 - 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. @@ -38157,9 +38236,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -38187,7 +38266,7 @@ paths: parameters: - *130 - *207 - - *274 + - *275 requestBody: required: true content: @@ -38219,16 +38298,16 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38253,8 +38332,8 @@ paths: parameters: - *130 - *207 - - *274 - - *281 + - *275 + - *282 responses: '204': description: Response @@ -38284,9 +38363,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38330,9 +38409,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -38437,7 +38516,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Team Membership description: Team Membership type: object @@ -38465,7 +38544,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &564 + response-if-user-is-a-team-maintainer: &565 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38528,9 +38607,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-users-membership-with-team-is-now-pending: &565 + response-if-users-membership-with-team-is-now-pending: &566 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38604,7 +38683,7 @@ paths: application/json: schema: type: array - items: &287 + items: &288 title: Team Project description: A team's access to a project. type: object @@ -38673,7 +38752,7 @@ paths: - updated_at - permissions examples: - default: &566 + default: &567 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38736,7 +38815,7 @@ paths: parameters: - *130 - *207 - - &288 + - &289 name: project_id description: The unique identifier of the project. in: path @@ -38748,9 +38827,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: &567 + default: &568 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38812,7 +38891,7 @@ paths: parameters: - *130 - *207 - - *288 + - *289 requestBody: required: false content: @@ -38879,7 +38958,7 @@ paths: parameters: - *130 - *207 - - *288 + - *289 responses: '204': description: Response @@ -38947,14 +39026,14 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &568 + schema: &569 title: Team Repository description: A team's access to a repository. type: object @@ -39597,8 +39676,8 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 requestBody: required: false content: @@ -39645,8 +39724,8 @@ paths: parameters: - *130 - *207 - - *289 - *290 + - *291 responses: '204': description: Response @@ -39681,9 +39760,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - response-if-child-teams-exist: &569 + response-if-child-teams-exist: &570 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39810,7 +39889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#get-a-project-card parameters: - - &292 + - &293 name: card_id description: The unique identifier of the card. in: path @@ -39822,7 +39901,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Project Card description: Project cards represent a scope of work. type: object @@ -39897,7 +39976,7 @@ paths: - created_at - updated_at examples: - default: &294 + default: &295 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39953,7 +40032,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: - - *292 + - *293 requestBody: required: false content: @@ -39983,9 +40062,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '304': *40 '403': *41 '401': *39 @@ -40012,7 +40091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#delete-a-project-card parameters: - - *292 + - *293 responses: '204': description: Response @@ -40056,7 +40135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#move-a-project-card parameters: - - *292 + - *293 requestBody: required: true content: @@ -40166,7 +40245,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#get-a-project-column parameters: - - &295 + - &296 name: column_id description: The unique identifier of the column. in: path @@ -40178,7 +40257,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Project Column description: Project columns contain cards of work. type: object @@ -40232,7 +40311,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40261,7 +40340,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: - - *295 + - *296 requestBody: required: true content: @@ -40286,9 +40365,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '304': *40 '403': *41 '401': *39 @@ -40307,7 +40386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#delete-a-project-column parameters: - - *295 + - *296 responses: '204': description: Response @@ -40333,7 +40412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#list-project-cards parameters: - - *295 + - *296 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40354,7 +40433,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -40413,7 +40492,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/cards#create-a-project-card parameters: - - *295 + - *296 requestBody: required: true content: @@ -40457,9 +40536,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '304': *40 '403': *41 '401': *39 @@ -40512,7 +40591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#move-a-project-column parameters: - - *295 + - *296 requestBody: required: true content: @@ -40569,7 +40648,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#get-a-project parameters: - - *288 + - *289 responses: '200': description: Response @@ -40577,7 +40656,7 @@ paths: application/json: schema: *228 examples: - default: &298 + default: &299 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40630,7 +40709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#update-a-project parameters: - - *288 + - *289 requestBody: required: false content: @@ -40681,7 +40760,7 @@ paths: application/json: schema: *228 examples: - default: *298 + default: *299 '404': description: Not Found if the authenticated user does not have access to the project @@ -40720,7 +40799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#delete-a-project parameters: - - *288 + - *289 responses: '204': description: Delete Success @@ -40764,7 +40843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *288 + - *289 - 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 @@ -40816,7 +40895,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *288 + - *289 - *8 requestBody: required: false @@ -40866,7 +40945,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: - - *288 + - *289 - *8 responses: '204': @@ -40895,7 +40974,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: - - *288 + - *289 - *8 responses: '200': @@ -40960,7 +41039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#list-project-columns parameters: - - *288 + - *289 - *4 - *5 responses: @@ -40970,7 +41049,7 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: default: value: @@ -41002,7 +41081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/columns#create-a-project-column parameters: - - *288 + - *289 requestBody: required: true content: @@ -41026,7 +41105,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -41088,7 +41167,7 @@ paths: resources: type: object properties: - core: &299 + core: &300 title: Rate Limit type: object properties: @@ -41105,20 +41184,20 @@ paths: - remaining - reset - used - graphql: *299 - search: *299 - code_search: *299 - source_import: *299 - integration_manifest: *299 - code_scanning_upload: *299 - actions_runner_registration: *299 - scim: *299 - dependency_sbom: *299 - code_scanning_autofix: *299 + graphql: *300 + search: *300 + code_search: *300 + source_import: *300 + integration_manifest: *300 + code_scanning_upload: *300 + actions_runner_registration: *300 + scim: *300 + dependency_sbom: *300 + code_scanning_autofix: *300 required: - core - search - rate: *299 + rate: *300 required: - rate - resources @@ -41223,14 +41302,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default-response: summary: Default response @@ -41729,7 +41808,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *301 + '301': *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41747,8 +41826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -41965,10 +42044,10 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 - '307': &303 + default: *303 + '307': &304 description: Temporary Redirect content: application/json: @@ -42013,8 +42092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -42036,7 +42115,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': *303 + '307': *304 '404': *24 '409': *135 x-github: @@ -42060,11 +42139,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *289 - *290 + - *291 - *4 - *5 - - &320 + - &321 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42087,7 +42166,7 @@ paths: type: integer artifacts: type: array - items: &304 + items: &305 title: Artifact description: An artifact type: object @@ -42173,7 +42252,7 @@ paths: - expires_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 artifacts: @@ -42232,9 +42311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *289 - *290 - - &305 + - *291 + - &306 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42246,7 +42325,7 @@ paths: description: Response content: application/json: - schema: *304 + schema: *305 examples: default: value: @@ -42283,9 +42362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *289 - *290 - - *305 + - *291 + - *306 responses: '204': description: Response @@ -42309,9 +42388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *289 - *290 - - *305 + - *291 + - *306 - name: archive_format in: path required: true @@ -42348,14 +42427,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -42381,14 +42460,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &307 + schema: &308 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -42401,7 +42480,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &308 + default: &309 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -42422,8 +42501,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -42431,9 +42510,9 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: - selected_actions: *308 + selected_actions: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42453,11 +42532,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: - - *289 - *290 + - *291 - *4 - *5 - - &309 + - &310 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 @@ -42491,7 +42570,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Repository actions caches description: Repository actions caches type: object @@ -42541,7 +42620,7 @@ paths: - total_count - actions_caches examples: - default: &311 + default: &312 value: total_count: 1 actions_caches: @@ -42573,23 +42652,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: - - *289 - *290 + - *291 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42609,8 +42688,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: - - *289 - *290 + - *291 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42641,9 +42720,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: - - *289 - *290 - - &312 + - *291 + - &313 name: job_id description: The unique identifier of the job. in: path @@ -42655,7 +42734,7 @@ paths: description: Response content: application/json: - schema: &324 + schema: &325 title: Job description: Information of a job execution in a workflow run type: object @@ -43002,9 +43081,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: - - *289 - *290 - - *312 + - *291 + - *313 responses: '302': description: Response @@ -43032,9 +43111,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: - - *289 - *290 - - *312 + - *291 + - *313 requestBody: required: false content: @@ -43080,8 +43159,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: - - *289 - *290 + - *291 responses: '200': description: Status response @@ -43131,8 +43210,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -43195,8 +43274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -43214,7 +43293,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43235,7 +43314,7 @@ paths: - created_at - updated_at examples: - default: &327 + default: &328 value: total_count: 2 secrets: @@ -43268,9 +43347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *289 - *290 - - *313 + - *291 + - *314 - *5 responses: '200': @@ -43287,7 +43366,7 @@ paths: type: integer variables: type: array - items: &330 + items: &331 title: Actions Variable type: object properties: @@ -43321,7 +43400,7 @@ paths: - created_at - updated_at examples: - default: &331 + default: &332 value: total_count: 2 variables: @@ -43354,8 +43433,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43364,7 +43443,7 @@ paths: schema: type: object properties: - enabled: &314 + enabled: &315 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -43397,8 +43476,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -43409,7 +43488,7 @@ paths: schema: type: object properties: - enabled: *314 + enabled: *315 allowed_actions: *67 required: - enabled @@ -43440,14 +43519,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: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: access_level: @@ -43465,7 +43544,7 @@ paths: required: - access_level examples: - default: &316 + default: &317 value: access_level: organization x-github: @@ -43490,15 +43569,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: - - *289 - *290 + - *291 requestBody: required: true content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 responses: '204': description: Response @@ -43522,8 +43601,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43554,8 +43633,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -43587,8 +43666,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43617,8 +43696,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: - - *289 - *290 + - *291 responses: '204': description: Success response @@ -43658,8 +43737,8 @@ paths: in: query schema: type: string - - *289 - *290 + - *291 - *4 - *5 responses: @@ -43703,8 +43782,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -43736,8 +43815,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -43811,8 +43890,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: - - *289 - *290 + - *291 responses: '201': description: Response @@ -43848,8 +43927,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: - - *289 - *290 + - *291 responses: '201': description: Response @@ -43879,8 +43958,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: - - *289 - *290 + - *291 - *79 responses: '200': @@ -43910,8 +43989,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: - - *289 - *290 + - *291 - *79 responses: '204': @@ -43938,8 +44017,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: - - *289 - *290 + - *291 - *79 responses: '200': *85 @@ -43964,8 +44043,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: - - *289 - *290 + - *291 - *79 requestBody: required: true @@ -44014,8 +44093,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: - - *289 - *290 + - *291 - *79 requestBody: required: true @@ -44065,8 +44144,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: - - *289 - *290 + - *291 - *79 responses: '200': *155 @@ -44096,8 +44175,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: - - *289 - *290 + - *291 - *79 - *156 responses: @@ -44127,9 +44206,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: - - *289 - *290 - - &334 + - *291 + - &335 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. @@ -44137,7 +44216,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44145,7 +44224,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44154,7 +44233,7 @@ paths: required: false schema: type: string - - &337 + - &338 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 @@ -44181,7 +44260,7 @@ paths: - pending - *4 - *5 - - &338 + - &339 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)." @@ -44190,7 +44269,7 @@ paths: schema: type: string format: date-time - - &317 + - &318 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44199,13 +44278,13 @@ paths: schema: type: boolean default: false - - &339 + - &340 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &340 + - &341 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44228,7 +44307,7 @@ paths: type: integer workflow_runs: type: array - items: &318 + items: &319 title: Workflow Run description: An invocation of a workflow type: object @@ -44345,7 +44424,7 @@ paths: type: - array - 'null' - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -44472,7 +44551,7 @@ paths: head_commit: anyOf: - type: 'null' - - &362 + - &363 title: Simple Commit description: A commit. type: object @@ -44587,7 +44666,7 @@ paths: - workflow_url - pull_requests examples: - default: &341 + default: &342 value: total_count: 1 workflow_runs: @@ -44823,24 +44902,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *289 - *290 - - &319 + - *291 + - &320 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &322 + default: &323 value: id: 30433642 name: Build @@ -45081,9 +45160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '204': description: Response @@ -45106,9 +45185,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '200': description: Response @@ -45238,12 +45317,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *289 - *290 - - *319 + - *291 + - *320 - *4 - *5 - - *320 + - *321 responses: '200': description: Response @@ -45259,9 +45338,9 @@ paths: type: integer artifacts: type: array - items: *304 + items: *305 examples: - default: *321 + default: *322 headers: Link: *6 x-github: @@ -45285,25 +45364,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: - - *289 - *290 - - *319 - - &323 + - *291 + - *320 + - &324 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *317 + - *318 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45326,10 +45405,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: - - *289 - *290 - - *319 - - *323 + - *291 + - *320 + - *324 - *4 - *5 responses: @@ -45347,9 +45426,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: &325 + default: &326 value: total_count: 1 jobs: @@ -45462,10 +45541,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: - - *289 - *290 - - *319 - - *323 + - *291 + - *320 + - *324 responses: '302': description: Response @@ -45493,9 +45572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '202': description: Response @@ -45528,9 +45607,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: true content: @@ -45597,9 +45676,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '202': description: Response @@ -45632,9 +45711,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: - - *289 - *290 - - *319 + - *291 + - *320 - 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 @@ -45664,9 +45743,9 @@ paths: type: integer jobs: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *6 x-github: @@ -45691,9 +45770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '302': description: Response @@ -45720,9 +45799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *289 - *290 - - *319 + - *291 + - *320 responses: '204': description: Response @@ -45749,9 +45828,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: - - *289 - *290 - - *319 + - *291 + - *320 responses: '200': description: Response @@ -45820,7 +45899,7 @@ paths: items: type: object properties: - type: &412 + type: &413 type: string description: The type of reviewer. enum: @@ -45831,7 +45910,7 @@ paths: reviewer: anyOf: - *17 - - *291 + - *292 required: - environment - wait_timer @@ -45906,9 +45985,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: true content: @@ -45958,7 +46037,7 @@ paths: application/json: schema: type: array - items: &407 + items: &408 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46070,7 +46149,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &409 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46126,9 +46205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: false content: @@ -46173,9 +46252,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: - - *289 - *290 - - *319 + - *291 + - *320 requestBody: required: false content: @@ -46223,8 +46302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -46242,9 +46321,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *6 x-github: @@ -46269,16 +46348,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46300,17 +46379,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &425 + default: &426 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46336,8 +46415,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: - - *289 - *290 + - *291 - *158 requestBody: required: true @@ -46395,8 +46474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '204': @@ -46422,9 +46501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *289 - *290 - - *313 + - *291 + - *314 - *5 responses: '200': @@ -46441,9 +46520,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *6 x-github: @@ -46466,8 +46545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -46519,17 +46598,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &426 + default: &427 value: name: USERNAME value: octocat @@ -46555,8 +46634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 requestBody: required: true @@ -46599,8 +46678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *289 - *290 + - *291 - *161 responses: '204': @@ -46626,8 +46705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -46645,7 +46724,7 @@ paths: type: integer workflows: type: array - items: &332 + items: &333 title: Workflow description: A GitHub Actions workflow type: object @@ -46763,9 +46842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *289 - *290 - - &333 + - *291 + - &334 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46780,7 +46859,7 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -46813,9 +46892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46840,9 +46919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46893,9 +46972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *289 - *290 - - *333 + - *291 + - *334 responses: '204': description: Response @@ -46922,19 +47001,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: - - *289 - *290 - - *333 + - *291 - *334 - *335 - *336 - *337 + - *338 - *4 - *5 - - *338 - - *317 - *339 + - *318 - *340 + - *341 responses: '200': description: Response @@ -46950,9 +47029,9 @@ paths: type: integer workflow_runs: type: array - items: *318 + items: *319 examples: - default: *341 + default: *342 headers: Link: *6 x-github: @@ -46975,8 +47054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *289 - *290 + - *291 - *9 - *4 - *86 @@ -47144,8 +47223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -47182,8 +47261,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: - - *289 - *290 + - *291 - name: assignee in: path required: true @@ -47217,8 +47296,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -47226,7 +47305,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -47285,8 +47364,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -47325,9 +47404,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -47358,9 +47437,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: - - *289 - *290 - - &344 + - *291 + - &345 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47372,9 +47451,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *24 x-github: githubCloudOnly: false @@ -47394,9 +47473,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: - - *289 - *290 - - *344 + - *291 + - *345 responses: '204': description: Response @@ -47420,8 +47499,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: - - *289 - *290 + - *291 responses: '200': description: Response if Dependabot is enabled @@ -47470,8 +47549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *289 - *290 + - *291 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47509,7 +47588,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -47552,7 +47631,7 @@ paths: required: - contexts - checks - enforce_admins: &349 + enforce_admins: &350 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47569,7 +47648,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &351 + required_pull_request_reviews: &352 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47591,7 +47670,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *291 + items: *292 apps: description: The list of apps with review dismissal access. @@ -47623,7 +47702,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *291 + items: *292 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47653,7 +47732,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &348 + restrictions: &349 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47716,7 +47795,7 @@ paths: type: string teams: type: array - items: *291 + items: *292 apps: type: array items: @@ -47946,9 +48025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *289 - *290 - - &347 + - *291 + - &348 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). @@ -47962,14 +48041,14 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &386 + commit: &387 title: Commit description: Commit type: object @@ -48008,7 +48087,7 @@ paths: author: anyOf: - type: 'null' - - &345 + - &346 title: Git User description: Metaproperties for Git author/committer information. @@ -48029,7 +48108,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 message: type: string examples: @@ -48053,7 +48132,7 @@ paths: required: - sha - url - verification: &432 + verification: &433 title: Verification type: object properties: @@ -48128,7 +48207,7 @@ paths: type: integer files: type: array - items: &396 + items: &397 title: Diff Entry description: Diff Entry type: object @@ -48224,7 +48303,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -48330,7 +48409,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *301 + '301': *302 '404': *24 x-github: githubCloudOnly: false @@ -48352,15 +48431,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -48554,9 +48633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -48816,7 +48895,7 @@ paths: url: type: string format: uri - required_status_checks: &354 + required_status_checks: &355 title: Status Check Policy description: Status Check Policy type: object @@ -48897,7 +48976,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 apps: type: array items: *23 @@ -48915,7 +48994,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 apps: type: array items: *23 @@ -48975,7 +49054,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -49087,9 +49166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49114,17 +49193,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49146,17 +49225,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49175,9 +49254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49202,17 +49281,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49308,9 +49387,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: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49408,9 +49487,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *33 x-github: githubCloudOnly: false @@ -49431,9 +49510,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49460,17 +49539,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49493,17 +49572,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *353 + default: *354 '404': *24 x-github: githubCloudOnly: false @@ -49523,9 +49602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49550,17 +49629,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49586,9 +49665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49640,9 +49719,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *24 '422': *33 x-github: @@ -49664,9 +49743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -49690,9 +49769,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -49726,9 +49805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49795,9 +49874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -49861,9 +49940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: content: application/json: @@ -49929,15 +50008,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -50028,9 +50107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 responses: '204': description: Response @@ -50053,9 +50132,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50065,7 +50144,7 @@ paths: type: array items: *23 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -50122,9 +50201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50158,7 +50237,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50179,9 +50258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50215,7 +50294,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50236,9 +50315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50272,7 +50351,7 @@ paths: type: array items: *23 examples: - default: *356 + default: *357 '422': *33 x-github: githubCloudOnly: false @@ -50294,9 +50373,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50304,7 +50383,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '404': *24 @@ -50326,9 +50405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -50364,7 +50443,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50387,9 +50466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: false content: @@ -50425,7 +50504,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50448,9 +50527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: content: application/json: @@ -50485,7 +50564,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 '422': *33 @@ -50509,9 +50588,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: - - *289 - *290 - - *347 + - *291 + - *348 responses: '200': description: Response @@ -50545,9 +50624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50605,9 +50684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50665,9 +50744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50727,9 +50806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *289 - *290 - - *347 + - *291 + - *348 requestBody: required: true content: @@ -50751,7 +50830,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -50864,8 +50943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -51144,7 +51223,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51279,8 +51358,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *358 - deployment: &605 + items: *359 + deployment: &606 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51567,9 +51646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *289 - *290 - - &360 + - *291 + - &361 name: check_run_id description: The unique identifier of the check run. in: path @@ -51581,9 +51660,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51683,9 +51762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *289 - *290 - - *360 + - *291 + - *361 requestBody: required: true content: @@ -51925,9 +52004,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51947,9 +52026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *289 - *290 - - *360 + - *291 + - *361 - *4 - *5 responses: @@ -52059,9 +52138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *289 - *290 - - *360 + - *291 + - *361 responses: '201': description: Response @@ -52105,8 +52184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -52128,7 +52207,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &363 + schema: &364 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52210,7 +52289,7 @@ paths: type: - array - 'null' - items: *358 + items: *359 app: anyOf: - type: 'null' @@ -52226,7 +52305,7 @@ paths: - string - 'null' format: date-time - head_commit: *362 + head_commit: *363 latest_check_runs_count: type: integer check_runs_url: @@ -52254,7 +52333,7 @@ paths: - check_runs_url - pull_requests examples: - default: &364 + default: &365 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52545,9 +52624,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52566,8 +52645,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -52876,9 +52955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *289 - *290 - - &365 + - *291 + - &366 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52890,9 +52969,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52915,17 +52994,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: - - *289 - *290 - - *365 - - &393 + - *291 + - *366 + - &394 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &394 + - &395 name: status description: Returns check runs with the specified `status`. in: query @@ -52964,9 +53043,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: &395 + default: &396 value: total_count: 1 check_runs: @@ -53068,9 +53147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *289 - *290 - - *365 + - *291 + - *366 responses: '201': description: Response @@ -53103,20 +53182,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: - - *289 - *290 + - *291 - *173 - *174 - *5 - *4 - - &377 + - &378 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: *366 + schema: *367 - *9 - name: sort description: The property by which to sort the results. @@ -53139,7 +53218,7 @@ paths: be returned. in: query required: false - schema: *367 + schema: *368 responses: '200': description: Response @@ -53155,7 +53234,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *368 + instances_url: *369 state: *90 fixed_at: *100 dismissed_by: @@ -53163,11 +53242,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *369 - dismissed_comment: *370 - rule: *371 - tool: *372 - most_recent_instance: *373 + dismissed_reason: *370 + dismissed_comment: *371 + rule: *372 + tool: *373 + most_recent_instance: *374 dismissal_approved_by: anyOf: - type: 'null' @@ -53287,7 +53366,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &374 + '403': &375 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53314,9 +53393,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: - - *289 - *290 - - &375 + - *291 + - &376 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53330,7 +53409,7 @@ paths: description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: number: *91 @@ -53338,7 +53417,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *368 + instances_url: *369 state: *90 fixed_at: *100 dismissed_by: @@ -53346,8 +53425,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *369 - dismissed_comment: *370 + dismissed_reason: *370 + dismissed_comment: *371 rule: type: object properties: @@ -53409,8 +53488,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *372 - most_recent_instance: *373 + tool: *373 + most_recent_instance: *374 dismissal_approved_by: anyOf: - type: 'null' @@ -53503,7 +53582,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53523,9 +53602,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: - - *289 - *290 - - *375 + - *291 + - *376 requestBody: required: true content: @@ -53540,8 +53619,8 @@ paths: enum: - open - dismissed - dismissed_reason: *369 - dismissed_comment: *370 + dismissed_reason: *370 + dismissed_comment: *371 required: - state examples: @@ -53556,7 +53635,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -53632,7 +53711,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &382 + '403': &383 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53659,12 +53738,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: - - *289 - *290 - - *375 + - *291 + - *376 - *5 - *4 - - *377 + - *378 responses: '200': description: Response @@ -53672,7 +53751,7 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: default: value: @@ -53711,7 +53790,7 @@ paths: end_column: 50 classifications: - source - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53745,8 +53824,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: - - *289 - *290 + - *291 - *173 - *174 - *5 @@ -53757,12 +53836,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: *366 + schema: *367 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &380 + schema: &381 type: string description: An identifier for the upload. examples: @@ -53784,23 +53863,23 @@ paths: application/json: schema: type: array - items: &381 + items: &382 type: object properties: - ref: *366 - commit_sha: &383 + ref: *367 + commit_sha: &384 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: *378 + analysis_key: *379 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *379 + category: *380 error: type: string examples: @@ -53825,8 +53904,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *380 - tool: *372 + sarif_id: *381 + tool: *373 deletable: type: boolean warning: @@ -53888,7 +53967,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -53924,8 +54003,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: - - *289 - *290 + - *291 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53938,7 +54017,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: response: summary: application/json response @@ -53992,7 +54071,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -54074,8 +54153,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: - - *289 - *290 + - *291 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54131,7 +54210,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': *32 - '403': *382 + '403': *383 '404': *24 '503': *102 x-github: @@ -54153,8 +54232,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -54220,7 +54299,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *374 + '403': *375 '404': *24 '503': *102 x-github: @@ -54241,8 +54320,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -54313,7 +54392,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *382 + '403': *383 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -54384,8 +54463,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -54393,7 +54472,7 @@ paths: schema: type: object properties: - commit_sha: *383 + commit_sha: *384 ref: type: string description: |- @@ -54448,7 +54527,7 @@ paths: schema: type: object properties: - id: *380 + id: *381 url: type: string description: The REST API URL for checking the status of the upload. @@ -54462,7 +54541,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': *382 + '403': *383 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -54485,8 +54564,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: - - *289 - *290 + - *291 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -54534,7 +54613,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': *374 + '403': *375 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -54559,8 +54638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *289 - *290 + - *291 - 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 @@ -54691,8 +54770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *289 - *290 + - *291 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -54730,7 +54809,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: Collaborator description: Collaborator type: object @@ -54922,8 +55001,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: - - *289 - *290 + - *291 - *8 responses: '204': @@ -54960,8 +55039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *289 - *290 + - *291 - *8 requestBody: required: false @@ -55031,8 +55110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *289 - *290 + - *291 - *8 responses: '204': @@ -55064,8 +55143,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: - - *289 - *290 + - *291 - *8 responses: '200': @@ -55086,7 +55165,7 @@ paths: user: anyOf: - type: 'null' - - *384 + - *385 required: - permission - role_name @@ -55140,8 +55219,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: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -55151,7 +55230,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: Commit Comment description: Commit Comment type: object @@ -55209,7 +55288,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &389 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55268,17 +55347,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: &389 + default: &390 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55335,8 +55414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -55359,7 +55438,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -55410,8 +55489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *289 - *290 + - *291 - *116 responses: '204': @@ -55433,8 +55512,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -55461,9 +55540,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -55484,8 +55563,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -55518,16 +55597,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -55549,10 +55628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -55601,8 +55680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *289 - *290 + - *291 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -55658,9 +55737,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: &490 + default: &491 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55753,9 +55832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *289 - *290 - - &387 + - *291 + - &388 name: commit_sha description: The SHA of the commit. in: path @@ -55827,9 +55906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *289 - *290 - - *387 + - *291 + - *388 - *4 - *5 responses: @@ -55839,9 +55918,9 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: - default: *388 + default: *389 headers: Link: *6 x-github: @@ -55869,9 +55948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *289 - *290 - - *387 + - *291 + - *388 requestBody: required: true content: @@ -55906,9 +55985,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *389 + default: *390 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55936,9 +56015,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: - - *289 - *290 - - *387 + - *291 + - *388 - *4 - *5 responses: @@ -55948,7 +56027,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Pull Request Simple description: Pull Request Simple type: object @@ -56068,7 +56147,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 active_lock_reason: type: - string @@ -56123,7 +56202,7 @@ paths: type: - array - 'null' - items: *291 + items: *292 head: type: object properties: @@ -56167,7 +56246,7 @@ paths: _links: type: object properties: - comments: &391 + comments: &392 title: Link description: Hypermedia Link type: object @@ -56176,13 +56255,13 @@ paths: type: string required: - href - commits: *391 - statuses: *391 - html: *391 - issue: *391 - review_comments: *391 - review_comment: *391 - self: *391 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -56193,7 +56272,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &482 + auto_merge: &483 title: Auto merge description: The status of auto merging a pull request. type: @@ -56258,7 +56337,7 @@ paths: - author_association - auto_merge examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56795,11 +56874,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *289 - *290 + - *291 - *5 - *4 - - &392 + - &393 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)" @@ -56814,9 +56893,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &466 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56926,11 +57005,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: - - *289 - *290 - - *392 + - *291 - *393 - *394 + - *395 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56964,9 +57043,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *395 + default: *396 headers: Link: *6 x-github: @@ -56991,9 +57070,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: - - *289 - *290 - - *392 + - *291 + - *393 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -57001,7 +57080,7 @@ paths: schema: type: integer example: 1 - - *393 + - *394 - *4 - *5 responses: @@ -57019,7 +57098,7 @@ paths: type: integer check_suites: type: array - items: *363 + items: *364 examples: default: value: @@ -57219,9 +57298,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: - - *289 - *290 - - *392 + - *291 + - *393 - *4 - *5 responses: @@ -57423,9 +57502,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: - - *289 - *290 - - *392 + - *291 + - *393 - *4 - *5 responses: @@ -57435,7 +57514,7 @@ paths: application/json: schema: type: array - items: &523 + items: &524 title: Status description: The status of a commit. type: object @@ -57516,7 +57595,7 @@ paths: site_admin: false headers: Link: *6 - '301': *301 + '301': *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57584,8 +57663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *289 - *290 + - *291 - *5 - *4 - name: basehead @@ -57633,8 +57712,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *386 - merge_base_commit: *386 + base_commit: *387 + merge_base_commit: *387 status: type: string enum: @@ -57658,10 +57737,10 @@ paths: - 6 commits: type: array - items: *386 + items: *387 files: type: array - items: *396 + items: *397 required: - url - html_url @@ -57940,8 +58019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58094,7 +58173,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &397 + response-if-content-is-a-file: &398 summary: Response if content is a file value: type: file @@ -58231,7 +58310,7 @@ paths: - size - type - url - - &495 + - &496 title: Content File description: Content File type: object @@ -58449,7 +58528,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *397 + response-if-content-is-a-file: *398 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58518,7 +58597,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &499 + '302': &500 description: Found '304': *40 x-github: @@ -58542,8 +58621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58638,7 +58717,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: File Commit description: File Commit type: object @@ -58787,7 +58866,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: example-for-creating-a-file: value: @@ -58838,7 +58917,7 @@ paths: schema: oneOf: - *22 - - &427 + - &428 description: Repository rule violation was detected type: object properties: @@ -58891,8 +58970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *289 - *290 + - *291 - name: path description: path parameter in: path @@ -58953,7 +59032,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -59004,8 +59083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *289 - *290 + - *291 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -59129,8 +59208,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: - - *289 - *290 + - *291 - *181 - *182 - *183 @@ -59152,7 +59231,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 type: object description: A Dependabot alert. properties: @@ -59187,7 +59266,7 @@ paths: - development - runtime - - security_advisory: *399 + security_advisory: *400 security_vulnerability: *94 url: *95 html_url: *96 @@ -59218,7 +59297,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *400 + auto_dismissed_at: *401 required: - number - state @@ -59445,9 +59524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *289 - *290 - - &402 + - *291 + - &403 name: alert_number in: path description: |- @@ -59462,7 +59541,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -59566,9 +59645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *289 - *290 - - *402 + - *291 + - *403 requestBody: required: true content: @@ -59613,7 +59692,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -59742,8 +59821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -59761,7 +59840,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59815,16 +59894,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59844,15 +59923,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -59878,8 +59957,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: - - *289 - *290 + - *291 - *158 requestBody: required: true @@ -59932,8 +60011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *289 - *290 + - *291 - *158 responses: '204': @@ -59956,8 +60035,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: - - *289 - *290 + - *291 - 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 @@ -60131,8 +60210,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -60378,8 +60457,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -60462,7 +60541,7 @@ paths: - version - url additionalProperties: false - metadata: &406 + metadata: &407 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60501,7 +60580,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *406 + metadata: *407 resolved: type: object description: A collection of resolved package dependencies. @@ -60515,7 +60594,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *406 + metadata: *407 relationship: type: string description: A notation of whether a dependency is requested @@ -60648,8 +60727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *289 - *290 + - *291 - name: sha description: The SHA recorded at creation time. in: query @@ -60690,9 +60769,9 @@ paths: application/json: schema: type: array - items: *407 + items: *408 examples: - default: *408 + default: *409 headers: Link: *6 x-github: @@ -60758,8 +60837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -60841,7 +60920,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: simple-example: summary: Simple example @@ -60914,9 +60993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *289 - *290 - - &409 + - *291 + - &410 name: deployment_id description: deployment_id parameter in: path @@ -60928,7 +61007,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -60993,9 +61072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *289 - *290 - - *409 + - *291 + - *410 responses: '204': description: Response @@ -61017,9 +61096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *289 - *290 - - *409 + - *291 + - *410 - *4 - *5 responses: @@ -61029,7 +61108,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Deployment Status description: The status of a deployment. type: object @@ -61193,9 +61272,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *289 - *290 - - *409 + - *291 + - *410 requestBody: required: true content: @@ -61270,9 +61349,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61328,9 +61407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *289 - *290 - - *409 + - *291 + - *410 - name: status_id in: path required: true @@ -61341,9 +61420,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 '404': *24 x-github: githubCloudOnly: false @@ -61368,8 +61447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -61426,8 +61505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -61445,7 +61524,7 @@ paths: - 5 environments: type: array - items: &413 + items: &414 title: Environment description: Details of a deployment environment type: object @@ -61507,7 +61586,7 @@ paths: type: string examples: - wait_timer - wait_timer: &415 + wait_timer: &416 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -61549,11 +61628,11 @@ paths: items: type: object properties: - type: *412 + type: *413 reviewer: anyOf: - *17 - - *291 + - *292 required: - id - node_id @@ -61576,7 +61655,7 @@ paths: - id - node_id - type - deployment_branch_policy: &416 + deployment_branch_policy: &417 type: - object - 'null' @@ -61692,9 +61771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *289 - *290 - - &414 + - *291 + - &415 name: environment_name in: path required: true @@ -61707,9 +61786,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &417 + default: &418 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61792,9 +61871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: false content: @@ -61804,7 +61883,7 @@ paths: - object - 'null' properties: - wait_timer: *415 + wait_timer: *416 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -61823,14 +61902,14 @@ paths: items: type: object properties: - type: *412 + type: *413 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *416 + deployment_branch_policy: *417 additionalProperties: false examples: default: @@ -61850,9 +61929,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *417 + default: *418 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61876,9 +61955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *289 - *290 - - *414 + - *291 + - *415 responses: '204': description: Default response @@ -61903,9 +61982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *4 - *5 responses: @@ -61924,7 +62003,7 @@ paths: - 2 branch_policies: type: array - items: &418 + items: &419 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61985,9 +62064,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: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: true content: @@ -62035,9 +62114,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - example-wildcard: &419 + example-wildcard: &420 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -62079,10 +62158,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: - - *289 - *290 - - *414 - - &420 + - *291 + - *415 + - &421 name: branch_policy_id in: path required: true @@ -62094,9 +62173,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62115,10 +62194,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: - - *289 - *290 - - *414 - - *420 + - *291 + - *415 + - *421 requestBody: required: true content: @@ -62147,9 +62226,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62168,10 +62247,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: - - *289 - *290 - - *414 - - *420 + - *291 + - *415 + - *421 responses: '204': description: Response @@ -62196,9 +62275,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: - - *414 + - *415 + - *291 - *290 - - *289 responses: '200': description: List of deployment protection rules @@ -62215,7 +62294,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &421 + items: &422 title: Deployment protection rule description: Deployment protection rule type: object @@ -62237,7 +62316,7 @@ paths: for the environment. examples: - true - app: &422 + app: &423 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62340,9 +62419,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: - - *414 + - *415 + - *291 - *290 - - *289 requestBody: content: application/json: @@ -62363,9 +62442,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *421 + schema: *422 examples: - default: &423 + default: &424 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62400,9 +62479,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: - - *414 + - *415 + - *291 - *290 - - *289 - *5 - *4 responses: @@ -62422,7 +62501,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *422 + items: *423 examples: default: value: @@ -62457,10 +62536,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: - - *289 - *290 - - *414 - - &424 + - *291 + - *415 + - &425 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62472,9 +62551,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62495,10 +62574,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: - - *414 + - *415 + - *291 - *290 - - *289 - - *424 + - *425 responses: '204': description: Response @@ -62524,9 +62603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *4 - *5 responses: @@ -62544,9 +62623,9 @@ paths: type: integer secrets: type: array - items: *326 + items: *327 examples: - default: *327 + default: *328 headers: Link: *6 x-github: @@ -62571,17 +62650,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *289 - *290 - - *414 + - *291 + - *415 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62603,18 +62682,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *158 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62636,9 +62715,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: - - *289 - *290 - - *414 + - *291 + - *415 - *158 requestBody: required: true @@ -62696,9 +62775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *158 responses: '204': @@ -62724,10 +62803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *289 - *290 - - *414 - - *313 + - *291 + - *415 + - *314 - *5 responses: '200': @@ -62744,9 +62823,9 @@ paths: type: integer variables: type: array - items: *330 + items: *331 examples: - default: *331 + default: *332 headers: Link: *6 x-github: @@ -62769,9 +62848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *289 - *290 - - *414 + - *291 + - *415 requestBody: required: true content: @@ -62823,18 +62902,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *289 - *290 - - *414 + - *291 + - *415 - *161 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62855,10 +62934,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *289 - *290 + - *291 - *161 - - *414 + - *415 requestBody: required: true content: @@ -62900,10 +62979,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *289 - *290 + - *291 - *161 - - *414 + - *415 responses: '204': description: Response @@ -62925,8 +63004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -63003,8 +63082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *289 - *290 + - *291 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -63163,8 +63242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -63197,9 +63276,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 '400': *32 '422': *33 '403': *41 @@ -63220,8 +63299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63281,7 +63360,7 @@ paths: schema: oneOf: - *133 - - *427 + - *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63306,8 +63385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *289 - *290 + - *291 - name: file_sha in: path required: true @@ -63407,8 +63486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63517,7 +63596,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63736,15 +63815,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *289 - *290 - - *387 + - *291 + - *388 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -63797,9 +63876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *289 - *290 - - &429 + - *291 + - &430 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. @@ -63816,7 +63895,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -63892,17 +63971,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63931,8 +64010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -63961,9 +64040,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63989,9 +64068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 requestBody: required: true content: @@ -64020,9 +64099,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '422': *33 '409': *135 x-github: @@ -64040,9 +64119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *289 - *290 - - *429 + - *291 + - *430 responses: '204': description: Response @@ -64097,8 +64176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -64165,7 +64244,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -64221,7 +64300,7 @@ paths: - sha - type - url - verification: *432 + verification: *433 required: - sha - url @@ -64231,7 +64310,7 @@ paths: - tag - message examples: - default: &434 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64301,8 +64380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *289 - *290 + - *291 - name: tag_sha in: path required: true @@ -64313,9 +64392,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *24 '409': *135 x-github: @@ -64339,8 +64418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -64414,7 +64493,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64516,8 +64595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *289 - *290 + - *291 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -64540,7 +64619,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default-response: summary: Default response @@ -64599,8 +64678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -64610,7 +64689,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -64673,7 +64752,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &633 + last_response: &634 title: Hook Response type: object properties: @@ -64750,8 +64829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -64804,9 +64883,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: type: Repository id: 12345678 @@ -64854,17 +64933,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *24 x-github: githubCloudOnly: false @@ -64884,8 +64963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 requestBody: required: true @@ -64931,9 +65010,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *33 '404': *24 x-github: @@ -64954,8 +65033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -64980,8 +65059,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: - - *289 - *290 + - *291 - *3 responses: '200': @@ -65009,8 +65088,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: - - *289 - *290 + - *291 - *3 requestBody: required: false @@ -65055,8 +65134,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: - - *289 - *290 + - *291 - *3 - *4 - *195 @@ -65088,8 +65167,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: - - *289 - *290 + - *291 - *3 - *34 responses: @@ -65118,8 +65197,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: - - *289 - *290 + - *291 - *3 - *34 responses: @@ -65143,8 +65222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -65170,8 +65249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *289 - *290 + - *291 - *3 responses: '204': @@ -65196,8 +65275,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -65205,8 +65284,8 @@ paths: application/json: schema: *37 examples: - default: *438 - '301': *301 + default: *439 + '301': *302 '404': *24 x-github: githubCloudOnly: false @@ -65225,8 +65304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -65236,7 +65315,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65298,7 +65377,7 @@ paths: - html_url - created_at examples: - default: &584 + default: &585 value: - id: 1 repository: @@ -65429,9 +65508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *289 - *290 - - &440 + - *291 + - &441 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65466,7 +65545,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -65597,9 +65676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *289 - *290 - - *440 + - *291 + - *441 responses: '204': description: Response @@ -65630,8 +65709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *289 - *290 + - *291 - 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 @@ -65852,7 +65931,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *301 + '301': *302 '422': *33 '404': *24 x-github: @@ -65881,8 +65960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -65974,7 +66053,7 @@ paths: application/json: schema: *117 examples: - default: &444 + default: &445 value: id: 1 node_id: MDU6SXNzdWUx @@ -66158,9 +66237,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: - - *289 - *290 - - &488 + - *291 + - &489 name: sort description: The property to sort the results by. in: query @@ -66190,9 +66269,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: &446 + default: &447 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66250,17 +66329,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66314,8 +66393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -66338,9 +66417,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *33 x-github: githubCloudOnly: false @@ -66358,8 +66437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *289 - *290 + - *291 - *116 responses: '204': @@ -66380,8 +66459,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -66408,9 +66487,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -66431,8 +66510,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -66465,16 +66544,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -66496,10 +66575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -66519,8 +66598,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: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -66530,7 +66609,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 title: Issue Event description: Issue Event type: object @@ -66610,7 +66689,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *291 + requested_team: *292 dismissed_review: title: Issue Event Dismissed Review type: object @@ -66869,8 +66948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *289 - *290 + - *291 - name: event_id in: path required: true @@ -66881,7 +66960,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -67108,9 +67187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *289 - *290 - - &445 + - *291 + - &446 name: issue_number description: The number that identifies the issue. in: path @@ -67124,8 +67203,8 @@ paths: application/json: schema: *117 examples: - default: *444 - '301': *301 + default: *445 + '301': *302 '404': *24 '410': *229 '304': *40 @@ -67152,9 +67231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -67275,11 +67354,11 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 '422': *33 '503': *102 '403': *41 - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -67299,9 +67378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -67329,7 +67408,7 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67345,9 +67424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: content: application/json: @@ -67374,7 +67453,7 @@ paths: application/json: schema: *117 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67396,9 +67475,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: - - *289 - *290 - - *445 + - *291 + - *446 - name: assignee in: path required: true @@ -67438,9 +67517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *107 - *4 - *5 @@ -67451,9 +67530,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *446 + default: *447 headers: Link: *6 '404': *24 @@ -67486,9 +67565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: true content: @@ -67510,9 +67589,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67539,9 +67618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -67555,7 +67634,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &449 + - &450 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67604,7 +67683,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67732,7 +67811,7 @@ paths: - performed_via_github_app - assignee - assigner - - &451 + - &452 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67778,7 +67857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67824,7 +67903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67873,7 +67952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &454 + - &455 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67902,7 +67981,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *291 + requested_team: *292 requested_reviewer: *17 required: - review_requester @@ -67915,7 +67994,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &456 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67944,7 +68023,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *291 + requested_team: *292 requested_reviewer: *17 required: - review_requester @@ -67957,7 +68036,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -68013,7 +68092,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &457 + - &458 title: Locked Issue Event description: Locked Issue Event type: object @@ -68058,7 +68137,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &459 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -68119,7 +68198,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &460 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68180,7 +68259,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68241,7 +68320,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &462 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68351,9 +68430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -68363,7 +68442,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -68418,7 +68497,7 @@ paths: - color - default examples: - default: &448 + default: &449 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68436,7 +68515,7 @@ paths: default: false headers: Link: *6 - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68455,9 +68534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68516,10 +68595,10 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 - '301': *301 + default: *449 + '301': *302 '404': *24 '410': *229 '422': *33 @@ -68538,9 +68617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68600,10 +68679,10 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 - '301': *301 + default: *449 + '301': *302 '404': *24 '410': *229 '422': *33 @@ -68622,13 +68701,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: - - *289 - *290 - - *445 + - *291 + - *446 responses: '204': description: Response - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68649,9 +68728,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: - - *289 - *290 - - *445 + - *291 + - *446 - name: name in: path required: true @@ -68664,7 +68743,7 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: default: value: @@ -68675,7 +68754,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *301 + '301': *302 '404': *24 '410': *229 x-github: @@ -68697,9 +68776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: false content: @@ -68746,9 +68825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 responses: '204': description: Response @@ -68770,9 +68849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 - 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. @@ -68798,9 +68877,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -68822,9 +68901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *289 - *290 - - *445 + - *291 + - *446 requestBody: required: true content: @@ -68856,16 +68935,16 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -68887,10 +68966,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *289 - *290 - - *445 - - *281 + - *291 + - *446 + - *282 responses: '204': description: Response @@ -68910,9 +68989,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: - - *289 - *290 - - *445 + - *291 + - *446 - *4 - *5 responses: @@ -68927,7 +69006,6 @@ paths: description: Timeline Event type: object anyOf: - - *449 - *450 - *451 - *452 @@ -68940,6 +69018,7 @@ paths: - *459 - *460 - *461 + - *462 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69263,7 +69342,7 @@ paths: type: string comments: type: array - items: &483 + items: &484 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69501,7 +69580,7 @@ paths: type: string comments: type: array - items: *385 + items: *386 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69793,8 +69872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -69804,7 +69883,7 @@ paths: application/json: schema: type: array - items: &462 + items: &463 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69870,8 +69949,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -69907,9 +69986,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: &463 + default: &464 value: id: 1 key: ssh-rsa AAA... @@ -69942,9 +70021,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: - - *289 - *290 - - &464 + - *291 + - &465 name: key_id description: The unique identifier of the key. in: path @@ -69956,9 +70035,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 '404': *24 x-github: githubCloudOnly: false @@ -69976,9 +70055,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: - - *289 - *290 - - *464 + - *291 + - *465 responses: '204': description: Response @@ -69998,8 +70077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -70009,9 +70088,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 headers: Link: *6 '404': *24 @@ -70032,8 +70111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70069,9 +70148,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &465 + default: &466 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -70103,8 +70182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70115,9 +70194,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *465 + default: *466 '404': *24 x-github: githubCloudOnly: false @@ -70134,8 +70213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70174,7 +70253,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -70200,8 +70279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *289 - *290 + - *291 - name: name in: path required: true @@ -70227,8 +70306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *289 - *290 + - *291 responses: '200': description: Response @@ -70264,8 +70343,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: - - *289 - *290 + - *291 responses: '202': *136 '403': @@ -70293,8 +70372,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -70320,9 +70399,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: - - *289 - *290 - - *377 + - *291 + - *378 responses: '200': description: Response @@ -70469,8 +70548,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70535,8 +70614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70570,9 +70649,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *386 + schema: *387 examples: - default: *466 + default: *467 '204': description: Response when already merged '404': @@ -70597,8 +70676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *289 - *290 + - *291 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -70639,7 +70718,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -70695,8 +70774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -70736,9 +70815,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &467 + default: &468 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70797,9 +70876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *289 - *290 - - &468 + - *291 + - &469 name: milestone_number description: The number that identifies the milestone. in: path @@ -70811,9 +70890,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *467 + default: *468 '404': *24 x-github: githubCloudOnly: false @@ -70830,9 +70909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *289 - *290 - - *468 + - *291 + - *469 requestBody: required: false content: @@ -70870,9 +70949,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70888,9 +70967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *289 - *290 - - *468 + - *291 + - *469 responses: '204': description: Response @@ -70911,9 +70990,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: - - *289 - *290 - - *468 + - *291 + - *469 - *4 - *5 responses: @@ -70923,9 +71002,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 headers: Link: *6 x-github: @@ -70944,12 +71023,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: - - *289 - *290 - - *469 + - *291 - *470 - - *107 - *471 + - *107 + - *472 - *4 - *5 responses: @@ -70961,7 +71040,7 @@ paths: type: array items: *126 examples: - default: *472 + default: *473 headers: Link: *6 x-github: @@ -70985,8 +71064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -71044,14 +71123,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: &473 + schema: &474 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -71195,7 +71274,7 @@ paths: - custom_404 - public examples: - default: &474 + default: &475 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71236,8 +71315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71292,9 +71371,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *33 '409': *135 x-github: @@ -71317,8 +71396,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71418,8 +71497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -71445,8 +71524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -71456,7 +71535,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Page Build description: Page Build type: object @@ -71548,8 +71627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *289 - *290 + - *291 responses: '201': description: Response @@ -71596,16 +71675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71653,8 +71732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *289 - *290 + - *291 - name: build_id in: path required: true @@ -71665,9 +71744,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71687,8 +71766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -71791,9 +71870,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: - - *289 - *290 - - &477 + - *291 + - &478 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71851,9 +71930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *289 - *290 - - *477 + - *291 + - *478 responses: '204': *225 '404': *24 @@ -71876,8 +71955,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: - - *289 - *290 + - *291 - *4 - *5 - *9 @@ -71898,7 +71977,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 type: object properties: id: @@ -71932,17 +72011,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: - - *289 - *290 + - *291 - *16 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &479 + default: &480 value: id: 42 name: Check Commits @@ -71964,15 +72043,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: - - *289 - *290 + - *291 - *16 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -72016,8 +72095,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: - - *289 - *290 + - *291 - *16 responses: '200': @@ -72025,9 +72104,9 @@ paths: global level. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72047,8 +72126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#list-repository-projects parameters: - - *289 - *290 + - *291 - name: state description: Indicates the state of the projects to return. in: query @@ -72129,8 +72208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects-classic/projects#create-a-repository-project parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72158,7 +72237,7 @@ paths: application/json: schema: *228 examples: - default: *298 + default: *299 '401': *39 '403': *41 '404': *24 @@ -72177,13 +72256,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -72217,13 +72296,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72285,8 +72364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *289 - *290 + - *291 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -72346,9 +72425,9 @@ paths: application/json: schema: type: array - items: *480 + items: *481 examples: - default: *481 + default: *482 headers: Link: *6 '304': *40 @@ -72380,8 +72459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -72448,7 +72527,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -72577,7 +72656,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 active_lock_reason: type: - string @@ -72670,14 +72749,14 @@ paths: _links: type: object properties: - comments: *391 - commits: *391 - statuses: *391 - html: *391 - issue: *391 - review_comments: *391 - review_comment: *391 - self: *391 + comments: *392 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -72688,7 +72767,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *482 + auto_merge: *483 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -72790,7 +72869,7 @@ paths: - merged_by - review_comments examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73317,8 +73396,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: - - *289 - *290 + - *291 - name: sort in: query required: false @@ -73347,9 +73426,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &489 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73426,17 +73505,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: - - *289 - *290 + - *291 - *116 responses: '200': description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73511,8 +73590,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -73535,9 +73614,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73553,8 +73632,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: - - *289 - *290 + - *291 - *116 responses: '204': @@ -73576,8 +73655,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: - - *289 - *290 + - *291 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -73604,9 +73683,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -73627,8 +73706,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: - - *289 - *290 + - *291 - *116 requestBody: required: true @@ -73661,16 +73740,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -73692,10 +73771,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: - - *289 - *290 + - *291 - *116 - - *281 + - *282 responses: '204': description: Response @@ -73738,9 +73817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *289 - *290 - - &487 + - *291 + - &488 name: pull_number description: The number that identifies the pull request. in: path @@ -73753,9 +73832,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '304': *40 '404': *24 '406': @@ -73790,9 +73869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -73834,9 +73913,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 '422': *33 '403': *41 x-github: @@ -73864,10 +73943,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: - - *289 - *290 - - *487 + - *291 - *488 + - *489 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73887,9 +73966,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *489 + default: *490 headers: Link: *6 x-github: @@ -73922,9 +74001,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: true content: @@ -74030,7 +74109,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: example-for-a-multi-line-comment: value: @@ -74118,9 +74197,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: - - *289 - *290 - - *487 + - *291 + - *488 - *116 requestBody: required: true @@ -74143,7 +74222,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -74229,9 +74308,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: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -74241,9 +74320,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *490 + default: *491 headers: Link: *6 x-github: @@ -74273,9 +74352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -74285,7 +74364,7 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: default: value: @@ -74323,9 +74402,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: - - *289 - *290 - - *487 + - *291 + - *488 responses: '204': description: Response if pull request has been merged @@ -74348,9 +74427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -74462,9 +74541,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: - - *289 - *290 - - *487 + - *291 + - *488 responses: '200': description: Response @@ -74480,7 +74559,7 @@ paths: items: *17 teams: type: array - items: *291 + items: *292 required: - users - teams @@ -74539,9 +74618,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -74578,7 +74657,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -75114,9 +75193,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: true content: @@ -75150,7 +75229,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -75655,9 +75734,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: - - *289 - *290 - - *487 + - *291 + - *488 - *4 - *5 responses: @@ -75667,7 +75746,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75823,9 +75902,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: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -75915,9 +75994,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &493 + default: &494 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75980,10 +76059,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: - - *289 - *290 - - *487 - - &492 + - *291 + - *488 + - &493 name: review_id description: The unique identifier of the review. in: path @@ -75995,9 +76074,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &494 + default: &495 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -76056,10 +76135,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76082,7 +76161,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -76144,18 +76223,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *493 + default: *494 '422': *25 '404': *24 x-github: @@ -76182,10 +76261,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 - *4 - *5 responses: @@ -76283,9 +76362,9 @@ paths: _links: type: object properties: - self: *391 - html: *391 - pull_request: *391 + self: *392 + html: *392 + pull_request: *392 required: - self - html @@ -76443,10 +76522,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76475,7 +76554,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -76538,10 +76617,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: - - *289 - *290 - - *487 - - *492 + - *291 + - *488 + - *493 requestBody: required: true content: @@ -76576,9 +76655,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *494 + default: *495 '404': *24 '422': *25 '403': *41 @@ -76600,9 +76679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *289 - *290 - - *487 + - *291 + - *488 requestBody: required: false content: @@ -76666,8 +76745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *289 - *290 + - *291 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76680,9 +76759,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: type: file encoding: base64 @@ -76724,8 +76803,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: - - *289 - *290 + - *291 - name: dir description: The alternate path to look for a README file in: path @@ -76745,9 +76824,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '404': *24 '422': *33 x-github: @@ -76769,8 +76848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -76780,7 +76859,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Release description: A release. type: object @@ -76862,7 +76941,7 @@ paths: author: *17 assets: type: array - items: &498 + items: &499 title: Release Asset description: Data related to a release. type: object @@ -77045,8 +77124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -77116,9 +77195,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &502 + default: &503 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -77218,9 +77297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *289 - *290 - - &500 + - *291 + - &501 name: asset_id description: The unique identifier of the asset. in: path @@ -77232,9 +77311,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &501 + default: &502 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 @@ -77269,7 +77348,7 @@ paths: type: User site_admin: false '404': *24 - '302': *499 + '302': *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77285,9 +77364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *289 - *290 - - *500 + - *291 + - *501 requestBody: required: false content: @@ -77316,9 +77395,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77334,9 +77413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *289 - *290 - - *500 + - *291 + - *501 responses: '204': description: Response @@ -77360,8 +77439,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -77447,16 +77526,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *289 - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77473,8 +77552,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: - - *289 - *290 + - *291 - name: tag description: tag parameter in: path @@ -77487,9 +77566,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 '404': *24 x-github: githubCloudOnly: false @@ -77511,9 +77590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *289 - *290 - - &503 + - *291 + - &504 name: release_id description: The unique identifier of the release. in: path @@ -77527,9 +77606,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: *497 + schema: *498 examples: - default: *502 + default: *503 '401': description: Unauthorized x-github: @@ -77547,9 +77626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 requestBody: required: false content: @@ -77606,9 +77685,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *502 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77624,9 +77703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 responses: '204': description: Response @@ -77646,9 +77725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *289 - *290 - - *503 + - *291 + - *504 - *4 - *5 responses: @@ -77658,7 +77737,7 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: default: value: @@ -77740,9 +77819,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: - - *289 - *290 - - *503 + - *291 + - *504 - name: name in: query required: true @@ -77768,7 +77847,7 @@ paths: description: Response for successful upload content: application/json: - schema: *498 + schema: *499 examples: response-for-successful-upload: value: @@ -77823,9 +77902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 - 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. @@ -77849,9 +77928,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 '404': *24 @@ -77872,9 +77951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *289 - *290 - - *503 + - *291 + - *504 requestBody: required: true content: @@ -77904,16 +77983,16 @@ paths: description: Reaction exists content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '201': description: Reaction created content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '422': *33 x-github: githubCloudOnly: false @@ -77935,10 +78014,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *289 - *290 - - *503 - - *281 + - *291 + - *504 + - *282 responses: '204': description: Response @@ -77958,8 +78037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -78034,9 +78113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *289 - *290 - - *347 + - *291 + - *348 - *4 - *5 responses: @@ -78053,7 +78132,7 @@ paths: oneOf: - allOf: - *241 - - &504 + - &505 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -78074,49 +78153,49 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *242 - - *504 + - *505 - allOf: - *243 - - *504 + - *505 - allOf: - *244 - - *504 + - *505 - allOf: - *245 - - *504 + - *505 - allOf: - *246 - - *504 + - *505 - allOf: - *247 - - *504 + - *505 - allOf: - *248 - - *504 + - *505 - allOf: - *249 - - *504 + - *505 - allOf: - *250 - - *504 + - *505 - allOf: - *251 - - *504 + - *505 - allOf: - *252 - - *504 + - *505 - allOf: - *253 - - *504 + - *505 - allOf: - *254 - - *504 + - *505 - allOf: - *255 - - *504 + - *505 - allOf: - *256 - - *504 + - *505 examples: default: value: @@ -78155,8 +78234,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - *4 - *5 - name: includes_parents @@ -78167,7 +78246,7 @@ paths: schema: type: boolean default: true - - *505 + - *506 responses: '200': description: Response @@ -78222,8 +78301,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 requestBody: description: Request body required: true @@ -78252,7 +78331,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *506 + items: *507 required: - name - enforcement @@ -78285,7 +78364,7 @@ paths: application/json: schema: *257 examples: - default: &516 + default: &517 value: id: 42 name: super cool ruleset @@ -78332,12 +78411,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *289 - *290 - - *507 + - *291 - *508 - *509 - *510 + - *511 - *4 - *5 responses: @@ -78345,9 +78424,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '404': *24 '500': *216 x-github: @@ -78368,17 +78447,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: - - *289 - *290 - - *513 + - *291 + - *514 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '404': *24 '500': *216 x-github: @@ -78406,8 +78485,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78429,7 +78508,7 @@ paths: application/json: schema: *257 examples: - default: *516 + default: *517 '404': *24 '500': *216 put: @@ -78447,8 +78526,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78482,7 +78561,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *506 + items: *507 examples: default: value: @@ -78512,7 +78591,7 @@ paths: application/json: schema: *257 examples: - default: *516 + default: *517 '404': *24 '500': *216 delete: @@ -78530,8 +78609,8 @@ paths: category: repos subcategory: rules parameters: - - *289 - *290 + - *291 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78559,8 +78638,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: - - *289 - *290 + - *291 - *260 - *261 - *262 @@ -78568,8 +78647,8 @@ paths: - *9 - *5 - *4 - - *517 - *518 + - *519 - *264 responses: '200': @@ -78578,7 +78657,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 type: object properties: number: *91 @@ -78594,8 +78673,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *519 - resolution: *520 + state: *520 + resolution: *521 resolved_at: type: - string @@ -78771,15 +78850,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: - - *289 - *290 - - *375 + - *291 + - *376 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78819,9 +78898,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: - - *289 - *290 - - *375 + - *291 + - *376 requestBody: required: true content: @@ -78829,8 +78908,8 @@ paths: schema: type: object properties: - state: *519 - resolution: *520 + state: *520 + resolution: *521 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78849,7 +78928,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78916,9 +78995,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: - - *289 - *290 - - *375 + - *291 + - *376 - *5 - *4 responses: @@ -78929,7 +79008,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &653 + items: &654 type: object properties: type: @@ -79308,8 +79387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -79402,8 +79481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *289 - *290 + - *291 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79412,7 +79491,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79443,8 +79522,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -79519,8 +79598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *289 - *290 + - *291 responses: '200': description: Response @@ -79614,8 +79693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *289 - *290 + - *291 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -79769,8 +79848,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: - - *289 - *290 + - *291 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -79780,7 +79859,7 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: default: value: @@ -79813,8 +79892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *289 - *290 + - *291 - name: sha in: path required: true @@ -79870,7 +79949,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -79924,8 +80003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -79957,14 +80036,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *289 - *290 + - *291 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &524 + schema: &525 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80037,8 +80116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *289 - *290 + - *291 requestBody: required: false content: @@ -80064,7 +80143,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80091,8 +80170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80112,8 +80191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -80195,8 +80274,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: - - *289 - *290 + - *291 responses: '200': description: Response @@ -80204,7 +80283,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Tag protection description: Tag protection type: object @@ -80261,8 +80340,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: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80285,7 +80364,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -80316,8 +80395,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: - - *289 - *290 + - *291 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80354,8 +80433,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: - - *289 - *290 + - *291 - name: ref in: path required: true @@ -80391,8 +80470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *289 - *290 + - *291 - *4 - *5 responses: @@ -80402,7 +80481,7 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: default: *267 headers: @@ -80424,8 +80503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *289 - *290 + - *291 - *5 - *4 responses: @@ -80433,7 +80512,7 @@ paths: description: Response content: application/json: - schema: &526 + schema: &527 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80445,7 +80524,7 @@ paths: required: - names examples: - default: &527 + default: &528 value: names: - octocat @@ -80468,8 +80547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80500,9 +80579,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '404': *24 '422': *25 x-github: @@ -80525,8 +80604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *289 - *290 + - *291 requestBody: required: true content: @@ -80800,8 +80879,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: - - *289 - *290 + - *291 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -80824,8 +80903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80847,8 +80926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *289 - *290 + - *291 responses: '204': description: Response @@ -80874,8 +80953,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: - - *289 - *290 + - *291 - name: ref in: path required: true @@ -80967,9 +81046,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -81144,7 +81223,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &535 + - &536 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -81154,7 +81233,7 @@ paths: type: string examples: - members - - &540 + - &541 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -81166,7 +81245,7 @@ paths: format: int32 examples: - 1 - - &541 + - &542 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -81210,7 +81289,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &529 + items: &530 allOf: - type: object required: @@ -81292,7 +81371,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: &542 + meta: &543 type: object description: The metadata associated with the creation/updates to the user. @@ -81357,31 +81436,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &530 + '400': &531 description: Bad request content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 - '401': &531 + schema: *529 + '401': &532 description: Authorization failure - '403': &532 + '403': &533 description: Permission denied - '429': &533 + '429': &534 description: Too many requests content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 - '500': &534 + schema: *529 + '500': &535 description: Internal server error content: application/json: - schema: *528 + schema: *529 application/scim+json: - schema: *528 + schema: *529 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81408,7 +81487,7 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 type: object required: - schemas @@ -81472,9 +81551,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *529 + schema: *530 examples: - group: &536 + group: &537 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -81493,13 +81572,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': *530 - '401': *531 - '403': *532 - '409': &539 + '400': *531 + '401': *532 + '403': *533 + '409': &540 description: Duplicate record detected - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81520,7 +81599,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: - - &537 + - &538 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -81529,22 +81608,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *535 + - *536 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *529 + schema: *530 examples: - default: *536 - '400': *530 - '401': *531 - '403': *532 + default: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81566,13 +81645,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: - - *537 + - *538 - *63 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: group: summary: Group @@ -81598,17 +81677,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *529 + schema: *530 examples: - group: *536 - groupWithMembers: *536 - '400': *530 - '401': *531 - '403': *532 + group: *537 + groupWithMembers: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81632,13 +81711,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: - - *537 + - *538 - *63 requestBody: required: true content: application/json: - schema: &549 + schema: &550 type: object required: - Operations @@ -81698,17 +81777,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *529 + schema: *530 examples: - updateGroup: *536 - addMembers: *536 - '400': *530 - '401': *531 - '403': *532 + updateGroup: *537 + addMembers: *537 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81728,17 +81807,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: - - *537 + - *538 - *63 responses: '204': description: Group was deleted, no content - '400': *530 - '401': *531 - '403': *532 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81775,8 +81854,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *540 - *541 + - *542 - *63 responses: '200': @@ -81810,7 +81889,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &544 + items: &545 allOf: - type: object required: @@ -81902,7 +81981,7 @@ paths: address. examples: - true - roles: &543 + roles: &544 type: array description: The roles assigned to the user. items: @@ -81961,7 +82040,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *542 + meta: *543 startIndex: type: integer description: A starting index for the returned page @@ -82000,11 +82079,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *530 - '401': *531 - '403': *532 - '429': *533 - '500': *534 + '400': *531 + '401': *532 + '403': *533 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82033,7 +82112,7 @@ paths: required: true content: application/json: - schema: &547 + schema: &548 type: object required: - schemas @@ -82126,9 +82205,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *543 + roles: *544 examples: - user: &548 + user: &549 summary: User value: schemas: @@ -82175,9 +82254,9 @@ paths: description: User has been created content: application/scim+json: - schema: *544 + schema: *545 examples: - user: &545 + user: &546 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -82203,13 +82282,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: *545 - '400': *530 - '401': *531 - '403': *532 - '409': *539 - '429': *533 - '500': *534 + enterpriseOwner: *546 + '400': *531 + '401': *532 + '403': *533 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82230,7 +82309,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: - - &546 + - &547 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -82243,15 +82322,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *544 + schema: *545 examples: - default: *545 - '400': *530 - '401': *531 - '403': *532 + default: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82276,30 +82355,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: - - *546 + - *547 - *63 requestBody: required: true content: application/json: - schema: *547 + schema: *548 examples: - user: *548 + user: *549 responses: '200': description: User was updated content: application/scim+json: - schema: *544 + schema: *545 examples: - user: *545 - '400': *530 - '401': *531 - '403': *532 + user: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82337,13 +82416,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: - - *546 + - *547 - *63 requestBody: required: true content: application/json: - schema: *549 + schema: *550 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -82383,18 +82462,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *544 - examples: - userMultiValuedProperties: *545 - userSingleValuedProperties: *545 - disableUser: *545 - '400': *530 - '401': *531 - '403': *532 + schema: *545 + examples: + userMultiValuedProperties: *546 + userSingleValuedProperties: *546 + disableUser: *546 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '409': *539 - '429': *533 - '500': *534 + '409': *540 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82414,17 +82493,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: - - *546 + - *547 - *63 responses: '204': description: User was deleted, no content - '400': *530 - '401': *531 - '403': *532 + '400': *531 + '401': *532 + '403': *533 '404': *24 - '429': *533 - '500': *534 + '429': *534 + '500': *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82552,7 +82631,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &550 + text_matches: &551 title: Search Result Text Matches type: array items: @@ -82716,7 +82795,7 @@ paths: enum: - author-date - committer-date - - &551 + - &552 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 @@ -82785,7 +82864,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 comment_count: type: integer message: @@ -82804,7 +82883,7 @@ paths: url: type: string format: uri - verification: *432 + verification: *433 required: - author - committer @@ -82819,7 +82898,7 @@ paths: committer: anyOf: - type: 'null' - - *345 + - *346 parents: type: array items: @@ -82836,7 +82915,7 @@ paths: type: number node_id: type: string - text_matches: *550 + text_matches: *551 required: - sha - node_id @@ -83029,7 +83108,7 @@ paths: - interactions - created - updated - - *551 + - *552 - *4 - *5 - name: advanced_search @@ -83135,11 +83214,11 @@ paths: type: - string - 'null' - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: type: string state_reason: @@ -83153,7 +83232,7 @@ paths: milestone: anyOf: - type: 'null' - - *390 + - *391 comments: type: integer created_at: @@ -83167,7 +83246,7 @@ paths: - string - 'null' format: date-time - text_matches: *550 + text_matches: *551 pull_request: type: object properties: @@ -83216,7 +83295,7 @@ paths: timeline_url: type: string format: uri - type: *555 + type: *556 performed_via_github_app: anyOf: - type: 'null' @@ -83390,7 +83469,7 @@ paths: enum: - created - updated - - *551 + - *552 - *4 - *5 responses: @@ -83435,7 +83514,7 @@ paths: - 'null' score: type: number - text_matches: *550 + text_matches: *551 required: - id - node_id @@ -83521,7 +83600,7 @@ paths: - forks - help-wanted-issues - updated - - *551 + - *552 - *4 - *5 responses: @@ -83758,7 +83837,7 @@ paths: - admin - pull - push - text_matches: *550 + text_matches: *551 temp_clone_token: type: string allow_merge_commit: @@ -84067,7 +84146,7 @@ paths: - string - 'null' format: uri - text_matches: *550 + text_matches: *551 related: type: - array @@ -84262,7 +84341,7 @@ paths: - followers - repositories - joined - - *551 + - *552 - *4 - *5 responses: @@ -84372,7 +84451,7 @@ paths: type: - boolean - 'null' - text_matches: *550 + text_matches: *551 blog: type: - string @@ -84570,7 +84649,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 type: object properties: status: @@ -84590,7 +84669,7 @@ paths: - name - number examples: - default: &557 + default: &558 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84635,9 +84714,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '401': description: Unauthorized requestBody: @@ -85230,7 +85309,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 type: object properties: key: @@ -85238,7 +85317,7 @@ paths: pretty-print: type: string examples: - default: &559 + default: &560 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 @@ -85281,9 +85360,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '401': description: Unauthorized requestBody: @@ -85335,9 +85414,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *559 + default: *560 '401': description: Unauthorized requestBody: @@ -85494,9 +85573,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 x-github: githubCloudOnly: false @@ -85587,16 +85666,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '201': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 '404': *24 '422': *33 '403': *41 @@ -85666,9 +85745,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *560 + default: *561 headers: Link: *6 x-github: @@ -85731,9 +85810,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: triggersNotification: true githubCloudOnly: false @@ -85761,15 +85840,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85795,7 +85874,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *274 + - *275 requestBody: required: false content: @@ -85818,9 +85897,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *561 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85846,7 +85925,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *274 + - *275 responses: '204': description: Response @@ -85876,7 +85955,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *274 + - *275 - *9 - *4 - *5 @@ -85887,9 +85966,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *562 + default: *563 headers: Link: *6 x-github: @@ -85919,7 +85998,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *274 + - *275 requestBody: required: true content: @@ -85941,9 +86020,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: triggersNotification: true githubCloudOnly: false @@ -85971,16 +86050,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86006,8 +86085,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -86029,9 +86108,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86057,8 +86136,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 responses: '204': description: Response @@ -86088,8 +86167,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 - 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. @@ -86115,9 +86194,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -86147,8 +86226,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *274 - - *277 + - *275 + - *278 requestBody: required: true content: @@ -86180,9 +86259,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86209,7 +86288,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *274 + - *275 - 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. @@ -86235,9 +86314,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *280 + default: *281 headers: Link: *6 x-github: @@ -86267,7 +86346,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *274 + - *275 requestBody: required: true content: @@ -86299,9 +86378,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86497,9 +86576,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-user-is-a-team-maintainer: *564 + response-if-user-is-a-team-maintainer: *565 '404': *24 x-github: githubCloudOnly: false @@ -86558,9 +86637,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - response-if-users-membership-with-team-is-now-pending: *565 + response-if-users-membership-with-team-is-now-pending: *566 '403': description: Forbidden if team synchronization is set up '422': @@ -86634,9 +86713,9 @@ paths: application/json: schema: type: array - items: *287 + items: *288 examples: - default: *566 + default: *567 headers: Link: *6 '404': *24 @@ -86664,15 +86743,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *288 + - *289 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *567 + default: *568 '404': description: Not Found if project is not managed by this team x-github: @@ -86698,7 +86777,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *288 + - *289 requestBody: required: false content: @@ -86767,7 +86846,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *288 + - *289 responses: '204': description: Response @@ -86837,14 +86916,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *289 - *290 + - *291 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *568 + schema: *569 examples: alternative-response-with-extra-repository-information: value: @@ -86996,8 +87075,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *289 - *290 + - *291 requestBody: required: false content: @@ -87048,8 +87127,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *289 - *290 + - *291 responses: '204': description: Response @@ -87084,9 +87163,9 @@ paths: application/json: schema: type: array - items: *291 + items: *292 examples: - response-if-child-teams-exist: *569 + response-if-child-teams-exist: *570 headers: Link: *6 '404': *24 @@ -87119,7 +87198,7 @@ paths: application/json: schema: oneOf: - - &571 + - &572 title: Private User description: Private User type: object @@ -87369,7 +87448,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *570 + - *571 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87527,7 +87606,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -87605,7 +87684,7 @@ paths: type: array items: *210 examples: - default: &581 + default: &582 value: - id: 197 name: hello_docker @@ -87692,7 +87771,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: Email description: Email type: object @@ -87722,7 +87801,7 @@ paths: - verified - visibility examples: - default: &583 + default: &584 value: - email: octocat@github.com verified: true @@ -87799,7 +87878,7 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: default: value: @@ -88057,7 +88136,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: GPG Key description: A unique encryption key type: object @@ -88202,7 +88281,7 @@ paths: - subkeys - revoked examples: - default: &593 + default: &594 value: - id: 3 name: Octocat's GPG Key @@ -88287,9 +88366,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: id: 3 name: Octocat's GPG Key @@ -88346,7 +88425,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: - - &575 + - &576 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88358,9 +88437,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *24 '304': *40 '403': *41 @@ -88383,7 +88462,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: - - *575 + - *576 responses: '204': description: Response @@ -88574,7 +88653,7 @@ paths: type: array items: *82 examples: - default: *576 + default: *577 headers: Link: *6 '404': *24 @@ -88750,7 +88829,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: Key description: Key type: object @@ -88853,9 +88932,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &578 + default: &579 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88888,15 +88967,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: - - *464 + - *465 responses: '200': description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *24 '304': *40 '403': *41 @@ -88919,7 +88998,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: - - *464 + - *465 responses: '204': description: Response @@ -89748,7 +89827,7 @@ paths: type: array items: *68 examples: - default: *579 + default: *580 headers: Link: *6 '304': *40 @@ -89790,7 +89869,7 @@ paths: - docker - nuget - container - - *580 + - *581 - *5 - *4 responses: @@ -89802,8 +89881,8 @@ paths: type: array items: *210 examples: - default: *581 - '400': *582 + default: *582 + '400': *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89832,7 +89911,7 @@ paths: application/json: schema: *210 examples: - default: &594 + default: &595 value: id: 40201 name: octo-name @@ -90284,9 +90363,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *583 + default: *584 headers: Link: *6 '304': *40 @@ -90399,7 +90478,7 @@ paths: type: array items: *82 examples: - default: &590 + default: &591 summary: Default response value: - id: 1296269 @@ -90717,9 +90796,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - default: *302 + default: *303 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90757,9 +90836,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *584 + default: *585 headers: Link: *6 '304': *40 @@ -90782,7 +90861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *440 + - *441 responses: '204': description: Response @@ -90805,7 +90884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *440 + - *441 responses: '204': description: Response @@ -90838,7 +90917,7 @@ paths: application/json: schema: type: array - items: &585 + items: &586 title: Social account description: Social media account type: object @@ -90855,7 +90934,7 @@ paths: - provider - url examples: - default: &586 + default: &587 value: - provider: twitter url: https://twitter.com/github @@ -90918,9 +90997,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *586 + default: *587 '422': *33 '304': *40 '404': *24 @@ -91008,7 +91087,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -91028,7 +91107,7 @@ paths: - title - created_at examples: - default: &595 + default: &596 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91095,9 +91174,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91128,7 +91207,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: - - &589 + - &590 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -91140,9 +91219,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *24 '304': *40 '403': *41 @@ -91165,7 +91244,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: - - *589 + - *590 responses: '204': description: Response @@ -91194,7 +91273,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: - - &596 + - &597 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 @@ -91219,11 +91298,11 @@ paths: type: array items: *82 examples: - default-response: *590 + default-response: *591 application/vnd.github.v3.star+json: schema: type: array - items: &597 + items: &598 title: Starred Repository description: Starred Repository type: object @@ -91379,8 +91458,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: - - *289 - *290 + - *291 responses: '204': description: Response if this repository is starred by you @@ -91408,8 +91487,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -91433,8 +91512,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: - - *289 - *290 + - *291 responses: '204': description: Response @@ -91506,7 +91585,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -91593,10 +91672,10 @@ paths: application/json: schema: oneOf: + - *572 - *571 - - *570 examples: - default-response: &591 + default-response: &592 summary: Default response value: login: octocat @@ -91631,7 +91710,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &592 + response-with-git-hub-plan-information: &593 summary: Response with GitHub plan information value: login: octocat @@ -91743,11 +91822,11 @@ paths: application/json: schema: oneOf: + - *572 - *571 - - *570 examples: - default-response: *591 - response-with-git-hub-plan-information: *592 + default-response: *592 + response-with-git-hub-plan-information: *593 '404': *24 x-github: githubCloudOnly: false @@ -91778,7 +91857,7 @@ paths: type: array items: *210 examples: - default: *581 + default: *582 '403': *41 '401': *39 x-github: @@ -92182,9 +92261,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *593 + default: *594 headers: Link: *6 x-github: @@ -92288,7 +92367,7 @@ paths: application/json: schema: *37 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92374,7 +92453,7 @@ paths: type: array items: *68 examples: - default: *579 + default: *580 headers: Link: *6 x-github: @@ -92413,7 +92492,7 @@ paths: - docker - nuget - container - - *580 + - *581 - *8 - *5 - *4 @@ -92426,10 +92505,10 @@ paths: type: array items: *210 examples: - default: *581 + default: *582 '403': *41 '401': *39 - '400': *582 + '400': *583 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92459,7 +92538,7 @@ paths: application/json: schema: *210 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93092,9 +93171,9 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: - default: *586 + default: *587 headers: Link: *6 x-github: @@ -93124,9 +93203,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *595 + default: *596 headers: Link: *6 x-github: @@ -93151,7 +93230,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *596 + - *597 - *9 - *4 - *5 @@ -93163,11 +93242,11 @@ paths: schema: anyOf: - type: array - items: *597 + items: *598 - type: array items: *82 examples: - default-response: *590 + default-response: *591 headers: Link: *6 x-github: @@ -93379,7 +93458,7 @@ webhooks: type: string enum: - disabled - enterprise: &598 + enterprise: &599 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93448,7 +93527,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &599 + installation: &600 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93469,7 +93548,7 @@ webhooks: required: - id - node_id - organization: &600 + organization: &601 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93542,7 +93621,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &601 + repository: &602 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94455,10 +94534,10 @@ webhooks: type: string enum: - enabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -94544,11 +94623,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: &602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: &603 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) @@ -94765,11 +94844,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: *602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: *603 sender: *17 required: - action @@ -94947,11 +95026,11 @@ webhooks: - everyone required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - rule: *602 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + rule: *603 sender: *17 required: - action @@ -95032,11 +95111,11 @@ webhooks: type: string enum: - cancelled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: &603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: &604 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95274,7 +95353,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &604 + items: &605 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95394,11 +95473,11 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 sender: *17 required: - action @@ -95478,11 +95557,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 sender: *17 required: - action @@ -95562,12 +95641,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 - exemption_response: *604 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 + exemption_response: *605 sender: *17 required: - action @@ -95649,12 +95728,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - exemption_request: *603 - exemption_response: *604 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + exemption_request: *604 + exemption_response: *605 sender: *17 required: - action @@ -95739,12 +95818,12 @@ webhooks: type: string cache_location: type: string - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 ref: type: string - repository: *601 + repository: *602 sender: *17 required: - cache_location @@ -95838,7 +95917,7 @@ webhooks: type: string enum: - completed - check_run: &606 + check_run: &607 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95903,7 +95982,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *358 + items: *359 repository: *148 status: type: string @@ -95948,7 +96027,7 @@ webhooks: - examples: - neutral - deployment: *605 + deployment: *606 details_url: type: string examples: @@ -96008,7 +96087,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *358 + items: *359 started_at: type: string format: date-time @@ -96046,10 +96125,10 @@ webhooks: - output - app - pull_requests - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -96452,11 +96531,11 @@ webhooks: type: string enum: - created - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -96862,11 +96941,11 @@ webhooks: type: string enum: - requested_action - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 requested_action: description: The action requested by the user. type: object @@ -97281,11 +97360,11 @@ webhooks: type: string enum: - rerequested - check_run: *606 - installation: *599 - enterprise: *598 - organization: *600 - repository: *601 + check_run: *607 + installation: *600 + enterprise: *599 + organization: *601 + repository: *602 sender: *17 required: - check_run @@ -98287,10 +98366,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -98985,10 +99064,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -99677,10 +99756,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -99856,7 +99935,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100008,20 +100087,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &607 + commit_oid: &608 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: *598 - installation: *599 - organization: *600 - ref: &608 + enterprise: *599 + installation: *600 + organization: *601 + ref: &609 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: *601 + repository: *602 sender: *17 required: - action @@ -100195,7 +100274,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100436,12 +100515,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -100549,7 +100628,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -100731,12 +100810,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -100912,7 +100991,7 @@ webhooks: required: - login - id - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -101089,12 +101168,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -101204,7 +101283,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101384,9 +101463,9 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101394,7 +101473,7 @@ webhooks: type: - string - 'null' - repository: *601 + repository: *602 sender: *17 required: - action @@ -101500,7 +101579,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *370 + dismissed_comment: *371 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101647,12 +101726,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *607 - enterprise: *598 - installation: *599 - organization: *600 - ref: *608 - repository: *601 + commit_oid: *608 + enterprise: *599 + installation: *600 + organization: *601 + ref: *609 + repository: *602 sender: *17 required: - action @@ -101924,10 +102003,10 @@ webhooks: - updated_at - author_association - body - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -102018,18 +102097,18 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *600 - pusher_type: &609 + organization: *601 + pusher_type: &610 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &610 + ref: &611 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -102039,7 +102118,7 @@ webhooks: enum: - tag - branch - repository: *601 + repository: *602 sender: *17 required: - ref @@ -102122,9 +102201,9 @@ webhooks: enum: - created definition: *230 - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102209,9 +102288,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102289,9 +102368,9 @@ webhooks: enum: - updated definition: *230 - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 sender: *17 required: - action @@ -102368,10 +102447,10 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - repository: *601 - organization: *600 + enterprise: *599 + installation: *600 + repository: *602 + organization: *601 sender: *17 new_property_values: type: array @@ -102466,18 +102545,18 @@ webhooks: title: delete event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - pusher_type: *609 - ref: *610 + enterprise: *599 + installation: *600 + organization: *601 + pusher_type: *610 + ref: *611 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *601 + repository: *602 sender: *17 required: - ref @@ -102571,11 +102650,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102669,11 +102748,11 @@ webhooks: type: string enum: - auto_reopened - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102767,11 +102846,11 @@ webhooks: type: string enum: - created - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102863,11 +102942,11 @@ webhooks: type: string enum: - dismissed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -102959,11 +103038,11 @@ webhooks: type: string enum: - fixed - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103056,11 +103135,11 @@ webhooks: type: string enum: - reintroduced - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103152,11 +103231,11 @@ webhooks: type: string enum: - reopened - alert: *401 - installation: *599 - organization: *600 - enterprise: *598 - repository: *601 + alert: *402 + installation: *600 + organization: *601 + enterprise: *599 + repository: *602 sender: *17 required: - action @@ -103243,9 +103322,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - key: &611 + enterprise: *599 + installation: *600 + key: &612 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -103281,8 +103360,8 @@ webhooks: - verified - created_at - read_only - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -103369,11 +103448,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - key: *611 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + key: *612 + organization: *601 + repository: *602 sender: *17 required: - action @@ -103955,12 +104034,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: &615 + workflow: &616 title: Workflow type: - object @@ -104708,13 +104787,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *407 + deployment: *408 pull_requests: type: array - items: *485 - repository: *601 - organization: *600 - installation: *599 + items: *486 + repository: *602 + organization: *601 + installation: *600 sender: *17 responses: '200': @@ -104795,7 +104874,7 @@ webhooks: type: string enum: - approved - approver: &612 + approver: &613 type: object properties: avatar_url: @@ -104838,11 +104917,11 @@ webhooks: type: string comment: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - reviewers: &613 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + reviewers: &614 type: array items: type: object @@ -104923,7 +105002,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &614 + workflow_job_run: &615 type: object properties: conclusion: @@ -105679,18 +105758,18 @@ webhooks: type: string enum: - rejected - approver: *612 + approver: *613 comment: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - reviewers: *613 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + reviewers: *614 sender: *17 since: type: string - workflow_job_run: *614 + workflow_job_run: *615 workflow_job_runs: type: array items: @@ -106417,13 +106496,13 @@ webhooks: type: string enum: - requested - enterprise: *598 + enterprise: *599 environment: type: string - installation: *599 - organization: *600 - repository: *601 - requestor: &620 + installation: *600 + organization: *601 + repository: *602 + requestor: &621 title: User type: - object @@ -108376,12 +108455,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Deployment Workflow Run type: @@ -109082,7 +109161,7 @@ webhooks: type: string enum: - answered - answer: &618 + answer: &619 type: object properties: author_association: @@ -109242,7 +109321,7 @@ webhooks: - created_at - updated_at - body - discussion: &616 + discussion: &617 title: Discussion description: A Discussion in a repository. type: object @@ -109538,7 +109617,7 @@ webhooks: - id labels: type: array - items: *447 + items: *448 required: - repository_url - category @@ -109560,10 +109639,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109700,11 +109779,11 @@ webhooks: - from required: - category - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109797,11 +109876,11 @@ webhooks: type: string enum: - closed - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -109893,7 +109972,7 @@ webhooks: type: string enum: - created - comment: &617 + comment: &618 type: object properties: author_association: @@ -110053,11 +110132,11 @@ webhooks: - updated_at - body - reactions - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110150,12 +110229,12 @@ webhooks: type: string enum: - deleted - comment: *617 - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + comment: *618 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110260,12 +110339,12 @@ webhooks: - from required: - body - comment: *617 - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + comment: *618 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110359,11 +110438,11 @@ webhooks: type: string enum: - created - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110455,11 +110534,11 @@ webhooks: type: string enum: - deleted - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110569,11 +110648,11 @@ webhooks: type: string required: - from - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110665,10 +110744,10 @@ webhooks: type: string enum: - labeled - discussion: *616 - enterprise: *598 - installation: *599 - label: &619 + discussion: *617 + enterprise: *599 + installation: *600 + label: &620 title: Label type: object properties: @@ -110701,8 +110780,8 @@ webhooks: - color - default - description - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110795,11 +110874,11 @@ webhooks: type: string enum: - locked - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110891,11 +110970,11 @@ webhooks: type: string enum: - pinned - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -110987,11 +111066,11 @@ webhooks: type: string enum: - reopened - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111086,16 +111165,16 @@ webhooks: changes: type: object properties: - new_discussion: *616 - new_repository: *601 + new_discussion: *617 + new_repository: *602 required: - new_discussion - new_repository - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111188,10 +111267,10 @@ webhooks: type: string enum: - unanswered - discussion: *616 - old_answer: *618 - organization: *600 - repository: *601 + discussion: *617 + old_answer: *619 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111283,12 +111362,12 @@ webhooks: type: string enum: - unlabeled - discussion: *616 - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111381,11 +111460,11 @@ webhooks: type: string enum: - unlocked - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111477,11 +111556,11 @@ webhooks: type: string enum: - unpinned - discussion: *616 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + discussion: *617 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -111722,7 +111801,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *598 + enterprise: *599 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -112400,9 +112479,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *599 - organization: *600 - repository: *601 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - forkee @@ -112568,9 +112647,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pages: description: The pages that were updated. type: array @@ -112608,7 +112687,7 @@ webhooks: - action - sha - html_url - repository: *601 + repository: *602 sender: *17 required: - pages @@ -112694,10 +112773,10 @@ webhooks: type: string enum: - created - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: &621 + organization: *601 + repositories: &622 description: An array of repository objects that the installation can access. type: array @@ -112723,8 +112802,8 @@ webhooks: - name - full_name - private - repository: *601 - requester: *620 + repository: *602 + requester: *621 sender: *17 required: - action @@ -112809,11 +112888,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -112900,11 +112979,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -112991,10 +113070,10 @@ webhooks: type: string enum: - added - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories_added: &622 + organization: *601 + repositories_added: &623 description: An array of repository objects, which were added to the installation. type: array @@ -113040,15 +113119,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *601 - repository_selection: &623 + repository: *602 + repository_selection: &624 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *620 + requester: *621 sender: *17 required: - action @@ -113137,10 +113216,10 @@ webhooks: type: string enum: - removed - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories_added: *622 + organization: *601 + repositories_added: *623 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -113167,9 +113246,9 @@ webhooks: - name - full_name - private - repository: *601 - repository_selection: *623 - requester: *620 + repository: *602 + repository_selection: *624 + requester: *621 sender: *17 required: - action @@ -113258,11 +113337,11 @@ webhooks: type: string enum: - suspend - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -113455,10 +113534,10 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 target_type: type: string @@ -113547,11 +113626,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *598 + enterprise: *599 installation: *37 - organization: *600 - repositories: *621 - repository: *601 + organization: *601 + repositories: *622 + repository: *602 requester: type: - 'null' @@ -113809,8 +113888,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114627,8 +114706,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -114645,7 +114724,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -114989,8 +115068,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -115080,7 +115159,7 @@ webhooks: type: string enum: - deleted - comment: &624 + comment: &625 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -115247,8 +115326,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116061,8 +116140,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116079,7 +116158,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -116425,8 +116504,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -116516,7 +116595,7 @@ webhooks: type: string enum: - edited - changes: &645 + changes: &646 description: The changes to the comment. type: object properties: @@ -116528,9 +116607,9 @@ webhooks: type: string required: - from - comment: *624 - enterprise: *598 - installation: *599 + comment: *625 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117346,8 +117425,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117364,7 +117443,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -117708,8 +117787,8 @@ webhooks: - state - locked - assignee - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -117801,10 +117880,10 @@ webhooks: type: string enum: - assigned - assignee: *620 - enterprise: *598 - installation: *599 - issue: &627 + assignee: *621 + enterprise: *599 + installation: *600 + issue: &628 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118616,11 +118695,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118637,7 +118716,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -118740,8 +118819,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -118831,8 +118910,8 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119649,11 +119728,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119670,7 +119749,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -119916,8 +119995,8 @@ webhooks: required: - state - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -120006,8 +120085,8 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120815,11 +120894,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120836,7 +120915,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -120938,8 +121017,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -121028,8 +121107,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121860,11 +121939,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121881,7 +121960,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -121962,7 +122041,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &625 + milestone: &626 title: Milestone description: A collection of related issues and pull requests. type: object @@ -122105,8 +122184,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -122215,8 +122294,8 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123028,11 +123107,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123046,7 +123125,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -123152,9 +123231,9 @@ webhooks: - active_lock_reason - body - reactions - label: *619 - organization: *600 - repository: *601 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -123244,8 +123323,8 @@ webhooks: type: string enum: - labeled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124056,11 +124135,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124074,7 +124153,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -124180,9 +124259,9 @@ webhooks: - active_lock_reason - body - reactions - label: *619 - organization: *600 - repository: *601 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -124272,8 +124351,8 @@ webhooks: type: string enum: - locked - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125109,11 +125188,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125127,7 +125206,7 @@ webhooks: timeline_url: type: string format: uri - type: *555 + type: *556 title: description: Title of the issue type: string @@ -125210,8 +125289,8 @@ webhooks: format: uri user_view_type: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -125300,8 +125379,8 @@ webhooks: type: string enum: - milestoned - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -126131,11 +126210,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126152,7 +126231,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -126232,9 +126311,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *625 - organization: *600 - repository: *601 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -127136,11 +127215,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127236,7 +127315,7 @@ webhooks: required: - login - id - type: *555 + type: *556 required: - id - number @@ -127717,8 +127796,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128530,11 +128609,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128551,7 +128630,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -128653,8 +128732,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -128744,9 +128823,9 @@ webhooks: type: string enum: - pinned - enterprise: *598 - installation: *599 - issue: &626 + enterprise: *599 + installation: *600 + issue: &627 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129552,11 +129631,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129573,7 +129652,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -129675,8 +129754,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -129765,8 +129844,8 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130600,11 +130679,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130701,9 +130780,9 @@ webhooks: format: uri user_view_type: type: string - type: *555 - organization: *600 - repository: *601 + type: *556 + organization: *601 + repository: *602 sender: *17 required: - action @@ -131602,11 +131681,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131623,7 +131702,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -132205,11 +132284,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *598 - installation: *599 - issue: *626 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *627 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132300,7 +132379,7 @@ webhooks: type: string enum: - unassigned - assignee: &648 + assignee: &649 title: User type: - object @@ -132372,11 +132451,11 @@ webhooks: required: - login - id - enterprise: *598 - installation: *599 - issue: *627 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *628 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132465,12 +132544,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *598 - installation: *599 - issue: *627 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *628 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -132560,8 +132639,8 @@ webhooks: type: string enum: - unlocked - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133395,11 +133474,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *552 - issue_dependencies_summary: *553 + sub_issues_summary: *553 + issue_dependencies_summary: *554 issue_field_values: type: array - items: *554 + items: *555 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133416,7 +133495,7 @@ webhooks: title: description: Title of the issue type: string - type: *555 + type: *556 updated_at: type: string format: date-time @@ -133496,8 +133575,8 @@ webhooks: format: uri user_view_type: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133587,11 +133666,11 @@ webhooks: type: string enum: - unpinned - enterprise: *598 - installation: *599 - issue: *626 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + issue: *627 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133680,11 +133759,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133772,11 +133851,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -133896,11 +133975,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - label: *619 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + label: *620 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134014,11 +134093,11 @@ webhooks: type: string required: - to - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134130,11 +134209,11 @@ webhooks: type: - string - 'null' - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134223,11 +134302,11 @@ webhooks: type: string enum: - removed - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 sender: *17 required: - action @@ -134315,11 +134394,11 @@ webhooks: type: string enum: - added - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134397,7 +134476,7 @@ webhooks: required: - login - id - team: &628 + team: &629 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134474,6 +134553,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -134487,6 +134584,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -134510,6 +134608,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -134600,11 +134716,11 @@ webhooks: type: string enum: - removed - enterprise: *598 - installation: *599 - member: *620 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + member: *621 + organization: *601 + repository: *602 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134683,7 +134799,7 @@ webhooks: required: - login - id - team: *628 + team: *629 required: - action - scope @@ -134771,7 +134887,7 @@ webhooks: type: string enum: - deleted - enterprise: *598 + enterprise: *599 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134880,12 +134996,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *599 - organization: *600 + installation: *600 + organization: *601 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -134975,11 +135091,11 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135068,9 +135184,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - milestone: &629 + enterprise: *599 + installation: *600 + milestone: &630 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135212,8 +135328,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135302,11 +135418,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135426,11 +135542,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - milestone: *625 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *626 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135520,11 +135636,11 @@ webhooks: type: string enum: - opened - enterprise: *598 - installation: *599 - milestone: *629 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + milestone: *630 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135613,9 +135729,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - membership: &630 + enterprise: *599 + installation: *600 + membership: &631 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135725,8 +135841,8 @@ webhooks: - role - organization_url - user - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135814,11 +135930,11 @@ webhooks: type: string enum: - member_added - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -135907,8 +136023,8 @@ webhooks: type: string enum: - member_invited - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -136030,10 +136146,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action - invitation @@ -136121,11 +136237,11 @@ webhooks: type: string enum: - member_removed - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -136222,11 +136338,11 @@ webhooks: properties: from: type: string - enterprise: *598 - installation: *599 - membership: *630 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + membership: *631 + organization: *601 + repository: *602 sender: *17 required: - action @@ -136312,9 +136428,9 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 package: description: Information about the package. type: object @@ -136837,7 +136953,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &631 + items: &632 title: Ruby Gems metadata type: object properties: @@ -136934,7 +137050,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -137020,9 +137136,9 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 package: description: Information about the package. type: object @@ -137384,7 +137500,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *631 + items: *632 source_url: type: string format: uri @@ -137455,7 +137571,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -137646,12 +137762,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *598 + enterprise: *599 id: type: integer - installation: *599 - organization: *600 - repository: *601 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - id @@ -137728,7 +137844,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &632 + personal_access_token_request: &633 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137878,10 +137994,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *598 - organization: *600 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -137958,11 +138074,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *632 - enterprise: *598 - organization: *600 + personal_access_token_request: *633 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138038,11 +138154,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *632 - enterprise: *598 - organization: *600 + personal_access_token_request: *633 + enterprise: *599 + organization: *601 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138117,11 +138233,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *632 - organization: *600 - enterprise: *598 + personal_access_token_request: *633 + organization: *601 + enterprise: *599 sender: *17 - installation: *599 + installation: *600 required: - action - personal_access_token_request @@ -138236,7 +138352,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *633 + last_response: *634 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138268,8 +138384,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 zen: description: Random string of GitHub zen. @@ -138524,10 +138640,10 @@ webhooks: - from required: - note - enterprise: *598 - installation: *599 - organization: *600 - project_card: &634 + enterprise: *599 + installation: *600 + organization: *601 + project_card: &635 title: Project Card type: object properties: @@ -138650,7 +138766,7 @@ webhooks: - creator - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -138741,11 +138857,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project_card: *634 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_card: *635 + repository: *602 sender: *17 required: - action @@ -138835,9 +138951,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 project_card: title: Project Card type: object @@ -138967,7 +139083,7 @@ webhooks: repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -139071,11 +139187,11 @@ webhooks: - from required: - note - enterprise: *598 - installation: *599 - organization: *600 - project_card: *634 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_card: *635 + repository: *602 sender: *17 required: - action @@ -139179,9 +139295,9 @@ webhooks: - from required: - column_id - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 project_card: allOf: - title: Project Card @@ -139378,7 +139494,7 @@ webhooks: type: string required: - after_id - repository: *601 + repository: *602 sender: *17 required: - action @@ -139468,10 +139584,10 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - organization: *600 - project: &636 + enterprise: *599 + installation: *600 + organization: *601 + project: &637 title: Project type: object properties: @@ -139598,7 +139714,7 @@ webhooks: - creator - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -139688,10 +139804,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project_column: &635 + enterprise: *599 + installation: *600 + organization: *601 + project_column: &636 title: Project Column type: object properties: @@ -139731,7 +139847,7 @@ webhooks: - name - created_at - updated_at - repository: *601 + repository: *602 sender: *17 required: - action @@ -139820,14 +139936,14 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -139926,11 +140042,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 + repository: *602 sender: *17 required: - action @@ -140020,11 +140136,11 @@ webhooks: type: string enum: - moved - enterprise: *598 - installation: *599 - organization: *600 - project_column: *635 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project_column: *636 + repository: *602 sender: *17 required: - action @@ -140114,11 +140230,11 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140208,14 +140324,14 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - project: *636 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 repository: anyOf: - type: 'null' - - *601 + - *602 sender: *17 required: - action @@ -140326,11 +140442,11 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140419,11 +140535,11 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 - organization: *600 - project: *636 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + project: *637 + repository: *602 sender: *17 required: - action @@ -140514,9 +140630,9 @@ webhooks: type: string enum: - closed - installation: *599 - organization: *600 - projects_v2: &637 + installation: *600 + organization: *601 + projects_v2: &638 title: Projects v2 Project description: A projects v2 project type: object @@ -140763,9 +140879,9 @@ webhooks: type: string enum: - created - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -140856,9 +140972,9 @@ webhooks: type: string enum: - deleted - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -140989,9 +141105,9 @@ webhooks: type: string to: type: string - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -141084,7 +141200,7 @@ webhooks: type: string enum: - archived - changes: &641 + changes: &642 type: object properties: archived_at: @@ -141100,9 +141216,9 @@ webhooks: - string - 'null' format: date-time - installation: *599 - organization: *600 - projects_v2_item: &638 + installation: *600 + organization: *601 + projects_v2_item: &639 title: Projects v2 Item description: An item belonging to a project type: object @@ -141259,9 +141375,9 @@ webhooks: - 'null' to: type: string - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141353,9 +141469,9 @@ webhooks: type: string enum: - created - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141446,9 +141562,9 @@ webhooks: type: string enum: - deleted - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141563,7 +141679,7 @@ webhooks: oneOf: - type: string - type: integer - - &639 + - &640 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141587,7 +141703,7 @@ webhooks: required: - id - name - - &640 + - &641 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141627,8 +141743,8 @@ webhooks: oneOf: - type: string - type: integer - - *639 - *640 + - *641 type: - 'null' - string @@ -141651,9 +141767,9 @@ webhooks: - 'null' required: - body - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141760,9 +141876,9 @@ webhooks: type: - string - 'null' - installation: *599 - organization: *600 - projects_v2_item: *638 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141855,10 +141971,10 @@ webhooks: type: string enum: - restored - changes: *641 - installation: *599 - organization: *600 - projects_v2_item: *638 + changes: *642 + installation: *600 + organization: *601 + projects_v2_item: *639 sender: *17 required: - action @@ -141950,9 +142066,9 @@ webhooks: type: string enum: - reopened - installation: *599 - organization: *600 - projects_v2: *637 + installation: *600 + organization: *601 + projects_v2: *638 sender: *17 required: - action @@ -142033,10 +142149,10 @@ webhooks: title: public event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - repository @@ -142123,13 +142239,13 @@ webhooks: type: string enum: - assigned - assignee: *620 - enterprise: *598 - installation: *599 - number: &642 + assignee: *621 + enterprise: *599 + installation: *600 + number: &643 description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -144478,7 +144594,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -144570,11 +144686,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -146916,7 +147032,7 @@ webhooks: - draft reason: type: string - repository: *601 + repository: *602 sender: *17 required: - action @@ -147008,11 +147124,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -149354,7 +149470,7 @@ webhooks: - draft reason: type: string - repository: *601 + repository: *602 sender: *17 required: - action @@ -149446,13 +149562,13 @@ webhooks: type: string enum: - closed - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: &643 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: &644 allOf: - - *485 + - *486 - type: object properties: allow_auto_merge: @@ -149514,7 +149630,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *601 + repository: *602 sender: *17 required: - action @@ -149605,12 +149721,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -149700,11 +149816,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *598 - milestone: *390 - number: *642 - organization: *600 - pull_request: &644 + enterprise: *599 + milestone: *391 + number: *643 + organization: *601 + pull_request: &645 title: Pull Request type: object properties: @@ -152031,7 +152147,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -152163,12 +152279,12 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -152258,11 +152374,11 @@ webhooks: type: string enum: - labeled - enterprise: *598 - installation: *599 - label: *619 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + label: *620 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -154610,7 +154726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -154701,10 +154817,10 @@ webhooks: type: string enum: - locked - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -157050,7 +157166,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -157140,12 +157256,12 @@ webhooks: type: string enum: - milestoned - enterprise: *598 - milestone: *390 - number: *642 - organization: *600 - pull_request: *644 - repository: *601 + enterprise: *599 + milestone: *391 + number: *643 + organization: *601 + pull_request: *645 + repository: *602 sender: *17 required: - action @@ -157234,12 +157350,12 @@ webhooks: type: string enum: - opened - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157330,12 +157446,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157425,12 +157541,12 @@ webhooks: type: string enum: - reopened - enterprise: *598 - installation: *599 - number: *642 - organization: *600 - pull_request: *643 - repository: *601 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 + pull_request: *644 + repository: *602 sender: *17 required: - action @@ -157815,9 +157931,9 @@ webhooks: - start_side - side - reactions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -160047,7 +160163,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -160137,7 +160253,7 @@ webhooks: type: string enum: - deleted - comment: &646 + comment: &647 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. @@ -160430,9 +160546,9 @@ webhooks: - start_side - side - reactions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -162650,7 +162766,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -162740,11 +162856,11 @@ webhooks: type: string enum: - edited - changes: *645 - comment: *646 - enterprise: *598 - installation: *599 - organization: *600 + changes: *646 + comment: *647 + enterprise: *599 + installation: *600 + organization: *601 pull_request: type: object properties: @@ -164965,7 +165081,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *601 + repository: *602 sender: *17 required: - action @@ -165056,9 +165172,9 @@ webhooks: type: string enum: - dismissed - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -167291,7 +167407,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 review: description: The review that was affected. type: object @@ -167552,9 +167668,9 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -169668,8 +169784,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 - review: &647 + repository: *602 + review: &648 description: The review that was affected. type: object properties: @@ -169917,12 +170033,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -172269,7 +172385,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_reviewer: title: User type: @@ -172355,12 +172471,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -174714,7 +174830,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174919,12 +175035,12 @@ webhooks: type: string enum: - review_requested - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -177273,7 +177389,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_reviewer: title: User type: @@ -177360,12 +177476,12 @@ webhooks: type: string enum: - review_requested - enterprise: *598 - installation: *599 + enterprise: *599 + installation: *600 number: description: The pull request number. type: integer - organization: *600 + organization: *601 pull_request: title: Pull Request type: object @@ -179705,7 +179821,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179899,9 +180015,9 @@ webhooks: type: string enum: - submitted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -182137,8 +182253,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 - review: *647 + repository: *602 + review: *648 sender: *17 required: - action @@ -182228,9 +182344,9 @@ webhooks: type: string enum: - resolved - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -184361,7 +184477,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 sender: *17 thread: type: object @@ -184768,9 +184884,9 @@ webhooks: type: string enum: - unresolved - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 pull_request: title: Simple Pull Request type: object @@ -186884,7 +187000,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *601 + repository: *602 sender: *17 thread: type: object @@ -187293,10 +187409,10 @@ webhooks: type: string before: type: string - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -189631,7 +189747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -189723,11 +189839,11 @@ webhooks: type: string enum: - unassigned - assignee: *648 - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + assignee: *649 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -192077,7 +192193,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -192166,11 +192282,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *598 - installation: *599 - label: *619 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + label: *620 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -194509,7 +194625,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -194600,10 +194716,10 @@ webhooks: type: string enum: - unlocked - enterprise: *598 - installation: *599 - number: *642 - organization: *600 + enterprise: *599 + installation: *600 + number: *643 + organization: *601 pull_request: title: Pull Request type: object @@ -196932,7 +197048,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *601 + repository: *602 sender: *17 required: - action @@ -197145,7 +197261,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *598 + enterprise: *599 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -197240,8 +197356,8 @@ webhooks: - url - author - committer - installation: *599 - organization: *600 + installation: *600 + organization: *601 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197839,9 +197955,9 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 registry_package: type: object properties: @@ -198318,7 +198434,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *631 + items: *632 summary: type: string tag_name: @@ -198374,7 +198490,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -198462,9 +198578,9 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 registry_package: type: object properties: @@ -198776,7 +198892,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *631 + items: *632 summary: type: string tag_name: @@ -198826,7 +198942,7 @@ webhooks: - owner - package_version - registry - repository: *601 + repository: *602 sender: *17 required: - action @@ -198913,10 +199029,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - release: &649 + enterprise: *599 + installation: *600 + organization: *601 + release: &650 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199247,7 +199363,7 @@ webhooks: - updated_at - zipball_url - body - repository: *601 + repository: *602 sender: *17 required: - action @@ -199334,11 +199450,11 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -199465,11 +199581,11 @@ webhooks: type: boolean required: - to - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -199557,9 +199673,9 @@ webhooks: type: string enum: - prereleased - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199895,7 +200011,7 @@ webhooks: - string - 'null' format: uri - repository: *601 + repository: *602 sender: *17 required: - action @@ -199981,10 +200097,10 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 - release: &650 + enterprise: *599 + installation: *600 + organization: *601 + release: &651 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -200317,7 +200433,7 @@ webhooks: - string - 'null' format: uri - repository: *601 + repository: *602 sender: *17 required: - action @@ -200403,11 +200519,11 @@ webhooks: type: string enum: - released - enterprise: *598 - installation: *599 - organization: *600 - release: *649 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *650 + repository: *602 sender: *17 required: - action @@ -200493,11 +200609,11 @@ webhooks: type: string enum: - unpublished - enterprise: *598 - installation: *599 - organization: *600 - release: *650 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + release: *651 + repository: *602 sender: *17 required: - action @@ -200583,10 +200699,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200671,10 +200787,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200759,10 +200875,10 @@ webhooks: type: string enum: - archived - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200849,10 +200965,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -200940,10 +201056,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201038,10 +201154,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201166,10 +201282,10 @@ webhooks: - 'null' items: type: string - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201257,10 +201373,10 @@ webhooks: type: string enum: - privatized - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201347,10 +201463,10 @@ webhooks: type: string enum: - publicized - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201454,10 +201570,10 @@ webhooks: - name required: - repository - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -201537,10 +201653,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 sender: *17 required: @@ -201619,10 +201735,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 sender: *17 required: @@ -201701,10 +201817,10 @@ webhooks: type: string enum: - edited - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 repository_ruleset: *257 changes: type: object @@ -201766,16 +201882,16 @@ webhooks: properties: added: type: array - items: *506 + items: *507 deleted: type: array - items: *506 + items: *507 updated: type: array items: type: object properties: - rule: *506 + rule: *507 changes: type: object properties: @@ -202022,10 +202138,10 @@ webhooks: - from required: - owner - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202113,10 +202229,10 @@ webhooks: type: string enum: - unarchived - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202204,7 +202320,7 @@ webhooks: type: string enum: - create - alert: &651 + alert: &652 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -202328,10 +202444,10 @@ webhooks: type: string enum: - open - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202551,10 +202667,10 @@ webhooks: type: string enum: - dismissed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202642,11 +202758,11 @@ webhooks: type: string enum: - reopen - alert: *651 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *652 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202858,10 +202974,10 @@ webhooks: enum: - fixed - open - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -202949,7 +203065,7 @@ webhooks: type: string enum: - created - alert: &652 + alert: &653 type: object properties: number: *91 @@ -203026,10 +203142,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203120,11 +203236,11 @@ webhooks: type: string enum: - created - alert: *652 - installation: *599 - location: *653 - organization: *600 - repository: *601 + alert: *653 + installation: *600 + location: *654 + organization: *601 + repository: *602 sender: *17 required: - location @@ -203367,11 +203483,11 @@ webhooks: type: string enum: - reopened - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203459,11 +203575,11 @@ webhooks: type: string enum: - resolved - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203551,11 +203667,11 @@ webhooks: type: string enum: - validated - alert: *652 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + alert: *653 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -203641,11 +203757,11 @@ webhooks: type: string enum: - published - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - security_advisory: &654 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + security_advisory: &655 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203841,11 +203957,11 @@ webhooks: type: string enum: - updated - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 - security_advisory: *654 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 + security_advisory: *655 sender: *17 required: - action @@ -203928,10 +204044,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -204128,10 +204244,10 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *598 - installation: *599 - organization: *600 - repository: *300 + enterprise: *599 + installation: *600 + organization: *601 + repository: *301 sender: *17 required: - changes @@ -204219,12 +204335,12 @@ webhooks: type: string enum: - cancelled - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: &655 + sponsorship: &656 type: object properties: created_at: @@ -204539,12 +204655,12 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - sponsorship @@ -204642,12 +204758,12 @@ webhooks: type: string required: - from - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -204734,17 +204850,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &656 + effective_date: &657 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: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - sponsorship @@ -204828,7 +204944,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &657 + changes: &658 type: object properties: tier: @@ -204872,13 +204988,13 @@ webhooks: - from required: - tier - effective_date: *656 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + effective_date: *657 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -204965,13 +205081,13 @@ webhooks: type: string enum: - tier_changed - changes: *657 - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + changes: *658 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - sponsorship: *655 + sponsorship: *656 required: - action - changes @@ -205055,10 +205171,10 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205152,10 +205268,10 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205594,15 +205710,15 @@ webhooks: type: - string - 'null' - enterprise: *598 + enterprise: *599 id: description: The unique identifier of the status. type: integer - installation: *599 + installation: *600 name: type: string - organization: *600 - repository: *601 + organization: *601 + repository: *602 sender: *17 sha: description: The Commit SHA. @@ -205715,12 +205831,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205797,6 +205913,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -205810,6 +205944,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -205835,6 +205970,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -205923,9 +206076,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -206395,7 +206548,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -206481,9 +206634,9 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -206953,7 +207106,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -207040,9 +207193,9 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -207512,7 +207665,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -207666,9 +207819,9 @@ webhooks: - from required: - permissions - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -208138,7 +208291,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - changes @@ -208226,9 +208379,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *598 - installation: *599 - organization: *600 + enterprise: *599 + installation: *600 + organization: *601 repository: title: Repository description: A git repository @@ -208698,7 +208851,7 @@ webhooks: - topics - visibility sender: *17 - team: *658 + team: *659 required: - action - team @@ -208781,12 +208934,12 @@ webhooks: type: string enum: - created - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action responses: @@ -208864,12 +209017,12 @@ webhooks: type: string enum: - deleted - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - user: *620 + user: *621 required: - action responses: @@ -208950,10 +209103,10 @@ webhooks: type: string enum: - started - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 required: - action @@ -209036,17 +209189,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *598 + enterprise: *599 inputs: type: - object - 'null' additionalProperties: true - installation: *599 - organization: *600 + installation: *600 + organization: *601 ref: type: string - repository: *601 + repository: *602 sender: *17 workflow: type: string @@ -209138,10 +209291,10 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: allOf: @@ -209397,7 +209550,7 @@ webhooks: type: string required: - conclusion - deployment: *407 + deployment: *408 required: - action - repository @@ -209486,10 +209639,10 @@ webhooks: type: string enum: - in_progress - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: allOf: @@ -209771,7 +209924,7 @@ webhooks: required: - status - steps - deployment: *407 + deployment: *408 required: - action - repository @@ -209860,10 +210013,10 @@ webhooks: type: string enum: - queued - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: type: object @@ -210009,7 +210162,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -210098,10 +210251,10 @@ webhooks: type: string enum: - waiting - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 workflow_job: type: object @@ -210248,7 +210401,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *407 + deployment: *408 required: - action - repository @@ -210338,12 +210491,12 @@ webhooks: type: string enum: - completed - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object @@ -211372,12 +211525,12 @@ webhooks: type: string enum: - in_progress - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object @@ -212391,12 +212544,12 @@ webhooks: type: string enum: - requested - enterprise: *598 - installation: *599 - organization: *600 - repository: *601 + enterprise: *599 + installation: *600 + organization: *601 + repository: *602 sender: *17 - workflow: *615 + workflow: *616 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index 2bfc9480c9..856b7d43b7 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/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": [ @@ -49391,7 +49390,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" @@ -49443,7 +49442,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" @@ -92990,9 +92989,25 @@ "type": [ "null" ] + }, + "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.", + "examples": [ + "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + ] + }, "ldap-mapping-user": { "title": "Ldap Private User", "description": "Ldap Private User", @@ -105046,6 +105061,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -105058,7 +105095,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team-role-assignment": { @@ -105159,6 +105197,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -105172,6 +105232,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -108299,6 +108360,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -108321,7 +108404,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "team-organization": { @@ -108840,10 +108924,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -108858,6 +108960,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -134011,6 +134114,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -134025,7 +134150,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -134058,6 +134184,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -140928,6 +141076,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -140942,7 +141112,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -140976,6 +141147,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml index 71a59ce0ed..ba8601da1f 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions-next/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: @@ -35658,7 +35656,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 @@ -35695,7 +35693,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 @@ -66637,6 +66635,18 @@ components: parent: type: - 'null' + 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com ldap-mapping-user: title: Ldap Private User description: Ldap Private User @@ -75570,6 +75580,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -75581,6 +75607,7 @@ components: - html_url - repositories_url - slug + - type team-role-assignment: title: A Role Assignment for a Team description: The Relationship a Team has with a role. @@ -75650,6 +75677,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -75661,6 +75704,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -77959,6 +78003,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -77975,6 +78035,7 @@ components: - repositories_url - slug - parent + - type team-organization: title: Team Organization description: Team Organization @@ -78335,10 +78396,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -78350,6 +78424,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -96416,6 +96491,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -96429,6 +96522,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -96452,6 +96546,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -101590,6 +101700,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -101603,6 +101731,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -101628,6 +101757,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/ghes-3.14/ghes-3.14.json b/descriptions-next/ghes-3.14/ghes-3.14.json index 2bfc9480c9..856b7d43b7 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.json +++ b/descriptions-next/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": [ @@ -49391,7 +49390,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" @@ -49443,7 +49442,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" @@ -92990,9 +92989,25 @@ "type": [ "null" ] + }, + "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.", + "examples": [ + "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + ] + }, "ldap-mapping-user": { "title": "Ldap Private User", "description": "Ldap Private User", @@ -105046,6 +105061,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -105058,7 +105095,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] }, "team-role-assignment": { @@ -105159,6 +105197,28 @@ "$ref": "#/components/schemas/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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -105172,6 +105232,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] }, @@ -108299,6 +108360,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -108321,7 +108404,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "team-organization": { @@ -108840,10 +108924,28 @@ "$ref": "#/components/schemas/team-organization" }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", + "$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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -108858,6 +108960,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -134011,6 +134114,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -134025,7 +134150,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -134058,6 +134184,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -140928,6 +141076,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -140942,7 +141112,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -140976,6 +141147,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghes-3.14/ghes-3.14.yaml b/descriptions-next/ghes-3.14/ghes-3.14.yaml index 71a59ce0ed..ba8601da1f 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.yaml +++ b/descriptions-next/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: @@ -35658,7 +35656,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 @@ -35695,7 +35693,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 @@ -66637,6 +66635,18 @@ components: parent: type: - 'null' + 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. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com ldap-mapping-user: title: Ldap Private User description: Ldap Private User @@ -75570,6 +75580,22 @@ components: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -75581,6 +75607,7 @@ components: - html_url - repositories_url - slug + - type team-role-assignment: title: A Role Assignment for a Team description: The Relationship a Team has with a role. @@ -75650,6 +75677,22 @@ components: anyOf: - type: 'null' - "$ref": "#/components/schemas/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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -75661,6 +75704,7 @@ components: - html_url - repositories_url - slug + - type - parent user-role-assignment: title: A Role Assignment for a User @@ -77959,6 +78003,22 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -77975,6 +78035,7 @@ components: - repositories_url - slug - parent + - type team-organization: title: Team Organization description: Team Organization @@ -78335,10 +78396,23 @@ components: organization: "$ref": "#/components/schemas/team-organization" ldap_dn: - description: Distinguished Name (DN) that team maps to within LDAP environment + "$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 examples: - - uid=example,ou=users,dc=github,dc=com + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - id - node_id @@ -78350,6 +78424,7 @@ components: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count @@ -96416,6 +96491,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -96429,6 +96522,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -96452,6 +96546,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id @@ -101590,6 +101700,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team + belongs + examples: + - 42 required: - name - id @@ -101603,6 +101731,7 @@ components: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -101628,6 +101757,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this team belongs + examples: + - 42 required: - name - id diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json index d85e5a222e..3e319bd34d 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json @@ -1397,6 +1397,15 @@ "type": [ "null" ] + }, + "type": { + "type": "string" + }, + "organization_id": { + "type": "integer" + }, + "enterprise_id": { + "type": "integer" } } }, @@ -1433,7 +1442,10 @@ "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.", + "examples": [ + "cn=Enterprise Ops,ou=teams,dc=github,dc=com" + ] } }, "required": [ @@ -128589,6 +128601,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -128601,10 +128635,33 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] + }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -128618,6 +128675,7 @@ "html_url", "repositories_url", "slug", + "type", "parent" ] } @@ -128843,6 +128901,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -128855,7 +128935,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -156593,6 +156674,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -156605,7 +156708,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -157042,6 +157146,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -157143,6 +157269,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -157155,7 +157303,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -157172,7 +157321,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -157548,6 +157698,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -157560,7 +157732,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -157971,10 +158144,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -157989,6 +158184,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -158396,6 +158592,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -158408,7 +158626,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -158819,10 +159038,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -158837,6 +159078,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -159230,6 +159472,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -159242,7 +159506,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -159653,10 +159918,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -159671,6 +159958,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -159935,6 +160223,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -159947,7 +160257,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -160358,10 +160669,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -160376,6 +160709,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -170937,6 +171271,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -171038,6 +171394,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -171050,7 +171428,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -171067,7 +171446,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -205858,6 +206238,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -205959,6 +206361,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -205971,7 +206395,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -205988,7 +206413,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -213552,6 +213978,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -213653,6 +214101,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -213665,7 +214135,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -213682,7 +214153,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -214367,6 +214839,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -214468,6 +214962,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -214480,7 +214996,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -214497,7 +215014,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -215108,6 +215626,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -215209,6 +215749,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -215221,7 +215783,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -215238,7 +215801,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -216744,6 +217308,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -216845,6 +217431,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -216857,7 +217465,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -216874,7 +217483,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -217559,6 +218169,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -217660,6 +218292,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -217672,7 +218326,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -217689,7 +218344,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -218300,6 +218956,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -218401,6 +219079,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -218413,7 +219113,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -218430,7 +219131,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -219307,6 +220009,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -219408,6 +220132,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -219420,7 +220166,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -219437,7 +220184,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220122,6 +220870,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -220223,6 +220993,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -220235,7 +221027,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -220252,7 +221045,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -220863,6 +221657,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -220964,6 +221780,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -220976,7 +221814,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -220993,7 +221832,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -222200,6 +223040,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -222301,6 +223163,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -222313,7 +223197,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -222330,7 +223215,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223000,6 +223886,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -223101,6 +224009,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -223113,7 +224043,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -223130,7 +224061,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -223790,6 +224722,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -223891,6 +224845,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -223903,7 +224879,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -223920,7 +224897,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -224977,6 +225955,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -225078,6 +226078,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -225090,7 +226112,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -225107,7 +226130,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -225792,6 +226816,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -225893,6 +226939,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -225905,7 +226973,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -225922,7 +226991,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -226898,6 +227968,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -226999,6 +228091,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -227011,7 +228125,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -227028,7 +228143,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -227713,6 +228829,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -227814,6 +228952,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -227826,7 +228986,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -227843,7 +229004,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -230363,6 +231525,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -230464,6 +231648,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -230476,7 +231682,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -230493,7 +231700,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233381,6 +234589,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -233482,6 +234712,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -233494,7 +234746,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -233511,7 +234764,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -233746,6 +235000,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -233847,6 +235123,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -233859,7 +235157,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -233876,7 +235175,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234161,6 +235461,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234262,6 +235584,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234274,7 +235618,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234291,7 +235636,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -234575,6 +235921,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -234676,6 +236044,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -234688,7 +236078,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -234705,7 +236096,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -237366,6 +238758,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -237467,6 +238881,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -237479,7 +238915,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -237496,7 +238933,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -238181,6 +239619,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -238282,6 +239742,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -238294,7 +239776,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -238311,7 +239794,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -238922,6 +240406,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -239023,6 +240529,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -239035,7 +240563,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -239052,7 +240581,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -265888,6 +267418,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -265989,6 +267541,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -266001,7 +267575,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -266018,7 +267593,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -291428,6 +293004,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -291529,6 +293127,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -291541,7 +293161,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -291558,7 +293179,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -292166,6 +293788,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -292267,6 +293911,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -292279,7 +293945,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -292296,7 +293963,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -292997,6 +294665,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -293098,6 +294788,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -293110,7 +294822,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -293127,7 +294840,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } ] @@ -331445,6 +333159,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -331546,6 +333282,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -331558,7 +333316,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -331575,7 +333334,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -336384,6 +338144,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -336485,6 +338267,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -336497,7 +338301,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -336514,7 +338319,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "dismissed_review": { @@ -358395,6 +360201,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -358496,6 +360324,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -358508,7 +360358,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -358525,7 +360376,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -359563,6 +361415,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -359664,6 +361538,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -359676,7 +361572,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -359693,7 +361590,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -370844,6 +372742,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -370945,6 +372865,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -370957,7 +372899,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -370974,7 +372917,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -372012,6 +373956,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -372113,6 +374079,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -372125,7 +374113,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -372142,7 +374131,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] }, "requested_reviewer": { @@ -394724,7 +396714,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" @@ -394878,7 +396868,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" @@ -396547,6 +398537,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -396648,6 +398660,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -396660,7 +398694,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -396677,7 +398712,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -401410,6 +403446,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -401422,7 +403480,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -409592,6 +411651,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -409604,7 +411685,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -414598,6 +416680,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -414610,7 +416714,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -422277,6 +424382,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -422378,6 +424505,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -422390,7 +424539,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -422407,7 +424557,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } } @@ -423890,6 +426041,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -423991,6 +426164,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -424003,7 +426198,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -424020,7 +426216,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -428698,6 +430895,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -428799,6 +431018,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -428811,7 +431052,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -428828,7 +431070,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -459658,6 +461901,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -459759,6 +462024,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -459771,7 +462058,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -459788,7 +462076,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -483072,6 +485361,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -483084,7 +485395,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -483495,10 +485807,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -483513,6 +485847,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -483903,6 +486238,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -483915,7 +486272,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -484326,10 +486684,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -484344,6 +486724,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -484608,6 +486989,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -484620,7 +487023,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -485031,10 +487435,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", + "examples": [ + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + 42 ] } }, @@ -485049,6 +487475,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -495072,6 +497499,28 @@ "type": "string", "format": "uri" }, + "type": { + "description": "The ownership type of the team", + "type": "string", + "enum": [ + "enterprise", + "organization" + ] + }, + "organization_id": { + "type": "integer", + "description": "Unique identifier of the organization to which this team belongs", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] + }, "parent": { "anyOf": [ { @@ -495173,6 +497622,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -495185,7 +497656,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -495202,7 +497674,8 @@ "html_url", "repositories_url", "slug", - "parent" + "parent", + "type" ] } }, @@ -532065,6 +534538,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -532077,7 +534572,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } ] @@ -532488,10 +534984,32 @@ ] }, "ldap_dn": { - "description": "Distinguished Name (DN) that team maps to within LDAP environment", "type": "string", + "description": "The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team.", "examples": [ - "uid=example,ou=users,dc=github,dc=com" + "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 ] } }, @@ -532506,6 +535024,7 @@ "html_url", "repositories_url", "slug", + "type", "created_at", "updated_at", "members_count", @@ -672680,6 +675199,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -672692,7 +675233,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -856537,6 +859079,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -856551,7 +859115,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -856584,6 +859149,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -858724,6 +861311,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -858738,7 +861347,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -858771,6 +861381,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -956417,6 +959049,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -956429,7 +959083,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -962741,6 +965396,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -962753,7 +965430,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -974476,6 +977154,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -974488,7 +977188,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -996353,6 +999054,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -996365,7 +999088,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1002677,6 +1005401,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1002689,7 +1005435,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1009001,6 +1011748,28 @@ "examples": [ "uid=example,ou=users,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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1009013,7 +1011782,8 @@ "permission", "html_url", "repositories_url", - "slug" + "slug", + "type" ] } }, @@ -1211599,6 +1214369,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1211613,7 +1214405,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1211647,6 +1214440,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1212875,6 +1215690,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1212889,7 +1215726,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1212923,6 +1215761,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1214151,6 +1217011,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1214165,7 +1217047,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1214199,6 +1217082,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1215428,6 +1218333,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1215442,7 +1218369,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1215476,6 +1218404,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1216791,6 +1219741,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1216805,7 +1219777,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1216839,6 +1219812,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1218069,6 +1221064,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ @@ -1218083,7 +1221100,8 @@ "html_url", "members_url", "repositories_url", - "permission" + "permission", + "type" ] }, "permission": { @@ -1218117,6 +1221135,28 @@ "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", + "examples": [ + 37 + ] + }, + "enterprise_id": { + "type": "integer", + "description": "Unique identifier of the enterprise to which this team belongs", + "examples": [ + 42 + ] } }, "required": [ diff --git a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml index 8b829c39e7..22c9c3399d 100644 --- a/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml @@ -896,6 +896,12 @@ paths: parent: type: - 'null' + type: + type: string + organization_id: + type: integer + enterprise_id: + type: integer examples: default: value: @@ -920,10 +926,12 @@ paths: schema: type: object properties: - ldap_dn: + ldap_dn: &273 type: string description: The [distinguished name](https://www.ldap.com/ldap-dns-and-rdns) (DN) of the LDAP entry to map to a team. + examples: + - cn=Enterprise Ops,ou=teams,dc=github,dc=com required: - ldap_dn examples: @@ -4638,7 +4646,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &535 + schema: &536 title: Scim Error description: Scim Error type: object @@ -12689,7 +12697,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &371 + instances_url: &372 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12725,7 +12733,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &372 + dismissed_reason: &373 type: - string - 'null' @@ -12736,14 +12744,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &373 + dismissed_comment: &374 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &374 + rule: &375 type: object properties: id: @@ -12788,7 +12796,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &375 + tool: &376 type: object properties: name: *88 @@ -12799,15 +12807,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &376 + most_recent_instance: &377 type: object properties: - ref: &369 + ref: &370 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &381 + analysis_key: &382 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12818,7 +12826,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &382 + category: &383 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13810,7 +13818,7 @@ paths: - development - runtime - - security_advisory: &402 + security_advisory: &403 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14045,7 +14053,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &403 + auto_dismissed_at: &404 type: - string - 'null' @@ -14489,14 +14497,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &524 + state: &525 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: &525 + resolution: &526 type: - string - 'null' @@ -15169,7 +15177,7 @@ paths: milestone: anyOf: - type: 'null' - - &393 + - &394 title: Milestone description: A collection of related issues and pull requests. @@ -15341,7 +15349,7 @@ paths: timeline_url: type: string format: uri - type: &562 + type: &563 title: Issue Type description: The type of issue. type: @@ -15450,7 +15458,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &559 + sub_issues_summary: &560 title: Sub-issues Summary type: object properties: @@ -15471,7 +15479,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &560 + issue_dependencies_summary: &561 title: Issue Dependencies Summary type: object properties: @@ -15490,7 +15498,7 @@ paths: - total_blocking issue_field_values: type: array - items: &561 + items: &562 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15585,7 +15593,7 @@ paths: - user - created_at - updated_at - comment: &444 + comment: &445 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16155,7 +16163,7 @@ paths: url: type: string format: uri - user: &573 + user: &574 title: Public User description: Public User type: object @@ -20845,14 +20853,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: - - &292 + - &293 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &293 + - &294 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20923,7 +20931,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &304 + '301': &305 description: Moved permanently content: application/json: @@ -20945,7 +20953,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: - - &472 + - &473 name: all description: If `true`, show notifications marked as read. in: query @@ -20953,7 +20961,7 @@ paths: schema: type: boolean default: false - - &473 + - &474 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20963,7 +20971,7 @@ paths: type: boolean default: false - *107 - - &474 + - &475 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: @@ -21477,7 +21485,7 @@ paths: - url - subscription_url examples: - default: &475 + default: &476 value: - id: '1' repository: @@ -22030,7 +22038,7 @@ paths: type: array items: *68 examples: - default: &582 + default: &583 value: - login: github id: 1 @@ -22999,7 +23007,7 @@ paths: type: integer repository_cache_usages: type: array - items: &309 + items: &310 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23253,7 +23261,7 @@ paths: type: array items: *82 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -25059,7 +25067,7 @@ paths: description: Response content: application/json: - schema: &331 + schema: &332 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -25094,7 +25102,7 @@ paths: - key_id - key examples: - default: &332 + default: &333 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25507,7 +25515,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-organization-variables parameters: - *130 - - &316 + - &317 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)." @@ -26161,7 +26169,7 @@ paths: be returned. in: query required: false - schema: &370 + schema: &371 type: string description: Severity of a code scanning alert. enum: @@ -27792,7 +27800,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27811,7 +27819,7 @@ paths: - key_id - key examples: - default: &407 + default: &408 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28393,7 +28401,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &288 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -28483,7 +28491,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &288 + default: &289 value: group_id: '123' group_name: Octocat admins @@ -28538,7 +28546,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -28578,7 +28586,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &286 + default: &287 value: groups: - group_id: '123' @@ -29229,7 +29237,7 @@ paths: application/json: schema: *37 examples: - default: &441 + default: &442 value: id: 1 account: @@ -31648,6 +31656,24 @@ paths: type: string examples: - uid=example,ou=users,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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - id - node_id @@ -31659,6 +31685,25 @@ paths: - html_url - repositories_url - slug + - type + type: + description: The ownership type of the team + type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which + this team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - id - node_id @@ -31670,6 +31715,7 @@ paths: - html_url - repositories_url - slug + - type - parent examples: default: &270 @@ -32055,7 +32101,7 @@ paths: - nuget - container - *130 - - &583 + - &584 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32096,7 +32142,7 @@ paths: default: *215 '403': *41 '401': *39 - '400': &585 + '400': &586 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34610,7 +34656,7 @@ paths: description: Response content: application/json: - schema: &303 + schema: &304 title: Full Repository description: Full Repository type: object @@ -35189,7 +35235,7 @@ paths: - network_count - subscribers_count examples: - default: &305 + default: &306 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35761,7 +35807,7 @@ paths: - *130 - *4 - *5 - - &510 + - &511 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36040,7 +36086,7 @@ paths: - object rules: type: array - items: &511 + items: &512 title: Repository Rule type: object description: A repository rule. @@ -36102,7 +36148,7 @@ paths: type: string enum: - required_linear_history - - &508 + - &509 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -36618,7 +36664,7 @@ paths: - tool required: - code_scanning_tools - - &509 + - &510 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -36845,7 +36891,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &512 + - &513 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 @@ -36860,7 +36906,7 @@ paths: in: query schema: type: string - - &513 + - &514 name: time_period description: |- The time period to filter by. @@ -36876,14 +36922,14 @@ paths: - week - month default: day - - &514 + - &515 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 - - &515 + - &516 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -36903,7 +36949,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: Rule Suites description: Response type: array @@ -36958,7 +37004,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &517 + default: &518 value: - id: 21 actor_id: 12 @@ -37002,7 +37048,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &518 + - &519 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37018,7 +37064,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Rule Suite description: Response type: object @@ -37123,7 +37169,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &520 + default: &521 value: id: 21 actor_id: 12 @@ -37341,7 +37387,7 @@ paths: - *9 - *5 - *4 - - &522 + - &523 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 @@ -37351,7 +37397,7 @@ paths: required: false schema: type: string - - &523 + - &524 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 @@ -37523,7 +37569,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -37579,6 +37625,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 parent: anyOf: - type: 'null' @@ -37595,6 +37659,7 @@ paths: - repositories_url - slug - parent + - type examples: default: *270 headers: @@ -37698,7 +37763,7 @@ paths: description: Response content: application/json: - schema: &273 + schema: &274 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38055,12 +38120,25 @@ paths: - created_at - updated_at - archived_at - ldap_dn: - description: Distinguished Name (DN) that team maps to within - LDAP environment + ldap_dn: *273 + type: + description: The ownership type of the team type: string + enum: + - enterprise + - organization + organization_id: + type: integer + description: Unique identifier of the organization to which this + team belongs + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs examples: - - uid=example,ou=users,dc=github,dc=com + - 42 required: - id - node_id @@ -38072,13 +38150,14 @@ paths: - html_url - repositories_url - slug + - type - created_at - updated_at - members_count - repos_count - organization examples: - default: &274 + default: &275 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38154,9 +38233,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *24 x-github: githubCloudOnly: false @@ -38241,16 +38320,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *24 '422': *33 '403': *41 @@ -38320,7 +38399,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38431,7 +38510,7 @@ paths: - updated_at - url examples: - default: &563 + default: &564 value: - author: login: octocat @@ -38540,9 +38619,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &276 + default: &277 value: author: login: octocat @@ -38616,7 +38695,7 @@ paths: parameters: - *130 - *211 - - &277 + - &278 name: discussion_number description: The number that identifies the discussion. in: path @@ -38628,9 +38707,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38654,7 +38733,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 requestBody: required: false content: @@ -38677,9 +38756,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &564 + default: &565 value: author: login: octocat @@ -38751,7 +38830,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 responses: '204': description: Response @@ -38779,7 +38858,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 - *9 - *4 - *5 @@ -38790,7 +38869,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38870,7 +38949,7 @@ paths: - updated_at - url examples: - default: &565 + default: &566 value: - author: login: octocat @@ -38940,7 +39019,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 requestBody: required: true content: @@ -38962,9 +39041,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &279 + default: &280 value: author: login: octocat @@ -39032,8 +39111,8 @@ paths: parameters: - *130 - *211 - - *277 - - &280 + - *278 + - &281 name: comment_number description: The number that identifies the comment. in: path @@ -39045,9 +39124,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39071,8 +39150,8 @@ paths: parameters: - *130 - *211 - - *277 - - *280 + - *278 + - *281 requestBody: required: true content: @@ -39094,9 +39173,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &566 + default: &567 value: author: login: octocat @@ -39162,8 +39241,8 @@ paths: parameters: - *130 - *211 - - *277 - - *280 + - *278 + - *281 responses: '204': description: Response @@ -39191,8 +39270,8 @@ paths: parameters: - *130 - *211 - - *277 - - *280 + - *278 + - *281 - 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. @@ -39218,7 +39297,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39262,7 +39341,7 @@ paths: - content - created_at examples: - default: &283 + default: &284 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39314,8 +39393,8 @@ paths: parameters: - *130 - *211 - - *277 - - *280 + - *278 + - *281 requestBody: required: true content: @@ -39348,9 +39427,9 @@ paths: team discussion comment content: application/json: - schema: *281 + schema: *282 examples: - default: &282 + default: &283 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39379,9 +39458,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39406,9 +39485,9 @@ paths: parameters: - *130 - *211 - - *277 - - *280 - - &284 + - *278 + - *281 + - &285 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39442,7 +39521,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 - 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. @@ -39468,9 +39547,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 x-github: @@ -39498,7 +39577,7 @@ paths: parameters: - *130 - *211 - - *277 + - *278 requestBody: required: true content: @@ -39530,16 +39609,16 @@ paths: description: Response 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 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39564,8 +39643,8 @@ paths: parameters: - *130 - *211 - - *277 - - *284 + - *278 + - *285 responses: '204': description: Response @@ -39595,9 +39674,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -39641,9 +39720,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *288 + default: *289 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -39748,7 +39827,7 @@ paths: description: Response content: application/json: - schema: &289 + schema: &290 title: Team Membership description: Team Membership type: object @@ -39776,7 +39855,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &567 + response-if-user-is-a-team-maintainer: &568 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39839,9 +39918,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - response-if-users-membership-with-team-is-now-pending: &568 + response-if-users-membership-with-team-is-now-pending: &569 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39914,7 +39993,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Team Project description: A team's access to a project. type: object @@ -39983,7 +40062,7 @@ paths: - updated_at - permissions examples: - default: &569 + default: &570 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40048,7 +40127,7 @@ paths: parameters: - *130 - *211 - - &291 + - &292 name: project_id description: The unique identifier of the project. in: path @@ -40060,9 +40139,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &570 + default: &571 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40126,7 +40205,7 @@ paths: parameters: - *130 - *211 - - *291 + - *292 requestBody: required: false content: @@ -40195,7 +40274,7 @@ paths: parameters: - *130 - *211 - - *291 + - *292 responses: '204': description: Response @@ -40266,14 +40345,14 @@ paths: parameters: - *130 - *211 - - *292 - *293 + - *294 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &571 + schema: &572 title: Team Repository description: A team's access to a repository. type: object @@ -40916,8 +40995,8 @@ paths: parameters: - *130 - *211 - - *292 - *293 + - *294 requestBody: required: false content: @@ -40964,8 +41043,8 @@ paths: parameters: - *130 - *211 - - *292 - *293 + - *294 responses: '204': description: Response @@ -41000,9 +41079,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - response-if-child-teams-exist: &572 + response-if-child-teams-exist: &573 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -41129,7 +41208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#get-a-project-card parameters: - - &295 + - &296 name: card_id description: The unique identifier of the card. in: path @@ -41141,7 +41220,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Project Card description: Project cards represent a scope of work. type: object @@ -41216,7 +41295,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -41272,7 +41351,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: - - *295 + - *296 requestBody: required: false content: @@ -41302,9 +41381,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '304': *40 '403': *41 '401': *39 @@ -41331,7 +41410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#delete-a-project-card parameters: - - *295 + - *296 responses: '204': description: Response @@ -41375,7 +41454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#move-a-project-card parameters: - - *295 + - *296 requestBody: required: true content: @@ -41488,7 +41567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#get-a-project-column parameters: - - &298 + - &299 name: column_id description: The unique identifier of the column. in: path @@ -41500,7 +41579,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &300 title: Project Column description: Project columns contain cards of work. type: object @@ -41554,7 +41633,7 @@ paths: - created_at - updated_at examples: - default: &300 + default: &301 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41589,7 +41668,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: - - *298 + - *299 requestBody: required: true content: @@ -41614,9 +41693,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 '304': *40 '403': *41 '401': *39 @@ -41641,7 +41720,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#delete-a-project-column parameters: - - *298 + - *299 responses: '204': description: Response @@ -41670,7 +41749,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#list-project-cards parameters: - - *298 + - *299 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41691,7 +41770,7 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: default: value: @@ -41750,7 +41829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/cards#create-a-project-card parameters: - - *298 + - *299 requestBody: required: true content: @@ -41794,9 +41873,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 '304': *40 '403': *41 '401': *39 @@ -41852,7 +41931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#move-a-project-column parameters: - - *298 + - *299 requestBody: required: true content: @@ -41913,7 +41992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#get-a-project parameters: - - *291 + - *292 responses: '200': description: Response @@ -41921,7 +42000,7 @@ paths: application/json: schema: *231 examples: - default: &301 + default: &302 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41978,7 +42057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#update-a-project parameters: - - *291 + - *292 requestBody: required: false content: @@ -42029,7 +42108,7 @@ paths: application/json: schema: *231 examples: - default: *301 + default: *302 '404': description: Not Found if the authenticated user does not have access to the project @@ -42073,7 +42152,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#delete-a-project parameters: - - *291 + - *292 responses: '204': description: Delete Success @@ -42118,7 +42197,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#list-project-collaborators parameters: - - *291 + - *292 - 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 @@ -42175,7 +42254,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/collaborators#add-project-collaborator parameters: - - *291 + - *292 - *8 requestBody: required: false @@ -42230,7 +42309,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: - - *291 + - *292 - *8 responses: '204': @@ -42262,7 +42341,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: - - *291 + - *292 - *8 responses: '200': @@ -42333,7 +42412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#list-project-columns parameters: - - *291 + - *292 - *4 - *5 responses: @@ -42343,7 +42422,7 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: default: value: @@ -42381,7 +42460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/columns#create-a-project-column parameters: - - *291 + - *292 requestBody: required: true content: @@ -42405,7 +42484,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -42470,7 +42549,7 @@ paths: resources: type: object properties: - core: &302 + core: &303 title: Rate Limit type: object properties: @@ -42487,20 +42566,20 @@ paths: - remaining - reset - used - graphql: *302 - search: *302 - code_search: *302 - source_import: *302 - integration_manifest: *302 - code_scanning_upload: *302 - actions_runner_registration: *302 - scim: *302 - dependency_sbom: *302 - code_scanning_autofix: *302 + graphql: *303 + search: *303 + code_search: *303 + source_import: *303 + integration_manifest: *303 + code_scanning_upload: *303 + actions_runner_registration: *303 + scim: *303 + dependency_sbom: *303 + code_scanning_autofix: *303 required: - core - search - rate: *302 + rate: *303 required: - rate - resources @@ -42605,14 +42684,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *303 + schema: *304 examples: default-response: summary: Default response @@ -43113,7 +43192,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *304 + '301': *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43131,8 +43210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#update-a-repository parameters: - - *292 - *293 + - *294 requestBody: required: false content: @@ -43358,10 +43437,10 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *305 - '307': &306 + default: *306 + '307': &307 description: Temporary Redirect content: application/json: @@ -43406,8 +43485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#delete-a-repository parameters: - - *292 - *293 + - *294 responses: '204': description: Response @@ -43429,7 +43508,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': *306 + '307': *307 '404': *24 '409': *135 x-github: @@ -43453,11 +43532,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *292 - *293 + - *294 - *4 - *5 - - &323 + - &324 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43480,7 +43559,7 @@ paths: type: integer artifacts: type: array - items: &307 + items: &308 title: Artifact description: An artifact type: object @@ -43566,7 +43645,7 @@ paths: - expires_at - updated_at examples: - default: &324 + default: &325 value: total_count: 2 artifacts: @@ -43625,9 +43704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#get-an-artifact parameters: - - *292 - *293 - - &308 + - *294 + - &309 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43639,7 +43718,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -43676,9 +43755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#delete-an-artifact parameters: - - *292 - *293 - - *308 + - *294 + - *309 responses: '204': description: Response @@ -43702,9 +43781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#download-an-artifact parameters: - - *292 - *293 - - *308 + - *294 + - *309 - name: archive_format in: path required: true @@ -43741,14 +43820,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: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: default: value: @@ -43774,14 +43853,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: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: &310 + schema: &311 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -43794,7 +43873,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &311 + default: &312 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -43815,8 +43894,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -43824,9 +43903,9 @@ paths: required: true content: application/json: - schema: *310 + schema: *311 examples: - selected_actions: *311 + selected_actions: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43846,11 +43925,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: - - *292 - *293 + - *294 - *4 - *5 - - &312 + - &313 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 @@ -43884,7 +43963,7 @@ paths: description: Response content: application/json: - schema: &313 + schema: &314 title: Repository actions caches description: Repository actions caches type: object @@ -43934,7 +44013,7 @@ paths: - total_count - actions_caches examples: - default: &314 + default: &315 value: total_count: 1 actions_caches: @@ -43966,23 +44045,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: - - *292 - *293 + - *294 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *312 + - *313 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44002,8 +44081,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: - - *292 - *293 + - *294 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44034,9 +44113,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: - - *292 - *293 - - &315 + - *294 + - &316 name: job_id description: The unique identifier of the job. in: path @@ -44048,7 +44127,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Job description: Information of a job execution in a workflow run type: object @@ -44395,9 +44474,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: - - *292 - *293 - - *315 + - *294 + - *316 responses: '302': description: Response @@ -44425,9 +44504,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: - - *292 - *293 - - *315 + - *294 + - *316 requestBody: required: false content: @@ -44473,8 +44552,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: - - *292 - *293 + - *294 responses: '200': description: Status response @@ -44524,8 +44603,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -44588,8 +44667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-repository-organization-secrets parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -44607,7 +44686,7 @@ paths: type: integer secrets: type: array - items: &329 + items: &330 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44628,7 +44707,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 secrets: @@ -44661,9 +44740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-repository-organization-variables parameters: - - *292 - *293 - - *316 + - *294 + - *317 - *5 responses: '200': @@ -44680,7 +44759,7 @@ paths: type: integer variables: type: array - items: &333 + items: &334 title: Actions Variable type: object properties: @@ -44714,7 +44793,7 @@ paths: - created_at - updated_at examples: - default: &334 + default: &335 value: total_count: 2 variables: @@ -44747,8 +44826,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -44757,7 +44836,7 @@ paths: schema: type: object properties: - enabled: &317 + enabled: &318 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -44790,8 +44869,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -44802,7 +44881,7 @@ paths: schema: type: object properties: - enabled: *317 + enabled: *318 allowed_actions: *67 required: - enabled @@ -44833,14 +44912,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: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: &318 + schema: &319 type: object properties: access_level: @@ -44858,7 +44937,7 @@ paths: required: - access_level examples: - default: &319 + default: &320 value: access_level: organization x-github: @@ -44883,15 +44962,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: - - *292 - *293 + - *294 requestBody: required: true content: application/json: - schema: *318 + schema: *319 examples: - default: *319 + default: *320 responses: '204': description: Response @@ -44915,8 +44994,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -44947,8 +45026,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -44980,8 +45059,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -45010,8 +45089,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: - - *292 - *293 + - *294 responses: '204': description: Success response @@ -45051,8 +45130,8 @@ paths: in: query schema: type: string - - *292 - *293 + - *294 - *4 - *5 responses: @@ -45096,8 +45175,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -45129,8 +45208,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -45204,8 +45283,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: - - *292 - *293 + - *294 responses: '201': description: Response @@ -45241,8 +45320,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: - - *292 - *293 + - *294 responses: '201': description: Response @@ -45272,8 +45351,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: - - *292 - *293 + - *294 - *79 responses: '200': @@ -45303,8 +45382,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: - - *292 - *293 + - *294 - *79 responses: '204': @@ -45331,8 +45410,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: - - *292 - *293 + - *294 - *79 responses: '200': *85 @@ -45357,8 +45436,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: - - *292 - *293 + - *294 - *79 requestBody: required: true @@ -45407,8 +45486,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: - - *292 - *293 + - *294 - *79 requestBody: required: true @@ -45458,8 +45537,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: - - *292 - *293 + - *294 - *79 responses: '200': *155 @@ -45489,8 +45568,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: - - *292 - *293 + - *294 - *79 - *156 responses: @@ -45520,9 +45599,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: - - *292 - *293 - - &337 + - *294 + - &338 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. @@ -45530,7 +45609,7 @@ paths: required: false schema: type: string - - &338 + - &339 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45538,7 +45617,7 @@ paths: required: false schema: type: string - - &339 + - &340 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45547,7 +45626,7 @@ paths: required: false schema: type: string - - &340 + - &341 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 @@ -45574,7 +45653,7 @@ paths: - pending - *4 - *5 - - &341 + - &342 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)." @@ -45583,7 +45662,7 @@ paths: schema: type: string format: date-time - - &320 + - &321 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45592,13 +45671,13 @@ paths: schema: type: boolean default: false - - &342 + - &343 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &343 + - &344 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45621,7 +45700,7 @@ paths: type: integer workflow_runs: type: array - items: &321 + items: &322 title: Workflow Run description: An invocation of a workflow type: object @@ -45738,7 +45817,7 @@ paths: type: - array - 'null' - items: &361 + items: &362 title: Pull Request Minimal type: object properties: @@ -45865,7 +45944,7 @@ paths: head_commit: anyOf: - type: 'null' - - &365 + - &366 title: Simple Commit description: A commit. type: object @@ -45980,7 +46059,7 @@ paths: - workflow_url - pull_requests examples: - default: &344 + default: &345 value: total_count: 1 workflow_runs: @@ -46216,24 +46295,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *292 - *293 - - &322 + - *294 + - &323 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: &325 + default: &326 value: id: 30433642 name: Build @@ -46474,9 +46553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *292 - *293 - - *322 + - *294 + - *323 responses: '204': description: Response @@ -46499,9 +46578,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: - - *292 - *293 - - *322 + - *294 + - *323 responses: '200': description: Response @@ -46631,12 +46710,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *292 - *293 - - *322 + - *294 + - *323 - *4 - *5 - - *323 + - *324 responses: '200': description: Response @@ -46652,9 +46731,9 @@ paths: type: integer artifacts: type: array - items: *307 + items: *308 examples: - default: *324 + default: *325 headers: Link: *6 x-github: @@ -46678,25 +46757,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: - - *292 - *293 - - *322 - - &326 + - *294 + - *323 + - &327 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *320 + - *321 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *325 + default: *326 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46719,10 +46798,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: - - *292 - *293 - - *322 - - *326 + - *294 + - *323 + - *327 - *4 - *5 responses: @@ -46740,9 +46819,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: &328 + default: &329 value: total_count: 1 jobs: @@ -46855,10 +46934,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: - - *292 - *293 - - *322 - - *326 + - *294 + - *323 + - *327 responses: '302': description: Response @@ -46886,9 +46965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *292 - *293 - - *322 + - *294 + - *323 responses: '202': description: Response @@ -46921,9 +47000,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: - - *292 - *293 - - *322 + - *294 + - *323 requestBody: required: true content: @@ -46990,9 +47069,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: - - *292 - *293 - - *322 + - *294 + - *323 responses: '202': description: Response @@ -47025,9 +47104,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: - - *292 - *293 - - *322 + - *294 + - *323 - 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 @@ -47057,9 +47136,9 @@ paths: type: integer jobs: type: array - items: *327 + items: *328 examples: - default: *328 + default: *329 headers: Link: *6 x-github: @@ -47084,9 +47163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *292 - *293 - - *322 + - *294 + - *323 responses: '302': description: Response @@ -47113,9 +47192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *292 - *293 - - *322 + - *294 + - *323 responses: '204': description: Response @@ -47142,9 +47221,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: - - *292 - *293 - - *322 + - *294 + - *323 responses: '200': description: Response @@ -47213,7 +47292,7 @@ paths: items: type: object properties: - type: &415 + type: &416 type: string description: The type of reviewer. enum: @@ -47224,7 +47303,7 @@ paths: reviewer: anyOf: - *17 - - *294 + - *295 required: - environment - wait_timer @@ -47299,9 +47378,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: - - *292 - *293 - - *322 + - *294 + - *323 requestBody: required: true content: @@ -47351,7 +47430,7 @@ paths: application/json: schema: type: array - items: &410 + items: &411 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47463,7 +47542,7 @@ paths: - created_at - updated_at examples: - default: &411 + default: &412 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47519,9 +47598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *292 - *293 - - *322 + - *294 + - *323 requestBody: required: false content: @@ -47566,9 +47645,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: - - *292 - *293 - - *322 + - *294 + - *323 requestBody: required: false content: @@ -47616,8 +47695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-repository-secrets parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -47635,9 +47714,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *6 x-github: @@ -47662,16 +47741,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-a-repository-public-key parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47693,17 +47772,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-a-repository-secret parameters: - - *292 - *293 + - *294 - *158 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &428 + default: &429 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47729,8 +47808,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: - - *292 - *293 + - *294 - *158 requestBody: required: true @@ -47788,8 +47867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#delete-a-repository-secret parameters: - - *292 - *293 + - *294 - *158 responses: '204': @@ -47815,9 +47894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-repository-variables parameters: - - *292 - *293 - - *316 + - *294 + - *317 - *5 responses: '200': @@ -47834,9 +47913,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *6 x-github: @@ -47859,8 +47938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#create-a-repository-variable parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -47912,17 +47991,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#get-a-repository-variable parameters: - - *292 - *293 + - *294 - *161 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: &429 + default: &430 value: name: USERNAME value: octocat @@ -47948,8 +48027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#update-a-repository-variable parameters: - - *292 - *293 + - *294 - *161 requestBody: required: true @@ -47992,8 +48071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#delete-a-repository-variable parameters: - - *292 - *293 + - *294 - *161 responses: '204': @@ -48019,8 +48098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#list-repository-workflows parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -48038,7 +48117,7 @@ paths: type: integer workflows: type: array - items: &335 + items: &336 title: Workflow description: A GitHub Actions workflow type: object @@ -48156,9 +48235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#get-a-workflow parameters: - - *292 - *293 - - &336 + - *294 + - &337 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -48173,7 +48252,7 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -48206,9 +48285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#disable-a-workflow parameters: - - *292 - *293 - - *336 + - *294 + - *337 responses: '204': description: Response @@ -48233,9 +48312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *292 - *293 - - *336 + - *294 + - *337 responses: '204': description: Response @@ -48286,9 +48365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/workflows#enable-a-workflow parameters: - - *292 - *293 - - *336 + - *294 + - *337 responses: '204': description: Response @@ -48315,19 +48394,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: - - *292 - *293 - - *336 + - *294 - *337 - *338 - *339 - *340 + - *341 - *4 - *5 - - *341 - - *320 - *342 + - *321 - *343 + - *344 responses: '200': description: Response @@ -48343,9 +48422,9 @@ paths: type: integer workflow_runs: type: array - items: *321 + items: *322 examples: - default: *344 + default: *345 headers: Link: *6 x-github: @@ -48368,8 +48447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-activities parameters: - - *292 - *293 + - *294 - *9 - *4 - *86 @@ -48537,8 +48616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#list-assignees parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -48575,8 +48654,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: - - *292 - *293 + - *294 - name: assignee in: path required: true @@ -48610,8 +48689,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -48619,7 +48698,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Autolink reference description: An autolink reference. type: object @@ -48678,8 +48757,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -48718,9 +48797,9 @@ paths: description: response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: id: 1 key_prefix: TICKET- @@ -48751,9 +48830,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: - - *292 - *293 - - &347 + - *294 + - &348 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48765,9 +48844,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *24 x-github: githubCloudOnly: false @@ -48787,9 +48866,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: - - *292 - *293 - - *347 + - *294 + - *348 responses: '204': description: Response @@ -48813,8 +48892,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: - - *292 - *293 + - *294 responses: '200': description: Response if Dependabot is enabled @@ -48863,8 +48942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#list-branches parameters: - - *292 - *293 + - *294 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48902,7 +48981,7 @@ paths: - url protected: type: boolean - protection: &349 + protection: &350 title: Branch Protection description: Branch Protection type: object @@ -48945,7 +49024,7 @@ paths: required: - contexts - checks - enforce_admins: &352 + enforce_admins: &353 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48962,7 +49041,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &354 + required_pull_request_reviews: &355 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48984,7 +49063,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *294 + items: *295 apps: description: The list of apps with review dismissal access. @@ -49016,7 +49095,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *294 + items: *295 apps: description: The list of apps allowed to bypass pull request requirements. @@ -49046,7 +49125,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &351 + restrictions: &352 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49109,7 +49188,7 @@ paths: type: string teams: type: array - items: *294 + items: *295 apps: type: array items: @@ -49339,9 +49418,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#get-a-branch parameters: - - *292 - *293 - - &350 + - *294 + - &351 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). @@ -49355,14 +49434,14 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &389 + commit: &390 title: Commit description: Commit type: object @@ -49401,7 +49480,7 @@ paths: author: anyOf: - type: 'null' - - &348 + - &349 title: Git User description: Metaproperties for Git author/committer information. @@ -49422,7 +49501,7 @@ paths: committer: anyOf: - type: 'null' - - *348 + - *349 message: type: string examples: @@ -49446,7 +49525,7 @@ paths: required: - sha - url - verification: &435 + verification: &436 title: Verification type: object properties: @@ -49521,7 +49600,7 @@ paths: type: integer files: type: array - items: &399 + items: &400 title: Diff Entry description: Diff Entry type: object @@ -49617,7 +49696,7 @@ paths: - self protected: type: boolean - protection: *349 + protection: *350 protection_url: type: string format: uri @@ -49723,7 +49802,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *304 + '301': *305 '404': *24 x-github: githubCloudOnly: false @@ -49745,15 +49824,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: default: value: @@ -49947,9 +50026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#update-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -50209,7 +50288,7 @@ paths: url: type: string format: uri - required_status_checks: &357 + required_status_checks: &358 title: Status Check Policy description: Status Check Policy type: object @@ -50290,7 +50369,7 @@ paths: items: *17 teams: type: array - items: *294 + items: *295 apps: type: array items: *23 @@ -50308,7 +50387,7 @@ paths: items: *17 teams: type: array - items: *294 + items: *295 apps: type: array items: *23 @@ -50368,7 +50447,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *351 + restrictions: *352 required_conversation_resolution: type: object properties: @@ -50480,9 +50559,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -50507,17 +50586,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50539,17 +50618,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50568,9 +50647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -50595,17 +50674,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50701,9 +50780,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: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -50801,9 +50880,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50824,9 +50903,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -50853,17 +50932,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &356 + default: &357 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50886,17 +50965,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *356 + default: *357 '404': *24 x-github: githubCloudOnly: false @@ -50916,9 +50995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -50943,17 +51022,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-status-checks-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &358 + default: &359 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50979,9 +51058,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#update-status-check-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -51033,9 +51112,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 '404': *24 '422': *33 x-github: @@ -51057,9 +51136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-status-check-protection parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -51083,9 +51162,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response @@ -51119,9 +51198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-status-check-contexts parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -51188,9 +51267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-status-check-contexts parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -51254,9 +51333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: content: application/json: @@ -51322,15 +51401,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#get-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -51421,9 +51500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#delete-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 responses: '204': description: Response @@ -51446,9 +51525,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response @@ -51458,7 +51537,7 @@ paths: type: array items: *23 examples: - default: &359 + default: &360 value: - id: 1 slug: octoapp @@ -51515,9 +51594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -51551,7 +51630,7 @@ paths: type: array items: *23 examples: - default: *359 + default: *360 '422': *33 x-github: githubCloudOnly: false @@ -51572,9 +51651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -51608,7 +51687,7 @@ paths: type: array items: *23 examples: - default: *359 + default: *360 '422': *33 x-github: githubCloudOnly: false @@ -51629,9 +51708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -51665,7 +51744,7 @@ paths: type: array items: *23 examples: - default: *359 + default: *360 '422': *33 x-github: githubCloudOnly: false @@ -51687,9 +51766,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response @@ -51697,7 +51776,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: *270 '404': *24 @@ -51719,9 +51798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -51757,7 +51836,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: *270 '422': *33 @@ -51780,9 +51859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: false content: @@ -51818,7 +51897,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: *270 '422': *33 @@ -51841,9 +51920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: content: application/json: @@ -51878,7 +51957,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: *270 '422': *33 @@ -51902,9 +51981,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: - - *292 - *293 - - *350 + - *294 + - *351 responses: '200': description: Response @@ -51938,9 +52017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -51998,9 +52077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -52058,9 +52137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -52120,9 +52199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#rename-a-branch parameters: - - *292 - *293 - - *350 + - *294 + - *351 requestBody: required: true content: @@ -52144,7 +52223,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: default: value: @@ -52257,8 +52336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#create-a-check-run parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -52537,7 +52616,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52672,8 +52751,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *361 - deployment: &608 + items: *362 + deployment: &609 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52960,9 +53039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#get-a-check-run parameters: - - *292 - *293 - - &363 + - *294 + - &364 name: check_run_id description: The unique identifier of the check run. in: path @@ -52974,9 +53053,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &364 + default: &365 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -53076,9 +53155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#update-a-check-run parameters: - - *292 - *293 - - *363 + - *294 + - *364 requestBody: required: true content: @@ -53318,9 +53397,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53340,9 +53419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#list-check-run-annotations parameters: - - *292 - *293 - - *363 + - *294 + - *364 - *4 - *5 responses: @@ -53452,9 +53531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/runs#rerequest-a-check-run parameters: - - *292 - *293 - - *363 + - *294 + - *364 responses: '201': description: Response @@ -53498,8 +53577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#create-a-check-suite parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -53521,7 +53600,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &366 + schema: &367 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53603,7 +53682,7 @@ paths: type: - array - 'null' - items: *361 + items: *362 app: anyOf: - type: 'null' @@ -53619,7 +53698,7 @@ paths: - string - 'null' format: date-time - head_commit: *365 + head_commit: *366 latest_check_runs_count: type: integer check_runs_url: @@ -53647,7 +53726,7 @@ paths: - check_runs_url - pull_requests examples: - default: &367 + default: &368 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53938,9 +54017,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53959,8 +54038,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -54269,9 +54348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#get-a-check-suite parameters: - - *292 - *293 - - &368 + - *294 + - &369 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54283,9 +54362,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54308,17 +54387,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: - - *292 - *293 - - *368 - - &396 + - *294 + - *369 + - &397 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &397 + - &398 name: status description: Returns check runs with the specified `status`. in: query @@ -54357,9 +54436,9 @@ paths: type: integer check_runs: type: array - items: *362 + items: *363 examples: - default: &398 + default: &399 value: total_count: 1 check_runs: @@ -54461,9 +54540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/checks/suites#rerequest-a-check-suite parameters: - - *292 - *293 - - *368 + - *294 + - *369 responses: '201': description: Response @@ -54496,20 +54575,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: - - *292 - *293 + - *294 - *173 - *174 - *5 - *4 - - &380 + - &381 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: *369 + schema: *370 - *9 - name: sort description: The property by which to sort the results. @@ -54532,7 +54611,7 @@ paths: be returned. in: query required: false - schema: *370 + schema: *371 responses: '200': description: Response @@ -54548,7 +54627,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *371 + instances_url: *372 state: *90 fixed_at: *100 dismissed_by: @@ -54556,11 +54635,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *372 - dismissed_comment: *373 - rule: *374 - tool: *375 - most_recent_instance: *376 + dismissed_reason: *373 + dismissed_comment: *374 + rule: *375 + tool: *376 + most_recent_instance: *377 dismissal_approved_by: anyOf: - type: 'null' @@ -54680,7 +54759,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &377 + '403': &378 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54707,9 +54786,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: - - *292 - *293 - - &378 + - *294 + - &379 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54723,7 +54802,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 type: object properties: number: *91 @@ -54731,7 +54810,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *371 + instances_url: *372 state: *90 fixed_at: *100 dismissed_by: @@ -54739,8 +54818,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *372 - dismissed_comment: *373 + dismissed_reason: *373 + dismissed_comment: *374 rule: type: object properties: @@ -54802,8 +54881,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *375 - most_recent_instance: *376 + tool: *376 + most_recent_instance: *377 dismissal_approved_by: anyOf: - type: 'null' @@ -54896,7 +54975,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *377 + '403': *378 '404': *24 '503': *102 x-github: @@ -54916,9 +54995,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: - - *292 - *293 - - *378 + - *294 + - *379 requestBody: required: true content: @@ -54933,8 +55012,8 @@ paths: enum: - open - dismissed - dismissed_reason: *372 - dismissed_comment: *373 + dismissed_reason: *373 + dismissed_comment: *374 required: - state examples: @@ -54949,7 +55028,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -55025,7 +55104,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &385 + '403': &386 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -55052,12 +55131,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: - - *292 - *293 - - *378 + - *294 + - *379 - *5 - *4 - - *380 + - *381 responses: '200': description: Response @@ -55065,7 +55144,7 @@ paths: application/json: schema: type: array - items: *376 + items: *377 examples: default: value: @@ -55104,7 +55183,7 @@ paths: end_column: 50 classifications: - source - '403': *377 + '403': *378 '404': *24 '503': *102 x-github: @@ -55138,8 +55217,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: - - *292 - *293 + - *294 - *173 - *174 - *5 @@ -55150,12 +55229,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: *369 + schema: *370 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &383 + schema: &384 type: string description: An identifier for the upload. examples: @@ -55177,23 +55256,23 @@ paths: application/json: schema: type: array - items: &384 + items: &385 type: object properties: - ref: *369 - commit_sha: &386 + ref: *370 + commit_sha: &387 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: *381 + analysis_key: *382 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *382 + category: *383 error: type: string examples: @@ -55218,8 +55297,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *383 - tool: *375 + sarif_id: *384 + tool: *376 deletable: type: boolean warning: @@ -55281,7 +55360,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *377 + '403': *378 '404': *24 '503': *102 x-github: @@ -55317,8 +55396,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: - - *292 - *293 + - *294 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55331,7 +55410,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: response: summary: application/json response @@ -55385,7 +55464,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *377 + '403': *378 '404': *24 '503': *102 x-github: @@ -55467,8 +55546,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: - - *292 - *293 + - *294 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55524,7 +55603,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': *32 - '403': *385 + '403': *386 '404': *24 '503': *102 x-github: @@ -55546,8 +55625,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -55613,7 +55692,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *377 + '403': *378 '404': *24 '503': *102 x-github: @@ -55634,8 +55713,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -55706,7 +55785,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *385 + '403': *386 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -55777,8 +55856,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -55786,7 +55865,7 @@ paths: schema: type: object properties: - commit_sha: *386 + commit_sha: *387 ref: type: string description: |- @@ -55841,7 +55920,7 @@ paths: schema: type: object properties: - id: *383 + id: *384 url: type: string description: The REST API URL for checking the status of the upload. @@ -55855,7 +55934,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': *385 + '403': *386 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -55878,8 +55957,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: - - *292 - *293 + - *294 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55927,7 +56006,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': *377 + '403': *378 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -55952,8 +56031,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -56027,8 +56106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-codeowners-errors parameters: - - *292 - *293 + - *294 - 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 @@ -56159,8 +56238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *292 - *293 + - *294 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -56198,7 +56277,7 @@ paths: application/json: schema: type: array - items: &387 + items: &388 title: Collaborator description: Collaborator type: object @@ -56390,8 +56469,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: - - *292 - *293 + - *294 - *8 responses: '204': @@ -56428,8 +56507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *292 - *293 + - *294 - *8 requestBody: required: false @@ -56499,8 +56578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *292 - *293 + - *294 - *8 responses: '204': @@ -56532,8 +56611,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: - - *292 - *293 + - *294 - *8 responses: '200': @@ -56554,7 +56633,7 @@ paths: user: anyOf: - type: 'null' - - *387 + - *388 required: - permission - role_name @@ -56608,8 +56687,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: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -56619,7 +56698,7 @@ paths: application/json: schema: type: array - items: &388 + items: &389 title: Commit Comment description: Commit Comment type: object @@ -56677,7 +56756,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -56736,17 +56815,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#get-a-commit-comment parameters: - - *292 - *293 + - *294 - *116 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &392 + default: &393 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -56803,8 +56882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#update-a-commit-comment parameters: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -56827,7 +56906,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -56878,8 +56957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#delete-a-commit-comment parameters: - - *292 - *293 + - *294 - *116 responses: '204': @@ -56901,8 +56980,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: - - *292 - *293 + - *294 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -56929,9 +57008,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 '404': *24 @@ -56952,8 +57031,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: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -56986,16 +57065,16 @@ paths: description: Reaction exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Reaction created content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *33 x-github: githubCloudOnly: false @@ -57017,10 +57096,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *292 - *293 + - *294 - *116 - - *284 + - *285 responses: '204': description: Response @@ -57069,8 +57148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#list-commits parameters: - - *292 - *293 + - *294 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -57126,9 +57205,9 @@ paths: application/json: schema: type: array - items: *389 + items: *390 examples: - default: &493 + default: &494 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -57221,9 +57300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#list-branches-for-head-commit parameters: - - *292 - *293 - - &390 + - *294 + - &391 name: commit_sha description: The SHA of the commit. in: path @@ -57295,9 +57374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#list-commit-comments parameters: - - *292 - *293 - - *390 + - *294 + - *391 - *4 - *5 responses: @@ -57307,9 +57386,9 @@ paths: application/json: schema: type: array - items: *388 + items: *389 examples: - default: *391 + default: *392 headers: Link: *6 x-github: @@ -57337,9 +57416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/comments#create-a-commit-comment parameters: - - *292 - *293 - - *390 + - *294 + - *391 requestBody: required: true content: @@ -57374,9 +57453,9 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *392 + default: *393 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57404,9 +57483,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: - - *292 - *293 - - *390 + - *294 + - *391 - *4 - *5 responses: @@ -57416,7 +57495,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Pull Request Simple description: Pull Request Simple type: object @@ -57536,7 +57615,7 @@ paths: milestone: anyOf: - type: 'null' - - *393 + - *394 active_lock_reason: type: - string @@ -57591,7 +57670,7 @@ paths: type: - array - 'null' - items: *294 + items: *295 head: type: object properties: @@ -57635,7 +57714,7 @@ paths: _links: type: object properties: - comments: &394 + comments: &395 title: Link description: Hypermedia Link type: object @@ -57644,13 +57723,13 @@ paths: type: string required: - href - commits: *394 - statuses: *394 - html: *394 - issue: *394 - review_comments: *394 - review_comment: *394 - self: *394 + commits: *395 + statuses: *395 + html: *395 + issue: *395 + review_comments: *395 + review_comment: *395 + self: *395 required: - comments - commits @@ -57661,7 +57740,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &485 + auto_merge: &486 title: Auto merge description: The status of auto merging a pull request. type: @@ -57726,7 +57805,7 @@ paths: - author_association - auto_merge examples: - default: &484 + default: &485 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -58263,11 +58342,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#get-a-commit parameters: - - *292 - *293 + - *294 - *5 - *4 - - &395 + - &396 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)" @@ -58282,9 +58361,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58394,11 +58473,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: - - *292 - *293 - - *395 + - *294 - *396 - *397 + - *398 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -58432,9 +58511,9 @@ paths: type: integer check_runs: type: array - items: *362 + items: *363 examples: - default: *398 + default: *399 headers: Link: *6 x-github: @@ -58459,9 +58538,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: - - *292 - *293 - - *395 + - *294 + - *396 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -58469,7 +58548,7 @@ paths: schema: type: integer example: 1 - - *396 + - *397 - *4 - *5 responses: @@ -58487,7 +58566,7 @@ paths: type: integer check_suites: type: array - items: *366 + items: *367 examples: default: value: @@ -58687,9 +58766,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: - - *292 - *293 - - *395 + - *294 + - *396 - *4 - *5 responses: @@ -58891,9 +58970,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: - - *292 - *293 - - *395 + - *294 + - *396 - *4 - *5 responses: @@ -58903,7 +58982,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Status description: The status of a commit. type: object @@ -58984,7 +59063,7 @@ paths: site_admin: false headers: Link: *6 - '301': *304 + '301': *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59052,8 +59131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/commits#compare-two-commits parameters: - - *292 - *293 + - *294 - *5 - *4 - name: basehead @@ -59101,8 +59180,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *389 - merge_base_commit: *389 + base_commit: *390 + merge_base_commit: *390 status: type: string enum: @@ -59126,10 +59205,10 @@ paths: - 6 commits: type: array - items: *389 + items: *390 files: type: array - items: *399 + items: *400 required: - url - html_url @@ -59408,8 +59487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#get-repository-content parameters: - - *292 - *293 + - *294 - name: path description: path parameter in: path @@ -59562,7 +59641,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &400 + response-if-content-is-a-file: &401 summary: Response if content is a file value: type: file @@ -59699,7 +59778,7 @@ paths: - size - type - url - - &498 + - &499 title: Content File description: Content File type: object @@ -59917,7 +59996,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *400 + response-if-content-is-a-file: *401 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -59986,7 +60065,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &502 + '302': &503 description: Found '304': *40 x-github: @@ -60010,8 +60089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#create-or-update-file-contents parameters: - - *292 - *293 + - *294 - name: path description: path parameter in: path @@ -60106,7 +60185,7 @@ paths: description: Response content: application/json: - schema: &401 + schema: &402 title: File Commit description: File Commit type: object @@ -60255,7 +60334,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: example-for-creating-a-file: value: @@ -60306,7 +60385,7 @@ paths: schema: oneOf: - *22 - - &430 + - &431 description: Repository rule violation was detected type: object properties: @@ -60327,7 +60406,7 @@ paths: items: type: object properties: - placeholder_id: &527 + placeholder_id: &528 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -60359,8 +60438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#delete-a-file parameters: - - *292 - *293 + - *294 - name: path description: path parameter in: path @@ -60421,7 +60500,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -60472,8 +60551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-contributors parameters: - - *292 - *293 + - *294 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -60597,8 +60676,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: - - *292 - *293 + - *294 - *185 - *186 - *187 @@ -60620,7 +60699,7 @@ paths: application/json: schema: type: array - items: &404 + items: &405 type: object description: A Dependabot alert. properties: @@ -60655,7 +60734,7 @@ paths: - development - runtime - - security_advisory: *402 + security_advisory: *403 security_vulnerability: *94 url: *95 html_url: *96 @@ -60686,7 +60765,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *403 + auto_dismissed_at: *404 required: - number - state @@ -60913,9 +60992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *292 - *293 - - &405 + - *294 + - &406 name: alert_number in: path description: |- @@ -60930,7 +61009,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -61034,9 +61113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *292 - *293 - - *405 + - *294 + - *406 requestBody: required: true content: @@ -61081,7 +61160,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -61210,8 +61289,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#list-repository-secrets parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -61229,7 +61308,7 @@ paths: type: integer secrets: type: array - items: &408 + items: &409 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -61283,16 +61362,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61312,15 +61391,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#get-a-repository-secret parameters: - - *292 - *293 + - *294 - *158 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -61346,8 +61425,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: - - *292 - *293 + - *294 - *158 requestBody: required: true @@ -61400,8 +61479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *292 - *293 + - *294 - *158 responses: '204': @@ -61424,8 +61503,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: - - *292 - *293 + - *294 - 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 @@ -61599,8 +61678,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -61846,8 +61925,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -61930,7 +62009,7 @@ paths: - version - url additionalProperties: false - metadata: &409 + metadata: &410 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -61969,7 +62048,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *409 + metadata: *410 resolved: type: object description: A collection of resolved package dependencies. @@ -61983,7 +62062,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *409 + metadata: *410 relationship: type: string description: A notation of whether a dependency is requested @@ -62116,8 +62195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#list-deployments parameters: - - *292 - *293 + - *294 - name: sha description: The SHA recorded at creation time. in: query @@ -62158,9 +62237,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *411 + default: *412 headers: Link: *6 x-github: @@ -62226,8 +62305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#create-a-deployment parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -62309,7 +62388,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: simple-example: summary: Simple example @@ -62382,9 +62461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#get-a-deployment parameters: - - *292 - *293 - - &412 + - *294 + - &413 name: deployment_id description: deployment_id parameter in: path @@ -62396,7 +62475,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -62461,9 +62540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/deployments#delete-a-deployment parameters: - - *292 - *293 - - *412 + - *294 + - *413 responses: '204': description: Response @@ -62485,9 +62564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#list-deployment-statuses parameters: - - *292 - *293 - - *412 + - *294 + - *413 - *4 - *5 responses: @@ -62497,7 +62576,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Deployment Status description: The status of a deployment. type: object @@ -62661,9 +62740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#create-a-deployment-status parameters: - - *292 - *293 - - *412 + - *294 + - *413 requestBody: required: true content: @@ -62738,9 +62817,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: &414 + default: &415 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -62796,9 +62875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/statuses#get-a-deployment-status parameters: - - *292 - *293 - - *412 + - *294 + - *413 - name: status_id in: path required: true @@ -62809,9 +62888,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *414 + default: *415 '404': *24 x-github: githubCloudOnly: false @@ -62836,8 +62915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -62894,8 +62973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#list-environments parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -62913,7 +62992,7 @@ paths: - 5 environments: type: array - items: &416 + items: &417 title: Environment description: Details of a deployment environment type: object @@ -62975,7 +63054,7 @@ paths: type: string examples: - wait_timer - wait_timer: &418 + wait_timer: &419 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -63017,11 +63096,11 @@ paths: items: type: object properties: - type: *415 + type: *416 reviewer: anyOf: - *17 - - *294 + - *295 required: - id - node_id @@ -63044,7 +63123,7 @@ paths: - id - node_id - type - deployment_branch_policy: &419 + deployment_branch_policy: &420 type: - object - 'null' @@ -63160,9 +63239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#get-an-environment parameters: - - *292 - *293 - - &417 + - *294 + - &418 name: environment_name in: path required: true @@ -63175,9 +63254,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: &420 + default: &421 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -63260,9 +63339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#create-or-update-an-environment parameters: - - *292 - *293 - - *417 + - *294 + - *418 requestBody: required: false content: @@ -63272,7 +63351,7 @@ paths: - object - 'null' properties: - wait_timer: *418 + wait_timer: *419 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -63291,14 +63370,14 @@ paths: items: type: object properties: - type: *415 + type: *416 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *419 + deployment_branch_policy: *420 additionalProperties: false examples: default: @@ -63318,9 +63397,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *420 + default: *421 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -63344,9 +63423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/environments#delete-an-environment parameters: - - *292 - *293 - - *417 + - *294 + - *418 responses: '204': description: Default response @@ -63371,9 +63450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *292 - *293 - - *417 + - *294 + - *418 - *4 - *5 responses: @@ -63392,7 +63471,7 @@ paths: - 2 branch_policies: type: array - items: &421 + items: &422 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -63453,9 +63532,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: - - *292 - *293 - - *417 + - *294 + - *418 requestBody: required: true content: @@ -63503,9 +63582,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - example-wildcard: &422 + example-wildcard: &423 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -63547,10 +63626,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: - - *292 - *293 - - *417 - - &423 + - *294 + - *418 + - &424 name: branch_policy_id in: path required: true @@ -63562,9 +63641,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63583,10 +63662,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: - - *292 - *293 - - *417 - - *423 + - *294 + - *418 + - *424 requestBody: required: true content: @@ -63615,9 +63694,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63636,10 +63715,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: - - *292 - *293 - - *417 - - *423 + - *294 + - *418 + - *424 responses: '204': description: Response @@ -63664,9 +63743,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: - - *417 + - *418 + - *294 - *293 - - *292 responses: '200': description: List of deployment protection rules @@ -63683,7 +63762,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &424 + items: &425 title: Deployment protection rule description: Deployment protection rule type: object @@ -63705,7 +63784,7 @@ paths: for the environment. examples: - true - app: &425 + app: &426 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -63808,9 +63887,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: - - *417 + - *418 + - *294 - *293 - - *292 requestBody: content: application/json: @@ -63831,9 +63910,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *424 + schema: *425 examples: - default: &426 + default: &427 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -63868,9 +63947,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: - - *417 + - *418 + - *294 - *293 - - *292 - *5 - *4 responses: @@ -63890,7 +63969,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *425 + items: *426 examples: default: value: @@ -63925,10 +64004,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: - - *292 - *293 - - *417 - - &427 + - *294 + - *418 + - &428 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -63940,9 +64019,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63963,10 +64042,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: - - *417 + - *418 + - *294 - *293 - - *292 - - *427 + - *428 responses: '204': description: Response @@ -63992,9 +64071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#list-environment-secrets parameters: - - *292 - *293 - - *417 + - *294 + - *418 - *4 - *5 responses: @@ -64012,9 +64091,9 @@ paths: type: integer secrets: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *6 x-github: @@ -64039,17 +64118,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-an-environment-public-key parameters: - - *292 - *293 - - *417 + - *294 + - *418 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64071,18 +64150,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#get-an-environment-secret parameters: - - *292 - *293 - - *417 + - *294 + - *418 - *158 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64104,9 +64183,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: - - *292 - *293 - - *417 + - *294 + - *418 - *158 requestBody: required: true @@ -64164,9 +64243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/secrets#delete-an-environment-secret parameters: - - *292 - *293 - - *417 + - *294 + - *418 - *158 responses: '204': @@ -64192,10 +64271,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#list-environment-variables parameters: - - *292 - *293 - - *417 - - *316 + - *294 + - *418 + - *317 - *5 responses: '200': @@ -64212,9 +64291,9 @@ paths: type: integer variables: type: array - items: *333 + items: *334 examples: - default: *334 + default: *335 headers: Link: *6 x-github: @@ -64237,9 +64316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#create-an-environment-variable parameters: - - *292 - *293 - - *417 + - *294 + - *418 requestBody: required: true content: @@ -64291,18 +64370,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#get-an-environment-variable parameters: - - *292 - *293 - - *417 + - *294 + - *418 - *161 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64323,10 +64402,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#update-an-environment-variable parameters: - - *292 - *293 + - *294 - *161 - - *417 + - *418 requestBody: required: true content: @@ -64368,10 +64447,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/actions/variables#delete-an-environment-variable parameters: - - *292 - *293 + - *294 - *161 - - *417 + - *418 responses: '204': description: Response @@ -64393,8 +64472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/events#list-repository-events parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -64471,8 +64550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/forks#list-forks parameters: - - *292 - *293 + - *294 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -64631,8 +64710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/forks#create-a-fork parameters: - - *292 - *293 + - *294 requestBody: required: false content: @@ -64665,9 +64744,9 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *305 + default: *306 '400': *32 '422': *33 '403': *41 @@ -64688,8 +64767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/blobs#create-a-blob parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -64749,7 +64828,7 @@ paths: schema: oneOf: - *133 - - *430 + - *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64774,8 +64853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/blobs#get-a-blob parameters: - - *292 - *293 + - *294 - name: file_sha in: path required: true @@ -64875,8 +64954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/commits#create-a-commit parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -64985,7 +65064,7 @@ paths: description: Response content: application/json: - schema: &431 + schema: &432 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -65204,15 +65283,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/commits#get-a-commit-object parameters: - - *292 - *293 - - *390 + - *294 + - *391 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -65265,9 +65344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#list-matching-references parameters: - - *292 - *293 - - &432 + - *294 + - &433 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. @@ -65284,7 +65363,7 @@ paths: application/json: schema: type: array - items: &433 + items: &434 title: Git Reference description: Git references within a repository type: object @@ -65360,17 +65439,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference parameters: - - *292 - *293 - - *432 + - *294 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -65399,8 +65478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#create-a-reference parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -65429,9 +65508,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -65457,9 +65536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#update-a-reference parameters: - - *292 - *293 - - *432 + - *294 + - *433 requestBody: required: true content: @@ -65488,9 +65567,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '422': *33 '409': *135 x-github: @@ -65508,9 +65587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/refs#delete-a-reference parameters: - - *292 - *293 - - *432 + - *294 + - *433 responses: '204': description: Response @@ -65565,8 +65644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/tags#create-a-tag-object parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -65633,7 +65712,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &437 title: Git Tag description: Metadata for a Git tag type: object @@ -65689,7 +65768,7 @@ paths: - sha - type - url - verification: *435 + verification: *436 required: - sha - url @@ -65699,7 +65778,7 @@ paths: - tag - message examples: - default: &437 + default: &438 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -65769,8 +65848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/tags#get-a-tag parameters: - - *292 - *293 + - *294 - name: tag_sha in: path required: true @@ -65781,9 +65860,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '404': *24 '409': *135 x-github: @@ -65807,8 +65886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/trees#create-a-tree parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -65882,7 +65961,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -65984,8 +66063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/git/trees#get-a-tree parameters: - - *292 - *293 + - *294 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -66008,7 +66087,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default-response: summary: Default response @@ -66067,8 +66146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#list-repository-webhooks parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -66078,7 +66157,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Webhook description: Webhooks for repositories. type: object @@ -66141,7 +66220,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &636 + last_response: &637 title: Hook Response type: object properties: @@ -66218,8 +66297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#create-a-repository-webhook parameters: - - *292 - *293 + - *294 requestBody: required: false content: @@ -66272,9 +66351,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: type: Repository id: 12345678 @@ -66322,17 +66401,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#get-a-repository-webhook parameters: - - *292 - *293 + - *294 - *3 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '404': *24 x-github: githubCloudOnly: false @@ -66352,8 +66431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#update-a-repository-webhook parameters: - - *292 - *293 + - *294 - *3 requestBody: required: true @@ -66399,9 +66478,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '422': *33 '404': *24 x-github: @@ -66422,8 +66501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *292 - *293 + - *294 - *3 responses: '204': @@ -66448,8 +66527,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: - - *292 - *293 + - *294 - *3 responses: '200': @@ -66477,8 +66556,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: - - *292 - *293 + - *294 - *3 requestBody: required: false @@ -66523,8 +66602,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: - - *292 - *293 + - *294 - *3 - *4 - *199 @@ -66556,8 +66635,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: - - *292 - *293 + - *294 - *3 - *34 responses: @@ -66586,8 +66665,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: - - *292 - *293 + - *294 - *3 - *34 responses: @@ -66611,8 +66690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *292 - *293 + - *294 - *3 responses: '204': @@ -66638,8 +66717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *292 - *293 + - *294 - *3 responses: '204': @@ -66664,8 +66743,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -66673,8 +66752,8 @@ paths: application/json: schema: *37 examples: - default: *441 - '301': *304 + default: *442 + '301': *305 '404': *24 x-github: githubCloudOnly: false @@ -66693,8 +66772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#list-repository-invitations parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -66704,7 +66783,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66766,7 +66845,7 @@ paths: - html_url - created_at examples: - default: &587 + default: &588 value: - id: 1 repository: @@ -66897,9 +66976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *292 - *293 - - &443 + - *294 + - &444 name: invitation_id description: The unique identifier of the invitation. in: path @@ -66934,7 +67013,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -67065,9 +67144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *292 - *293 - - *443 + - *294 + - *444 responses: '204': description: Response @@ -67098,8 +67177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#list-repository-issues parameters: - - *292 - *293 + - *294 - 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 @@ -67320,7 +67399,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *304 + '301': *305 '422': *33 '404': *24 x-github: @@ -67349,8 +67428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#create-an-issue parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -67442,7 +67521,7 @@ paths: application/json: schema: *117 examples: - default: &447 + default: &448 value: id: 1 node_id: MDU6SXNzdWUx @@ -67626,9 +67705,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: - - *292 - *293 - - &491 + - *294 + - &492 name: sort description: The property to sort the results by. in: query @@ -67658,9 +67737,9 @@ paths: application/json: schema: type: array - items: *444 + items: *445 examples: - default: &449 + default: &450 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -67718,17 +67797,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment parameters: - - *292 - *293 + - *294 - *116 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -67782,8 +67861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#update-an-issue-comment parameters: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -67806,9 +67885,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '422': *33 x-github: githubCloudOnly: false @@ -67826,8 +67905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#delete-an-issue-comment parameters: - - *292 - *293 + - *294 - *116 responses: '204': @@ -67848,8 +67927,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: - - *292 - *293 + - *294 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -67876,9 +67955,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 '404': *24 @@ -67899,8 +67978,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: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -67933,16 +68012,16 @@ paths: description: Reaction exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Reaction created content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *33 x-github: githubCloudOnly: false @@ -67964,10 +68043,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *292 - *293 + - *294 - *116 - - *284 + - *285 responses: '204': description: Response @@ -67987,8 +68066,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: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -67998,7 +68077,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Issue Event description: Issue Event type: object @@ -68078,7 +68157,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *294 + requested_team: *295 dismissed_review: title: Issue Event Dismissed Review type: object @@ -68337,8 +68416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/events#get-an-issue-event parameters: - - *292 - *293 + - *294 - name: event_id in: path required: true @@ -68349,7 +68428,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -68576,9 +68655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue parameters: - - *292 - *293 - - &448 + - *294 + - &449 name: issue_number description: The number that identifies the issue. in: path @@ -68592,8 +68671,8 @@ paths: application/json: schema: *117 examples: - default: *447 - '301': *304 + default: *448 + '301': *305 '404': *24 '410': *232 '304': *40 @@ -68620,9 +68699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#update-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: false content: @@ -68743,11 +68822,11 @@ paths: application/json: schema: *117 examples: - default: *447 + default: *448 '422': *33 '503': *102 '403': *41 - '301': *304 + '301': *305 '404': *24 '410': *232 x-github: @@ -68767,9 +68846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: false content: @@ -68797,7 +68876,7 @@ paths: application/json: schema: *117 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68813,9 +68892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: content: application/json: @@ -68842,7 +68921,7 @@ paths: application/json: schema: *117 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68864,9 +68943,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: - - *292 - *293 - - *448 + - *294 + - *449 - name: assignee in: path required: true @@ -68906,9 +68985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#list-issue-comments parameters: - - *292 - *293 - - *448 + - *294 + - *449 - *107 - *4 - *5 @@ -68919,9 +68998,9 @@ paths: application/json: schema: type: array - items: *444 + items: *445 examples: - default: *449 + default: *450 headers: Link: *6 '404': *24 @@ -68954,9 +69033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/comments#create-an-issue-comment parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: true content: @@ -68978,9 +69057,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/issues/comments/1 @@ -69007,9 +69086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/events#list-issue-events parameters: - - *292 - *293 - - *448 + - *294 + - *449 - *4 - *5 responses: @@ -69023,7 +69102,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &452 + - &453 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -69072,7 +69151,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -69200,7 +69279,7 @@ paths: - performed_via_github_app - assignee - assigner - - &454 + - &455 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -69246,7 +69325,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &455 + - &456 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -69292,7 +69371,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &456 + - &457 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -69341,7 +69420,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &457 + - &458 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -69370,7 +69449,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *294 + requested_team: *295 requested_reviewer: *17 required: - review_requester @@ -69383,7 +69462,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &458 + - &459 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -69412,7 +69491,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *294 + requested_team: *295 requested_reviewer: *17 required: - review_requester @@ -69425,7 +69504,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &459 + - &460 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -69481,7 +69560,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Locked Issue Event description: Locked Issue Event type: object @@ -69526,7 +69605,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &461 + - &462 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -69587,7 +69666,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &463 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -69648,7 +69727,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &464 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -69709,7 +69788,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &465 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -69819,9 +69898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#list-labels-for-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 - *4 - *5 responses: @@ -69831,7 +69910,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -69886,7 +69965,7 @@ paths: - color - default examples: - default: &451 + default: &452 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69904,7 +69983,7 @@ paths: default: false headers: Link: *6 - '301': *304 + '301': *305 '404': *24 '410': *232 x-github: @@ -69923,9 +70002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#add-labels-to-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: false content: @@ -69984,10 +70063,10 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *451 - '301': *304 + default: *452 + '301': *305 '404': *24 '410': *232 '422': *33 @@ -70006,9 +70085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#set-labels-for-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: false content: @@ -70068,10 +70147,10 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *451 - '301': *304 + default: *452 + '301': *305 '404': *24 '410': *232 '422': *33 @@ -70090,13 +70169,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: - - *292 - *293 - - *448 + - *294 + - *449 responses: '204': description: Response - '301': *304 + '301': *305 '404': *24 '410': *232 x-github: @@ -70117,9 +70196,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: - - *292 - *293 - - *448 + - *294 + - *449 - name: name in: path required: true @@ -70132,7 +70211,7 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: default: value: @@ -70143,7 +70222,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *304 + '301': *305 '404': *24 '410': *232 x-github: @@ -70165,9 +70244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#lock-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: false content: @@ -70214,9 +70293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/issues#unlock-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 responses: '204': description: Response @@ -70238,9 +70317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 - 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. @@ -70266,9 +70345,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 '404': *24 @@ -70290,9 +70369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *292 - *293 - - *448 + - *294 + - *449 requestBody: required: true content: @@ -70324,16 +70403,16 @@ paths: description: Response 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 '422': *33 x-github: githubCloudOnly: false @@ -70355,10 +70434,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *292 - *293 - - *448 - - *284 + - *294 + - *449 + - *285 responses: '204': description: Response @@ -70378,9 +70457,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: - - *292 - *293 - - *448 + - *294 + - *449 - *4 - *5 responses: @@ -70395,7 +70474,6 @@ paths: description: Timeline Event type: object anyOf: - - *452 - *453 - *454 - *455 @@ -70408,6 +70486,7 @@ paths: - *462 - *463 - *464 + - *465 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -70731,7 +70810,7 @@ paths: type: string comments: type: array - items: &486 + items: &487 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -70969,7 +71048,7 @@ paths: type: string comments: type: array - items: *388 + items: *389 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -71261,8 +71340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -71272,7 +71351,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -71338,8 +71417,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -71375,9 +71454,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &466 + default: &467 value: id: 1 key: ssh-rsa AAA... @@ -71410,9 +71489,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: - - *292 - *293 - - &467 + - *294 + - &468 name: key_id description: The unique identifier of the key. in: path @@ -71424,9 +71503,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '404': *24 x-github: githubCloudOnly: false @@ -71444,9 +71523,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: - - *292 - *293 - - *467 + - *294 + - *468 responses: '204': description: Response @@ -71466,8 +71545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#list-labels-for-a-repository parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -71477,9 +71556,9 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *451 + default: *452 headers: Link: *6 '404': *24 @@ -71500,8 +71579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#create-a-label parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -71537,9 +71616,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &468 + default: &469 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71571,8 +71650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#get-a-label parameters: - - *292 - *293 + - *294 - name: name in: path required: true @@ -71583,9 +71662,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *468 + default: *469 '404': *24 x-github: githubCloudOnly: false @@ -71602,8 +71681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#update-a-label parameters: - - *292 - *293 + - *294 - name: name in: path required: true @@ -71642,7 +71721,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -71668,8 +71747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/labels#delete-a-label parameters: - - *292 - *293 + - *294 - name: name in: path required: true @@ -71695,8 +71774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-languages parameters: - - *292 - *293 + - *294 responses: '200': description: Response @@ -71732,8 +71811,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: - - *292 - *293 + - *294 responses: '202': *136 '403': @@ -71761,8 +71840,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -71788,9 +71867,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: - - *292 - *293 - - *380 + - *294 + - *381 responses: '200': description: Response @@ -71937,8 +72016,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -72003,8 +72082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/branches/branches#merge-a-branch parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -72038,9 +72117,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *389 + schema: *390 examples: - default: *469 + default: *470 '204': description: Response when already merged '404': @@ -72065,8 +72144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#list-milestones parameters: - - *292 - *293 + - *294 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -72107,7 +72186,7 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: default: value: @@ -72163,8 +72242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#create-a-milestone parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -72204,9 +72283,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &470 + default: &471 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -72265,9 +72344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#get-a-milestone parameters: - - *292 - *293 - - &471 + - *294 + - &472 name: milestone_number description: The number that identifies the milestone. in: path @@ -72279,9 +72358,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *470 + default: *471 '404': *24 x-github: githubCloudOnly: false @@ -72298,9 +72377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#update-a-milestone parameters: - - *292 - *293 - - *471 + - *294 + - *472 requestBody: required: false content: @@ -72338,9 +72417,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72356,9 +72435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/issues/milestones#delete-a-milestone parameters: - - *292 - *293 - - *471 + - *294 + - *472 responses: '204': description: Response @@ -72379,9 +72458,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: - - *292 - *293 - - *471 + - *294 + - *472 - *4 - *5 responses: @@ -72391,9 +72470,9 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *451 + default: *452 headers: Link: *6 x-github: @@ -72412,12 +72491,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: - - *292 - *293 - - *472 + - *294 - *473 - - *107 - *474 + - *107 + - *475 - *4 - *5 responses: @@ -72429,7 +72508,7 @@ paths: type: array items: *126 examples: - default: *475 + default: *476 headers: Link: *6 x-github: @@ -72453,8 +72532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *292 - *293 + - *294 requestBody: required: false content: @@ -72512,14 +72591,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-a-apiname-pages-site parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: &476 + schema: &477 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -72663,7 +72742,7 @@ paths: - custom_404 - public examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -72704,8 +72783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#create-a-apiname-pages-site parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -72760,9 +72839,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *33 '409': *135 x-github: @@ -72785,8 +72864,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -72886,8 +72965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *292 - *293 + - *294 responses: '204': description: Response @@ -72913,8 +72992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#list-apiname-pages-builds parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -72924,7 +73003,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 title: Page Build description: Page Build type: object @@ -73016,8 +73095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#request-a-apiname-pages-build parameters: - - *292 - *293 + - *294 responses: '201': description: Response @@ -73064,16 +73143,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-latest-pages-build parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &479 + default: &480 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -73121,8 +73200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#get-apiname-pages-build parameters: - - *292 - *293 + - *294 - name: build_id in: path required: true @@ -73133,9 +73212,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73155,8 +73234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#create-a-github-pages-deployment parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -73259,9 +73338,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: - - *292 - *293 - - &480 + - *294 + - &481 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -73319,9 +73398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *292 - *293 - - *480 + - *294 + - *481 responses: '204': *181 '404': *24 @@ -73344,8 +73423,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: - - *292 - *293 + - *294 - *4 - *5 - *9 @@ -73366,7 +73445,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 type: object properties: id: @@ -73400,17 +73479,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: - - *292 - *293 + - *294 - *16 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &482 + default: &483 value: id: 42 name: Check Commits @@ -73432,15 +73511,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: - - *292 - *293 + - *294 - *16 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -73484,8 +73563,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: - - *292 - *293 + - *294 - *16 responses: '200': @@ -73493,9 +73572,9 @@ paths: global level. content: application/json: - schema: *481 + schema: *482 examples: - default: *482 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73515,8 +73594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#list-repository-projects parameters: - - *292 - *293 + - *294 - name: state description: Indicates the state of the projects to return. in: query @@ -73600,8 +73679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/projects-classic/projects#create-a-repository-project parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -73629,7 +73708,7 @@ paths: application/json: schema: *231 examples: - default: *301 + default: *302 '401': *39 '403': *41 '404': *24 @@ -73651,13 +73730,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -73691,13 +73770,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -73759,8 +73838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#list-pull-requests parameters: - - *292 - *293 + - *294 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -73820,9 +73899,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *484 + default: *485 headers: Link: *6 '304': *40 @@ -73854,8 +73933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#create-a-pull-request parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -73922,7 +74001,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &489 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -74051,7 +74130,7 @@ paths: milestone: anyOf: - type: 'null' - - *393 + - *394 active_lock_reason: type: - string @@ -74144,14 +74223,14 @@ paths: _links: type: object properties: - comments: *394 - commits: *394 - statuses: *394 - html: *394 - issue: *394 - review_comments: *394 - review_comment: *394 - self: *394 + comments: *395 + commits: *395 + statuses: *395 + html: *395 + issue: *395 + review_comments: *395 + review_comment: *395 + self: *395 required: - comments - commits @@ -74162,7 +74241,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *485 + auto_merge: *486 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -74264,7 +74343,7 @@ paths: - merged_by - review_comments examples: - default: &489 + default: &490 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -74791,8 +74870,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: - - *292 - *293 + - *294 - name: sort in: query required: false @@ -74821,9 +74900,9 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: - default: &492 + default: &493 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -74900,17 +74979,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: - - *292 - *293 + - *294 - *116 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &487 + default: &488 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -74985,8 +75064,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: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -75009,9 +75088,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75027,8 +75106,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: - - *292 - *293 + - *294 - *116 responses: '204': @@ -75050,8 +75129,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: - - *292 - *293 + - *294 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#about-reactions). @@ -75078,9 +75157,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 '404': *24 @@ -75101,8 +75180,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: - - *292 - *293 + - *294 - *116 requestBody: required: true @@ -75135,16 +75214,16 @@ paths: description: Reaction exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Reaction created content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *33 x-github: githubCloudOnly: false @@ -75166,10 +75245,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: - - *292 - *293 + - *294 - *116 - - *284 + - *285 responses: '204': description: Response @@ -75212,9 +75291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#get-a-pull-request parameters: - - *292 - *293 - - &490 + - *294 + - &491 name: pull_number description: The number that identifies the pull request. in: path @@ -75227,9 +75306,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 '304': *40 '404': *24 '406': @@ -75264,9 +75343,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#update-a-pull-request parameters: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: false content: @@ -75308,9 +75387,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 '422': *33 '403': *41 x-github: @@ -75338,10 +75417,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: - - *292 - *293 - - *490 + - *294 - *491 + - *492 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -75361,9 +75440,9 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: - default: *492 + default: *493 headers: Link: *6 x-github: @@ -75396,9 +75475,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: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: true content: @@ -75504,7 +75583,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: example-for-a-multi-line-comment: value: @@ -75592,9 +75671,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: - - *292 - *293 - - *490 + - *294 + - *491 - *116 requestBody: required: true @@ -75617,7 +75696,7 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: default: value: @@ -75703,9 +75782,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: - - *292 - *293 - - *490 + - *294 + - *491 - *4 - *5 responses: @@ -75715,9 +75794,9 @@ paths: application/json: schema: type: array - items: *389 + items: *390 examples: - default: *493 + default: *494 headers: Link: *6 x-github: @@ -75747,9 +75826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#list-pull-requests-files parameters: - - *292 - *293 - - *490 + - *294 + - *491 - *4 - *5 responses: @@ -75759,7 +75838,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -75797,9 +75876,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: - - *292 - *293 - - *490 + - *294 + - *491 responses: '204': description: Response if pull request has been merged @@ -75822,9 +75901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#merge-a-pull-request parameters: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: false content: @@ -75936,9 +76015,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: - - *292 - *293 - - *490 + - *294 + - *491 responses: '200': description: Response @@ -75954,7 +76033,7 @@ paths: items: *17 teams: type: array - items: *294 + items: *295 required: - users - teams @@ -76013,9 +76092,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: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: false content: @@ -76052,7 +76131,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -76588,9 +76667,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: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: true content: @@ -76624,7 +76703,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -77129,9 +77208,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: - - *292 - *293 - - *490 + - *294 + - *491 - *4 - *5 responses: @@ -77141,7 +77220,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -77297,9 +77376,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: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: false content: @@ -77389,9 +77468,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &496 + default: &497 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -77454,10 +77533,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: - - *292 - *293 - - *490 - - &495 + - *294 + - *491 + - &496 name: review_id description: The unique identifier of the review. in: path @@ -77469,9 +77548,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &497 + default: &498 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -77530,10 +77609,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: - - *292 - *293 - - *490 - - *495 + - *294 + - *491 + - *496 requestBody: required: true content: @@ -77556,7 +77635,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -77618,18 +77697,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: - - *292 - *293 - - *490 - - *495 + - *294 + - *491 + - *496 responses: '200': description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *496 + default: *497 '422': *25 '404': *24 x-github: @@ -77656,10 +77735,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: - - *292 - *293 - - *490 - - *495 + - *294 + - *491 + - *496 - *4 - *5 responses: @@ -77757,9 +77836,9 @@ paths: _links: type: object properties: - self: *394 - html: *394 - pull_request: *394 + self: *395 + html: *395 + pull_request: *395 required: - self - html @@ -77917,10 +77996,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: - - *292 - *293 - - *490 - - *495 + - *294 + - *491 + - *496 requestBody: required: true content: @@ -77949,7 +78028,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: default: value: @@ -78012,10 +78091,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: - - *292 - *293 - - *490 - - *495 + - *294 + - *491 + - *496 requestBody: required: true content: @@ -78050,9 +78129,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *497 + default: *498 '404': *24 '422': *25 '403': *41 @@ -78074,9 +78153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *292 - *293 - - *490 + - *294 + - *491 requestBody: required: false content: @@ -78140,8 +78219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/contents#get-a-repository-readme parameters: - - *292 - *293 + - *294 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -78154,9 +78233,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: type: file encoding: base64 @@ -78198,8 +78277,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: - - *292 - *293 + - *294 - name: dir description: The alternate path to look for a README file in: path @@ -78219,9 +78298,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *24 '422': *33 x-github: @@ -78243,8 +78322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#list-releases parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -78254,7 +78333,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Release description: A release. type: object @@ -78336,7 +78415,7 @@ paths: author: *17 assets: type: array - items: &501 + items: &502 title: Release Asset description: Data related to a release. type: object @@ -78519,8 +78598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#create-a-release parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -78590,9 +78669,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &505 + default: &506 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -78692,9 +78771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#get-a-release-asset parameters: - - *292 - *293 - - &503 + - *294 + - &504 name: asset_id description: The unique identifier of the asset. in: path @@ -78706,9 +78785,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: &504 + default: &505 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 @@ -78743,7 +78822,7 @@ paths: type: User site_admin: false '404': *24 - '302': *502 + '302': *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78759,9 +78838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#update-a-release-asset parameters: - - *292 - *293 - - *503 + - *294 + - *504 requestBody: required: false content: @@ -78790,9 +78869,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: - default: *504 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78808,9 +78887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#delete-a-release-asset parameters: - - *292 - *293 - - *503 + - *294 + - *504 responses: '204': description: Response @@ -78834,8 +78913,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -78921,16 +79000,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#get-the-latest-release parameters: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *505 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78947,8 +79026,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: - - *292 - *293 + - *294 - name: tag description: tag parameter in: path @@ -78961,9 +79040,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *505 + default: *506 '404': *24 x-github: githubCloudOnly: false @@ -78985,9 +79064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#get-a-release parameters: - - *292 - *293 - - &506 + - *294 + - &507 name: release_id description: The unique identifier of the release. in: path @@ -79001,9 +79080,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: *500 + schema: *501 examples: - default: *505 + default: *506 '401': description: Unauthorized x-github: @@ -79021,9 +79100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#update-a-release parameters: - - *292 - *293 - - *506 + - *294 + - *507 requestBody: required: false content: @@ -79080,9 +79159,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *505 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79098,9 +79177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/releases#delete-a-release parameters: - - *292 - *293 - - *506 + - *294 + - *507 responses: '204': description: Response @@ -79120,9 +79199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/releases/assets#list-release-assets parameters: - - *292 - *293 - - *506 + - *294 + - *507 - *4 - *5 responses: @@ -79132,7 +79211,7 @@ paths: application/json: schema: type: array - items: *501 + items: *502 examples: default: value: @@ -79214,9 +79293,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: - - *292 - *293 - - *506 + - *294 + - *507 - name: name in: query required: true @@ -79242,7 +79321,7 @@ paths: description: Response for successful upload content: application/json: - schema: *501 + schema: *502 examples: response-for-successful-upload: value: @@ -79297,9 +79376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *292 - *293 - - *506 + - *294 + - *507 - 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. @@ -79323,9 +79402,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 '404': *24 @@ -79346,9 +79425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *292 - *293 - - *506 + - *294 + - *507 requestBody: required: true content: @@ -79378,16 +79457,16 @@ paths: description: Reaction exists content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '201': description: Reaction created content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '422': *33 x-github: githubCloudOnly: false @@ -79409,10 +79488,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#delete-a-release-reaction parameters: - - *292 - *293 - - *506 - - *284 + - *294 + - *507 + - *285 responses: '204': description: Response @@ -79432,8 +79511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-cache-replication-status parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -79508,9 +79587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/rules#get-rules-for-a-branch parameters: - - *292 - *293 - - *350 + - *294 + - *351 - *4 - *5 responses: @@ -79527,7 +79606,7 @@ paths: oneOf: - allOf: - *244 - - &507 + - &508 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -79548,55 +79627,55 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *245 - - *507 + - *508 - allOf: - *246 - - *507 + - *508 - allOf: - *247 - - *507 + - *508 - allOf: + - *509 - *508 - - *507 - allOf: - *248 - - *507 + - *508 - allOf: - *249 - - *507 + - *508 - allOf: - *250 - - *507 + - *508 - allOf: - *251 - - *507 + - *508 - allOf: - *252 - - *507 + - *508 - allOf: - *253 - - *507 + - *508 - allOf: - *254 - - *507 + - *508 - allOf: - *255 - - *507 + - *508 - allOf: - *256 - - *507 + - *508 - allOf: - *257 - - *507 + - *508 - allOf: - *258 - - *507 + - *508 - allOf: - *259 - - *507 + - *508 - allOf: - - *509 - - *507 + - *510 + - *508 examples: default: value: @@ -79635,8 +79714,8 @@ paths: category: repos subcategory: rules parameters: - - *292 - *293 + - *294 - *4 - *5 - name: includes_parents @@ -79647,7 +79726,7 @@ paths: schema: type: boolean default: true - - *510 + - *511 responses: '200': description: Response @@ -79702,8 +79781,8 @@ paths: category: repos subcategory: rules parameters: - - *292 - *293 + - *294 requestBody: description: Request body required: true @@ -79732,7 +79811,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *511 + items: *512 required: - name - enforcement @@ -79765,7 +79844,7 @@ paths: application/json: schema: *260 examples: - default: &521 + default: &522 value: id: 42 name: super cool ruleset @@ -79812,12 +79891,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *292 - *293 - - *512 + - *294 - *513 - *514 - *515 + - *516 - *4 - *5 responses: @@ -79825,9 +79904,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '404': *24 '500': *220 x-github: @@ -79848,17 +79927,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: - - *292 - *293 - - *518 + - *294 + - *519 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: *520 + default: *521 '404': *24 '500': *220 x-github: @@ -79886,8 +79965,8 @@ paths: category: repos subcategory: rules parameters: - - *292 - *293 + - *294 - name: ruleset_id description: The ID of the ruleset. in: path @@ -79909,7 +79988,7 @@ paths: application/json: schema: *260 examples: - default: *521 + default: *522 '404': *24 '500': *220 put: @@ -79927,8 +80006,8 @@ paths: category: repos subcategory: rules parameters: - - *292 - *293 + - *294 - name: ruleset_id description: The ID of the ruleset. in: path @@ -79962,7 +80041,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *511 + items: *512 examples: default: value: @@ -79992,7 +80071,7 @@ paths: application/json: schema: *260 examples: - default: *521 + default: *522 '404': *24 '500': *220 delete: @@ -80010,8 +80089,8 @@ paths: category: repos subcategory: rules parameters: - - *292 - *293 + - *294 - name: ruleset_id description: The ID of the ruleset. in: path @@ -80039,8 +80118,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: - - *292 - *293 + - *294 - *263 - *264 - *265 @@ -80048,8 +80127,8 @@ paths: - *9 - *5 - *4 - - *522 - *523 + - *524 - *267 responses: '200': @@ -80058,7 +80137,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 type: object properties: number: *91 @@ -80074,8 +80153,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *524 - resolution: *525 + state: *525 + resolution: *526 resolved_at: type: - string @@ -80251,15 +80330,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: - - *292 - *293 - - *378 + - *294 + - *379 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -80299,9 +80378,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: - - *292 - *293 - - *378 + - *294 + - *379 requestBody: required: true content: @@ -80309,8 +80388,8 @@ paths: schema: type: object properties: - state: *524 - resolution: *525 + state: *525 + resolution: *526 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -80329,7 +80408,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -80396,9 +80475,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: - - *292 - *293 - - *378 + - *294 + - *379 - *5 - *4 responses: @@ -80409,7 +80488,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &656 + items: &657 type: object properties: type: @@ -80788,8 +80867,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -80797,14 +80876,14 @@ paths: schema: type: object properties: - reason: &528 + reason: &529 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *527 + placeholder_id: *528 required: - reason - placeholder_id @@ -80821,7 +80900,7 @@ paths: schema: type: object properties: - reason: *528 + reason: *529 expire_at: type: - string @@ -80867,8 +80946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-stargazers parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -80961,8 +81040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *292 - *293 + - *294 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -80971,7 +81050,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -81002,8 +81081,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -81078,8 +81157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *292 - *293 + - *294 responses: '200': description: Response @@ -81173,8 +81252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *292 - *293 + - *294 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -81328,8 +81407,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: - - *292 - *293 + - *294 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -81339,7 +81418,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -81372,8 +81451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/commits/statuses#create-a-commit-status parameters: - - *292 - *293 + - *294 - name: sha in: path required: true @@ -81429,7 +81508,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -81483,8 +81562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#list-watchers parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -81516,14 +81595,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#get-a-repository-subscription parameters: - - *292 - *293 + - *294 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &531 + schema: &532 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -81596,8 +81675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#set-a-repository-subscription parameters: - - *292 - *293 + - *294 requestBody: required: false content: @@ -81623,7 +81702,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -81650,8 +81729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/watching#delete-a-repository-subscription parameters: - - *292 - *293 + - *294 responses: '204': description: Response @@ -81671,8 +81750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-tags parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -81754,8 +81833,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: - - *292 - *293 + - *294 responses: '200': description: Response @@ -81763,7 +81842,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Tag protection description: Tag protection type: object @@ -81820,8 +81899,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: - - *292 - *293 + - *294 requestBody: required: true content: @@ -81844,7 +81923,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -81875,8 +81954,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: - - *292 - *293 + - *294 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -81913,8 +81992,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: - - *292 - *293 + - *294 - name: ref in: path required: true @@ -81950,8 +82029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#list-repository-teams parameters: - - *292 - *293 + - *294 - *4 - *5 responses: @@ -81961,7 +82040,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: *270 headers: @@ -81983,8 +82062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-all-repository-topics parameters: - - *292 - *293 + - *294 - *5 - *4 responses: @@ -81992,7 +82071,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -82004,7 +82083,7 @@ paths: required: - names examples: - default: &534 + default: &535 value: names: - octocat @@ -82027,8 +82106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#replace-all-repository-topics parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -82059,9 +82138,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *24 '422': *25 x-github: @@ -82084,8 +82163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#transfer-a-repository parameters: - - *292 - *293 + - *294 requestBody: required: true content: @@ -82359,8 +82438,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: - - *292 - *293 + - *294 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -82383,8 +82462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#enable-vulnerability-alerts parameters: - - *292 - *293 + - *294 responses: '204': description: Response @@ -82406,8 +82485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/repos/repos#disable-vulnerability-alerts parameters: - - *292 - *293 + - *294 responses: '204': description: Response @@ -82433,8 +82512,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: - - *292 - *293 + - *294 - name: ref in: path required: true @@ -82526,9 +82605,9 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *305 + default: *306 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -82703,7 +82782,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &542 + - &543 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -82713,7 +82792,7 @@ paths: type: string examples: - members - - &547 + - &548 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -82725,7 +82804,7 @@ paths: format: int32 examples: - 1 - - &548 + - &549 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -82769,7 +82848,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &536 + items: &537 allOf: - type: object required: @@ -82851,7 +82930,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: &549 + meta: &550 type: object description: The metadata associated with the creation/updates to the user. @@ -82916,31 +82995,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &537 + '400': &538 description: Bad request content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '401': &538 + schema: *536 + '401': &539 description: Authorization failure - '403': &539 + '403': &540 description: Permission denied - '429': &540 + '429': &541 description: Too many requests content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '500': &541 + schema: *536 + '500': &542 description: Internal server error content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 + schema: *536 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82967,7 +83046,7 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 type: object required: - schemas @@ -83031,9 +83110,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *536 + schema: *537 examples: - group: &543 + group: &544 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -83052,13 +83131,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': *537 - '401': *538 - '403': *539 - '409': &546 + '400': *538 + '401': *539 + '403': *540 + '409': &547 description: Duplicate record detected - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83079,7 +83158,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: - - &544 + - &545 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -83088,22 +83167,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *542 + - *543 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *536 + schema: *537 examples: - default: *543 - '400': *537 - '401': *538 - '403': *539 + default: *544 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83125,13 +83204,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: - - *544 + - *545 - *63 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: group: summary: Group @@ -83157,17 +83236,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - group: *543 - groupWithMembers: *543 - '400': *537 - '401': *538 - '403': *539 + group: *544 + groupWithMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83191,13 +83270,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: - - *544 + - *545 - *63 requestBody: required: true content: application/json: - schema: &556 + schema: &557 type: object required: - Operations @@ -83257,17 +83336,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - updateGroup: *543 - addMembers: *543 - '400': *537 - '401': *538 - '403': *539 + updateGroup: *544 + addMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83287,17 +83366,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: - - *544 + - *545 - *63 responses: '204': description: Group was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83334,8 +83413,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *547 - *548 + - *549 - *63 responses: '200': @@ -83369,7 +83448,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &551 + items: &552 allOf: - type: object required: @@ -83461,7 +83540,7 @@ paths: address. examples: - true - roles: &550 + roles: &551 type: array description: The roles assigned to the user. items: @@ -83520,7 +83599,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *549 + meta: *550 startIndex: type: integer description: A starting index for the returned page @@ -83559,11 +83638,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *537 - '401': *538 - '403': *539 - '429': *540 - '500': *541 + '400': *538 + '401': *539 + '403': *540 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83592,7 +83671,7 @@ paths: required: true content: application/json: - schema: &554 + schema: &555 type: object required: - schemas @@ -83685,9 +83764,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *550 + roles: *551 examples: - user: &555 + user: &556 summary: User value: schemas: @@ -83734,9 +83813,9 @@ paths: description: User has been created content: application/scim+json: - schema: *551 + schema: *552 examples: - user: &552 + user: &553 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83762,13 +83841,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: *552 - '400': *537 - '401': *538 - '403': *539 - '409': *546 - '429': *540 - '500': *541 + enterpriseOwner: *553 + '400': *538 + '401': *539 + '403': *540 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83789,7 +83868,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: - - &553 + - &554 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -83802,15 +83881,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *551 + schema: *552 examples: - default: *552 - '400': *537 - '401': *538 - '403': *539 + default: *553 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83835,30 +83914,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: - - *553 + - *554 - *63 requestBody: required: true content: application/json: - schema: *554 + schema: *555 examples: - user: *555 + user: *556 responses: '200': description: User was updated content: application/scim+json: - schema: *551 + schema: *552 examples: - user: *552 - '400': *537 - '401': *538 - '403': *539 + user: *553 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83896,13 +83975,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: - - *553 + - *554 - *63 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -83942,18 +84021,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *551 - examples: - userMultiValuedProperties: *552 - userSingleValuedProperties: *552 - disableUser: *552 - '400': *537 - '401': *538 - '403': *539 + schema: *552 + examples: + userMultiValuedProperties: *553 + userSingleValuedProperties: *553 + disableUser: *553 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83973,17 +84052,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: - - *553 + - *554 - *63 responses: '204': description: User was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *24 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -84111,7 +84190,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &557 + text_matches: &558 title: Search Result Text Matches type: array items: @@ -84275,7 +84354,7 @@ paths: enum: - author-date - committer-date - - &558 + - &559 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 @@ -84344,7 +84423,7 @@ paths: committer: anyOf: - type: 'null' - - *348 + - *349 comment_count: type: integer message: @@ -84363,7 +84442,7 @@ paths: url: type: string format: uri - verification: *435 + verification: *436 required: - author - committer @@ -84378,7 +84457,7 @@ paths: committer: anyOf: - type: 'null' - - *348 + - *349 parents: type: array items: @@ -84395,7 +84474,7 @@ paths: type: number node_id: type: string - text_matches: *557 + text_matches: *558 required: - sha - node_id @@ -84588,7 +84667,7 @@ paths: - interactions - created - updated - - *558 + - *559 - *4 - *5 - name: advanced_search @@ -84694,11 +84773,11 @@ paths: type: - string - 'null' - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: type: string state_reason: @@ -84712,7 +84791,7 @@ paths: milestone: anyOf: - type: 'null' - - *393 + - *394 comments: type: integer created_at: @@ -84726,7 +84805,7 @@ paths: - string - 'null' format: date-time - text_matches: *557 + text_matches: *558 pull_request: type: object properties: @@ -84775,7 +84854,7 @@ paths: timeline_url: type: string format: uri - type: *562 + type: *563 performed_via_github_app: anyOf: - type: 'null' @@ -84949,7 +85028,7 @@ paths: enum: - created - updated - - *558 + - *559 - *4 - *5 responses: @@ -84994,7 +85073,7 @@ paths: - 'null' score: type: number - text_matches: *557 + text_matches: *558 required: - id - node_id @@ -85080,7 +85159,7 @@ paths: - forks - help-wanted-issues - updated - - *558 + - *559 - *4 - *5 responses: @@ -85317,7 +85396,7 @@ paths: - admin - pull - push - text_matches: *557 + text_matches: *558 temp_clone_token: type: string allow_merge_commit: @@ -85626,7 +85705,7 @@ paths: - string - 'null' format: uri - text_matches: *557 + text_matches: *558 related: type: - array @@ -85821,7 +85900,7 @@ paths: - followers - repositories - joined - - *558 + - *559 - *4 - *5 responses: @@ -85931,7 +86010,7 @@ paths: type: - boolean - 'null' - text_matches: *557 + text_matches: *558 blog: type: - string @@ -86019,9 +86098,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *24 x-github: githubCloudOnly: false @@ -86112,16 +86191,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '201': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *24 '422': *33 '403': *41 @@ -86191,9 +86270,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *563 + default: *564 headers: Link: *6 x-github: @@ -86256,9 +86335,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: triggersNotification: true githubCloudOnly: false @@ -86286,15 +86365,15 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86320,7 +86399,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *277 + - *278 requestBody: required: false content: @@ -86343,9 +86422,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86371,7 +86450,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *277 + - *278 responses: '204': description: Response @@ -86401,7 +86480,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *277 + - *278 - *9 - *4 - *5 @@ -86412,9 +86491,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *565 + default: *566 headers: Link: *6 x-github: @@ -86444,7 +86523,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *277 + - *278 requestBody: required: true content: @@ -86466,9 +86545,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: triggersNotification: true githubCloudOnly: false @@ -86496,16 +86575,16 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *277 - - *280 + - *278 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86531,8 +86610,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *277 - - *280 + - *278 + - *281 requestBody: required: true content: @@ -86554,9 +86633,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86582,8 +86661,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *277 - - *280 + - *278 + - *281 responses: '204': description: Response @@ -86613,8 +86692,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *277 - - *280 + - *278 + - *281 - 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. @@ -86640,9 +86719,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 x-github: @@ -86672,8 +86751,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *277 - - *280 + - *278 + - *281 requestBody: required: true content: @@ -86705,9 +86784,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86734,7 +86813,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *277 + - *278 - 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. @@ -86760,9 +86839,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *283 + default: *284 headers: Link: *6 x-github: @@ -86792,7 +86871,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *277 + - *278 requestBody: required: true content: @@ -86824,9 +86903,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87022,9 +87101,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - response-if-user-is-a-team-maintainer: *567 + response-if-user-is-a-team-maintainer: *568 '404': *24 x-github: githubCloudOnly: false @@ -87083,9 +87162,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - response-if-users-membership-with-team-is-now-pending: *568 + response-if-users-membership-with-team-is-now-pending: *569 '403': description: Forbidden if team synchronization is set up '422': @@ -87158,9 +87237,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *569 + default: *570 headers: Link: *6 '404': *24 @@ -87187,15 +87266,15 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *291 + - *292 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *570 + default: *571 '404': description: Not Found if project is not managed by this team x-github: @@ -87220,7 +87299,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *291 + - *292 requestBody: required: false content: @@ -87288,7 +87367,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *291 + - *292 responses: '204': description: Response @@ -87358,14 +87437,14 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *292 - *293 + - *294 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *571 + schema: *572 examples: alternative-response-with-extra-repository-information: value: @@ -87517,8 +87596,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *292 - *293 + - *294 requestBody: required: false content: @@ -87569,8 +87648,8 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *292 - *293 + - *294 responses: '204': description: Response @@ -87605,9 +87684,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - response-if-child-teams-exist: *572 + response-if-child-teams-exist: *573 headers: Link: *6 '404': *24 @@ -87640,7 +87719,7 @@ paths: application/json: schema: oneOf: - - &574 + - &575 title: Private User description: Private User type: object @@ -87890,7 +87969,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *573 + - *574 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -88048,7 +88127,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -88126,7 +88205,7 @@ paths: type: array items: *214 examples: - default: &584 + default: &585 value: - id: 197 name: hello_docker @@ -88213,7 +88292,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Email description: Email type: object @@ -88243,7 +88322,7 @@ paths: - verified - visibility examples: - default: &586 + default: &587 value: - email: octocat@github.com verified: true @@ -88320,7 +88399,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -88578,7 +88657,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: GPG Key description: A unique encryption key type: object @@ -88723,7 +88802,7 @@ paths: - subkeys - revoked examples: - default: &596 + default: &597 value: - id: 3 name: Octocat's GPG Key @@ -88808,9 +88887,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: id: 3 name: Octocat's GPG Key @@ -88867,7 +88946,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: - - &578 + - &579 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88879,9 +88958,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *24 '304': *40 '403': *41 @@ -88904,7 +88983,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: - - *578 + - *579 responses: '204': description: Response @@ -89095,7 +89174,7 @@ paths: type: array items: *82 examples: - default: *579 + default: *580 headers: Link: *6 '404': *24 @@ -89271,7 +89350,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Key description: Key type: object @@ -89374,9 +89453,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89409,15 +89488,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: - - *467 + - *468 responses: '200': description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *24 '304': *40 '403': *41 @@ -89440,7 +89519,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: - - *467 + - *468 responses: '204': description: Response @@ -90269,7 +90348,7 @@ paths: type: array items: *68 examples: - default: *582 + default: *583 headers: Link: *6 '304': *40 @@ -90311,7 +90390,7 @@ paths: - docker - nuget - container - - *583 + - *584 - *5 - *4 responses: @@ -90323,8 +90402,8 @@ paths: type: array items: *214 examples: - default: *584 - '400': *585 + default: *585 + '400': *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90353,7 +90432,7 @@ paths: application/json: schema: *214 examples: - default: &597 + default: &598 value: id: 40201 name: octo-name @@ -90808,9 +90887,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *586 + default: *587 headers: Link: *6 '304': *40 @@ -90923,7 +91002,7 @@ paths: type: array items: *82 examples: - default: &593 + default: &594 summary: Default response value: - id: 1296269 @@ -91241,9 +91320,9 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *305 + default: *306 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -91281,9 +91360,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *587 + default: *588 headers: Link: *6 '304': *40 @@ -91306,7 +91385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *443 + - *444 responses: '204': description: Response @@ -91329,7 +91408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *443 + - *444 responses: '204': description: Response @@ -91362,7 +91441,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Social account description: Social media account type: object @@ -91379,7 +91458,7 @@ paths: - provider - url examples: - default: &589 + default: &590 value: - provider: twitter url: https://twitter.com/github @@ -91442,9 +91521,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 '422': *33 '304': *40 '404': *24 @@ -91532,7 +91611,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -91552,7 +91631,7 @@ paths: - title - created_at examples: - default: &598 + default: &599 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91619,9 +91698,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91652,7 +91731,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: - - &592 + - &593 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -91664,9 +91743,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *24 '304': *40 '403': *41 @@ -91689,7 +91768,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: - - *592 + - *593 responses: '204': description: Response @@ -91718,7 +91797,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: - - &599 + - &600 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 @@ -91743,11 +91822,11 @@ paths: type: array items: *82 examples: - default-response: *593 + default-response: *594 application/vnd.github.v3.star+json: schema: type: array - items: &600 + items: &601 title: Starred Repository description: Starred Repository type: object @@ -91903,8 +91982,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: - - *292 - *293 + - *294 responses: '204': description: Response if this repository is starred by you @@ -91932,8 +92011,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -91957,8 +92036,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -92030,7 +92109,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -92117,10 +92196,10 @@ paths: application/json: schema: oneOf: + - *575 - *574 - - *573 examples: - default-response: &594 + default-response: &595 summary: Default response value: login: octocat @@ -92155,7 +92234,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &595 + response-with-git-hub-plan-information: &596 summary: Response with GitHub plan information value: login: octocat @@ -92267,11 +92346,11 @@ paths: application/json: schema: oneOf: + - *575 - *574 - - *573 examples: - default-response: *594 - response-with-git-hub-plan-information: *595 + default-response: *595 + response-with-git-hub-plan-information: *596 '404': *24 x-github: githubCloudOnly: false @@ -92302,7 +92381,7 @@ paths: type: array items: *214 examples: - default: *584 + default: *585 '403': *41 '401': *39 x-github: @@ -92706,9 +92785,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *596 + default: *597 headers: Link: *6 x-github: @@ -92812,7 +92891,7 @@ paths: application/json: schema: *37 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92898,7 +92977,7 @@ paths: type: array items: *68 examples: - default: *582 + default: *583 headers: Link: *6 x-github: @@ -92937,7 +93016,7 @@ paths: - docker - nuget - container - - *583 + - *584 - *8 - *5 - *4 @@ -92950,10 +93029,10 @@ paths: type: array items: *214 examples: - default: *584 + default: *585 '403': *41 '401': *39 - '400': *585 + '400': *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92983,7 +93062,7 @@ paths: application/json: schema: *214 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93622,9 +93701,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -93654,9 +93733,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *598 + default: *599 headers: Link: *6 x-github: @@ -93681,7 +93760,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *599 + - *600 - *9 - *4 - *5 @@ -93693,11 +93772,11 @@ paths: schema: anyOf: - type: array - items: *600 + items: *601 - type: array items: *82 examples: - default-response: *593 + default-response: *594 headers: Link: *6 x-github: @@ -93909,7 +93988,7 @@ webhooks: type: string enum: - disabled - enterprise: &601 + enterprise: &602 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93978,7 +94057,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &602 + installation: &603 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93999,7 +94078,7 @@ webhooks: required: - id - node_id - organization: &603 + organization: &604 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -94072,7 +94151,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &604 + repository: &605 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94985,10 +95064,10 @@ webhooks: type: string enum: - enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -95074,11 +95153,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: &605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: &606 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) @@ -95311,11 +95390,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: *606 sender: *17 required: - action @@ -95513,11 +95592,11 @@ webhooks: - everyone required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: *606 sender: *17 required: - action @@ -95598,11 +95677,11 @@ webhooks: type: string enum: - cancelled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: &606 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + exemption_request: &607 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95840,7 +95919,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &607 + items: &608 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95960,11 +96039,11 @@ webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + exemption_request: *607 sender: *17 required: - action @@ -96044,11 +96123,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + exemption_request: *607 sender: *17 required: - action @@ -96128,12 +96207,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 - exemption_response: *607 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + exemption_request: *607 + exemption_response: *608 sender: *17 required: - action @@ -96215,12 +96294,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - exemption_request: *606 - exemption_response: *607 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + exemption_request: *607 + exemption_response: *608 sender: *17 required: - action @@ -96305,12 +96384,12 @@ webhooks: type: string cache_location: type: string - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 ref: type: string - repository: *604 + repository: *605 sender: *17 required: - cache_location @@ -96404,7 +96483,7 @@ webhooks: type: string enum: - completed - check_run: &609 + check_run: &610 title: CheckRun description: A check performed on the code of a given code change type: object @@ -96469,7 +96548,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *361 + items: *362 repository: *148 status: type: string @@ -96514,7 +96593,7 @@ webhooks: - examples: - neutral - deployment: *608 + deployment: *609 details_url: type: string examples: @@ -96574,7 +96653,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *361 + items: *362 started_at: type: string format: date-time @@ -96612,10 +96691,10 @@ webhooks: - output - app - pull_requests - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + installation: *603 + enterprise: *602 + organization: *604 + repository: *605 sender: *17 required: - check_run @@ -97018,11 +97097,11 @@ webhooks: type: string enum: - created - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *610 + installation: *603 + enterprise: *602 + organization: *604 + repository: *605 sender: *17 required: - check_run @@ -97428,11 +97507,11 @@ webhooks: type: string enum: - requested_action - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *610 + installation: *603 + enterprise: *602 + organization: *604 + repository: *605 requested_action: description: The action requested by the user. type: object @@ -97847,11 +97926,11 @@ webhooks: type: string enum: - rerequested - check_run: *609 - installation: *602 - enterprise: *601 - organization: *603 - repository: *604 + check_run: *610 + installation: *603 + enterprise: *602 + organization: *604 + repository: *605 sender: *17 required: - check_run @@ -98853,10 +98932,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -99551,10 +99630,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -100243,10 +100322,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -100422,7 +100501,7 @@ webhooks: required: - login - id - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100574,20 +100653,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &610 + commit_oid: &611 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: *601 - installation: *602 - organization: *603 - ref: &611 + enterprise: *602 + installation: *603 + organization: *604 + ref: &612 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: *604 + repository: *605 sender: *17 required: - action @@ -100761,7 +100840,7 @@ webhooks: required: - login - id - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -101002,12 +101081,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *611 + enterprise: *602 + installation: *603 + organization: *604 + ref: *612 + repository: *605 sender: *17 required: - action @@ -101115,7 +101194,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101297,12 +101376,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *611 + enterprise: *602 + installation: *603 + organization: *604 + ref: *612 + repository: *605 sender: *17 required: - action @@ -101478,7 +101557,7 @@ webhooks: required: - login - id - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -101655,12 +101734,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *611 + enterprise: *602 + installation: *603 + organization: *604 + ref: *612 + repository: *605 sender: *17 required: - action @@ -101770,7 +101849,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101950,9 +102029,9 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101960,7 +102039,7 @@ webhooks: type: - string - 'null' - repository: *604 + repository: *605 sender: *17 required: - action @@ -102066,7 +102145,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *373 + dismissed_comment: *374 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -102213,12 +102292,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *610 - enterprise: *601 - installation: *602 - organization: *603 - ref: *611 - repository: *604 + commit_oid: *611 + enterprise: *602 + installation: *603 + organization: *604 + ref: *612 + repository: *605 sender: *17 required: - action @@ -102490,10 +102569,10 @@ webhooks: - updated_at - author_association - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -102584,18 +102663,18 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *603 - pusher_type: &612 + organization: *604 + pusher_type: &613 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &613 + ref: &614 description: The [`git ref`](https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference) resource. type: string @@ -102605,7 +102684,7 @@ webhooks: enum: - tag - branch - repository: *604 + repository: *605 sender: *17 required: - ref @@ -102688,9 +102767,9 @@ webhooks: enum: - created definition: *233 - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 sender: *17 required: - action @@ -102775,9 +102854,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 sender: *17 required: - action @@ -102855,9 +102934,9 @@ webhooks: enum: - updated definition: *233 - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 sender: *17 required: - action @@ -102934,10 +103013,10 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - repository: *604 - organization: *603 + enterprise: *602 + installation: *603 + repository: *605 + organization: *604 sender: *17 new_property_values: type: array @@ -103032,18 +103111,18 @@ webhooks: title: delete event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - pusher_type: *612 - ref: *613 + enterprise: *602 + installation: *603 + organization: *604 + pusher_type: *613 + ref: *614 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *604 + repository: *605 sender: *17 required: - ref @@ -103137,11 +103216,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103235,11 +103314,11 @@ webhooks: type: string enum: - auto_reopened - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103333,11 +103412,11 @@ webhooks: type: string enum: - created - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103429,11 +103508,11 @@ webhooks: type: string enum: - dismissed - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103525,11 +103604,11 @@ webhooks: type: string enum: - fixed - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103622,11 +103701,11 @@ webhooks: type: string enum: - reintroduced - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103718,11 +103797,11 @@ webhooks: type: string enum: - reopened - alert: *404 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *405 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *17 required: - action @@ -103809,9 +103888,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - key: &614 + enterprise: *602 + installation: *603 + key: &615 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -103847,8 +103926,8 @@ webhooks: - verified - created_at - read_only - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -103935,11 +104014,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - key: *614 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + key: *615 + organization: *604 + repository: *605 sender: *17 required: - action @@ -104521,12 +104600,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - workflow: &618 + workflow: &619 title: Workflow type: - object @@ -105274,13 +105353,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *410 + deployment: *411 pull_requests: type: array - items: *488 - repository: *604 - organization: *603 - installation: *602 + items: *489 + repository: *605 + organization: *604 + installation: *603 sender: *17 responses: '200': @@ -105361,7 +105440,7 @@ webhooks: type: string enum: - approved - approver: &615 + approver: &616 type: object properties: avatar_url: @@ -105404,11 +105483,11 @@ webhooks: type: string comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: &616 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + reviewers: &617 type: array items: type: object @@ -105489,7 +105568,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &617 + workflow_job_run: &618 type: object properties: conclusion: @@ -106245,18 +106324,18 @@ webhooks: type: string enum: - rejected - approver: *615 + approver: *616 comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: *616 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + reviewers: *617 sender: *17 since: type: string - workflow_job_run: *617 + workflow_job_run: *618 workflow_job_runs: type: array items: @@ -106983,13 +107062,13 @@ webhooks: type: string enum: - requested - enterprise: *601 + enterprise: *602 environment: type: string - installation: *602 - organization: *603 - repository: *604 - requestor: &623 + installation: *603 + organization: *604 + repository: *605 + requestor: &624 title: User type: - object @@ -108942,12 +109021,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - workflow: *618 + workflow: *619 workflow_run: title: Deployment Workflow Run type: @@ -109648,7 +109727,7 @@ webhooks: type: string enum: - answered - answer: &621 + answer: &622 type: object properties: author_association: @@ -109808,7 +109887,7 @@ webhooks: - created_at - updated_at - body - discussion: &619 + discussion: &620 title: Discussion description: A Discussion in a repository. type: object @@ -110104,7 +110183,7 @@ webhooks: - id labels: type: array - items: *450 + items: *451 required: - repository_url - category @@ -110126,10 +110205,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110266,11 +110345,11 @@ webhooks: - from required: - category - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110363,11 +110442,11 @@ webhooks: type: string enum: - closed - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110459,7 +110538,7 @@ webhooks: type: string enum: - created - comment: &620 + comment: &621 type: object properties: author_association: @@ -110619,11 +110698,11 @@ webhooks: - updated_at - body - reactions - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110716,12 +110795,12 @@ webhooks: type: string enum: - deleted - comment: *620 - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *621 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110826,12 +110905,12 @@ webhooks: - from required: - body - comment: *620 - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *621 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -110925,11 +111004,11 @@ webhooks: type: string enum: - created - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111021,11 +111100,11 @@ webhooks: type: string enum: - deleted - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111135,11 +111214,11 @@ webhooks: type: string required: - from - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111231,10 +111310,10 @@ webhooks: type: string enum: - labeled - discussion: *619 - enterprise: *601 - installation: *602 - label: &622 + discussion: *620 + enterprise: *602 + installation: *603 + label: &623 title: Label type: object properties: @@ -111267,8 +111346,8 @@ webhooks: - color - default - description - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111361,11 +111440,11 @@ webhooks: type: string enum: - locked - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111457,11 +111536,11 @@ webhooks: type: string enum: - pinned - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111553,11 +111632,11 @@ webhooks: type: string enum: - reopened - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111652,16 +111731,16 @@ webhooks: changes: type: object properties: - new_discussion: *619 - new_repository: *604 + new_discussion: *620 + new_repository: *605 required: - new_discussion - new_repository - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111754,10 +111833,10 @@ webhooks: type: string enum: - unanswered - discussion: *619 - old_answer: *621 - organization: *603 - repository: *604 + discussion: *620 + old_answer: *622 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111849,12 +111928,12 @@ webhooks: type: string enum: - unlabeled - discussion: *619 - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -111947,11 +112026,11 @@ webhooks: type: string enum: - unlocked - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -112043,11 +112122,11 @@ webhooks: type: string enum: - unpinned - discussion: *619 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *620 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -112288,7 +112367,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *601 + enterprise: *602 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository) resource. @@ -112966,9 +113045,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - forkee @@ -113134,9 +113213,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pages: description: The pages that were updated. type: array @@ -113174,7 +113253,7 @@ webhooks: - action - sha - html_url - repository: *604 + repository: *605 sender: *17 required: - pages @@ -113260,10 +113339,10 @@ webhooks: type: string enum: - created - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories: &624 + organization: *604 + repositories: &625 description: An array of repository objects that the installation can access. type: array @@ -113289,8 +113368,8 @@ webhooks: - name - full_name - private - repository: *604 - requester: *623 + repository: *605 + requester: *624 sender: *17 required: - action @@ -113375,11 +113454,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *604 + repositories: *625 + repository: *605 requester: type: - 'null' @@ -113466,11 +113545,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *604 + repositories: *625 + repository: *605 requester: type: - 'null' @@ -113557,10 +113636,10 @@ webhooks: type: string enum: - added - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories_added: &625 + organization: *604 + repositories_added: &626 description: An array of repository objects, which were added to the installation. type: array @@ -113606,15 +113685,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *604 - repository_selection: &626 + repository: *605 + repository_selection: &627 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *623 + requester: *624 sender: *17 required: - action @@ -113703,10 +113782,10 @@ webhooks: type: string enum: - removed - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories_added: *625 + organization: *604 + repositories_added: *626 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -113733,9 +113812,9 @@ webhooks: - name - full_name - private - repository: *604 - repository_selection: *626 - requester: *623 + repository: *605 + repository_selection: *627 + requester: *624 sender: *17 required: - action @@ -113824,11 +113903,11 @@ webhooks: type: string enum: - suspend - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *604 + repositories: *625 + repository: *605 requester: type: - 'null' @@ -114021,10 +114100,10 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 target_type: type: string @@ -114113,11 +114192,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *601 + enterprise: *602 installation: *37 - organization: *603 - repositories: *624 - repository: *604 + organization: *604 + repositories: *625 + repository: *605 requester: type: - 'null' @@ -114375,8 +114454,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115193,8 +115272,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115211,7 +115290,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -115555,8 +115634,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -115646,7 +115725,7 @@ webhooks: type: string enum: - deleted - comment: &627 + comment: &628 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment) itself. @@ -115813,8 +115892,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116627,8 +116706,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116645,7 +116724,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -116991,8 +117070,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -117082,7 +117161,7 @@ webhooks: type: string enum: - edited - changes: &648 + changes: &649 description: The changes to the comment. type: object properties: @@ -117094,9 +117173,9 @@ webhooks: type: string required: - from - comment: *627 - enterprise: *601 - installation: *602 + comment: *628 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117912,8 +117991,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117930,7 +118009,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -118274,8 +118353,8 @@ webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -118367,10 +118446,10 @@ webhooks: type: string enum: - assigned - assignee: *623 - enterprise: *601 - installation: *602 - issue: &630 + assignee: *624 + enterprise: *602 + installation: *603 + issue: &631 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -119182,11 +119261,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119203,7 +119282,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -119306,8 +119385,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -119397,8 +119476,8 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -120215,11 +120294,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120236,7 +120315,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -120482,8 +120561,8 @@ webhooks: required: - state - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -120572,8 +120651,8 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -121381,11 +121460,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121402,7 +121481,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -121504,8 +121583,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -121594,8 +121673,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -122426,11 +122505,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122447,7 +122526,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -122528,7 +122607,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &628 + milestone: &629 title: Milestone description: A collection of related issues and pull requests. type: object @@ -122671,8 +122750,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -122781,8 +122860,8 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -123594,11 +123673,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123612,7 +123691,7 @@ webhooks: timeline_url: type: string format: uri - type: *562 + type: *563 title: description: Title of the issue type: string @@ -123718,9 +123797,9 @@ webhooks: - active_lock_reason - body - reactions - label: *622 - organization: *603 - repository: *604 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -123810,8 +123889,8 @@ webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -124622,11 +124701,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124640,7 +124719,7 @@ webhooks: timeline_url: type: string format: uri - type: *562 + type: *563 title: description: Title of the issue type: string @@ -124746,9 +124825,9 @@ webhooks: - active_lock_reason - body - reactions - label: *622 - organization: *603 - repository: *604 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -124838,8 +124917,8 @@ webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -125675,11 +125754,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125693,7 +125772,7 @@ webhooks: timeline_url: type: string format: uri - type: *562 + type: *563 title: description: Title of the issue type: string @@ -125776,8 +125855,8 @@ webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -125866,8 +125945,8 @@ webhooks: type: string enum: - milestoned - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -126697,11 +126776,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126718,7 +126797,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -126798,9 +126877,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *628 - organization: *603 - repository: *604 + milestone: *629 + organization: *604 + repository: *605 sender: *17 required: - action @@ -127702,11 +127781,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127802,7 +127881,7 @@ webhooks: required: - login - id - type: *562 + type: *563 required: - id - number @@ -128283,8 +128362,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -129096,11 +129175,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129117,7 +129196,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -129219,8 +129298,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -129310,9 +129389,9 @@ webhooks: type: string enum: - pinned - enterprise: *601 - installation: *602 - issue: &629 + enterprise: *602 + installation: *603 + issue: &630 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -130118,11 +130197,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130139,7 +130218,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -130241,8 +130320,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -130331,8 +130410,8 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -131166,11 +131245,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131267,9 +131346,9 @@ webhooks: format: uri user_view_type: type: string - type: *562 - organization: *603 - repository: *604 + type: *563 + organization: *604 + repository: *605 sender: *17 required: - action @@ -132168,11 +132247,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132189,7 +132268,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -132771,11 +132850,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *601 - installation: *602 - issue: *629 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *630 + organization: *604 + repository: *605 sender: *17 required: - action @@ -132866,7 +132945,7 @@ webhooks: type: string enum: - unassigned - assignee: &651 + assignee: &652 title: User type: - object @@ -132938,11 +133017,11 @@ webhooks: required: - login - id - enterprise: *601 - installation: *602 - issue: *630 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *631 + organization: *604 + repository: *605 sender: *17 required: - action @@ -133031,12 +133110,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - issue: *630 - label: *622 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *631 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -133126,8 +133205,8 @@ webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -133961,11 +134040,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *559 - issue_dependencies_summary: *560 + sub_issues_summary: *560 + issue_dependencies_summary: *561 issue_field_values: type: array - items: *561 + items: *562 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133982,7 +134061,7 @@ webhooks: title: description: Title of the issue type: string - type: *562 + type: *563 updated_at: type: string format: date-time @@ -134062,8 +134141,8 @@ webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134153,11 +134232,11 @@ webhooks: type: string enum: - unpinned - enterprise: *601 - installation: *602 - issue: *629 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *630 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134246,11 +134325,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134338,11 +134417,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134462,11 +134541,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - label: *622 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *623 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134580,11 +134659,11 @@ webhooks: type: string required: - to - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *624 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134696,11 +134775,11 @@ webhooks: type: - string - 'null' - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *624 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134789,11 +134868,11 @@ webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *624 + organization: *604 + repository: *605 sender: *17 required: - action @@ -134881,11 +134960,11 @@ webhooks: type: string enum: - added - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *624 + organization: *604 + repository: *605 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134963,7 +135042,7 @@ webhooks: required: - login - id - team: &631 + team: &632 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -135040,6 +135119,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -135053,6 +135150,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -135076,6 +135174,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -135166,11 +135282,11 @@ webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *623 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *624 + organization: *604 + repository: *605 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135249,7 +135365,7 @@ webhooks: required: - login - id - team: *631 + team: *632 required: - action - scope @@ -135337,7 +135453,7 @@ webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *602 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -135446,12 +135562,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *602 - organization: *603 + installation: *603 + organization: *604 repository: anyOf: - type: 'null' - - *604 + - *605 sender: *17 required: - action @@ -135541,11 +135657,11 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *629 + organization: *604 + repository: *605 sender: *17 required: - action @@ -135634,9 +135750,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - milestone: &632 + enterprise: *602 + installation: *603 + milestone: &633 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135778,8 +135894,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -135868,11 +135984,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *629 + organization: *604 + repository: *605 sender: *17 required: - action @@ -135992,11 +136108,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - milestone: *628 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *629 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136086,11 +136202,11 @@ webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - milestone: *632 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *633 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136179,9 +136295,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - membership: &633 + enterprise: *602 + installation: *603 + membership: &634 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -136291,8 +136407,8 @@ webhooks: - role - organization_url - user - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136380,11 +136496,11 @@ webhooks: type: string enum: - member_added - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136473,8 +136589,8 @@ webhooks: type: string enum: - member_invited - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -136596,10 +136712,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 - user: *623 + user: *624 required: - action - invitation @@ -136687,11 +136803,11 @@ webhooks: type: string enum: - member_removed - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136788,11 +136904,11 @@ webhooks: properties: from: type: string - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *17 required: - action @@ -136878,9 +136994,9 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 package: description: Information about the package. type: object @@ -137403,7 +137519,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &634 + items: &635 title: Ruby Gems metadata type: object properties: @@ -137500,7 +137616,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *17 required: - action @@ -137586,9 +137702,9 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 package: description: Information about the package. type: object @@ -137950,7 +138066,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *635 source_url: type: string format: uri @@ -138021,7 +138137,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *17 required: - action @@ -138212,12 +138328,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *601 + enterprise: *602 id: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - id @@ -138294,7 +138410,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &635 + personal_access_token_request: &636 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -138444,10 +138560,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *601 - organization: *603 + enterprise: *602 + organization: *604 sender: *17 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -138524,11 +138640,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *636 + enterprise: *602 + organization: *604 sender: *17 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -138604,11 +138720,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *636 + enterprise: *602 + organization: *604 sender: *17 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -138683,11 +138799,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *635 - organization: *603 - enterprise: *601 + personal_access_token_request: *636 + organization: *604 + enterprise: *602 sender: *17 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -138802,7 +138918,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *636 + last_response: *637 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138834,8 +138950,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 zen: description: Random string of GitHub zen. @@ -139090,10 +139206,10 @@ webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: &637 + enterprise: *602 + installation: *603 + organization: *604 + project_card: &638 title: Project Card type: object properties: @@ -139216,7 +139332,7 @@ webhooks: - creator - created_at - updated_at - repository: *604 + repository: *605 sender: *17 required: - action @@ -139307,11 +139423,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_card: *638 + repository: *605 sender: *17 required: - action @@ -139401,9 +139517,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 project_card: title: Project Card type: object @@ -139533,7 +139649,7 @@ webhooks: repository: anyOf: - type: 'null' - - *604 + - *605 sender: *17 required: - action @@ -139637,11 +139753,11 @@ webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_card: *638 + repository: *605 sender: *17 required: - action @@ -139745,9 +139861,9 @@ webhooks: - from required: - column_id - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 project_card: allOf: - title: Project Card @@ -139944,7 +140060,7 @@ webhooks: type: string required: - after_id - repository: *604 + repository: *605 sender: *17 required: - action @@ -140034,10 +140150,10 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - organization: *603 - project: &639 + enterprise: *602 + installation: *603 + organization: *604 + project: &640 title: Project type: object properties: @@ -140164,7 +140280,7 @@ webhooks: - creator - created_at - updated_at - repository: *604 + repository: *605 sender: *17 required: - action @@ -140254,10 +140370,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_column: &638 + enterprise: *602 + installation: *603 + organization: *604 + project_column: &639 title: Project Column type: object properties: @@ -140297,7 +140413,7 @@ webhooks: - name - created_at - updated_at - repository: *604 + repository: *605 sender: *17 required: - action @@ -140386,14 +140502,14 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 repository: anyOf: - type: 'null' - - *604 + - *605 sender: *17 required: - action @@ -140492,11 +140608,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 + repository: *605 sender: *17 required: - action @@ -140586,11 +140702,11 @@ webhooks: type: string enum: - moved - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 + repository: *605 sender: *17 required: - action @@ -140680,11 +140796,11 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *17 required: - action @@ -140774,14 +140890,14 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project: *639 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 repository: anyOf: - type: 'null' - - *604 + - *605 sender: *17 required: - action @@ -140892,11 +141008,11 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *17 required: - action @@ -140985,11 +141101,11 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *17 required: - action @@ -141080,9 +141196,9 @@ webhooks: type: string enum: - closed - installation: *602 - organization: *603 - projects_v2: &640 + installation: *603 + organization: *604 + projects_v2: &641 title: Projects v2 Project description: A projects v2 project type: object @@ -141329,9 +141445,9 @@ webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *17 required: - action @@ -141422,9 +141538,9 @@ webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *17 required: - action @@ -141555,9 +141671,9 @@ webhooks: type: string to: type: string - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *17 required: - action @@ -141650,7 +141766,7 @@ webhooks: type: string enum: - archived - changes: &644 + changes: &645 type: object properties: archived_at: @@ -141666,9 +141782,9 @@ webhooks: - string - 'null' format: date-time - installation: *602 - organization: *603 - projects_v2_item: &641 + installation: *603 + organization: *604 + projects_v2_item: &642 title: Projects v2 Item description: An item belonging to a project type: object @@ -141825,9 +141941,9 @@ webhooks: - 'null' to: type: string - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -141919,9 +142035,9 @@ webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -142012,9 +142128,9 @@ webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -142129,7 +142245,7 @@ webhooks: oneOf: - type: string - type: integer - - &642 + - &643 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -142153,7 +142269,7 @@ webhooks: required: - id - name - - &643 + - &644 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -142193,8 +142309,8 @@ webhooks: oneOf: - type: string - type: integer - - *642 - *643 + - *644 type: - 'null' - string @@ -142217,9 +142333,9 @@ webhooks: - 'null' required: - body - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -142326,9 +142442,9 @@ webhooks: type: - string - 'null' - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -142421,10 +142537,10 @@ webhooks: type: string enum: - restored - changes: *644 - installation: *602 - organization: *603 - projects_v2_item: *641 + changes: *645 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *17 required: - action @@ -142516,9 +142632,9 @@ webhooks: type: string enum: - reopened - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *17 required: - action @@ -142599,10 +142715,10 @@ webhooks: title: public event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - repository @@ -142689,13 +142805,13 @@ webhooks: type: string enum: - assigned - assignee: *623 - enterprise: *601 - installation: *602 - number: &645 + assignee: *624 + enterprise: *602 + installation: *603 + number: &646 description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -145044,7 +145160,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -145136,11 +145252,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -147482,7 +147598,7 @@ webhooks: - draft reason: type: string - repository: *604 + repository: *605 sender: *17 required: - action @@ -147574,11 +147690,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -149920,7 +150036,7 @@ webhooks: - draft reason: type: string - repository: *604 + repository: *605 sender: *17 required: - action @@ -150012,13 +150128,13 @@ webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: &646 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: &647 allOf: - - *488 + - *489 - type: object properties: allow_auto_merge: @@ -150080,7 +150196,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *604 + repository: *605 sender: *17 required: - action @@ -150171,12 +150287,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: *647 + repository: *605 sender: *17 required: - action @@ -150266,11 +150382,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *601 - milestone: *393 - number: *645 - organization: *603 - pull_request: &647 + enterprise: *602 + milestone: *394 + number: *646 + organization: *604 + pull_request: &648 title: Pull Request type: object properties: @@ -152597,7 +152713,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -152729,12 +152845,12 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: *647 + repository: *605 sender: *17 required: - action @@ -152824,11 +152940,11 @@ webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 - label: *622 - number: *645 - organization: *603 + enterprise: *602 + installation: *603 + label: *623 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -155176,7 +155292,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -155267,10 +155383,10 @@ webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -157616,7 +157732,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -157706,12 +157822,12 @@ webhooks: type: string enum: - milestoned - enterprise: *601 - milestone: *393 - number: *645 - organization: *603 - pull_request: *647 - repository: *604 + enterprise: *602 + milestone: *394 + number: *646 + organization: *604 + pull_request: *648 + repository: *605 sender: *17 required: - action @@ -157800,12 +157916,12 @@ webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: *647 + repository: *605 sender: *17 required: - action @@ -157896,12 +158012,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: *647 + repository: *605 sender: *17 required: - action @@ -157991,12 +158107,12 @@ webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - number: *645 - organization: *603 - pull_request: *646 - repository: *604 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 + pull_request: *647 + repository: *605 sender: *17 required: - action @@ -158381,9 +158497,9 @@ webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -160613,7 +160729,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *17 required: - action @@ -160703,7 +160819,7 @@ webhooks: type: string enum: - deleted - comment: &649 + comment: &650 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. @@ -160996,9 +161112,9 @@ webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -163216,7 +163332,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *17 required: - action @@ -163306,11 +163422,11 @@ webhooks: type: string enum: - edited - changes: *648 - comment: *649 - enterprise: *601 - installation: *602 - organization: *603 + changes: *649 + comment: *650 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -165531,7 +165647,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *17 required: - action @@ -165622,9 +165738,9 @@ webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -167857,7 +167973,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 review: description: The review that was affected. type: object @@ -168118,9 +168234,9 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -170234,8 +170350,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: &650 + repository: *605 + review: &651 description: The review that was affected. type: object properties: @@ -170483,12 +170599,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -172835,7 +172951,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_reviewer: title: User type: @@ -172921,12 +173037,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -175280,7 +175396,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_team: title: Team description: Groups of organization members that gives permissions @@ -175485,12 +175601,12 @@ webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -177839,7 +177955,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_reviewer: title: User type: @@ -177926,12 +178042,12 @@ webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -180271,7 +180387,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_team: title: Team description: Groups of organization members that gives permissions @@ -180465,9 +180581,9 @@ webhooks: type: string enum: - submitted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -182703,8 +182819,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: *650 + repository: *605 + review: *651 sender: *17 required: - action @@ -182794,9 +182910,9 @@ webhooks: type: string enum: - resolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -184927,7 +185043,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 sender: *17 thread: type: object @@ -185334,9 +185450,9 @@ webhooks: type: string enum: - unresolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -187450,7 +187566,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 sender: *17 thread: type: object @@ -187859,10 +187975,10 @@ webhooks: type: string before: type: string - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -190197,7 +190313,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -190289,11 +190405,11 @@ webhooks: type: string enum: - unassigned - assignee: *651 - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + assignee: *652 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -192643,7 +192759,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -192732,11 +192848,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - label: *622 - number: *645 - organization: *603 + enterprise: *602 + installation: *603 + label: *623 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -195075,7 +195191,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -195166,10 +195282,10 @@ webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 - number: *645 - organization: *603 + enterprise: *602 + installation: *603 + number: *646 + organization: *604 pull_request: title: Pull Request type: object @@ -197498,7 +197614,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *17 required: - action @@ -197711,7 +197827,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *601 + enterprise: *602 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -197806,8 +197922,8 @@ webhooks: - url - author - committer - installation: *602 - organization: *603 + installation: *603 + organization: *604 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -198405,9 +198521,9 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 registry_package: type: object properties: @@ -198884,7 +199000,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *634 + items: *635 summary: type: string tag_name: @@ -198940,7 +199056,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *17 required: - action @@ -199028,9 +199144,9 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 registry_package: type: object properties: @@ -199342,7 +199458,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *635 summary: type: string tag_name: @@ -199392,7 +199508,7 @@ webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *17 required: - action @@ -199479,10 +199595,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - release: &652 + enterprise: *602 + installation: *603 + organization: *604 + release: &653 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -199813,7 +199929,7 @@ webhooks: - updated_at - zipball_url - body - repository: *604 + repository: *605 sender: *17 required: - action @@ -199900,11 +200016,11 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *653 + repository: *605 sender: *17 required: - action @@ -200031,11 +200147,11 @@ webhooks: type: boolean required: - to - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *653 + repository: *605 sender: *17 required: - action @@ -200123,9 +200239,9 @@ webhooks: type: string enum: - prereleased - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) @@ -200461,7 +200577,7 @@ webhooks: - string - 'null' format: uri - repository: *604 + repository: *605 sender: *17 required: - action @@ -200547,10 +200663,10 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - release: &653 + enterprise: *602 + installation: *603 + organization: *604 + release: &654 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -200883,7 +200999,7 @@ webhooks: - string - 'null' format: uri - repository: *604 + repository: *605 sender: *17 required: - action @@ -200969,11 +201085,11 @@ webhooks: type: string enum: - released - enterprise: *601 - installation: *602 - organization: *603 - release: *652 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *653 + repository: *605 sender: *17 required: - action @@ -201059,11 +201175,11 @@ webhooks: type: string enum: - unpublished - enterprise: *601 - installation: *602 - organization: *603 - release: *653 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *654 + repository: *605 sender: *17 required: - action @@ -201149,10 +201265,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201237,10 +201353,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201325,10 +201441,10 @@ webhooks: type: string enum: - archived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201415,10 +201531,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201506,10 +201622,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201604,10 +201720,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201732,10 +201848,10 @@ webhooks: - 'null' items: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201823,10 +201939,10 @@ webhooks: type: string enum: - privatized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -201913,10 +202029,10 @@ webhooks: type: string enum: - publicized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -202020,10 +202136,10 @@ webhooks: - name required: - repository - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -202103,10 +202219,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *260 sender: *17 required: @@ -202185,10 +202301,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *260 sender: *17 required: @@ -202267,10 +202383,10 @@ webhooks: type: string enum: - edited - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *260 changes: type: object @@ -202332,16 +202448,16 @@ webhooks: properties: added: type: array - items: *511 + items: *512 deleted: type: array - items: *511 + items: *512 updated: type: array items: type: object properties: - rule: *511 + rule: *512 changes: type: object properties: @@ -202588,10 +202704,10 @@ webhooks: - from required: - owner - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -202679,10 +202795,10 @@ webhooks: type: string enum: - unarchived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -202770,7 +202886,7 @@ webhooks: type: string enum: - create - alert: &654 + alert: &655 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -202894,10 +203010,10 @@ webhooks: type: string enum: - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -203117,10 +203233,10 @@ webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -203208,11 +203324,11 @@ webhooks: type: string enum: - reopen - alert: *654 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *655 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -203424,10 +203540,10 @@ webhooks: enum: - fixed - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -203515,7 +203631,7 @@ webhooks: type: string enum: - created - alert: &655 + alert: &656 type: object properties: number: *91 @@ -203592,10 +203708,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -203686,11 +203802,11 @@ webhooks: type: string enum: - created - alert: *655 - installation: *602 - location: *656 - organization: *603 - repository: *604 + alert: *656 + installation: *603 + location: *657 + organization: *604 + repository: *605 sender: *17 required: - location @@ -203933,11 +204049,11 @@ webhooks: type: string enum: - reopened - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *656 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -204025,11 +204141,11 @@ webhooks: type: string enum: - resolved - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *656 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -204117,11 +204233,11 @@ webhooks: type: string enum: - validated - alert: *655 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *656 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -204207,11 +204323,11 @@ webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: &657 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + security_advisory: &658 description: The details of the security advisory, including summary, description, and severity. type: object @@ -204407,11 +204523,11 @@ webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: *657 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + security_advisory: *658 sender: *17 required: - action @@ -204494,10 +204610,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -204694,10 +204810,10 @@ webhooks: type: object properties: security_and_analysis: *238 - enterprise: *601 - installation: *602 - organization: *603 - repository: *303 + enterprise: *602 + installation: *603 + organization: *604 + repository: *304 sender: *17 required: - changes @@ -204785,12 +204901,12 @@ webhooks: type: string enum: - cancelled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: &658 + sponsorship: &659 type: object properties: created_at: @@ -205105,12 +205221,12 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: *658 + sponsorship: *659 required: - action - sponsorship @@ -205208,12 +205324,12 @@ webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: *658 + sponsorship: *659 required: - action - changes @@ -205300,17 +205416,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &659 + effective_date: &660 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: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: *658 + sponsorship: *659 required: - action - sponsorship @@ -205394,7 +205510,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &660 + changes: &661 type: object properties: tier: @@ -205438,13 +205554,13 @@ webhooks: - from required: - tier - effective_date: *659 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + effective_date: *660 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: *658 + sponsorship: *659 required: - action - changes @@ -205531,13 +205647,13 @@ webhooks: type: string enum: - tier_changed - changes: *660 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + changes: *661 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - sponsorship: *658 + sponsorship: *659 required: - action - changes @@ -205621,10 +205737,10 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205718,10 +205834,10 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -206160,15 +206276,15 @@ webhooks: type: - string - 'null' - enterprise: *601 + enterprise: *602 id: description: The unique identifier of the status. type: integer - installation: *602 + installation: *603 name: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *17 sha: description: The Commit SHA. @@ -206281,12 +206397,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - team: &661 + team: &662 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -206363,6 +206479,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which + this team belongs + examples: + - 42 required: - name - id @@ -206376,6 +206510,7 @@ webhooks: - members_url - repositories_url - permission + - type permission: description: Permission that the team will have for its repositories type: string @@ -206401,6 +206536,24 @@ 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 + examples: + - 37 + enterprise_id: + type: integer + description: Unique identifier of the enterprise to which this + team belongs + examples: + - 42 required: - name - id @@ -206489,9 +206642,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -206961,7 +207114,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *662 required: - action - team @@ -207047,9 +207200,9 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -207519,7 +207672,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *662 required: - action - team @@ -207606,9 +207759,9 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -208078,7 +208231,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *662 required: - action - team @@ -208232,9 +208385,9 @@ webhooks: - from required: - permissions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -208704,7 +208857,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *662 required: - action - changes @@ -208792,9 +208945,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -209264,7 +209417,7 @@ webhooks: - topics - visibility sender: *17 - team: *661 + team: *662 required: - action - team @@ -209347,12 +209500,12 @@ webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - user: *623 + user: *624 required: - action responses: @@ -209430,12 +209583,12 @@ webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 - user: *623 + user: *624 required: - action responses: @@ -209516,10 +209669,10 @@ webhooks: type: string enum: - started - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 required: - action @@ -209602,17 +209755,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *601 + enterprise: *602 inputs: type: - object - 'null' additionalProperties: true - installation: *602 - organization: *603 + installation: *603 + organization: *604 ref: type: string - repository: *604 + repository: *605 sender: *17 workflow: type: string @@ -209704,10 +209857,10 @@ webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *17 workflow_job: allOf: @@ -209963,7 +210116,7 @@ webhooks: type: string required: - conclusion - deployment: *410 + deployment: *411 required: - action - repository @@ -210052,10 +210205,10 @@ webhooks: type: string enum: - in_progress - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}