diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index 78c98cdc..9497ebd2 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -2708,7 +2708,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" + "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" }, { "code": 404, @@ -2752,7 +2752,7 @@ "responses": [ { "code": 201, - "schema": "{\"title\":\"Installation Token\",\"description\":\"Authentication token for a GitHub App installed on a user or org.\",\"type\":\"object\",\"properties\":{\"token\":{\"type\":\"string\"},\"expires_at\":{\"type\":\"string\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git repository\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the repository.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"forks\":{\"type\":\"integer\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"}},\"required\":[\"admin\",\"pull\",\"push\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"description\":\"Whether the repository is private or public.\",\"default\":false,\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\",\"example\":\"git:github.com/octocat/Hello-World.git\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\",\"example\":\"git@github.com:octocat/Hello-World.git\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World.git\"},\"mirror_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"git:git.example.com/octocat/Hello-World\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://svn.github.com/octocat/Hello-World\"},\"homepage\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\",\"example\":9},\"stargazers_count\":{\"type\":\"integer\",\"example\":80},\"watchers_count\":{\"type\":\"integer\",\"example\":80},\"size\":{\"type\":\"integer\",\"example\":108},\"default_branch\":{\"description\":\"The default branch of the repository.\",\"type\":\"string\",\"example\":\"master\"},\"open_issues_count\":{\"type\":\"integer\",\"example\":0},\"is_template\":{\"description\":\"Whether this repository acts as a template that can be used to generate new repositories.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"description\":\"Whether issues are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_projects\":{\"description\":\"Whether projects are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_wiki\":{\"description\":\"Whether the wiki is enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"description\":\"Whether downloads are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"archived\":{\"description\":\"Whether the repository is archived.\",\"default\":false,\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\",\"description\":\"Returns whether or not this repository disabled.\"},\"visibility\":{\"description\":\"The repository visibility: public, private, or internal.\",\"default\":\"public\",\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"allow_rebase_merge\":{\"description\":\"Whether to allow rebase merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"template_repository\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"full_name\":{\"type\":\"string\"},\"owner\":{\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"avatar_url\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"followers_url\":{\"type\":\"string\"},\"following_url\":{\"type\":\"string\"},\"gists_url\":{\"type\":\"string\"},\"starred_url\":{\"type\":\"string\"},\"subscriptions_url\":{\"type\":\"string\"},\"organizations_url\":{\"type\":\"string\"},\"repos_url\":{\"type\":\"string\"},\"events_url\":{\"type\":\"string\"},\"received_events_url\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"site_admin\":{\"type\":\"boolean\"}}},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\"},\"archive_url\":{\"type\":\"string\"},\"assignees_url\":{\"type\":\"string\"},\"blobs_url\":{\"type\":\"string\"},\"branches_url\":{\"type\":\"string\"},\"collaborators_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\"},\"commits_url\":{\"type\":\"string\"},\"compare_url\":{\"type\":\"string\"},\"contents_url\":{\"type\":\"string\"},\"contributors_url\":{\"type\":\"string\"},\"deployments_url\":{\"type\":\"string\"},\"downloads_url\":{\"type\":\"string\"},\"events_url\":{\"type\":\"string\"},\"forks_url\":{\"type\":\"string\"},\"git_commits_url\":{\"type\":\"string\"},\"git_refs_url\":{\"type\":\"string\"},\"git_tags_url\":{\"type\":\"string\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\"},\"issue_events_url\":{\"type\":\"string\"},\"issues_url\":{\"type\":\"string\"},\"keys_url\":{\"type\":\"string\"},\"labels_url\":{\"type\":\"string\"},\"languages_url\":{\"type\":\"string\"},\"merges_url\":{\"type\":\"string\"},\"milestones_url\":{\"type\":\"string\"},\"notifications_url\":{\"type\":\"string\"},\"pulls_url\":{\"type\":\"string\"},\"releases_url\":{\"type\":\"string\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\"},\"statuses_url\":{\"type\":\"string\"},\"subscribers_url\":{\"type\":\"string\"},\"subscription_url\":{\"type\":\"string\"},\"tags_url\":{\"type\":\"string\"},\"teams_url\":{\"type\":\"string\"},\"trees_url\":{\"type\":\"string\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\"},\"hooks_url\":{\"type\":\"string\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\"},\"language\":{\"type\":\"string\"},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"allow_rebase_merge\":{\"type\":\"boolean\"},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"type\":\"boolean\"},\"allow_auto_merge\":{\"type\":\"boolean\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"allow_update_branch\":{\"type\":\"boolean\"},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\"},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"}}},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"description\":\"Whether to allow squash merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_auto_merge\":{\"description\":\"Whether to allow Auto-merge to be used on pull requests.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"delete_branch_on_merge\":{\"description\":\"Whether to delete head branches when pull requests are merged\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"allow_update_branch\":{\"description\":\"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\",\"description\":\"Whether a squash merge commit can use the pull request title as default.\",\"default\":false},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"description\":\"Whether to allow merge commits for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_forking\":{\"description\":\"Whether to allow forking this repo\",\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"description\":\"Whether to require contributors to sign off on web-based commits\",\"default\":false,\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"open_issues\":{\"type\":\"integer\"},\"watchers\":{\"type\":\"integer\"},\"master_branch\":{\"type\":\"string\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:42Z\\\"\"}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\",\"clone_url\",\"default_branch\",\"forks\",\"forks_count\",\"git_url\",\"has_downloads\",\"has_issues\",\"has_projects\",\"has_wiki\",\"has_pages\",\"homepage\",\"language\",\"archived\",\"disabled\",\"mirror_url\",\"open_issues\",\"open_issues_count\",\"license\",\"pushed_at\",\"size\",\"ssh_url\",\"stargazers_count\",\"svn_url\",\"watchers\",\"watchers_count\",\"created_at\",\"updated_at\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"README.md\"},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]}},\"required\":[\"token\",\"expires_at\"]}" + "schema": "{\"title\":\"Installation Token\",\"description\":\"Authentication token for a GitHub App installed on a user or org.\",\"type\":\"object\",\"properties\":{\"token\":{\"type\":\"string\"},\"expires_at\":{\"type\":\"string\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git repository\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the repository.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"forks\":{\"type\":\"integer\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"}},\"required\":[\"admin\",\"pull\",\"push\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},\"private\":{\"description\":\"Whether the repository is private or public.\",\"default\":false,\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World\"},\"description\":{\"type\":\"string\",\"example\":\"This your first repo!\",\"nullable\":true},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World\"},\"archive_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\"},\"assignees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/assignees{/user}\"},\"blobs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\"},\"branches_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/branches{/branch}\"},\"collaborators_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\"},\"comments_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/comments{/number}\"},\"commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/commits{/sha}\"},\"compare_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\"},\"contents_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contents/{+path}\"},\"contributors_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/contributors\"},\"deployments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/deployments\"},\"downloads_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/downloads\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/events\"},\"forks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/forks\"},\"git_commits_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\"},\"git_refs_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\"},\"git_tags_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\"},\"git_url\":{\"type\":\"string\",\"example\":\"git:github.com/octocat/Hello-World.git\"},\"issue_comment_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\"},\"issue_events_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues/events{/number}\"},\"issues_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/issues{/number}\"},\"keys_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/keys{/key_id}\"},\"labels_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/labels{/name}\"},\"languages_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/languages\"},\"merges_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/merges\"},\"milestones_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/milestones{/number}\"},\"notifications_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\"},\"pulls_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/pulls{/number}\"},\"releases_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/releases{/id}\"},\"ssh_url\":{\"type\":\"string\",\"example\":\"git@github.com:octocat/Hello-World.git\"},\"stargazers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/stargazers\"},\"statuses_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/statuses/{sha}\"},\"subscribers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscribers\"},\"subscription_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/subscription\"},\"tags_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/tags\"},\"teams_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/teams\"},\"trees_url\":{\"type\":\"string\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\"},\"clone_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World.git\"},\"mirror_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"git:git.example.com/octocat/Hello-World\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://svn.github.com/octocat/Hello-World\"},\"homepage\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"forks_count\":{\"type\":\"integer\",\"example\":9},\"stargazers_count\":{\"type\":\"integer\",\"example\":80},\"watchers_count\":{\"type\":\"integer\",\"example\":80},\"size\":{\"type\":\"integer\",\"example\":108},\"default_branch\":{\"description\":\"The default branch of the repository.\",\"type\":\"string\",\"example\":\"master\"},\"open_issues_count\":{\"type\":\"integer\",\"example\":0},\"is_template\":{\"description\":\"Whether this repository acts as a template that can be used to generate new repositories.\",\"default\":false,\"type\":\"boolean\",\"example\":true},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"description\":\"Whether issues are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_projects\":{\"description\":\"Whether projects are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_wiki\":{\"description\":\"Whether the wiki is enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"description\":\"Whether downloads are enabled.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"archived\":{\"description\":\"Whether the repository is archived.\",\"default\":false,\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\",\"description\":\"Returns whether or not this repository disabled.\"},\"visibility\":{\"description\":\"The repository visibility: public, private, or internal.\",\"default\":\"public\",\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:14:43Z\",\"nullable\":true},\"allow_rebase_merge\":{\"description\":\"Whether to allow rebase merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"template_repository\":{\"nullable\":true,\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"full_name\":{\"type\":\"string\"},\"owner\":{\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"avatar_url\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"followers_url\":{\"type\":\"string\"},\"following_url\":{\"type\":\"string\"},\"gists_url\":{\"type\":\"string\"},\"starred_url\":{\"type\":\"string\"},\"subscriptions_url\":{\"type\":\"string\"},\"organizations_url\":{\"type\":\"string\"},\"repos_url\":{\"type\":\"string\"},\"events_url\":{\"type\":\"string\"},\"received_events_url\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"site_admin\":{\"type\":\"boolean\"}}},\"private\":{\"type\":\"boolean\"},\"html_url\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"fork\":{\"type\":\"boolean\"},\"url\":{\"type\":\"string\"},\"archive_url\":{\"type\":\"string\"},\"assignees_url\":{\"type\":\"string\"},\"blobs_url\":{\"type\":\"string\"},\"branches_url\":{\"type\":\"string\"},\"collaborators_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\"},\"commits_url\":{\"type\":\"string\"},\"compare_url\":{\"type\":\"string\"},\"contents_url\":{\"type\":\"string\"},\"contributors_url\":{\"type\":\"string\"},\"deployments_url\":{\"type\":\"string\"},\"downloads_url\":{\"type\":\"string\"},\"events_url\":{\"type\":\"string\"},\"forks_url\":{\"type\":\"string\"},\"git_commits_url\":{\"type\":\"string\"},\"git_refs_url\":{\"type\":\"string\"},\"git_tags_url\":{\"type\":\"string\"},\"git_url\":{\"type\":\"string\"},\"issue_comment_url\":{\"type\":\"string\"},\"issue_events_url\":{\"type\":\"string\"},\"issues_url\":{\"type\":\"string\"},\"keys_url\":{\"type\":\"string\"},\"labels_url\":{\"type\":\"string\"},\"languages_url\":{\"type\":\"string\"},\"merges_url\":{\"type\":\"string\"},\"milestones_url\":{\"type\":\"string\"},\"notifications_url\":{\"type\":\"string\"},\"pulls_url\":{\"type\":\"string\"},\"releases_url\":{\"type\":\"string\"},\"ssh_url\":{\"type\":\"string\"},\"stargazers_url\":{\"type\":\"string\"},\"statuses_url\":{\"type\":\"string\"},\"subscribers_url\":{\"type\":\"string\"},\"subscription_url\":{\"type\":\"string\"},\"tags_url\":{\"type\":\"string\"},\"teams_url\":{\"type\":\"string\"},\"trees_url\":{\"type\":\"string\"},\"clone_url\":{\"type\":\"string\"},\"mirror_url\":{\"type\":\"string\"},\"hooks_url\":{\"type\":\"string\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\"},\"language\":{\"type\":\"string\"},\"forks_count\":{\"type\":\"integer\"},\"stargazers_count\":{\"type\":\"integer\"},\"watchers_count\":{\"type\":\"integer\"},\"size\":{\"type\":\"integer\"},\"default_branch\":{\"type\":\"string\"},\"open_issues_count\":{\"type\":\"integer\"},\"is_template\":{\"type\":\"boolean\"},\"topics\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"has_issues\":{\"type\":\"boolean\"},\"has_projects\":{\"type\":\"boolean\"},\"has_wiki\":{\"type\":\"boolean\"},\"has_pages\":{\"type\":\"boolean\"},\"has_downloads\":{\"type\":\"boolean\"},\"archived\":{\"type\":\"boolean\"},\"disabled\":{\"type\":\"boolean\"},\"visibility\":{\"type\":\"string\"},\"pushed_at\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"allow_rebase_merge\":{\"type\":\"boolean\"},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"type\":\"boolean\"},\"allow_auto_merge\":{\"type\":\"boolean\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"allow_update_branch\":{\"type\":\"boolean\"},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\"},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"}}},\"temp_clone_token\":{\"type\":\"string\"},\"allow_squash_merge\":{\"description\":\"Whether to allow squash merges for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_auto_merge\":{\"description\":\"Whether to allow Auto-merge to be used on pull requests.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"delete_branch_on_merge\":{\"description\":\"Whether to delete head branches when pull requests are merged\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"allow_update_branch\":{\"description\":\"Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.\",\"default\":false,\"type\":\"boolean\",\"example\":false},\"use_squash_pr_title_as_default\":{\"type\":\"boolean\",\"description\":\"Whether a squash merge commit can use the pull request title as default.\",\"default\":false},\"squash_merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"COMMIT_OR_PR_TITLE\"],\"description\":\"The default value for a squash merge commit title:\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).\"},\"squash_merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"COMMIT_MESSAGES\",\"BLANK\"],\"description\":\"The default value for a squash merge commit message:\\n\\n- `PR_BODY` - default to the pull request's body.\\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\\n- `BLANK` - default to a blank commit message.\"},\"merge_commit_title\":{\"type\":\"string\",\"enum\":[\"PR_TITLE\",\"MERGE_MESSAGE\"],\"description\":\"The default value for a merge commit title.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).\"},\"merge_commit_message\":{\"type\":\"string\",\"enum\":[\"PR_BODY\",\"PR_TITLE\",\"BLANK\"],\"description\":\"The default value for a merge commit message.\\n\\n- `PR_TITLE` - default to the pull request's title.\\n- `PR_BODY` - default to the pull request's body.\\n- `BLANK` - default to a blank commit message.\"},\"allow_merge_commit\":{\"description\":\"Whether to allow merge commits for pull requests.\",\"default\":true,\"type\":\"boolean\",\"example\":true},\"allow_forking\":{\"description\":\"Whether to allow forking this repo\",\"type\":\"boolean\"},\"web_commit_signoff_required\":{\"description\":\"Whether to require contributors to sign off on web-based commits\",\"default\":false,\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"open_issues\":{\"type\":\"integer\"},\"watchers\":{\"type\":\"integer\"},\"master_branch\":{\"type\":\"string\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:42Z\\\"\"}},\"required\":[\"archive_url\",\"assignees_url\",\"blobs_url\",\"branches_url\",\"collaborators_url\",\"comments_url\",\"commits_url\",\"compare_url\",\"contents_url\",\"contributors_url\",\"deployments_url\",\"description\",\"downloads_url\",\"events_url\",\"fork\",\"forks_url\",\"full_name\",\"git_commits_url\",\"git_refs_url\",\"git_tags_url\",\"hooks_url\",\"html_url\",\"id\",\"node_id\",\"issue_comment_url\",\"issue_events_url\",\"issues_url\",\"keys_url\",\"labels_url\",\"languages_url\",\"merges_url\",\"milestones_url\",\"name\",\"notifications_url\",\"owner\",\"private\",\"pulls_url\",\"releases_url\",\"stargazers_url\",\"statuses_url\",\"subscribers_url\",\"subscription_url\",\"tags_url\",\"teams_url\",\"trees_url\",\"url\",\"clone_url\",\"default_branch\",\"forks\",\"forks_count\",\"git_url\",\"has_downloads\",\"has_issues\",\"has_projects\",\"has_wiki\",\"has_pages\",\"homepage\",\"language\",\"archived\",\"disabled\",\"mirror_url\",\"open_issues\",\"open_issues_count\",\"license\",\"pushed_at\",\"size\",\"ssh_url\",\"stargazers_count\",\"svn_url\",\"watchers\",\"watchers_count\",\"created_at\",\"updated_at\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"README.md\"},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]}},\"required\":[\"token\",\"expires_at\"]}" }, { "code": 401, @@ -2780,7 +2780,6 @@ { "name": "permissions.administration" }, { "name": "permissions.checks" }, { "name": "permissions.contents" }, - { "name": "permissions.organization_custom_roles" }, { "name": "permissions.deployments" }, { "name": "permissions.environments" }, { "name": "permissions.issues" }, @@ -2799,6 +2798,7 @@ { "name": "permissions.workflows" }, { "name": "permissions.members" }, { "name": "permissions.organization_administration" }, + { "name": "permissions.organization_custom_roles" }, { "name": "permissions.organization_hooks" }, { "name": "permissions.organization_plan" }, { "name": "permissions.organization_projects" }, @@ -2899,7 +2899,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" + "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" }, { "code": 404, @@ -2917,7 +2917,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" + "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" } ], "parameters": [{ "name": "org" }] @@ -2931,7 +2931,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" + "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" }, { "code": 301, @@ -2994,7 +2994,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" + "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" } ], "parameters": [{ "name": "username" }] @@ -3131,7 +3131,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}" + "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}" } ], "parameters": [ @@ -3150,7 +3150,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"installations\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"installations\":{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"installations\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"installations\":{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}}}" }, { "code": 304, "schema": null }, { @@ -3367,7 +3367,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" + "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" }, { "code": 422, @@ -3394,7 +3394,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" + "schema": "{\"title\":\"Authorization\",\"description\":\"The authorization for an OAuth app, GitHub App, or a Personal Access Token.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"scopes\":{\"description\":\"A list of scopes that this authorization is in.\",\"type\":\"array\",\"items\":{\"type\":\"string\"},\"nullable\":true},\"token\":{\"type\":\"string\"},\"token_last_eight\":{\"type\":\"string\",\"nullable\":true},\"hashed_token\":{\"type\":\"string\",\"nullable\":true},\"app\":{\"type\":\"object\",\"properties\":{\"client_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"client_id\",\"name\",\"url\"]},\"note\":{\"type\":\"string\",\"nullable\":true},\"note_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"fingerprint\":{\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"installation\":{\"title\":\"Scoped Installation\",\"type\":\"object\",\"properties\":{\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"account\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]}},\"required\":[\"permissions\",\"repository_selection\",\"single_file_name\",\"repositories_url\",\"account\"],\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"app\",\"id\",\"note\",\"note_url\",\"scopes\",\"token\",\"hashed_token\",\"token_last_eight\",\"fingerprint\",\"url\",\"created_at\",\"updated_at\",\"expires_at\"]}" }, { "code": 401, @@ -3425,7 +3425,6 @@ { "name": "permissions.administration" }, { "name": "permissions.checks" }, { "name": "permissions.contents" }, - { "name": "permissions.organization_custom_roles" }, { "name": "permissions.deployments" }, { "name": "permissions.environments" }, { "name": "permissions.issues" }, @@ -3444,6 +3443,7 @@ { "name": "permissions.workflows" }, { "name": "permissions.members" }, { "name": "permissions.organization_administration" }, + { "name": "permissions.organization_custom_roles" }, { "name": "permissions.organization_hooks" }, { "name": "permissions.organization_plan" }, { "name": "permissions.organization_projects" }, @@ -4319,7 +4319,9 @@ { "name": "page" }, { "name": "per_page" }, { "name": "ref" }, - { "name": "sarif_id" } + { "name": "sarif_id" }, + { "name": "direction" }, + { "name": "sort" } ] }, { @@ -8456,6 +8458,7 @@ { "name": "body" }, { "name": "assignee" }, { "name": "state" }, + { "name": "state_reason" }, { "name": "milestone" }, { "name": "labels" }, { "name": "assignees" } @@ -9556,7 +9559,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"installations\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"installations\":{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}}}" + "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"installations\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"installations\":{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_custom_roles\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"type\":\"object\",\"properties\":{\"name\":{\"nullable\":true,\"type\":\"string\"},\"email\":{\"nullable\":true,\"type\":\"string\"},\"login\":{\"type\":\"string\",\"example\":\"octocat\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VXNlcjE=\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"gravatar_id\":{\"type\":\"string\",\"example\":\"41d064eb2195891e12d0413f63227ea7\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/followers\"},\"following_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/following{/other_user}\"},\"gists_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/gists{/gist_id}\"},\"starred_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/starred{/owner}{/repo}\"},\"subscriptions_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/subscriptions\"},\"organizations_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/orgs\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/repos\"},\"events_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/users/octocat/events{/privacy}\"},\"received_events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/users/octocat/received_events\"},\"type\":{\"type\":\"string\",\"example\":\"User\"},\"site_admin\":{\"type\":\"boolean\"},\"starred_at\":{\"type\":\"string\",\"example\":\"\\\"2020-07-09T00:17:55Z\\\"\"}},\"required\":[\"avatar_url\",\"events_url\",\"followers_url\",\"following_url\",\"gists_url\",\"gravatar_id\",\"html_url\",\"id\",\"node_id\",\"login\",\"organizations_url\",\"received_events_url\",\"repos_url\",\"site_admin\",\"starred_url\",\"subscriptions_url\",\"type\",\"url\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}}}" } ], "parameters": [ @@ -13428,7 +13431,8 @@ { "name": "owner" }, { "name": "repo" }, { "name": "organization" }, - { "name": "name" } + { "name": "name" }, + { "name": "default_branch_only" } ] }, { @@ -17723,7 +17727,7 @@ "responses": [ { "code": 201, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" }, { "code": 403, @@ -17974,7 +17978,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" }, { "code": 404, @@ -18061,7 +18065,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" }, { "code": 404, @@ -18317,7 +18321,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}}" + "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}}" }, { "code": 304, "schema": null }, { @@ -18756,7 +18760,7 @@ "responses": [ { "code": 201, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" } ], "parameters": [ @@ -18778,11 +18782,11 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" }, { "code": 201, - "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" + "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Team Organization\",\"description\":\"Team Organization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"web_commit_signoff_required\":{\"type\":\"boolean\",\"example\":false},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" }, { "code": 403,