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{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}