\n\n\n\n\n\n","/assets.swgg.swagger.json":"{\n \"basePath\": \"/\",\n \"definitions\": {\n \"_2Fgists_20POST.body\": {\n \"properties\": {\n \"description\": {\n \"default\": \"the description for this gist\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A description of the gist.\"\n ]\n },\n \"files\": {\n \"$ref\": \"#/definitions/_2Fgists_20POST.body.files\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Files that make up this gist.\"\n ]\n },\n \"public\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether the gist is public. Default: ```false```\"\n ]\n }\n },\n \"required\": [\n \"files\"\n ],\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fgists_20POST.body.files\": {\n \"properties\": {\n \"file1.txt\": {\n \"default\": {\n \"content\": \"String file contents\"\n },\n \"type\": \"object\"\n }\n },\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Just commenting for the sake of commenting\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Just commenting for the sake of commenting\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fgists_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"content\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Updated file contents.\"\n ]\n },\n \"description\": {\n \"default\": \"the description for this gist\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A description of the gist.\"\n ]\n },\n \"filename\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"New name for this file.\"\n ]\n },\n \"files\": {\n \"$ref\": \"#/definitions/_2Fgists_2F_7Bid_7D_20PATCH.body.files\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"Files that make up this gist.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fgists_2F_7Bid_7D_20PATCH.body.files\": {\n \"properties\": {\n \"delete_this_file.txt\": {\n \"default\": null,\n \"type\": \"string\"\n },\n \"file1.txt\": {\n \"default\": {\n \"content\": \"updated file contents\"\n },\n \"type\": \"object\"\n },\n \"new_file.txt\": {\n \"default\": {\n \"content\": \"a new file\"\n },\n \"type\": \"object\"\n },\n \"old_name.txt\": {\n \"default\": {\n \"content\": \"modified contents\",\n \"filename\": \"new_name.txt\"\n },\n \"type\": \"object\"\n }\n },\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"_2Fmarkdown_20POST.body\": {\n \"properties\": {\n \"context\": {\n \"default\": \"github/gollum\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The repository context to use when creating references in ```gfm``` mode. Omit this parameter when using ```markdown``` mode.\"\n ]\n },\n \"mode\": {\n \"default\": \"markdown\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The rendering mode. Can be either:\",\n \"* ```markdown``` to render a document in plain Markdown, just like README.md files are rendered.\",\n \"* ```gfm``` to render a document in [GitHub Flavored Markdown](https://github.github.com/gfm/), which creates links for user mentions as well as references to SHA-1 hashes, issues, and pull requests.\",\n \"Default: ```markdown```\"\n ]\n },\n \"text\": {\n \"default\": \"Hello world github/linguist#1 **cool**, and #1!\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The Markdown text to render in HTML. Markdown content must be 400 KB or less.\"\n ]\n }\n },\n \"required\": [\n \"text\"\n ],\n \"x-swgg-tags0\": \"github-misc\"\n },\n \"_2Forgs_2F_7Borg_7D_20PATCH.body\": {\n \"properties\": {\n \"billing_email\": {\n \"default\": \"support@github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Billing email address. This address is not publicized.\"\n ]\n },\n \"blog\": {\n \"default\": \"https://github.com/blog\",\n \"type\": \"string\"\n },\n \"company\": {\n \"default\": \"GitHub\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The company name.\"\n ]\n },\n \"default_repository_permission\": {\n \"default\": \"read\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Default permission level members have for organization repositories:\",\n \"* ```read``` - can pull, but not push to or administer this repository.\",\n \"* ```write``` - can pull and push, but not administer this repository.\",\n \"* ```admin``` - can pull, push, and administer this repository.\",\n \"* ```none``` - no permissions granted by default.\",\n \"Default: ```read```\"\n ]\n },\n \"description\": {\n \"default\": \"GitHub, the company.\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The description of the company.\"\n ]\n },\n \"email\": {\n \"default\": \"support@github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The publicly visible email address.\"\n ]\n },\n \"has_organization_projects\": {\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Toggles whether organization projects are enabled for the organization.\"\n ]\n },\n \"has_repository_projects\": {\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Toggles whether repository projects are enabled for repositories that belong to the organization.\"\n ]\n },\n \"location\": {\n \"default\": \"San Francisco\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The location.\"\n ]\n },\n \"members_can_create_repositories\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Toggles ability of non-admin organization members to create repositories\",\n \"* ```true``` - all organization members can create repositories.\",\n \"* ```false``` - only admin members can create repositories.\",\n \"Default: ```true```\"\n ]\n },\n \"name\": {\n \"default\": \"github\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The shorthand name of the company.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Forgs_2F_7Borg_7D_2Fhooks_20POST.body\": {\n \"properties\": {\n \"active\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications are sent when the webhook is triggered. Set to ```true``` to send notifications. Default: ```true```.\"\n ]\n },\n \"config\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Fhooks_20POST.body.config\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Key/value pairs to provide settings for this webhook. [These are defined below](https://developer.github.com/v3/orgs/hooks/#create-hook-config-params).\"\n ]\n },\n \"events\": {\n \"default\": [\n \"push\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines what [events](https://developer.github.com/v3/activity/events/types/) the hook is triggered for. Default: ```[\\\"push\\\"]```.\"\n ]\n },\n \"name\": {\n \"default\": \"web\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Must be passed as \\\"web\\\".\"\n ]\n }\n },\n \"required\": [\n \"name\",\n \"config\"\n ],\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Forgs_2F_7Borg_7D_2Fhooks_20POST.body.config\": {\n \"properties\": {\n \"content_type\": {\n \"default\": \"json\",\n \"type\": \"string\"\n },\n \"url\": {\n \"default\": \"http://example.com/webhook\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"active\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications are sent when the webhook is triggered. Set to ```true``` to send notifications. Default: ```true```.\"\n ]\n },\n \"config\": {\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Key/value pairs to provide settings for this webhook. [These are defined below](https://developer.github.com/v3/orgs/hooks/#update-hook-config-params).\"\n ]\n },\n \"events\": {\n \"default\": [\n \"push\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines what [events](https://developer.github.com/v3/activity/events/types/) the hook is triggered for. Default: ```[\\\"push\\\"]```.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Forgs_2F_7Borg_7D_2Finvitations_20POST.body\": {\n \"properties\": {\n \"email\": {\n \"default\": \"octocat@github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Email address of the person you are inviting, which can be an existing GitHub user. Not required if you provide ```invitee_id```.\"\n ]\n },\n \"invitee_id\": {\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. GitHub user ID for the person you are inviting. Not required if you provide ```email```.\"\n ]\n },\n \"role\": {\n \"default\": \"direct_member\",\n \"enum\": [\n \"admin\",\n \"direct_member\",\n \"billing_manager\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Specify role for new member. Can be one of:\",\n \"* ```admin``` - Organization owners with full administrative rights to the organization and complete access to all repositories and teams.\",\n \"* ```direct_member``` - Non-owner organization members with ability to see other members and join teams by invitation.\",\n \"* ```billing_manager``` - Non-owner organization members with ability to manage the billing settings of your organization.\",\n \"\",\n \"Default: ```direct_member```.\"\n ]\n },\n \"team_ids\": {\n \"default\": [\n 12,\n 26\n ],\n \"items\": {\n \"type\": \"number\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Specify IDs for the teams you want to invite new members to.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Forgs_2F_7Borg_7D_2Fmigrations_20POST.body\": {\n \"properties\": {\n \"exclude_attachments\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether attachments should be excluded from the migration (to reduce migration archive file size). Default: ```false```.\"\n ]\n },\n \"lock_repositories\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether repositories should be locked (to prevent manipulation) while migrating data. Default: ```false```.\"\n ]\n },\n \"repositories\": {\n \"default\": [\n \"octocat/Hello-World\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"_2Forgs_2F_7Borg_7D_2Fprojects_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"High-level roadmap for the upcoming year.\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Organization Roadmap\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the project.\"\n ]\n }\n },\n \"required\": [\n \"name\"\n ],\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"_2Fprojects_2F_7Bproject_id_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"The board to track work for the Outcomes application.\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Outcomes Tracker\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the project.\"\n ]\n },\n \"state\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"State of the project. Either ```open``` or ```closed```.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_2Fmoves_20POST.body\": {\n \"properties\": {\n \"position\": {\n \"default\": \"after:3\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Can be one of ```first```, ```last```, or ```after:<column_id>```, where ```<column_id>``` is the ```id``` value of a column in the same project.\"\n ]\n }\n },\n \"required\": [\n \"position\"\n ],\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_2Fmoves_20POST.body\": {\n \"properties\": {\n \"column_id\": {\n \"default\": 5,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The ```id``` value of a column in the same project.\"\n ]\n },\n \"position\": {\n \"default\": \"after:3\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Can be one of ```top```, ```bottom```, or ```after:<card_id>```, where ```<card_id>``` is the ```id``` value of a card in the same column, or in the new column specified by ```column_id```.\"\n ]\n }\n },\n \"required\": [\n \"position\"\n ],\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_20PATCH.body\": {\n \"properties\": {\n \"allow_merge_commit\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow merging pull requests with a merge commit, or ```false``` to prevent merging pull requests with merge commits. Default: ```true```\"\n ]\n },\n \"allow_rebase_merge\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow rebase-merging pull requests, or ```false``` to prevent rebase-merging. Default: ```true```\"\n ]\n },\n \"allow_squash_merge\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow squash-merging pull requests, or ```false``` to prevent squash-merging. Default: ```true```\"\n ]\n },\n \"archived\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"```true``` to archive this repository. **Note**: You cannot unarchive repositories through the API. Default: ```false```\"\n ]\n },\n \"default_branch\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Updates the default branch for this repository.\"\n ]\n },\n \"description\": {\n \"default\": \"This is your first repository\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the repository.\"\n ]\n },\n \"has_issues\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable issues for this repository or ```false``` to disable them. Default: ```true```.\"\n ]\n },\n \"has_projects\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable projects for this repository or ```false``` to disable them. Default: ```true```. **Note:** If you're creating a repository in an organization that has disabled repository projects, the default is ```false```, and if you pass ```true```, the API returns an error.\"\n ]\n },\n \"has_wiki\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable the wiki for this repository or ```false``` to disable it. Default: ```true```.\"\n ]\n },\n \"homepage\": {\n \"default\": \"https://github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A URL with more information about the repository.\"\n ]\n },\n \"name\": {\n \"default\": \"Hello-World\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the repository.\"\n ]\n },\n \"private\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to make the repository private or ```false``` to make it public. Creating private repositories requires a paid GitHub account. Default: ```false```.\",\n \"**Note**: You will get a ```422``` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.\"\n ]\n }\n },\n \"required\": [\n \"name\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body\": {\n \"properties\": {\n \"enforce_admins\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Enforce all configured restrictions for administrators. Set to ```true``` to enforce required status checks for repository administrators. Set to ```null``` to disable.\"\n ]\n },\n \"required_pull_request_reviews\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.required_pull_request_reviews\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Require at least one approving review on a pull request, before merging. Set to ```null``` to disable.\"\n ]\n },\n \"required_status_checks\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.required_status_checks\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Require status checks to pass before merging. Set to ```null``` to disable.\"\n ]\n },\n \"restrictions\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.restrictions\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Restrict who can push to this branch. Team and user ```restrictions``` are only available for organization-owned repositories. Set to ```null``` to disable.\"\n ]\n }\n },\n \"required\": [\n \"required_status_checks\",\n \"enforce_admins\",\n \"required_pull_request_reviews\",\n \"restrictions\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.required_pull_request_reviews\": {\n \"properties\": {\n \"dismiss_stale_reviews\": {\n \"default\": true,\n \"type\": \"boolean\"\n },\n \"dismissal_restrictions\": {\n \"default\": {\n \"teams\": [\n \"justice-league\"\n ],\n \"users\": [\n \"octocat\"\n ]\n },\n \"type\": \"object\"\n },\n \"require_code_owner_reviews\": {\n \"default\": true,\n \"type\": \"boolean\"\n },\n \"required_approving_review_count\": {\n \"default\": 2,\n \"type\": \"number\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.required_status_checks\": {\n \"properties\": {\n \"contexts\": {\n \"default\": [\n \"continuous-integration/travis-ci\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"strict\": {\n \"default\": true,\n \"type\": \"boolean\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body.restrictions\": {\n \"properties\": {\n \"teams\": {\n \"default\": [\n \"justice-league\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"users\": {\n \"default\": [\n \"octocat\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20PATCH.body\": {\n \"properties\": {\n \"dismiss_stale_reviews\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Set to ```true``` if you want to automatically dismiss approving reviews when someone pushes a new commit.\"\n ]\n },\n \"dismissal_restrictions\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20PATCH.body.dismissal_restrictions\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"Specify which users and teams can dismiss pull request reviews. Pass an empty ```dismissal_restrictions``` object to disable. User and team ```dismissal_restrictions``` are only available for organization-owned repositories. Omit this parameter for personal repositories.\"\n ]\n },\n \"require_code_owner_reviews\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Blocks merging pull requests until code owners have reviewed.\"\n ]\n },\n \"required_approving_review_count\": {\n \"default\": 2,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20PATCH.body.dismissal_restrictions\": {\n \"properties\": {\n \"teams\": {\n \"default\": [\n \"justice-league\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"users\": {\n \"default\": [\n \"octocat\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_20PATCH.body\": {\n \"properties\": {\n \"contexts\": {\n \"default\": [\n \"continuous-integration/travis-ci\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"The list of status checks to require in order to merge into this branch\"\n ]\n },\n \"strict\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Require branches to be up to date before merging.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Nice change\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the commit comment.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bsha_7D_2Fcomments_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Great stuff\",\n \"type\": \"string\"\n },\n \"line\": {\n \"default\": null,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"**Deprecated**. Use **position** parameter instead. Line number in the file to comment on.\"\n ]\n },\n \"path\": {\n \"default\": \"file1.txt\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Relative path of the file to comment on.\"\n ]\n },\n \"position\": {\n \"default\": 4,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"Line index in the diff to comment on.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20DELETE.body\": {\n \"properties\": {\n \"branch\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The branch name. Default: the repository’s default branch (usually ```master```)\"\n ]\n },\n \"committer\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20DELETE.body.committer\"\n },\n \"message\": {\n \"default\": \"my commit message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The commit message.\"\n ]\n },\n \"sha\": {\n \"default\": \"329688480d39049927147c162b9d2deaf885005f\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The blob SHA of the file being replaced.\"\n ]\n }\n },\n \"required\": [\n \"message\",\n \"sha\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20DELETE.body.committer\": {\n \"properties\": {\n \"email\": {\n \"default\": \"schacon@gmail.com\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Scott Chacon\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20PUT.body\": {\n \"properties\": {\n \"branch\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The branch name. Default: the repository’s default branch (usually ```master```)\"\n ]\n },\n \"committer\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20PUT.body.committer\"\n },\n \"content\": {\n \"default\": \"bXkgbmV3IGZpbGUgY29udGVudHM=\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The new file content, Base64 encoded.\"\n ]\n },\n \"message\": {\n \"default\": \"my commit message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The commit message.\"\n ]\n }\n },\n \"required\": [\n \"message\",\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20PUT.body.committer\": {\n \"properties\": {\n \"email\": {\n \"default\": \"schacon@gmail.com\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Scott Chacon\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_231_20PUT.body\": {\n \"properties\": {\n \"branch\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The branch name. Default: the repository’s default branch (usually ```master```)\"\n ]\n },\n \"committer\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_231_20PUT.body.committer\"\n },\n \"content\": {\n \"default\": \"bXkgdXBkYXRlZCBmaWxlIGNvbnRlbnRz\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The updated file content, Base64 encoded.\"\n ]\n },\n \"message\": {\n \"default\": \"my commit message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The commit message.\"\n ]\n },\n \"sha\": {\n \"default\": \"329688480d39049927147c162b9d2deaf885005f\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The blob SHA of the file being replaced.\"\n ]\n }\n },\n \"required\": [\n \"message\",\n \"content\",\n \"sha\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_231_20PUT.body.committer\": {\n \"properties\": {\n \"email\": {\n \"default\": \"schacon@gmail.com\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Scott Chacon\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_2Fstatuses_20POST.body\": {\n \"properties\": {\n \"auto_inactive\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Adds a new ```inactive``` status to all non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment. Default: ```true``` **This parameter requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n },\n \"description\": {\n \"default\": \"Deployment finished successfully.\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the status. Maximum length of 140 characters. Default: ```\\\"\\\"```\"\n ]\n },\n \"environment_url\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Sets the URL for accessing your environment. Default: ```\\\"\\\"``` **This parameter requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n },\n \"log_url\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"This is functionally equivalent to ```target_url```. We will continue accept ```target_url``` to support legacy uses, but we recommend modifying this to the new name to avoid confusion. Default: ```\\\"\\\"``` **This parameter requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n },\n \"state\": {\n \"default\": \"success\",\n \"enum\": [\n \"error\",\n \"failure\",\n \"inactive\",\n \"pending\",\n \"success\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The state of the status. Can be one of ```error```, ```failure```, ```inactive```, ```pending```, or ```success```. **The ```inactive``` state requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n },\n \"target_url\": {\n \"default\": \"https://example.com/deployment/42/output\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The target URL to associate with this status. This URL should contain output to keep the user updated while the task is running or serve as historical information for what happened in the deployment. Default: ```\\\"\\\"```\"\n ]\n }\n },\n \"required\": [\n \"state\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fblobs_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"Content of the blob\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The new blob's content.\"\n ]\n },\n \"encoding\": {\n \"default\": \"utf-8\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The encoding used for ```content```. Currently, ```utf-8``` and ```base64``` are supported. Default: ```utf-8```.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_20POST.body\": {\n \"properties\": {\n \"author\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_20POST.body.author\"\n },\n \"message\": {\n \"default\": \"my commit message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The commit message\"\n ]\n },\n \"parents\": {\n \"default\": [\n \"7d1b31e74ee336d15cbd21741bc88a537ed063a0\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"signature\": {\n \"default\": \"-----BEGIN PGP SIGNATURE-----\\n\\niQIzBAABAQAdFiEESn/54jMNIrGSE6Tp6cQjvhfv7nAFAlnT71cACgkQ6cQjvhfv\\n7nCWwA//XVqBKWO0zF+bZl6pggvky3Oc2j1pNFuRWZ29LXpNuD5WUGXGG209B0hI\\nDkmcGk19ZKUTnEUJV2Xd0R7AW01S/YSub7OYcgBkI7qUE13FVHN5ln1KvH2all2n\\n2+JCV1HcJLEoTjqIFZSSu/sMdhkLQ9/NsmMAzpf/iIM0nQOyU4YRex9eD1bYj6nA\\nOQPIDdAuaTQj1gFPHYLzM4zJnCqGdRlg0sOM/zC5apBNzIwlgREatOYQSCfCKV7k\\nnrU34X8b9BzQaUx48Qa+Dmfn5KQ8dl27RNeWAqlkuWyv3pUauH9UeYW+KyuJeMkU\\n+NyHgAsWFaCFl23kCHThbLStMZOYEnGagrd0hnm1TPS4GJkV4wfYMwnI4KuSlHKB\\njHl3Js9vNzEUQipQJbgCgTiWvRJoK3ENwBTMVkKHaqT4x9U4Jk/XZB6Q8MA09ezJ\\n3QgiTjTAGcum9E9QiJqMYdWQPWkaBIRRz5cET6HPB48YNXAAUsfmuYsGrnVLYbG+\\nUpC6I97VybYHTy2O9XSGoaLeMI9CsFn38ycAxxbWagk5mhclNTP5mezIq6wKSwmr\\nX11FW3n1J23fWZn5HJMBsRnUCgzqzX3871IqLYHqRJ/bpZ4h20RhTyPj5c/z7QXp\\neSakNQMfbbMcljkha+ZMuVQX1K9aRlVqbmv3ZMWh+OijLYVU2bc=\\n=5Io4\\n-----END PGP SIGNATURE-----\\n\",\n \"type\": \"string\"\n },\n \"tree\": {\n \"default\": \"827efc6d56897b048c772eb4087f854f46256132\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The SHA of the tree object this commit points to\"\n ]\n }\n },\n \"required\": [\n \"message\",\n \"tree\"\n ],\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_20POST.body.author\": {\n \"properties\": {\n \"date\": {\n \"default\": \"2008-07-09T16:13:30+12:00\",\n \"type\": \"string\"\n },\n \"email\": {\n \"default\": \"schacon@gmail.com\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Scott Chacon\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_20POST.body\": {\n \"properties\": {\n \"ref\": {\n \"default\": \"refs/heads/featureA\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the fully qualified reference (ie: ```refs/heads/master```). If it doesn't start with 'refs' and have at least two slashes, it will be rejected.\"\n ]\n },\n \"sha\": {\n \"default\": \"aa218f56b14c9653891f9e74264a383fa43fefbd\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The SHA1 value to set this reference to\"\n ]\n }\n },\n \"required\": [\n \"ref\",\n \"sha\"\n ],\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_2F_7Bref_7D_20PATCH.body\": {\n \"properties\": {\n \"force\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether to force the update or to make sure the update is a fast-forward update. Leaving this out or setting it to ```false``` will make sure you're not overwriting work. Default: ```false```\"\n ]\n },\n \"sha\": {\n \"default\": \"aa218f56b14c9653891f9e74264a383fa43fefbd\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The SHA1 value to set this reference to\"\n ]\n }\n },\n \"required\": [\n \"sha\"\n ],\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_20POST.body\": {\n \"properties\": {\n \"message\": {\n \"default\": \"initial version\\n\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The tag message\"\n ]\n },\n \"object\": {\n \"default\": \"c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The SHA of the git object this is tagging\"\n ]\n },\n \"tag\": {\n \"default\": \"v0.0.1\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The tag\"\n ]\n },\n \"tagger\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_20POST.body.tagger\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"An object with information about the individual creating the tag.\"\n ]\n },\n \"type\": {\n \"default\": \"commit\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The type of the object we're tagging. Normally this is a ```commit``` but it can also be a ```tree``` or a ```blob```.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_20POST.body.tagger\": {\n \"properties\": {\n \"date\": {\n \"default\": \"2011-06-17T14:53:35-07:00\",\n \"type\": \"string\"\n },\n \"email\": {\n \"default\": \"schacon@gmail.com\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Scott Chacon\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_20POST.body\": {\n \"properties\": {\n \"base_tree\": {\n \"default\": \"9fb037999f264ba9a7fc6274d15fa3ae2ab98312\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The SHA1 of the tree you want to update with new data. If you don't set this, the commit will be created on top of everything; however, it will only contain your change, the rest of your files will show up as deleted.\"\n ]\n },\n \"tree\": {\n \"default\": [\n {\n \"mode\": \"100644\",\n \"path\": \"file.rb\",\n \"sha\": \"44b4fc6d56897b048c772eb4087f854f46256132\",\n \"type\": \"blob\"\n }\n ],\n \"items\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_20POST.body.tree\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_20POST.body.tree\": {\n \"properties\": {\n \"mode\": {\n \"default\": \"100644\",\n \"type\": \"string\"\n },\n \"path\": {\n \"default\": \"file.rb\",\n \"type\": \"string\"\n },\n \"sha\": {\n \"default\": \"44b4fc6d56897b048c772eb4087f854f46256132\",\n \"type\": \"string\"\n },\n \"type\": {\n \"default\": \"blob\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-git\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20POST.body\": {\n \"properties\": {\n \"active\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications are sent when the webhook is triggered. Set to ```true``` to send notifications. Default: ```true```.\"\n ]\n },\n \"config\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20POST.body.config\",\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Key/value pairs to provide settings for this webhook. [These are defined below](https://developer.github.com/v3/repos/hooks/#create-hook-config-params).\"\n ]\n },\n \"events\": {\n \"default\": [\n \"push\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines what [events](https://developer.github.com/v3/activity/events/types/) the hook is triggered for. Default: ```[\\\"push\\\"]```\"\n ]\n },\n \"name\": {\n \"default\": \"web\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Must be passed as \\\"web\\\".\"\n ]\n }\n },\n \"required\": [\n \"name\",\n \"config\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20POST.body.config\": {\n \"properties\": {\n \"content_type\": {\n \"default\": \"json\",\n \"type\": \"string\"\n },\n \"url\": {\n \"default\": \"http://example.com/webhook\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"active\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications are sent when the webhook is triggered. Set to ```true``` to send notifications. Default: ```true```.\"\n ]\n },\n \"add_events\": {\n \"default\": [\n \"pull_request\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines a list of events to be added to the list of events that the Hook triggers for.\"\n ]\n },\n \"config\": {\n \"type\": \"object\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Key/value pairs to provide settings for this webhook. [These are defined below](https://developer.github.com/v3/repos/hooks/#create-hook-config-params).\"\n ]\n },\n \"events\": {\n \"default\": [\n \"push\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines what [events](https://developer.github.com/v3/activity/events/types/) the hook is triggered for. This replaces the entire array of events. Default: ```[\\\"push\\\"]```\"\n ]\n },\n \"remove_events\": {\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Determines a list of events to be removed from the list of events that the Hook triggers for.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PATCH.body\": {\n \"properties\": {\n \"vcs_password\": {\n \"default\": \"secret\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The password to provide to the originating repository.\"\n ]\n },\n \"vcs_username\": {\n \"default\": \"octocat\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The username to provide to the originating repository.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PUT.body\": {\n \"properties\": {\n \"tfvc_project\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"For a tfvc import, the name of the project that is being imported.\"\n ]\n },\n \"vcs\": {\n \"default\": \"subversion\",\n \"enum\": [\n \"subversion\",\n \"git\",\n \"mercurial\",\n \"tfvc\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The originating VCS type. Can be one of ```subversion```, ```git```, ```mercurial```, or ```tfvc```. Please be aware that without this parameter, the import job will take additional time to detect the VCS type before beginning the import. This detection step will be reflected in the response.\"\n ]\n },\n \"vcs_password\": {\n \"default\": \"secret\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"If authentication is required, the password to provide to ```vcs_url```.\"\n ]\n },\n \"vcs_url\": {\n \"default\": \"http://svn.mycompany.com/svn/myproject\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required** The URL of the originating repository.\"\n ]\n },\n \"vcs_username\": {\n \"default\": \"octocat\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"If authentication is required, the username to provide to ```vcs_url```.\"\n ]\n }\n },\n \"required\": [\n \"vcs_url\"\n ],\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Fauthors_2F_7Bauthor_id_7D_20PATCH.body\": {\n \"properties\": {\n \"email\": {\n \"default\": \"hubot@github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new Git author email.\"\n ]\n },\n \"name\": {\n \"default\": \"Hubot the Robot\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new Git author name.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Flfs_20PATCH.body\": {\n \"properties\": {\n \"use_lfs\": {\n \"default\": \"opt_in\",\n \"enum\": [\n \"opt_in\",\n \"opt_out\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required** Can be one of ```opt_in``` (large files will be stored using Git LFS) or ```opt_out``` (large files will be removed during the import).\"\n ]\n }\n },\n \"required\": [\n \"use_lfs\"\n ],\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_20POST.body\": {\n \"properties\": {\n \"assignee\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. **This field is deprecated.**\"\n ]\n },\n \"assignees\": {\n \"default\": [\n \"octocat\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"body\": {\n \"default\": \"I'm having a problem with this.\",\n \"type\": \"string\"\n },\n \"labels\": {\n \"default\": [\n \"bug\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"milestone\": {\n \"default\": 1,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The ```number``` of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.\"\n ]\n },\n \"title\": {\n \"default\": \"Found a bug\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The title of the issue.\"\n ]\n }\n },\n \"required\": [\n \"title\"\n ],\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_20PATCH.body\": {\n \"properties\": {\n \"assignee\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Login for the user that this issue should be assigned to. **This field is deprecated.**\"\n ]\n },\n \"assignees\": {\n \"default\": [\n \"octocat\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"body\": {\n \"default\": \"I'm having a problem with this.\",\n \"type\": \"string\"\n },\n \"labels\": {\n \"default\": [\n \"bug\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"milestone\": {\n \"default\": 1,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The ```number``` of the milestone to associate this issue with or ```null``` to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.\"\n ]\n },\n \"state\": {\n \"default\": \"open\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"State of the issue. Either ```open``` or ```closed```.\"\n ]\n },\n \"title\": {\n \"default\": \"Found a bug\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The title of the issue.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20DELETE.body\": {\n \"properties\": {\n \"assignees\": {\n \"default\": [\n \"hubot\",\n \"other_user\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20POST.body\": {\n \"properties\": {\n \"assignees\": {\n \"default\": [\n \"hubot\",\n \"other_user\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fcomments_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Me too\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flock_20PUT.body\": {\n \"properties\": {\n \"active_lock_reason\": {\n \"default\": \"too heated\",\n \"type\": \"string\"\n },\n \"lock_reason\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The reason for locking the issue or pull request conversation. Lock will fail if you don't use one of these reasons:\",\n \"* ```off-topic```\",\n \"* ```too heated```\",\n \"* ```resolved```\",\n \"* ```spam```\"\n ]\n },\n \"locked\": {\n \"default\": true,\n \"type\": \"boolean\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the issue.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Me too\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the issue comment.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_20POST.body\": {\n \"properties\": {\n \"key\": {\n \"default\": \"ssh-rsa AAA...\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The contents of the key.\"\n ]\n },\n \"read_only\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"If ```true```, the key will only be able to read repository contents. Otherwise, the key will be able to read and write.\"\n ]\n },\n \"title\": {\n \"default\": \"octocat@octomac\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A name for the key.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_20POST.body\": {\n \"properties\": {\n \"color\": {\n \"default\": \"f29513\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [hexadecimal color code](http://www.color-hex.com/) for the label, without the leading ```#```.\"\n ]\n },\n \"description\": {\n \"default\": \"Houston, we have a problem\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the label.\"\n ]\n },\n \"name\": {\n \"default\": \"bug\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the label. Emoji can be added to label names, using either native emoji or colon-style markup. For example, typing ```:strawberry:``` will render the emoji . For a full list of available emoji and codes, see [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/).\"\n ]\n }\n },\n \"required\": [\n \"name\",\n \"color\"\n ],\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_2F_7Bname_7D_20PATCH.body\": {\n \"properties\": {\n \"color\": {\n \"default\": \"b01f26\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The [hexadecimal color code](http://www.color-hex.com/) for the label, without the leading ```#```.\"\n ]\n },\n \"description\": {\n \"default\": \"Small bug fix required\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the label.\"\n ]\n },\n \"name\": {\n \"default\": \"bug :bug:\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_20POST.body\": {\n \"properties\": {\n \"description\": {\n \"default\": \"Tracking milestone for version 1.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A description of the milestone.\"\n ]\n },\n \"due_on\": {\n \"default\": \"2012-10-09T23:39:01Z\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The milestone due date. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n },\n \"state\": {\n \"default\": \"open\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The state of the milestone. Either ```open``` or ```closed```. Default: ```open```\"\n ]\n },\n \"title\": {\n \"default\": \"v1.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The title of the milestone.\"\n ]\n }\n },\n \"required\": [\n \"title\"\n ],\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_20PATCH.body\": {\n \"properties\": {\n \"description\": {\n \"default\": \"Tracking milestone for version 1.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A description of the milestone.\"\n ]\n },\n \"due_on\": {\n \"default\": \"2012-10-09T23:39:01Z\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The milestone due date. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n },\n \"state\": {\n \"default\": \"open\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The state of the milestone. Either ```open``` or ```closed```. Default: ```open```\"\n ]\n },\n \"title\": {\n \"default\": \"v1.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The title of the milestone.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fprojects_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Developer documentation project for the developer site.\",\n \"type\": \"string\"\n },\n \"name\": {\n \"default\": \"Projects Documentation\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the project.\"\n ]\n }\n },\n \"required\": [\n \"name\"\n ],\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_20POST.body\": {\n \"properties\": {\n \"base\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.\"\n ]\n },\n \"body\": {\n \"default\": \"Please pull this in!\",\n \"type\": \"string\"\n },\n \"head\": {\n \"default\": \"octocat:new-feature\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace ```head``` with a user like this: ```username:branch```.\"\n ]\n },\n \"maintainer_can_modify\": {\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether [maintainers can modify](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) the pull request.\"\n ]\n },\n \"title\": {\n \"default\": \"Amazing new feature\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The title of the pull request.\"\n ]\n }\n },\n \"required\": [\n \"title\",\n \"head\",\n \"base\"\n ],\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_20PATCH.body\": {\n \"properties\": {\n \"base\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository.\"\n ]\n },\n \"body\": {\n \"default\": \"updated body\",\n \"type\": \"string\"\n },\n \"maintainer_can_modify\": {\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates whether [maintainers can modify](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) the pull request.\"\n ]\n },\n \"state\": {\n \"default\": \"open\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"State of this Pull Request. Either ```open``` or ```closed```.\"\n ]\n },\n \"title\": {\n \"default\": \"new title\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The title of the pull request.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fcomments_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Nice change\",\n \"type\": \"string\"\n },\n \"commit_id\": {\n \"default\": \"6dcb09b5b57875f334f61aebed695e2e4193db5e\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The SHA of the commit needing a comment. Not using the latest commit SHA may render your comment outdated if a subsequent commit modifies the line you specify as the ```position```.\"\n ]\n },\n \"path\": {\n \"default\": \"file1.txt\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The relative path to the file that necessitates a comment.\"\n ]\n },\n \"position\": {\n \"default\": 4,\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. For help finding the position value, read the note below.\"\n ]\n }\n },\n \"required\": [\n \"commit_id\",\n \"path\",\n \"position\"\n ],\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20DELETE.body\": {\n \"properties\": {\n \"reviewers\": {\n \"default\": [\n \"octocat\",\n \"hubot\",\n \"other_user\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"team_reviewers\": {\n \"default\": [\n \"justice-league\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20POST.body\": {\n \"properties\": {\n \"reviewers\": {\n \"default\": [\n \"octocat\",\n \"hubot\",\n \"other_user\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n },\n \"team_reviewers\": {\n \"default\": [\n \"justice-league\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"This is close to perfect! Please address the suggested inline change.\",\n \"type\": \"string\"\n },\n \"comments\": {\n \"default\": [\n {\n \"body\": \"Please add more information here, and fix this typo.\",\n \"path\": \"file.md\",\n \"position\": 6\n }\n ],\n \"items\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20POST.body.comments\"\n },\n \"type\": \"array\"\n },\n \"commit_id\": {\n \"default\": \"ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The SHA of the commit that needs a review. Not using the latest commit SHA may render your review comment outdated if a subsequent commit modifies the line you specify as the ```position```. Defaults to the most recent commit in the pull request when you do not specify a value.\"\n ]\n },\n \"event\": {\n \"default\": \"REQUEST_CHANGES\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The review action you want to perform. The review actions include: ```APPROVE```, ```REQUEST_CHANGES```, or ```COMMENT```. By leaving this blank, you set the review action state to ```PENDING```, which means you will need to [submit the pull request review](https://developer.github.com/v3/pulls/reviews/#submit-a-pull-request-review) when you are ready.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20POST.body.comments\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Please add more information here, and fix this typo.\",\n \"type\": \"string\"\n },\n \"path\": {\n \"default\": \"file.md\",\n \"type\": \"string\"\n },\n \"position\": {\n \"default\": 6,\n \"type\": \"number\"\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Nice change\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the pull request review comment.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Description of the release\",\n \"type\": \"string\"\n },\n \"draft\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"```true``` to create a draft (unpublished) release, ```false``` to create a published one. Default: ```false```\"\n ]\n },\n \"name\": {\n \"default\": \"v1.0.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the release.\"\n ]\n },\n \"prerelease\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"```true``` to identify the release as a prerelease. ```false``` to identify the release as a full release. Default: ```false```\"\n ]\n },\n \"tag_name\": {\n \"default\": \"v1.0.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the tag.\"\n ]\n },\n \"target_commitish\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually ```master```).\"\n ]\n }\n },\n \"required\": [\n \"tag_name\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Description of the release\",\n \"type\": \"string\"\n },\n \"draft\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"```true``` makes the release a draft, and ```false``` publishes the release.\"\n ]\n },\n \"name\": {\n \"default\": \"v1.0.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the release.\"\n ]\n },\n \"prerelease\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"```true``` to identify the release as a prerelease, ```false``` to identify the release as a full release.\"\n ]\n },\n \"tag_name\": {\n \"default\": \"v1.0.0\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the tag.\"\n ]\n },\n \"target_commitish\": {\n \"default\": \"master\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually ```master```).\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Fassets_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"label\": {\n \"default\": \"Mac binary\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"An alternate short description of the asset. Used in place of the filename.\"\n ]\n },\n \"name\": {\n \"default\": \"foo-1.0.0-osx.zip\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The file name of the asset.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstatuses_2F_7Bsha_7D_20POST.body\": {\n \"properties\": {\n \"context\": {\n \"default\": \"default\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A string label to differentiate this status from the status of other systems. Default: ```default```\"\n ]\n },\n \"description\": {\n \"default\": \"The build succeeded!\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the status.\"\n ]\n },\n \"state\": {\n \"default\": \"success\",\n \"enum\": [\n \"error\",\n \"failure\",\n \"pending\",\n \"success\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The state of the status. Can be one of ```error```, ```failure```, ```pending```, or ```success```.\"\n ]\n },\n \"target_url\": {\n \"default\": \"https://example.com/build/status\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The target URL to associate with this status. This URL will be linked from the GitHub UI to allow users to easily see the source of the status.\",\n \"For example, if your continuous integration system is posting build status, you would want to provide the deep link for the build output for this specific SHA:\",\n \"```http://ci.example.com/user/repo/build/sha```\"\n ]\n }\n },\n \"required\": [\n \"state\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftopics_20PUT.body\": {\n \"properties\": {\n \"names\": {\n \"default\": [\n \"octocat\",\n \"atom\",\n \"electron\",\n \"API\"\n ],\n \"items\": {\n \"type\": \"string\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftransfer_20POST.body\": {\n \"properties\": {\n \"new_owner\": {\n \"default\": \"github\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required:** The username or organization name the repository will be transferred to.\"\n ]\n },\n \"team_id\": {\n \"default\": [\n 12,\n 345\n ],\n \"items\": {\n \"type\": \"number\"\n },\n \"type\": \"array\"\n }\n },\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"_2Fteams_2F_7Bid_7D_20PATCH.body\": {\n \"properties\": {\n \"description\": {\n \"default\": \"new team description\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The description of the team.\"\n ]\n },\n \"name\": {\n \"default\": \"new team name\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the team.\"\n ]\n },\n \"parent_team_id\": {\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The ID of a team to set as the parent team. **Note**: You must pass the ```hellcat-preview``` media type to use this parameter.\"\n ]\n },\n \"permission\": {\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\"\n ],\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of:\",\n \"* ```pull``` - team members can pull, but not push to or administer newly-added repositories.\",\n \"* ```push``` - team members can pull and push, but not administer newly-added repositories.\",\n \"* ```admin``` - team members can pull, push and administer newly-added repositories.\",\n \"Default: ```pull```\"\n ]\n },\n \"privacy\": {\n \"default\": \"closed\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The level of privacy this team should have. Editing teams without specifying this parameter leaves ```privacy``` intact. The options are:\",\n \"**For a non-nested team:**\",\n \"* ```secret``` - only visible to organization owners and members of this team.\",\n \"* ```closed``` - visible to all members of this organization.\",\n \"**For a parent or child team:**\",\n \"* ```closed``` - visible to all members of this organization.\"\n ]\n }\n },\n \"required\": [\n \"name\"\n ],\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Hi! This is an area for us to collaborate as a team.\",\n \"type\": \"string\"\n },\n \"private\": {\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Private posts are only visible to team members, organization owners, and team maintainers. Public posts are visible to all members of the organization. Set to ```true``` to create a private post.\",\n \"Default: ```false```\"\n ]\n },\n \"title\": {\n \"default\": \"Our first team post\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The discussion post's title.\"\n ]\n }\n },\n \"required\": [\n \"title\"\n ],\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_20PATCH.body\": {\n \"properties\": {\n \"title\": {\n \"default\": \"Welcome to our first team post\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The discussion post's title.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_20POST.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Do you like apples?\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_20PATCH.body\": {\n \"properties\": {\n \"body\": {\n \"default\": \"Do you like pineapples?\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the team discussion comment.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Freactions_20POST.body\": {\n \"properties\": {\n \"content\": {\n \"default\": \"heart\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The [reaction type](https://developer.github.com/v3/reactions/#reaction-types) to add to the team discussion.\"\n ]\n }\n },\n \"required\": [\n \"content\"\n ],\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"_2Fuser_20PATCH.body\": {\n \"properties\": {\n \"bio\": {\n \"default\": \"There once...\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new short biography of the user.\"\n ]\n },\n \"blog\": {\n \"default\": \"https://github.com/blog\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new blog URL of the user.\"\n ]\n },\n \"company\": {\n \"default\": \"GitHub\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new company of the user.\"\n ]\n },\n \"email\": {\n \"default\": \"octocat@github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The publicly visible email address of the user.\"\n ]\n },\n \"hireable\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"The new hiring availability of the user.\"\n ]\n },\n \"location\": {\n \"default\": \"San Francisco\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new location of the user.\"\n ]\n },\n \"name\": {\n \"default\": \"monalisa octocat\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The new name of the user.\"\n ]\n }\n },\n \"x-swgg-tags0\": \"github-users\"\n },\n \"_2Fuser_2Fgpg_keys_20POST.body\": {\n \"properties\": {\n \"armored_public_key\": {\n \"default\": \"-----BEGIN PGP PUBLIC KEY BLOCK-----\\n...\\n-----END PGP PUBLIC KEY BLOCK-----\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-users\"\n },\n \"_2Fuser_2Fkeys_20POST.body\": {\n \"properties\": {\n \"key\": {\n \"default\": \"ssh-rsa AAA...\",\n \"type\": \"string\"\n },\n \"title\": {\n \"default\": \"octocat@octomac\",\n \"type\": \"string\"\n }\n },\n \"x-swgg-tags0\": \"github-users\"\n },\n \"_2Fuser_2Fmemberships_2Forgs_2F_7Borg_7D_20PATCH.body\": {\n \"properties\": {\n \"state\": {\n \"default\": \"active\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The state that the membership should be in. Only ```active``` will be accepted.\"\n ]\n }\n },\n \"required\": [\n \"state\"\n ],\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"_2Fuser_2Frepos_20POST.body\": {\n \"properties\": {\n \"allow_merge_commit\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow merging pull requests with a merge commit, or ```false``` to prevent merging pull requests with merge commits. Default: ```true```\"\n ]\n },\n \"allow_rebase_merge\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow rebase-merging pull requests, or ```false``` to prevent rebase-merging. Default: ```true```\"\n ]\n },\n \"allow_squash_merge\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to allow squash-merging pull requests, or ```false``` to prevent squash-merging. Default: ```true```\"\n ]\n },\n \"auto_init\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Pass ```true``` to create an initial commit with empty README. Default: ```false```.\"\n ]\n },\n \"description\": {\n \"default\": \"This is your first repository\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A short description of the repository.\"\n ]\n },\n \"gitignore_template\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Desired language or platform [.gitignore template](https://github.com/github/gitignore) to apply. Use the name of the template without the extension. For example, \\\"Haskell\\\".\"\n ]\n },\n \"has_issues\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable issues for this repository or ```false``` to disable them. Default: ```true```.\"\n ]\n },\n \"has_projects\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable projects for this repository or ```false``` to disable them. Default: ```true```. **Note:** If you're creating a repository in an organization that has disabled repository projects, the default is ```false```, and if you pass ```true```, the API returns an error.\"\n ]\n },\n \"has_wiki\": {\n \"default\": true,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to enable the wiki for this repository or ```false``` to disable it. Default: ```true```.\"\n ]\n },\n \"homepage\": {\n \"default\": \"https://github.com\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A URL with more information about the repository.\"\n ]\n },\n \"license_template\": {\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Choose an [open source license template](https://choosealicense.com/) that best suits your needs, and then use the [license keyword](https://help.github.com/articles/licensing-a-repository/#searching-github-by-license-type) as the ```license_template``` string. For example, \\\"mit\\\" or \\\"mpl-2.0\\\".\"\n ]\n },\n \"name\": {\n \"default\": \"Hello-World\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the repository.\"\n ]\n },\n \"private\": {\n \"default\": false,\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```true``` to create a private repository or ```false``` to create a public one. Creating private repositories requires a paid GitHub account. Default: ```false```.\"\n ]\n },\n \"team_id\": {\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The id of the team that will be granted access to this repository. This is only valid when creating a repository in an organization.\"\n ]\n }\n },\n \"required\": [\n \"name\"\n ],\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"info\": {\n \"title\": \"swgg-github-all\",\n \"version\": \"2018.3.25\",\n \"x-swgg-description\": \"this zero-dependency package will provide a (nodejs-compatible) swagger-client for github-all's web-apis, with a working web-demo\",\n \"x-swgg-homepage\": \"https://github.com/kaizhu256/node-swgg-github-all\"\n },\n \"parameters\": {\n \"github-all.key\": {\n \"default\": \"xxxxxxxx\",\n \"in\": \"query\",\n \"name\": \"access_token\",\n \"type\": \"string\",\n \"x-swgg-apiKey\": true,\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/#authentication\",\n \"\",\n \"OAuth2 token (sent as a parameter)\"\n ]\n },\n \"github-all.user-agent\": {\n \"default\": \"Awesome-Octocat-App\",\n \"in\": \"header\",\n \"name\": \"user-agent\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/index.html#user-agent-required\",\n \"\",\n \"All API requests MUST include a valid ```User-Agent``` header. Requests with no ```User-Agent``` header will be rejected. We request that you use your GitHub username, or the name of your application, for the ```User-Agent``` header value. This allows us to contact you if there are problems.\"\n ]\n }\n },\n \"paths\": {\n \"/<upload_url>/repos/{owner}/{repo}/releases/{id}/assets\": {\n \"post\": {\n \"operationId\": \"_2F_26lt_3Bupload_url_26gt_3B_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_2Fassets_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"foo.zip\",\n \"in\": \"query\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The file name of the asset. This should be set in a URI query parameter.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"Content-Type\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The content type of the asset. This should be set in the Header. Example:\",\n \"```\",\n \"application/zip\",\n \"```\",\n \". For a list of acceptable types, refer this list of [media types](https://www.iana.org/assignments/media-types/media-types.xhtml).\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"label\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"An alternate short description of the asset. Used in place of the filename. This should be set in a URI query parameter.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#upload-a-release-asset) - Upload a release asset\",\n \"\",\n \"This endpoint makes use of [a Hypermedia relation](https://developer.github.com/v3/#hypermedia) to determine which URL to access. This endpoint is provided by a URI template in [the release's API response](https://developer.github.com/v3/repos/releases/#get-a-single-release). You need to use an HTTP client which supports [SNI](http://en.wikipedia.org/wiki/Server_Name_Indication) to make calls to this endpoint.\",\n \"\",\n \"The asset data is expected in its raw binary form, rather than JSON. Everything else about the endpoint is the same as the rest of the API. For example, you'll still need to pass your authentication to be able to upload an asset.\"\n ],\n \"x-swgg-host\": \"\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#upload-a-release-asset) - Upload a release asset\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/app\": {\n \"get\": {\n \"operationId\": \"_2Fapp_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#get-the-authenticated-github-app) - Get the authenticated GitHub App\",\n \"\",\n \"Returns the GitHub App associated with the [authentication credentials](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps#authenticating-as-a-github-app) used.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#get-the-authenticated-github-app) - Get the authenticated GitHub App\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/app/installations\": {\n \"get\": {\n \"operationId\": \"_2Fapp_2Finstallations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#find-installations) - Find installations\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#find-installations) - Find installations\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/app/installations/{installation_id}\": {\n \"get\": {\n \"operationId\": \"_2Fapp_2Finstallations_2F_7Binstallation_id_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"installation_id\",\n \"in\": \"path\",\n \"name\": \"installation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#get-a-single-installation) - Get a single installation\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#get-a-single-installation) - Get a single installation\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/apps/{app_slug}\": {\n \"get\": {\n \"operationId\": \"_2Fapps_2F_7Bapp_slug_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"app_slug\",\n \"in\": \"path\",\n \"name\": \"app_slug\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#get-a-single-github-app) - Get a single GitHub App\",\n \"\",\n \"**Note**: The ```:app_slug``` is just the URL-friendly name of your GitHub App. You can find this on the settings page for your GitHub App (e.g., ```https://github.com/settings/apps/:app_slug```).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#get-a-single-github-app) - Get a single GitHub App\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/codes_of_conduct\": {\n \"get\": {\n \"operationId\": \"_2Fcodes_of_conduct_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.scarlet-witch-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#list-all-codes-of-conduct) - List all codes of conduct\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#list-all-codes-of-conduct) - List all codes of conduct\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/codes_of_conduct/{key}\": {\n \"get\": {\n \"operationId\": \"_2Fcodes_of_conduct_2F_7Bkey_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.scarlet-witch-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"key\",\n \"in\": \"path\",\n \"name\": \"key\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-an-individual-code-of-conduct) - Get an individual code of conduct\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-an-individual-code-of-conduct) - Get an individual code of conduct\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/emojis\": {\n \"get\": {\n \"operationId\": \"_2Femojis_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Emojis](https://developer.github.com/v3/emojis/#emojis) - Emojis\",\n \"\",\n \"Lists all the emojis available to use on GitHub.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Emojis](https://developer.github.com/v3/emojis/#emojis) - Emojis\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/events\": {\n \"get\": {\n \"operationId\": \"_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-public-events) - List public events\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-public-events) - List public events\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/feeds\": {\n \"get\": {\n \"operationId\": \"_2Ffeeds_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Feeds](https://developer.github.com/v3/activity/feeds/#list-feeds) - List Feeds\",\n \"\",\n \"GitHub provides several timeline resources in [Atom](http://en.wikipedia.org/wiki/Atom_(standard)) format. The Feeds API lists all the feeds available to the authenticated user:\",\n \"- **Timeline**: The GitHub global public timeline\",\n \"- **User**: The public timeline for any user, using [URI template](https://developer.github.com/v3/#hypermedia)\",\n \"- **Current user public**: The public timeline for the authenticated user\",\n \"- **Current user**: The private timeline for the authenticated user\",\n \"- **Current user actor**: The private timeline for activity created by the authenticated user\",\n \"- **Current user organizations**: The private timeline for the organizations the authenticated user is a member of.\",\n \"\",\n \"**Note**: Private feeds are only returned when [authenticating via Basic Auth](https://developer.github.com/v3/#basic-authentication) since current feed URIs use the older, non revocable auth tokens.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Feeds](https://developer.github.com/v3/activity/feeds/#list-feeds) - List Feeds\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/gists\": {\n \"post\": {\n \"operationId\": \"_2Fgists_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fgists_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#create-a-gist) - Create a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#create-a-gist) - Create a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/public\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2Fpublic_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Only gists updated at or after this time are returned.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#list-all-public-gists) - List all public gists\",\n \"\",\n \"List all public gists sorted by most recently updated to least recently updated.\",\n \"\",\n \"Note: With [pagination](https://developer.github.com/v3/#pagination), you can fetch up to 3000 gists. For example, you can fetch 100 pages with 30 gists per page or 30 pages with 100 gists per page.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#list-all-public-gists) - List all public gists\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/starred\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2Fstarred_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Only gists updated at or after this time are returned.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#list-starred-gists) - List starred gists\",\n \"\",\n \"List the authenticated user's starred gists:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#list-starred-gists) - List starred gists\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{gist_id}/comments\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"gist_id\",\n \"in\": \"path\",\n \"name\": \"gist_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gist Comments](https://developer.github.com/v3/gists/comments/#list-comments-on-a-gist) - List comments on a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gist Comments](https://developer.github.com/v3/gists/comments/#list-comments-on-a-gist) - List comments on a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"post\": {\n \"operationId\": \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"gist_id\",\n \"in\": \"path\",\n \"name\": \"gist_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fgists_2F_7Bgist_id_7D_2Fcomments_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The comment text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gist Comments](https://developer.github.com/v3/gists/comments/#create-a-comment) - Create a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gist Comments](https://developer.github.com/v3/gists/comments/#create-a-comment) - Create a comment\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{gist_id}/comments/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"gist_id\",\n \"in\": \"path\",\n \"name\": \"gist_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gist Comments](https://developer.github.com/v3/gists/comments/#delete-a-comment) - Delete a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gist Comments](https://developer.github.com/v3/gists/comments/#delete-a-comment) - Delete a comment\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"gist_id\",\n \"in\": \"path\",\n \"name\": \"gist_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gist Comments](https://developer.github.com/v3/gists/comments/#get-a-single-comment) - Get a single comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gist Comments](https://developer.github.com/v3/gists/comments/#get-a-single-comment) - Get a single comment\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"patch\": {\n \"operationId\": \"_2Fgists_2F_7Bgist_id_7D_2Fcomments_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"gist_id\",\n \"in\": \"path\",\n \"name\": \"gist_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fgists_2F_7Bgist_id_7D_2Fcomments_2F_7Bid_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The comment text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gist Comments](https://developer.github.com/v3/gists/comments/#edit-a-comment) - Edit a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gist Comments](https://developer.github.com/v3/gists/comments/#edit-a-comment) - Edit a comment\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#delete-a-gist) - Delete a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#delete-a-gist) - Delete a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#get-a-single-gist) - Get a single gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#get-a-single-gist) - Get a single gist\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"patch\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fgists_2F_7Bid_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#edit-a-gist) - Edit a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#edit-a-gist) - Edit a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{id}/commits\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fcommits_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#list-gist-commits) - List gist commits\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#list-gist-commits) - List gist commits\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{id}/forks\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fforks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#list-gist-forks) - List gist forks\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#list-gist-forks) - List gist forks\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"post\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fforks_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#fork-a-gist) - Fork a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#fork-a-gist) - Fork a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{id}/star\": {\n \"delete\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fstar_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#unstar-a-gist) - Unstar a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#unstar-a-gist) - Unstar a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fstar_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#check-if-a-gist-is-starred) - Check if a gist is starred\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#check-if-a-gist-is-starred) - Check if a gist is starred\",\n \"x-swgg-tags0\": \"github-gists\"\n },\n \"put\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2Fstar_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#star-a-gist) - Star a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#star-a-gist) - Star a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gists/{id}/{sha}\": {\n \"get\": {\n \"operationId\": \"_2Fgists_2F_7Bid_7D_2F_7Bsha_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist) - Get a specific revision of a gist\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist) - Get a specific revision of a gist\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/gitignore/templates\": {\n \"get\": {\n \"operationId\": \"_2Fgitignore_2Ftemplates_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gitignore](https://developer.github.com/v3/gitignore/#listing-available-templates) - Listing available templates\",\n \"\",\n \"List all templates available to pass as an option when [creating a repository](https://developer.github.com/v3/repos/#create).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gitignore](https://developer.github.com/v3/gitignore/#listing-available-templates) - Listing available templates\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/gitignore/templates/C\": {\n \"get\": {\n \"operationId\": \"_2Fgitignore_2Ftemplates_2FC_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gitignore](https://developer.github.com/v3/gitignore/#get-a-single-template) - Get a single template\",\n \"\",\n \"The API also allows fetching the source of a single template.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gitignore](https://developer.github.com/v3/gitignore/#get-a-single-template) - Get a single template\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/installation/repositories\": {\n \"get\": {\n \"operationId\": \"_2Finstallation_2Frepositories_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Installations](https://developer.github.com/v3/apps/installations/#list-repositories) - List repositories\",\n \"\",\n \"List repositories that are accessible to the authenticated installation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Installations](https://developer.github.com/v3/apps/installations/#list-repositories) - List repositories\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/installations/{installation_id}/access_tokens\": {\n \"post\": {\n \"operationId\": \"_2Finstallations_2F_7Binstallation_id_7D_2Faccess_tokens_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"installation_id\",\n \"in\": \"path\",\n \"name\": \"installation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#create-a-new-installation-token) - Create a new installation token\",\n \"\",\n \"Creates an access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of ```401 - Unauthorized```, and requires creating a new installation token.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#create-a-new-installation-token) - Create a new installation token\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/issues\": {\n \"get\": {\n \"operationId\": \"_2Fissues_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"assigned\",\n \"enum\": [\n \"assigned\",\n \"created\",\n \"mentioned\",\n \"subscribed\",\n \"all\"\n ],\n \"in\": \"query\",\n \"name\": \"filter\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates which sorts of issues to return. Can be one of:\",\n \"* ```assigned```: Issues assigned to you\",\n \"* ```created```: Issues created by you\",\n \"* ```mentioned```: Issues mentioning you\",\n \"* ```subscribed```: Issues you're subscribed to updates for\",\n \"* ```all```: All issues the authenticated user can see, regardless of participation or creation\",\n \"Default: ```assigned```\"\n ]\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the issues to return. Can be either ```open```, ```closed```, or ```all```. Default: ```open```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"labels\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A list of comma separated label names. Example: ```bug,ui,@high```\"\n ]\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"What to sort results by. Can be either ```created```, ```updated```, ```comments```. Default: ```created```\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The direction of the sort. Can be either ```asc``` or ```desc```. Default: ```desc```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only issues updated at or after this time are returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#list-issues) - List issues\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"**Note**: In the past, pull requests and issues were more closely aligned than they are now. As far as the API is concerned, every pull request is an issue, but not every issue is a pull request.\",\n \"\",\n \"This endpoint may also return pull requests in the response. If an issue is a pull request, the object will include a ```pull_request``` key.\",\n \"\",\n \"List all issues **assigned** to the authenticated user across all visible repositories including owned repositories, member repositories, and organization repositories:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#list-issues) - List issues\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/legacy/issues/search/{owner}/{repository}/{state}/{keyword}\": {\n \"get\": {\n \"operationId\": \"_2Flegacy_2Fissues_2Fsearch_2F_7Bowner_7D_2F_7Brepository_7D_2F_7Bstate_7D_2F_7Bkeyword_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repository\",\n \"in\": \"path\",\n \"name\": \"repository\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"state\",\n \"in\": \"path\",\n \"name\": \"state\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the issues to return. Can be either ```open``` or ```closed```.\"\n ]\n },\n {\n \"default\": \"keyword\",\n \"in\": \"path\",\n \"name\": \"keyword\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search term.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-issues) - Search issues\",\n \"\",\n \"Find issues by state and keyword.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-issues) - Search issues\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/legacy/repos/search/{keyword}\": {\n \"get\": {\n \"operationId\": \"_2Flegacy_2Frepos_2Fsearch_2F_7Bkeyword_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"keyword\",\n \"in\": \"path\",\n \"name\": \"keyword\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search term\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"language\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter results by language\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"start_page\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The page number to fetch\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. One of ```stars```, ```forks```, or ```updated```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. if ```sort``` param is provided. Can be either ```asc``` or ```desc```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-repositories) - Search repositories\",\n \"\",\n \"Find repositories by keyword. Note, this legacy method does not follow the v3 pagination pattern. This method returns up to 100 results per page and pages can be fetched using the ```start_page``` parameter.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-repositories) - Search repositories\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/legacy/user/email/{email}\": {\n \"get\": {\n \"operationId\": \"_2Flegacy_2Fuser_2Femail_2F_7Bemail_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"email\",\n \"in\": \"path\",\n \"name\": \"email\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The email address\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Legacy Search](https://developer.github.com/v3/search/legacy/#email-search) - Email search\",\n \"\",\n \"This API call is added for compatibility reasons only. There's no guarantee that full email searches will always be available. The ```@``` character in the address must be left unencoded. Searches only against public email addresses (as configured on the user's GitHub profile).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Legacy Search](https://developer.github.com/v3/search/legacy/#email-search) - Email search\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/legacy/user/search/{keyword}\": {\n \"get\": {\n \"operationId\": \"_2Flegacy_2Fuser_2Fsearch_2F_7Bkeyword_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"keyword\",\n \"in\": \"path\",\n \"name\": \"keyword\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search term\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"start_page\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The page number to fetch\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. One of ```stars```, ```forks```, or ```updated```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. if ```sort``` param is provided. Can be either ```asc``` or ```desc```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-users) - Search users\",\n \"\",\n \"Find users by keyword.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Legacy Search](https://developer.github.com/v3/search/legacy/#search-users) - Search users\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/licenses\": {\n \"get\": {\n \"operationId\": \"_2Flicenses_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Licenses](https://developer.github.com/v3/licenses/#list-all-licenses) - List all licenses\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Licenses](https://developer.github.com/v3/licenses/#list-all-licenses) - List all licenses\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/licenses/{license}\": {\n \"get\": {\n \"operationId\": \"_2Flicenses_2F_7Blicense_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"license\",\n \"in\": \"path\",\n \"name\": \"license\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Licenses](https://developer.github.com/v3/licenses/#get-an-individual-license) - Get an individual license\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Licenses](https://developer.github.com/v3/licenses/#get-an-individual-license) - Get an individual license\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/markdown\": {\n \"post\": {\n \"operationId\": \"_2Fmarkdown_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fmarkdown_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Markdown](https://developer.github.com/v3/markdown/#render-an-arbitrary-markdown-document) - Render an arbitrary Markdown document\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Markdown](https://developer.github.com/v3/markdown/#render-an-arbitrary-markdown-document) - Render an arbitrary Markdown document\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/markdown/raw\": {\n \"post\": {\n \"operationId\": \"_2Fmarkdown_2Fraw_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Markdown](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode) - Render a Markdown document in raw mode\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Markdown](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode) - Render a Markdown document in raw mode\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/marketplace_listing/accounts/{id}\": {\n \"get\": {\n \"operationId\": \"_2Fmarketplace_listing_2Faccounts_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.valkyrie-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.valkyrie-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#check-if-a-github-account-is-associated-with-any-marketplace-listing) - Check if a GitHub account is associated with any Marketplace listing\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#check-if-a-github-account-is-associated-with-any-marketplace-listing) - Check if a GitHub account is associated with any Marketplace listing\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/marketplace_listing/plans\": {\n \"get\": {\n \"operationId\": \"_2Fmarketplace_listing_2Fplans_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.valkyrie-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.valkyrie-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#list-all-plans-for-your-marketplace-listing) - List all plans for your Marketplace listing\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#list-all-plans-for-your-marketplace-listing) - List all plans for your Marketplace listing\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/marketplace_listing/plans/{id}/accounts\": {\n \"get\": {\n \"operationId\": \"_2Fmarketplace_listing_2Fplans_2F_7Bid_7D_2Faccounts_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.valkyrie-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.valkyrie-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"created\",\n \"enum\": [\n \"created\",\n \"updated\"\n ],\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Sorts the GitHub accounts by the date they were created or last updated. Can be one of ```created``` or ```updated```. Default: ```created```\"\n ]\n },\n {\n \"enum\": [\n \"asc\",\n \"desc\",\n \"sort\"\n ],\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"To return the oldest accounts first, set to ```asc```. Can be one of ```asc``` or ```desc```. Ignored without the ```sort``` parameter.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#list-all-github-accounts-user-or-organization-on-a-specific-plan) - List all GitHub accounts (user or organization) on a specific plan\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#list-all-github-accounts-user-or-organization-on-a-specific-plan) - List all GitHub accounts (user or organization) on a specific plan\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/meta\": {\n \"get\": {\n \"operationId\": \"_2Fmeta_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"verifiable_password_authentication\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Whether authentication with username and password is supported.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"github_services_sha\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The currently-deployed SHA of [```github-services```](https://github.com/github/github-services).\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Meta](https://developer.github.com/v3/meta/#meta) - Meta\",\n \"\",\n \"This endpoint provides information about GitHub.com, the service.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Meta](https://developer.github.com/v3/meta/#meta) - Meta\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/networks/{owner}/{repo}/events\": {\n \"get\": {\n \"operationId\": \"_2Fnetworks_2F_7Bowner_7D_2F_7Brepo_7D_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories) - List public events for a network of repositories\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories) - List public events for a network of repositories\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/notifications\": {\n \"get\": {\n \"operationId\": \"_2Fnotifications_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": false,\n \"in\": \"query\",\n \"name\": \"all\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"If ```true```, show notifications marked as read. Default: ```false```\"\n ]\n },\n {\n \"default\": false,\n \"in\": \"query\",\n \"name\": \"participating\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"If ```true```, only shows notifications in which the user is directly participating or mentioned. Default: ```false```\"\n ]\n },\n {\n \"default\": \"Time.now\",\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Default: ```Time.now```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"before\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications) - List your notifications\",\n \"\",\n \"List all notifications for the current user, sorted by most recently updated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications) - List your notifications\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Fnotifications_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"Time.now\",\n \"in\": \"query\",\n \"name\": \"last_read_at\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Describes the last point that notifications were checked. Anything updated since this time will not be updated. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Default: ```Time.now```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-as-read) - Mark as read\",\n \"\",\n \"Marking a notification as \\\"read\\\" removes it from the [default view on GitHub](https://github.com/notifications).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-as-read) - Mark as read\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/notifications/threads/{id}\": {\n \"get\": {\n \"operationId\": \"_2Fnotifications_2Fthreads_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#view-a-single-thread) - View a single thread\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#view-a-single-thread) - View a single thread\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"patch\": {\n \"operationId\": \"_2Fnotifications_2Fthreads_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-a-thread-as-read) - Mark a thread as read\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-a-thread-as-read) - Mark a thread as read\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/notifications/threads/{id}/subscription\": {\n \"delete\": {\n \"operationId\": \"_2Fnotifications_2Fthreads_2F_7Bid_7D_2Fsubscription_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#delete-a-thread-subscription) - Delete a Thread Subscription\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#delete-a-thread-subscription) - Delete a Thread Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"get\": {\n \"operationId\": \"_2Fnotifications_2Fthreads_2F_7Bid_7D_2Fsubscription_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#get-a-thread-subscription) - Get a Thread Subscription\",\n \"\",\n \"This checks to see if the current user is subscribed to a thread. You can also [get a Repository subscription](https://developer.github.com/v3/activity/watching/#get-a-repository-subscription).\",\n \"\",\n \"Note that subscriptions are only generated if a user is participating in a conversation--for example, they've replied to the thread, were **@mention**ed, or manually subscribe to a thread.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#get-a-thread-subscription) - Get a Thread Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Fnotifications_2Fthreads_2F_7Bid_7D_2Fsubscription_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"subscribed\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications should be received from this thread\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"ignored\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if all notifications should be blocked from this thread\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription) - Set a Thread Subscription\",\n \"\",\n \"This lets you subscribe or unsubscribe from a conversation. Unsubscribing from a conversation mutes all future notifications (until you comment or get **@mention**ed once more).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription) - Set a Thread Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/organizations\": {\n \"get\": {\n \"operationId\": \"_2Forganizations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The integer ID of the last Organization that you've seen.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organizations](https://developer.github.com/v3/orgs/#list-all-organizations) - List all organizations\",\n \"\",\n \"Lists all organizations, in the order that they were created on GitHub.\",\n \"\",\n \"**Note:** Pagination is powered exclusively by the ```since``` parameter. Use the [Link header](https://developer.github.com/v3/#link-header) to get the URL for the next page of organizations.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organizations](https://developer.github.com/v3/orgs/#list-all-organizations) - List all organizations\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organizations](https://developer.github.com/v3/orgs/#get-an-organization) - Get an organization\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organizations](https://developer.github.com/v3/orgs/#get-an-organization) - Get an organization\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"patch\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organizations](https://developer.github.com/v3/orgs/#edit-an-organization) - Edit an organization\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organizations](https://developer.github.com/v3/orgs/#edit-an-organization) - Edit an organization\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/blocks\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fblocks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#list-blocked-users) - List blocked users\",\n \"\",\n \"List the users blocked by an organization.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#list-blocked-users) - List blocked users\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/blocks/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fblocks_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#unblock-a-user) - Unblock a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#unblock-a-user) - Unblock a user\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fblocks_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#check-whether-a-user-is-blocked-from-an-organization) - Check whether a user is blocked from an organization\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#check-whether-a-user-is-blocked-from-an-organization) - Check whether a user is blocked from an organization\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"put\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fblocks_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#block-a-user) - Block a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/#block-a-user) - Block a user\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/events\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization) - List public events for an organization\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization) - List public events for an organization\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/orgs/{org}/hooks\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#list-hooks) - List hooks\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#list-hooks) - List hooks\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Fhooks_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#create-a-hook) - Create a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#create-a-hook) - Create a hook\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/hooks/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#delete-a-hook) - Delete a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#delete-a-hook) - Delete a hook\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#get-single-hook) - Get single hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#get-single-hook) - Get single hook\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"patch\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#edit-a-hook) - Edit a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#edit-a-hook) - Edit a hook\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/hooks/{id}/pings\": {\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fhooks_2F_7Bid_7D_2Fpings_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#ping-a-hook) - Ping a hook\",\n \"\",\n \"This will trigger a [ping event](https://developer.github.com/webhooks/#ping-event) to be sent to the hook.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Webhooks](https://developer.github.com/v3/orgs/hooks/#ping-a-hook) - Ping a hook\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/invitations\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Finvitations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-pending-organization-invitations) - List pending organization invitations\",\n \"\",\n \"**Note:** You can now use the API to invite users to a GitHub organization. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-01-25-organization-invitation-api-preview) for full details. To access this feature, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.dazzler-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The return hash contains a ```role``` field which refers to the Organization Invitation role and will be one of the following values: ```direct_member```, ```admin```, ```billing_manager```, ```hiring_manager```, or ```reinstate```. If the invitee is not a GitHub member, the ```login``` field in the return hash will be ```null```.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-pending-organization-invitations) - List pending organization invitations\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Finvitations_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Finvitations_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#create-organization-invitation) - Create organization invitation\",\n \"\",\n \"**Note:** You can now use the API to invite users to a GitHub organization. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-01-25-organization-invitation-api-preview) for full details. To access this feature, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.dazzler-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Invite people to an organization by using their GitHub user ID or their email address. In order to create invitations in an organization, the authenticated user must be an organization owner.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#create-organization-invitation) - Create organization invitation\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/invitations/{invitation_id}/teams\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Finvitations_2F_7Binvitation_id_7D_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"invitation_id\",\n \"in\": \"path\",\n \"name\": \"invitation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-organization-invitation-teams) - List organization invitation teams\",\n \"\",\n \"**Note:** You can now use the API to invite users to a GitHub organization. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-01-25-organization-invitation-api-preview) for full details. To access this feature, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.dazzler-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List all teams associated with an invitation. In order to see invitations in an organization, the authenticated user must be an organization owner.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-organization-invitation-teams) - List organization invitation teams\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/members\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmembers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"2fa_disabled\",\n \"all\"\n ],\n \"in\": \"query\",\n \"name\": \"filter\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter members returned in the list. Can be one of:\",\n \"* ```2fa_disabled``` - Members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) enabled. Available for organization owners.\",\n \"* ```all``` - All members the authenticated user can see.\",\n \"\",\n \"Default: ```all```\"\n ]\n },\n {\n \"enum\": [\n \"all\",\n \"admin\",\n \"member\"\n ],\n \"in\": \"query\",\n \"name\": \"role\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter members returned by their role. Can be one of:\",\n \"* ```all``` - All members of the organization, regardless of role.\",\n \"* ```admin``` - Organization owners.\",\n \"* ```member``` - Non-owner organization members.\",\n \"\",\n \"Default: ```all```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#members-list) - Members list\",\n \"\",\n \"List all users who are members of an organization. If the authenticated user is also a member of this organization then both concealed and public members will be returned.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#members-list) - Members list\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/members/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmembers_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#remove-a-member) - Remove a member\",\n \"\",\n \"Removing a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#remove-a-member) - Remove a member\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmembers_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#check-membership) - Check membership\",\n \"\",\n \"Check if a user is, publicly or privately, a member of the organization.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#check-membership) - Check membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/memberships/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmemberships_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#remove-organization-membership) - Remove organization membership\",\n \"\",\n \"In order to remove a user's membership with an organization, the authenticated user must be an organization owner.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#remove-organization-membership) - Remove organization membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmemberships_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#get-organization-membership) - Get organization membership\",\n \"\",\n \"In order to get a user's membership with an organization, the authenticated user must be an organization member.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#get-organization-membership) - Get organization membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"put\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmemberships_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"admin\",\n \"member\"\n ],\n \"in\": \"query\",\n \"name\": \"role\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The role to give the user in the organization. Can be one of:\",\n \"* ```admin``` - The user will become an owner of the organization.\",\n \"* ```member``` - The user will become a non-owner member of the organization.\",\n \"\",\n \"Default: ```member```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership) - Add or update organization membership\",\n \"\",\n \"Only authenticated organization owners can add a member to the organization or update the member's role.\",\n \"-\",\n \"\",\n \"If the authenticated user is adding a member to the organization, the invited user will receive an email inviting them to the organization. The user's [membership status](https://developer.github.com/v3/orgs/members/#get-organization-membership) will be ```pending``` until they accept the invitation.\",\n \"-\",\n \"\",\n \"Authenticated users can update a user's membership by passing the ```role``` parameter. If the authenticated user changes a member's role to ```admin```, the affected user will receive an email notifying them that they've been made an organization owner. If the authenticated user changes an owner's role to ```member```, no email will be sent.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership) - Add or update organization membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/migrations\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#get-a-list-of-migrations) - Get a list of migrations\",\n \"\",\n \"Lists the most recent migrations.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#get-a-list-of-migrations) - Get a list of migrations\",\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Fmigrations_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#start-a-migration) - Start a migration\",\n \"\",\n \"Initiates the generation of a migration archive.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#start-a-migration) - Start a migration\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/orgs/{org}/migrations/{id}\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#get-the-status-of-a-migration) - Get the status of a migration\",\n \"\",\n \"Fetches the status of a migration.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#get-the-status-of-a-migration) - Get the status of a migration\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/orgs/{org}/migrations/{id}/archive\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_2F_7Bid_7D_2Farchive_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#delete-a-migration-archive) - Delete a migration archive\",\n \"\",\n \"Deletes a previous migration archive. Migration archives are automatically deleted after seven days.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#delete-a-migration-archive) - Delete a migration archive\",\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_2F_7Bid_7D_2Farchive_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#download-a-migration-archive) - Download a migration archive\",\n \"\",\n \"Fetches the URL to a migration archive.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#download-a-migration-archive) - Download a migration archive\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/orgs/{org}/migrations/{id}/repos/{repo_name}/lock\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fmigrations_2F_7Bid_7D_2Frepos_2F_7Brepo_name_7D_2Flock_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.wyandotte-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.wyandotte-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo_name\",\n \"in\": \"path\",\n \"name\": \"repo_name\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Migrations](https://developer.github.com/v3/migration/migrations/#unlock-a-repository) - Unlock a repository\",\n \"\",\n \"Unlocks a repository that was locked for migration. You should unlock each migrated repository and [delete them](https://developer.github.com/v3/repos/#delete-a-repository) when the migration is complete and you no longer need the source data.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Migrations](https://developer.github.com/v3/migration/migrations/#unlock-a-repository) - Unlock a repository\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/orgs/{org}/outside_collaborators\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Foutside_collaborators_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"2fa_disabled\",\n \"all\"\n ],\n \"in\": \"query\",\n \"name\": \"filter\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter the list of outside collaborators. Can be one of:\",\n \"* ```2fa_disabled```: Outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) enabled.\",\n \"* ```all```: All outside collaborators.\",\n \"\",\n \"Default: ```all```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#list-outside-collaborators) - List outside collaborators\",\n \"\",\n \"List all users who are outside collaborators of an organization.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#list-outside-collaborators) - List outside collaborators\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/outside_collaborators/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Foutside_collaborators_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#remove-outside-collaborator) - Remove outside collaborator\",\n \"\",\n \"Removing a user from this list will remove them from all the organization's repositories.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#remove-outside-collaborator) - Remove outside collaborator\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"put\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Foutside_collaborators_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#convert-member-to-outside-collaborator) - Convert member to outside collaborator\",\n \"\",\n \"When an organization member is converted to an outside collaborator, they'll only have access to the repositories that their current team membership allows. The user will no longer be a member of the organization. For more information, see \\\"[Converting an organization member to an outside collaborator](https://help.github.com/articles/converting-an-organization-member-to-an-outside-collaborator/)\\\".\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#convert-member-to-outside-collaborator) - Convert member to outside collaborator\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/projects\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fprojects_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the projects to return. Can be either ```open```, ```closed```, or ```all```. Default: ```open```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#list-organization-projects) - List organization projects\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#list-organization-projects) - List organization projects\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fprojects_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Forgs_2F_7Borg_7D_2Fprojects_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The body of the project.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#create-an-organization-project) - Create an organization project\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#create-an-organization-project) - Create an organization project\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/orgs/{org}/public_members\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fpublic_members_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#public-members-list) - Public members list\",\n \"\",\n \"Members of an organization can choose to have their membership publicized or not.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#public-members-list) - Public members list\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/public_members/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fpublic_members_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#conceal-a-users-membership) - Conceal a user's membership\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#conceal-a-users-membership) - Conceal a user's membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fpublic_members_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#check-public-membership) - Check public membership\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#check-public-membership) - Check public membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"put\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fpublic_members_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#publicize-a-users-membership) - Publicize a user's membership\",\n \"\",\n \"The user can publicize their own membership. (A user cannot publicize the membership for another user.)\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#publicize-a-users-membership) - Publicize a user's membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/orgs/{org}/repos\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Frepos_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"all\",\n \"enum\": [\n \"all\",\n \"public\",\n \"private\",\n \"forks\",\n \"sources\",\n \"member\"\n ],\n \"in\": \"query\",\n \"name\": \"type\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```all```, ```public```, ```private```, ```forks```, ```sources```, ```member```. Default: ```all```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-organization-repositories) - List organization repositories\",\n \"\",\n \"List repositories for the specified org.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-organization-repositories) - List organization repositories\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/orgs/{org}/teams\": {\n \"get\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#list-teams) - List teams\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#list-teams) - List teams\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"post\": {\n \"operationId\": \"_2Forgs_2F_7Borg_7D_2Fteams_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the team.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"description\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The description of the team.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"privacy\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The level of privacy this team should have. The options are:\",\n \"**For a non-nested team:**\",\n \"* ```secret``` - only visible to organization owners and members of this team.\",\n \"* ```closed``` - visible to all members of this organization.\",\n \"Default: ```secret```\",\n \"**For a parent or child team:**\",\n \"* ```closed``` - visible to all members of this organization.\",\n \"Default for child team: ```closed```\",\n \"**Note**: You must pass the ```hellcat-preview``` media type to set privacy default to ```closed``` for child teams.\"\n ]\n },\n {\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\"\n ],\n \"in\": \"query\",\n \"name\": \"permission\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of:\",\n \"* ```pull``` - team members can pull, but not push to or administer newly-added repositories.\",\n \"* ```push``` - team members can pull and push, but not administer newly-added repositories.\",\n \"* ```admin``` - team members can pull, push and administer newly-added repositories.\",\n \"Default: ```pull```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"parent_team_id\",\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The ID of a team to set as the parent team. **Note**: You must pass the ```hellcat-preview``` media type to use this parameter.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#create-team) - Create team\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"To create a team, the authenticated user must be a member of ```:org```.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#create-team) - Create team\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/projects/columns/cards/{card_id}\": {\n \"delete\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"card_id\",\n \"in\": \"path\",\n \"name\": \"card_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#delete-a-project-card) - Delete a project card\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#delete-a-project-card) - Delete a project card\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"get\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"card_id\",\n \"in\": \"path\",\n \"name\": \"card_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#get-a-project-card) - Get a project card\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#get-a-project-card) - Get a project card\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"patch\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"card_id\",\n \"in\": \"path\",\n \"name\": \"card_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"note\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The card's note content. Only valid for cards without another type of content, so this cannot be specified if the card already has a ```content_id``` and ```content_type```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#update-a-project-card) - Update a project card\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#update-a-project-card) - Update a project card\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/columns/cards/{card_id}/moves\": {\n \"post\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_2Fmoves_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"card_id\",\n \"in\": \"path\",\n \"name\": \"card_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fprojects_2Fcolumns_2Fcards_2F_7Bcard_id_7D_2Fmoves_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#move-a-project-card) - Move a project card\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#move-a-project-card) - Move a project card\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/columns/{column_id}\": {\n \"delete\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#delete-a-project-column) - Delete a project column\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#delete-a-project-column) - Delete a project column\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"get\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#get-a-project-column) - Get a project column\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#get-a-project-column) - Get a project column\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"patch\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The new name of the column.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#update-a-project-column) - Update a project column\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#update-a-project-column) - Update a project column\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/columns/{column_id}/cards\": {\n \"get\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_2Fcards_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#list-project-cards) - List project cards\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#list-project-cards) - List project cards\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"post\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_2Fcards_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"note\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The card's note content. Only valid for cards without another type of content, so this must be omitted if ```content_id``` and ```content_type``` are specified.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"content_id\",\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The id of the issue to associate with this card.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"content_type\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required if you specify a content_id**. The type of content to associate with this card. Can only be \\\"Issue\\\" at this time.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project cards](https://developer.github.com/v3/projects/cards/#create-a-project-card) - Create a project card\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project cards](https://developer.github.com/v3/projects/cards/#create-a-project-card) - Create a project card\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/columns/{column_id}/moves\": {\n \"post\": {\n \"operationId\": \"_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_2Fmoves_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"column_id\",\n \"in\": \"path\",\n \"name\": \"column_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fprojects_2Fcolumns_2F_7Bcolumn_id_7D_2Fmoves_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#move-a-project-column) - Move a project column\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#move-a-project-column) - Move a project column\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/{project_id}\": {\n \"delete\": {\n \"operationId\": \"_2Fprojects_2F_7Bproject_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"project_id\",\n \"in\": \"path\",\n \"name\": \"project_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#delete-a-project) - Delete a project\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#delete-a-project) - Delete a project\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"get\": {\n \"operationId\": \"_2Fprojects_2F_7Bproject_id_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"project_id\",\n \"in\": \"path\",\n \"name\": \"project_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#get-a-project) - Get a project\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#get-a-project) - Get a project\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"patch\": {\n \"operationId\": \"_2Fprojects_2F_7Bproject_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"project_id\",\n \"in\": \"path\",\n \"name\": \"project_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fprojects_2F_7Bproject_id_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The body of the project.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#update-a-project) - Update a project\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#update-a-project) - Update a project\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/projects/{project_id}/columns\": {\n \"get\": {\n \"operationId\": \"_2Fprojects_2F_7Bproject_id_7D_2Fcolumns_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"project_id\",\n \"in\": \"path\",\n \"name\": \"project_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#list-project-columns) - List project columns\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#list-project-columns) - List project columns\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"post\": {\n \"operationId\": \"_2Fprojects_2F_7Bproject_id_7D_2Fcolumns_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"project_id\",\n \"in\": \"path\",\n \"name\": \"project_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the column.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Project columns](https://developer.github.com/v3/projects/columns/#create-a-project-column) - Create a project column\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Project columns](https://developer.github.com/v3/projects/columns/#create-a-project-column) - Create a project column\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/rate_limit\": {\n \"get\": {\n \"operationId\": \"_2Frate_limit_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Rate Limit](https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status) - Get your current rate limit status\",\n \"\",\n \"Note: Accessing this endpoint does not count against your rate limit.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Rate Limit](https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status) - Get your current rate limit status\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/reactions/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Freactions_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#delete-a-reaction) - Delete a reaction\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/), when deleting a [team discussion](https://developer.github.com/v3/teams/discussions/) or [team discussion comment](https://developer.github.com/v3/teams/discussion_comments/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#delete-a-reaction) - Delete a reaction\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/repos/{owner}/{name}/community/profile\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Bname_7D_2Fcommunity_2Fprofile_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.black-panther-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.black-panther-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"name\",\n \"in\": \"path\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Community](https://developer.github.com/v3/repos/community/#retrieve-community-profile-metrics) - Retrieve community profile metrics\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Community](https://developer.github.com/v3/repos/community/#retrieve-community-profile-metrics) - Retrieve community profile metrics\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#delete-a-repository) - Delete a repository\",\n \"\",\n \"Deleting a repository requires admin access. If OAuth is used, the ```delete_repo``` scope is required.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#delete-a-repository) - Delete a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.scarlet-witch-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-a-repositorys-code-of-conduct) - Get a repository's code of conduct\",\n \"\",\n \"When passed the preview media type, requests to get a repository will also return the repository's code of conduct if it can be detected from the repository's code of conduct file.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-a-repositorys-code-of-conduct) - Get a repository's code of conduct\",\n \"x-swgg-tags0\": \"github-misc\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#edit) - Edit\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#edit) - Edit\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#get) - Get\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#get) - Get\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/assignees\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fassignees_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#list-assignees) - List assignees\",\n \"\",\n \"Lists the [available assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users/) for issues in a repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#list-assignees) - List assignees\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/assignees/{assignee}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fassignees_2F_7Bassignee_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"assignee\",\n \"in\": \"path\",\n \"name\": \"assignee\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#check-assignee) - Check assignee\",\n \"\",\n \"Checks if a user has permission to be assigned to an issue in this repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#check-assignee) - Check assignee\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/branches\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"protected\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Setting to ```true``` returns only protected branches.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#list-branches) - List branches\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#list-branches) - List branches\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-branch) - Get branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-branch) - Get branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-branch-protection) - Remove branch protection\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-branch-protection) - Remove branch protection\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-branch-protection) - Get branch protection\",\n \"\",\n \"**Note:** The Protected Branches API now has a setting for requiring a specified number of approving pull request reviews before merging. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.luke-cage-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-branch-protection) - Get branch protection\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#update-branch-protection) - Update branch protection\",\n \"\",\n \"**Note:** The Protected Branches API now has a setting for requiring a specified number of approving pull request reviews before merging. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.luke-cage-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Protecting a branch requires admin or owner permissions to the repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#update-branch-protection) - Update branch protection\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Fenforce_admins_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-admin-enforcement-of-protected-branch) - Remove admin enforcement of protected branch\",\n \"\",\n \"Removing admin enforcement requires admin or owner permissions to the repository and branch protection to be enabled.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-admin-enforcement-of-protected-branch) - Remove admin enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Fenforce_admins_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-admin-enforcement-of-protected-branch) - Get admin enforcement of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-admin-enforcement-of-protected-branch) - Get admin enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Fenforce_admins_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#add-admin-enforcement-of-protected-branch) - Add admin enforcement of protected branch\",\n \"\",\n \"Adding admin enforcement requires admin or owner permissions to the repository and branch protection to be enabled.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#add-admin-enforcement-of-protected-branch) - Add admin enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-pull-request-review-enforcement-of-protected-branch) - Remove pull request review enforcement of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-pull-request-review-enforcement-of-protected-branch) - Remove pull request review enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-pull-request-review-enforcement-of-protected-branch) - Get pull request review enforcement of protected branch\",\n \"\",\n \"**Note:** The Protected Branches API now has a setting for requiring a specified number of approving pull request reviews before merging. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.luke-cage-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-pull-request-review-enforcement-of-protected-branch) - Get pull request review enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_pull_request_reviews_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#update-pull-request-review-enforcement-of-protected-branch) - Update pull request review enforcement of protected branch\",\n \"\",\n \"**Note:** The Protected Branches API now has a setting for requiring a specified number of approving pull request reviews before merging. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.luke-cage-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Updating pull request review enforcement requires admin or owner permissions to the repository and branch protection to be enabled.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#update-pull-request-review-enforcement-of-protected-branch) - Update pull request review enforcement of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_signatures_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-signatures-of-protected-branch) - Remove required signatures of protected branch\",\n \"\",\n \"**Note:** Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.zzzax-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"When authenticated with admin or owner permissions to the repository, you can use this endpoint to disable required signed commits on a branch. You must enable branch protection to require signed commits.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-signatures-of-protected-branch) - Remove required signatures of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_signatures_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-required-signatures-of-protected-branch) - Get required signatures of protected branch\",\n \"\",\n \"**Note:** Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.zzzax-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"When authenticated with admin or owner permissions to the repository, you can use this endpoint to check whether a branch requires signed commits. An enabled status of ```true``` indicates you must sign commits on this branch. For more information, see [Signing commits with GPG](https://help.github.com/articles/signing-commits-with-gpg) in GitHub Help.\",\n \"\",\n \"**Note**: You must enable branch protection to require signed commits.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-required-signatures-of-protected-branch) - Get required signatures of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_signatures_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#add-required-signatures-of-protected-branch) - Add required signatures of protected branch\",\n \"\",\n \"**Note:** Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.zzzax-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"When authenticated with admin or owner permissions to the repository, you can use this endpoint to require signed commits on a branch. You must enable branch protection to require signed commits.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#add-required-signatures-of-protected-branch) - Add required signatures of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-of-protected-branch) - Remove required status checks of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-of-protected-branch) - Remove required status checks of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-required-status-checks-of-protected-branch) - Get required status checks of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-required-status-checks-of-protected-branch) - Get required status checks of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#update-required-status-checks-of-protected-branch) - Update required status checks of protected branch\",\n \"\",\n \"Updating required status checks requires admin or owner permissions to the repository and branch protection to be enabled.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#update-required-status-checks-of-protected-branch) - Update required status checks of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_2Fcontexts_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-contexts-of-protected-branch) - Remove required status checks contexts of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-contexts-of-protected-branch) - Remove required status checks contexts of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_2Fcontexts_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#list-required-status-checks-contexts-of-protected-branch) - List required status checks contexts of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#list-required-status-checks-contexts-of-protected-branch) - List required status checks contexts of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_2Fcontexts_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#add-required-status-checks-contexts-of-protected-branch) - Add required status checks contexts of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#add-required-status-checks-contexts-of-protected-branch) - Add required status checks contexts of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frequired_status_checks_2Fcontexts_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#replace-required-status-checks-contexts-of-protected-branch) - Replace required status checks contexts of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#replace-required-status-checks-contexts-of-protected-branch) - Replace required status checks contexts of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-restrictions-of-protected-branch) - Remove restrictions of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-restrictions-of-protected-branch) - Remove restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#get-restrictions-of-protected-branch) - Get restrictions of protected branch\",\n \"\",\n \"**Note**: Teams and users ```restrictions``` are only available for organization-owned repositories.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#get-restrictions-of-protected-branch) - Get restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fteams_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-team-restrictions-of-protected-branch) - Remove team restrictions of protected branch\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-team-restrictions-of-protected-branch) - Remove team restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#list-team-restrictions-of-protected-branch) - List team restrictions of protected branch\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#list-team-restrictions-of-protected-branch) - List team restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fteams_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#add-team-restrictions-of-protected-branch) - Add team restrictions of protected branch\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#add-team-restrictions-of-protected-branch) - Add team restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fteams_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#replace-team-restrictions-of-protected-branch) - Replace team restrictions of protected branch\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#replace-team-restrictions-of-protected-branch) - Replace team restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fusers_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#remove-user-restrictions-of-protected-branch) - Remove user restrictions of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#remove-user-restrictions-of-protected-branch) - Remove user restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fusers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#list-user-restrictions-of-protected-branch) - List user restrictions of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#list-user-restrictions-of-protected-branch) - List user restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fusers_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#add-user-restrictions-of-protected-branch) - Add user restrictions of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#add-user-restrictions-of-protected-branch) - Add user restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fbranches_2F_7Bbranch_7D_2Fprotection_2Frestrictions_2Fusers_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.luke-cage-preview+json\",\n \"application/vnd.github.zzzax-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"branch\",\n \"in\": \"path\",\n \"name\": \"branch\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Branches](https://developer.github.com/v3/repos/branches/#replace-user-restrictions-of-protected-branch) - Replace user restrictions of protected branch\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Branches](https://developer.github.com/v3/repos/branches/#replace-user-restrictions-of-protected-branch) - Replace user restrictions of protected branch\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/collaborators\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcollaborators_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"outside\",\n \"direct\",\n \"all\"\n ],\n \"in\": \"query\",\n \"name\": \"affiliation\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter collaborators returned by their affiliation. Can be one of:\",\n \"* ```outside```: All outside collaborators of an organization-owned repository.\",\n \"* ```direct```: All collaborators with permissions to an organization-owned repository, regardless of organization membership status.\",\n \"* ```all```: All collaborators the authenticated user can see.\",\n \"Default: ```all```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators) - List collaborators\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators) - List collaborators\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/collaborators/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcollaborators_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#remove-user-as-a-collaborator) - Remove user as a collaborator\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#remove-user-as-a-collaborator) - Remove user as a collaborator\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcollaborators_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#check-if-a-user-is-a-collaborator) - Check if a user is a collaborator\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#check-if-a-user-is-a-collaborator) - Check if a user is a collaborator\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcollaborators_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\"\n ],\n \"in\": \"query\",\n \"name\": \"permission\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The permission to grant the collaborator. **Only valid on organization-owned repositories.** Can be one of:\",\n \"* ```pull``` - can pull, but not push to or administer this repository.\",\n \"* ```push``` - can pull and push, but not administer this repository.\",\n \"* ```admin``` - can pull, push and administer this repository.\",\n \"Default: ```push```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator) - Add user as a collaborator\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator) - Add user as a collaborator\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/collaborators/{username}/permission\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcollaborators_2F_7Busername_7D_2Fpermission_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#review-a-users-permission-level) - Review a user's permission level\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Collaborators](https://developer.github.com/v3/repos/collaborators/#review-a-users-permission-level) - Review a user's permission level\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository) - List commit comments for a repository\",\n \"\",\n \"Commit Comments use [these custom media types](https://developer.github.com/v3/repos/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Comments are ordered by ascending ID.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository) - List commit comments for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/comments/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#delete-a-commit-comment) - Delete a commit comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#delete-a-commit-comment) - Delete a commit comment\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#get-a-single-commit-comment) - Get a single commit comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#get-a-single-commit-comment) - Get a single commit comment\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The contents of the comment\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#update-a-commit-comment) - Update a commit comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#update-a-commit-comment) - Update a commit comment\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/comments/{id}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to a commit comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment) - List reactions for a commit comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to a [commit comment](https://developer.github.com/v3/repos/comments/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment) - List reactions for a commit comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-commit-comment) - Create reaction for a commit comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to a [commit comment](https://developer.github.com/v3/repos/comments/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this commit comment.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-commit-comment) - Create reaction for a commit comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/repos/{owner}/{repo}/commits\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.sha\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"master\",\n \"in\": \"query\",\n \"name\": \"sha\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"SHA or branch to start listing commits from. Default: the repository’s default branch (usually ```master```).\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"path\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only commits containing this file path will be returned.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"author\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"GitHub login or email address by which to filter by commit author.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only commits after this date will be returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"until\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only commits before this date will be returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Commits](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository) - List commits on a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Commits](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository) - List commits on a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{ref}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bref_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.sha\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Commits](https://developer.github.com/v3/repos/commits/#get-the-sha-1-of-a-commit-reference) - Get the SHA-1 of a commit reference\",\n \"\",\n \"Users with read access can get the SHA-1 of a commit reference:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Commits](https://developer.github.com/v3/repos/commits/#get-the-sha-1-of-a-commit-reference) - Get the SHA-1 of a commit reference\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{ref}/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bref_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit) - List comments for a single commit\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit) - List comments for a single commit\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{ref}/status\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bref_7D_2Fstatus_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Ref to fetch the status for. It can be a SHA, a branch name, or a tag name.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statuses](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref) - Get the combined status for a specific ref\",\n \"\",\n \"Users with pull access can access a combined view of commit statuses for a given ref.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statuses](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref) - Get the combined status for a specific ref\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{ref}/statuses\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bref_7D_2Fstatuses_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. Ref to list the statuses from. It can be a SHA, a branch name, or a tag name.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statuses](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref) - List statuses for a specific ref\",\n \"\",\n \"Users with pull access can view commit statuses for a given ref:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statuses](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref) - List statuses for a specific ref\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{sha}#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bsha_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.sha\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Commits](https://developer.github.com/v3/repos/commits/#get-a-single-commit) - Get a single commit\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Commits](https://developer.github.com/v3/repos/commits/#get-a-single-commit) - Get a single commit\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/commits/{sha}/comments#1\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bsha_7D_2Fcomments_231_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommits_2F_7Bsha_7D_2Fcomments_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The contents of the comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Comments](https://developer.github.com/v3/repos/comments/#create-a-commit-comment) - Create a commit comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Comments](https://developer.github.com/v3/repos/comments/#create-a-commit-comment) - Create a commit comment\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/community/code_of_conduct\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcommunity_2Fcode_of_conduct_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.scarlet-witch-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-the-contents-of-a-repositorys-code-of-conduct) - Get the contents of a repository's code of conduct\",\n \"\",\n \"This method returns the contents of the repository's code of conduct file, if one is detected.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/#get-the-contents-of-a-repositorys-code-of-conduct) - Get the contents of a repository's code of conduct\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/repos/{owner}/{repo}/compare/{base}...{head}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcompare_2F_7Bbase_7D..._7Bhead_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.sha\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"base\",\n \"in\": \"path\",\n \"name\": \"base\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"head\",\n \"in\": \"path\",\n \"name\": \"head\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Commits](https://developer.github.com/v3/repos/commits/#compare-two-commits) - Compare two commits\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Commits](https://developer.github.com/v3/repos/commits/#compare-two-commits) - Compare two commits\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/contents/{path}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"path\",\n \"in\": \"path\",\n \"name\": \"path\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The content path.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20DELETE.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#delete-a-file) - Delete a file\",\n \"\",\n \"This method deletes a file in a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#delete-a-file) - Delete a file\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"path\",\n \"in\": \"path\",\n \"name\": \"path\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The content path.\"\n ]\n },\n {\n \"default\": \"master\",\n \"in\": \"query\",\n \"name\": \"ref\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the commit/branch/tag. Default: the repository’s default branch (usually ```master```)\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#get-contents) - Get contents\",\n \"\",\n \"This method returns the contents of a file or directory in a repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#get-contents) - Get contents\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"path\",\n \"in\": \"path\",\n \"name\": \"path\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The content path.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#create-a-file) - Create a file\",\n \"\",\n \"This method creates a new file in a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#create-a-file) - Create a file\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/contents/{path}#1\": {\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_231_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"path\",\n \"in\": \"path\",\n \"name\": \"path\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The content path.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontents_2F_7Bpath_7D_231_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#update-a-file) - Update a file\",\n \"\",\n \"This method updates a file in a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#update-a-file) - Update a file\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/contributors\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fcontributors_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"anon\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Set to ```1``` or ```true``` to include anonymous contributors in results.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-contributors) - List contributors\",\n \"\",\n \"Lists contributors to the specified repository and sorts them by the number of commits per contributor in descending order. This endpoint may return information that is a few hours old because the GitHub REST API v3 caches contributor data to improve performance.\",\n \"\",\n \"GitHub identifies contributors by author email address. This endpoint groups contribution counts by GitHub user, which includes all associated email addresses. To improve performance, only the first 500 author email addresses in the repository link to GitHub users. The rest will appear as anonymous contributors without associated GitHub user information.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-contributors) - List contributors\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/deployments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"none\",\n \"in\": \"query\",\n \"name\": \"sha\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The SHA that was recorded at creation time. Default: ```none```\"\n ]\n },\n {\n \"default\": \"none\",\n \"in\": \"query\",\n \"name\": \"ref\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the ref. This can be a branch, tag, or SHA. Default: ```none```\"\n ]\n },\n {\n \"default\": \"none\",\n \"in\": \"query\",\n \"name\": \"task\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the task for the deployment (e.g., ```deploy``` or ```deploy:migrations```). Default: ```none```\"\n ]\n },\n {\n \"default\": \"none\",\n \"in\": \"query\",\n \"name\": \"environment\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the environment that was deployed to (e.g., ```staging``` or ```production```). Default: ```none```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#list-deployments) - List deployments\",\n \"\",\n \"Simple filtering of deployments is available via query parameters:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#list-deployments) - List deployments\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The ref to deploy. This can be a branch, tag, or SHA.\"\n ]\n },\n {\n \"default\": \"deploy\",\n \"in\": \"query\",\n \"name\": \"task\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies a task to execute (e.g., ```deploy``` or ```deploy:migrations```). Default: ```deploy```\"\n ]\n },\n {\n \"default\": true,\n \"in\": \"query\",\n \"name\": \"auto_merge\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Attempts to automatically merge the default branch into the requested ref, if it is behind the default branch. Default: ```true```\"\n ]\n },\n {\n \"in\": \"query\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"required_contexts\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"The status contexts to verify against commit status checks. If this parameter is omitted, then all unique contexts will be verified before a deployment is created. To bypass checking entirely pass an empty array. Defaults to all unique contexts.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"payload\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"JSON payload with extra information about the deployment. Default: ```\\\"\\\"```\"\n ]\n },\n {\n \"default\": \"production\",\n \"in\": \"query\",\n \"name\": \"environment\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Name for the target deployment environment (e.g., ```production```, ```staging```, ```qa```). Default: ```production```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"description\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Short description of the deployment. Default: ```\\\"\\\"```\"\n ]\n },\n {\n \"default\": false,\n \"in\": \"query\",\n \"name\": \"transient_environment\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. Default: ```false``` **This parameter requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n },\n {\n \"default\": true,\n \"in\": \"query\",\n \"name\": \"production_environment\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Specifies if the given environment is one that end-users directly interact with. Default: ```true``` when ```environment``` is ```production``` and ```false``` otherwise. **This parameter requires a custom media type to be specified. Please see more in the alert below.**\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#create-a-deployment) - Create a deployment\",\n \"\",\n \"Deployments offer a few configurable parameters with sane defaults.\",\n \"\",\n \"The ```ref``` parameter can be any named branch, tag, or SHA. At GitHub we often deploy branches and verify them before we merge a pull request.\",\n \"\",\n \"The ```environment``` parameter allows deployments to be issued to different runtime environments. Teams often have multiple environments for verifying their applications, such as ```production```, ```staging```, and ```qa```. This allows for easy tracking of which environments had deployments requested. The default environment is ```production```.\",\n \"\",\n \"The ```auto_merge``` parameter is used to ensure that the requested ref is not behind the repository's default branch. If the ref is behind the default branch for the repository, we will attempt to merge it for you. If the merge succeeds, the API will return a successful merge commit. If merge conflicts prevent the merge from succeeding, the API will return a failure response.\",\n \"\",\n \"By default, [commit statuses](https://developer.github.com/v3/repos/statuses) for every submitted context must be in a ```success``` state. The ```required_contexts``` parameter allows you to specify a subset of contexts that must be ```success```, or to specify contexts that have not yet been submitted. You are not required to use commit statuses to deploy. If you do not require any contexts or create any commit statuses, the deployment will always succeed.\",\n \"\",\n \"The ```payload``` parameter is available for any extra information that a deployment system might need. It is a JSON text field that will be passed on when a deployment event is dispatched.\",\n \"\",\n \"The ```task``` parameter is used by the deployment system to allow different execution paths. In the web world this might be ```deploy:migrations``` to run schema changes on the system. In the compiled world this could be a flag to compile an application with debugging enabled.\",\n \"\",\n \"Users with ```repo``` or ```repo_deployment``` scopes can create a deployment for a given ref:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#create-a-deployment) - Create a deployment\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/deployments/{id}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment) - Get a single deployment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment) - Get a single deployment\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/deployments/{id}/statuses\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_2Fstatuses_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The deployment ID to list the statuses from.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#list-deployment-statuses) - List deployment statuses\",\n \"\",\n \"Users with pull access can view deployment statuses for a deployment:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#list-deployment-statuses) - List deployment statuses\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_2Fstatuses_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_2Fstatuses_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#create-a-deployment-status) - Create a deployment status\",\n \"\",\n \"Users with push access can create deployment statuses for a given deployment:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#create-a-deployment-status) - Create a deployment status\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/deployments/{id}/statuses/{status_id}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdeployments_2F_7Bid_7D_2Fstatuses_2F_7Bstatus_id_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.ant-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.ant-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The deployment ID to list the statuses from.\"\n ]\n },\n {\n \"default\": \"status_id\",\n \"in\": \"path\",\n \"name\": \"status_id\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The deployment status ID.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deployments](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment-status) - Get a single deployment status\",\n \"\",\n \"This endpoint is part of the deployment and deployment status enhancement. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\",\n \"\",\n \"To access the API during the Early Access period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.ant-man-preview+json\",\n \"```\",\n \"\",\n \"Users with pull access can view a deployment status for a deployment:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deployments](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment-status) - Get a single deployment status\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/downloads\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdownloads_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Downloads](https://developer.github.com/v3/repos/downloads/#list-downloads-for-a-repository) - List downloads for a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Downloads](https://developer.github.com/v3/repos/downloads/#list-downloads-for-a-repository) - List downloads for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/downloads/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdownloads_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Downloads](https://developer.github.com/v3/repos/downloads/#delete-a-download) - Delete a download\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Downloads](https://developer.github.com/v3/repos/downloads/#delete-a-download) - Delete a download\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fdownloads_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Downloads](https://developer.github.com/v3/repos/downloads/#get-a-single-download) - Get a single download\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Downloads](https://developer.github.com/v3/repos/downloads/#get-a-single-download) - Get a single download\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/events\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-repository-events) - List repository events\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-repository-events) - List repository events\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/forks\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fforks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"newest\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order. Can be either ```newest```, ```oldest```, or ```stargazers```. Default: ```newest```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Forks](https://developer.github.com/v3/repos/forks/#list-forks) - List forks\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Forks](https://developer.github.com/v3/repos/forks/#list-forks) - List forks\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fforks_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"organization\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Optional parameter to specify the organization name if forking into an organization.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Forks](https://developer.github.com/v3/repos/forks/#create-a-fork) - Create a fork\",\n \"\",\n \"Create a fork for the authenticated user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Forks](https://developer.github.com/v3/repos/forks/#create-a-fork) - Create a fork\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/git/blobs\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fblobs_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fblobs_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Blobs](https://developer.github.com/v3/git/blobs/#create-a-blob) - Create a Blob\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Blobs](https://developer.github.com/v3/git/blobs/#create-a-blob) - Create a Blob\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/blobs/{sha}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fblobs_2F_7Bsha_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Blobs](https://developer.github.com/v3/git/blobs/#get-a-blob) - Get a Blob\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Blobs](https://developer.github.com/v3/git/blobs/#get-a-blob) - Get a Blob\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/commits\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Commits](https://developer.github.com/v3/git/commits/#create-a-commit) - Create a Commit\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Commits](https://developer.github.com/v3/git/commits/#create-a-commit) - Create a Commit\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/commits/{sha}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_2F_7Bsha_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Commits](https://developer.github.com/v3/git/commits/#get-a-commit) - Get a Commit\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Commits](https://developer.github.com/v3/git/commits/#get-a-commit) - Get a Commit\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/commits/{sha}#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Fcommits_2F_7Bsha_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"verified\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Does GitHub consider the signature in this commit to be verified?\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"reason\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The reason for ```verified``` value. Possible values and their meanings are enumerated in the table below.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"signature\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The signature that was extracted from the commit.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"payload\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The value that was signed.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Commits](https://developer.github.com/v3/git/commits/#commit-signature-verification) - Commit signature verification\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Commits](https://developer.github.com/v3/git/commits/#commit-signature-verification) - Commit signature verification\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/refs\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Refs](https://developer.github.com/v3/git/refs/#get-all-references) - Get all References\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Refs](https://developer.github.com/v3/git/refs/#get-all-references) - Get all References\",\n \"x-swgg-tags0\": \"github-git\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Refs](https://developer.github.com/v3/git/refs/#create-a-reference) - Create a Reference\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Refs](https://developer.github.com/v3/git/refs/#create-a-reference) - Create a Reference\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/refs/{ref}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_2F_7Bref_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Refs](https://developer.github.com/v3/git/refs/#delete-a-reference) - Delete a Reference\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Refs](https://developer.github.com/v3/git/refs/#delete-a-reference) - Delete a Reference\",\n \"x-swgg-tags0\": \"github-git\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_2F_7Bref_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Refs](https://developer.github.com/v3/git/refs/#get-a-reference) - Get a Reference\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Refs](https://developer.github.com/v3/git/refs/#get-a-reference) - Get a Reference\",\n \"x-swgg-tags0\": \"github-git\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_2F_7Bref_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Frefs_2F_7Bref_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Refs](https://developer.github.com/v3/git/refs/#update-a-reference) - Update a Reference\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Refs](https://developer.github.com/v3/git/refs/#update-a-reference) - Update a Reference\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/tags\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Tags](https://developer.github.com/v3/git/tags/#create-a-tag-object) - Create a Tag Object\",\n \"\",\n \"Note that creating a tag object does not create the reference that makes a tag in Git. If you want to create an annotated tag in Git, you have to do this call to create the tag object, and then [create](https://developer.github.com/v3/git/refs/#create-a-reference) the ```refs/tags/[tag]``` reference. If you want to create a lightweight tag, you only have to [create](https://developer.github.com/v3/git/refs/#create-a-reference) the tag reference - this call would be unnecessary.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Tags](https://developer.github.com/v3/git/tags/#create-a-tag-object) - Create a Tag Object\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/tags/{sha}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_2F_7Bsha_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Tags](https://developer.github.com/v3/git/tags/#get-a-tag) - Get a Tag\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Tags](https://developer.github.com/v3/git/tags/#get-a-tag) - Get a Tag\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/tags/{sha}#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftags_2F_7Bsha_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"verified\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Does GitHub consider the signature in this tag to be verified?\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"reason\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The reason for ```verified``` value. Possible values and their meanings are enumerated in the table below.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"signature\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The signature that was extracted from the tag.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"payload\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The value that was signed.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Tags](https://developer.github.com/v3/git/tags/#tag-signature-verification) - Tag signature verification\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Tags](https://developer.github.com/v3/git/tags/#tag-signature-verification) - Tag signature verification\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/trees\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Trees](https://developer.github.com/v3/git/trees/#create-a-tree) - Create a Tree\",\n \"\",\n \"The tree creation API will take nested entries as well. If both a tree and a nested path modifying that tree are specified, it will overwrite the contents of that tree with the new path contents and write a new tree out.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Trees](https://developer.github.com/v3/git/trees/#create-a-tree) - Create a Tree\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/trees/{sha}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_2F_7Bsha_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Trees](https://developer.github.com/v3/git/trees/#get-a-tree) - Get a Tree\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Trees](https://developer.github.com/v3/git/trees/#get-a-tree) - Get a Tree\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/git/trees/{sha}#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fgit_2Ftrees_2F_7Bsha_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"1\",\n \"in\": \"query\",\n \"name\": \"recursive\",\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-git\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Git Trees](https://developer.github.com/v3/git/trees/#get-a-tree-recursively) - Get a Tree Recursively\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Git Trees](https://developer.github.com/v3/git/trees/#get-a-tree-recursively) - Get a Tree Recursively\",\n \"x-swgg-tags0\": \"github-git\"\n }\n },\n \"/repos/{owner}/{repo}/hooks\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#list-hooks) - List hooks\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#list-hooks) - List hooks\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#create-a-hook) - Create a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#create-a-hook) - Create a hook\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/hooks/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#delete-a-hook) - Delete a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#delete-a-hook) - Delete a hook\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#get-single-hook) - Get single hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#get-single-hook) - Get single hook\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#edit-a-hook) - Edit a hook\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#edit-a-hook) - Edit a hook\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/hooks/{id}/pings\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_2Fpings_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#ping-a-hook) - Ping a hook\",\n \"\",\n \"This will trigger a [ping event](https://developer.github.com/webhooks/#ping-event) to be sent to the hook.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#ping-a-hook) - Ping a hook\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/hooks/{id}/tests\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fhooks_2F_7Bid_7D_2Ftests_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#test-a-push-hook) - Test a\",\n \"\",\n \"This will trigger the hook with the latest push to the current repository if the hook is subscribed to ```push``` events. If the hook is not subscribed to ```push``` events, the server will respond with 204 but no test POST will be generated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Webhooks](https://developer.github.com/v3/repos/hooks/#test-a-push-hook) - Test a\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/import\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#cancel-an-import) - Cancel an import\",\n \"\",\n \"Stop an import for a repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#cancel-an-import) - Cancel an import\",\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-import-progress) - Get import progress\",\n \"\",\n \"View the progress of an import.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-import-progress) - Get import progress\",\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#update-existing-import) - Update existing import\",\n \"\",\n \"An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API request. If no parameters are provided, the import will be restarted.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#update-existing-import) - Update existing import\",\n \"x-swgg-tags0\": \"github-migration\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#start-an-import) - Start an import\",\n \"\",\n \"Start a source import to a GitHub repository using GitHub Importer.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#start-an-import) - Start an import\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/repos/{owner}/{repo}/import/authors\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Fauthors_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only authors found after this id are returned. Provide the highest author ID you've seen so far. New authors may be added to the list at any point while the importer is performing the ```raw``` step.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-commit-authors) - Get commit authors\",\n \"\",\n \"Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username ```hubot``` into something like ```hubot <hubot@12341234-abab-fefe-8787-fedcba987654>```.\",\n \"\",\n \"This API method and the \\\"Map a commit author\\\" method allow you to provide correct Git author information.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-commit-authors) - Get commit authors\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/repos/{owner}/{repo}/import/authors/{author_id}\": {\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Fauthors_2F_7Bauthor_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"author_id\",\n \"in\": \"path\",\n \"name\": \"author_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Fauthors_2F_7Bauthor_id_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author) - Map a commit author\",\n \"\",\n \"Update an author's identity for the import. Your application can continue updating authors any time before you push new commits to the repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author) - Map a commit author\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/repos/{owner}/{repo}/import/large_files\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Flarge_files_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-large-files) - Get large files\",\n \"\",\n \"List files larger than 100MB found during the import\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#get-large-files) - Get large files\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/repos/{owner}/{repo}/import/lfs\": {\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Flfs_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.barred-rock-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.barred-rock-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fimport_2Flfs_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-migration\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference) - Set Git LFS preference\",\n \"\",\n \"You can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability is powered by [Git LFS](https://git-lfs.github.com). You can learn more about our LFS feature and working with large files [on our help site](https://help.github.com/articles/versioning-large-files/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Source Imports](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference) - Set Git LFS preference\",\n \"x-swgg-tags0\": \"github-migration\"\n }\n },\n \"/repos/{owner}/{repo}/invitations\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Finvitations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#list-invitations-for-a-repository) - List invitations for a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#list-invitations-for-a-repository) - List invitations for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/invitations/{invitation_id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Finvitations_2F_7Binvitation_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"invitation_id\",\n \"in\": \"path\",\n \"name\": \"invitation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#delete-a-repository-invitation) - Delete a repository invitation\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#delete-a-repository-invitation) - Delete a repository invitation\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Finvitations_2F_7Binvitation_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"invitation_id\",\n \"in\": \"path\",\n \"name\": \"invitation_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"permissions\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The permissions that the associated user will have on the repository. Valid values are ```read```, ```write```, and ```admin```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#update-a-repository-invitation) - Update a repository invitation\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#update-a-repository-invitation) - Update a repository invitation\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/issues\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the issues to return. Can be either ```open```, ```closed```, or ```all```. Default: ```open```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"assignee\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be the name of a user. Pass in ```none``` for issues with no assigned user, and ```*``` for issues assigned to any user.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"creator\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The user that created the issue.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"mentioned\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A user that's mentioned in the issue.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"labels\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A list of comma separated label names. Example: ```bug,ui,@high```\"\n ]\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"What to sort results by. Can be either ```created```, ```updated```, ```comments```. Default: ```created```\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The direction of the sort. Can be either ```asc``` or ```desc```. Default: ```desc```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only issues updated at or after this time are returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#list-issues-for-a-repository) - List issues for a repository\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"**Note**: In the past, pull requests and issues were more closely aligned than they are now. As far as the API is concerned, every pull request is an issue, but not every issue is a pull request.\",\n \"\",\n \"This endpoint may also return pull requests in the response. If an issue is a pull request, the object will include a ```pull_request``` key.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#list-issues-for-a-repository) - List issues for a repository\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The contents of the issue.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#create-an-issue) - Create an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Any user with pull access to a repository can create an issue.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#create-an-issue) - Create an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```created``` or ```updated```. Default: ```created```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```asc``` or ```desc```. Ignored without the ```sort``` parameter.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only comments updated at or after this time are returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository) - List comments in a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository) - List comments in a repository\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/comments/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#delete-a-comment) - Delete a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#delete-a-comment) - Delete a comment\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#get-a-single-comment) - Get a single comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#get-a-single-comment) - Get a single comment\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The contents of the comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#edit-a-comment) - Edit a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#edit-a-comment) - Edit a comment\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/comments/{id}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to an issue comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment) - List reactions for an issue comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to an [issue comment](https://developer.github.com/v3/issues/comments/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment) - List reactions for an issue comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-an-issue-comment) - Create reaction for an issue comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to an [issue comment](https://developer.github.com/v3/issues/comments/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this issue comment.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-an-issue-comment) - Create reaction for an issue comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/repos/{owner}/{repo}/issues/events\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository) - List issue events for a repository\",\n \"\",\n \"Repository issue events have a different format than other events, as documented in the [Issue Events API](https://developer.github.com/v3/issues/events/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository) - List issue events for a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/issues/events#1\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fevents_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Events](https://developer.github.com/v3/issues/events/#list-events-for-a-repository) - List events for a repository\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Events](https://developer.github.com/v3/issues/events/#list-events-for-a-repository) - List events for a repository\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/events/{id}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2Fevents_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Events](https://developer.github.com/v3/issues/events/#get-a-single-event) - Get a single event\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Events](https://developer.github.com/v3/issues/events/#get-a-single-event) - Get a single event\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#get-a-single-issue) - Get a single issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"**Note**: In the past, pull requests and issues were more closely aligned than they are now. As far as the API is concerned, every pull request is an issue, but not every issue is a pull request.\",\n \"\",\n \"This endpoint may also return pull requests in the response. If an issue is a pull request, the object will include a ```pull_request``` key.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#get-a-single-issue) - Get a single issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The contents of the issue.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#edit-an-issue) - Edit an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Issue owners and users with push access can edit an issue.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#edit-an-issue) - Edit an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/assignees\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20DELETE.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#remove-assignees-from-an-issue) - Remove assignees from an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Removes one or more assignees from an issue.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#remove-assignees-from-an-issue) - Remove assignees from an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fassignees_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#add-assignees-to-an-issue) - Add assignees to an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Adds up to 10 assignees to an issue. Users already assigned to an issue are not replaced.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Assignees](https://developer.github.com/v3/issues/assignees/#add-assignees-to-an-issue) - Add assignees to an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only comments updated at or after this time are returned. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue) - List comments on an issue\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue) - List comments on an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fcomments_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fcomments_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The contents of the comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Comments](https://developer.github.com/v3/issues/comments/#create-a-comment) - Create a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Comments](https://developer.github.com/v3/issues/comments/#create-a-comment) - Create a comment\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/events\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Events](https://developer.github.com/v3/issues/events/#list-events-for-an-issue) - List events for an issue\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Events](https://developer.github.com/v3/issues/events/#list-events-for-an-issue) - List events for an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/labels\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flabels_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#remove-all-labels-from-an-issue) - Remove all labels from an issue\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#remove-all-labels-from-an-issue) - Remove all labels from an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flabels_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue) - List labels on an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue) - List labels on an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flabels_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue) - Add labels to an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue) - Add labels to an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flabels_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue) - Replace all labels for an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue) - Replace all labels for an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/labels/{name}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flabels_2F_7Bname_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"name\",\n \"in\": \"path\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue) - Remove a label from an issue\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue) - Remove a label from an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/lock\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flock_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#unlock-an-issue) - Unlock an issue\",\n \"\",\n \"Users with push access can unlock an issue's conversation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#unlock-an-issue) - Unlock an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flock_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.sailor-v-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.machine-man-preview\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Flock_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issues](https://developer.github.com/v3/issues/#lock-an-issue) - Lock an issue\",\n \"\",\n \"**Note:** You can now add a reason when you lock an issue. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-01-10-lock-reason-api-preview) for full details. To access this feature, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.sailor-v-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Users with push access can lock an issue or pull request's conversation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issues](https://developer.github.com/v3/issues/#lock-an-issue) - Lock an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to an issue.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue) - List reactions for an issue\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to an [issue](https://developer.github.com/v3/issues/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue) - List reactions for an issue\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-an-issue) - Create reaction for an issue\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to an [issue](https://developer.github.com/v3/issues/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this issue.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-an-issue) - Create reaction for an issue\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/repos/{owner}/{repo}/issues/{number}/timeline\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fissues_2F_7Bnumber_7D_2Ftimeline_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mockingbird-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.mockingbird-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Timeline](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue) - List events for an issue\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Timeline](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue) - List events for an issue\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/keys\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#list-deploy-keys) - List deploy keys\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#list-deploy-keys) - List deploy keys\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#add-a-new-deploy-key) - Add a new deploy key\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#add-a-new-deploy-key) - Add a new deploy key\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/keys/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#remove-a-deploy-key) - Remove a deploy key\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#remove-a-deploy-key) - Remove a deploy key\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fkeys_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#get-a-deploy-key) - Get a deploy key\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Deploy Keys](https://developer.github.com/v3/repos/keys/#get-a-deploy-key) - Get a deploy key\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/labels\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository) - List all labels for this repository\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository) - List all labels for this repository\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#create-a-label) - Create a label\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#create-a-label) - Create a label\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/labels/{name}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_2F_7Bname_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"name\",\n \"in\": \"path\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#delete-a-label) - Delete a label\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#delete-a-label) - Delete a label\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_2F_7Bname_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"name\",\n \"in\": \"path\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#get-a-single-label) - Get a single label\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#get-a-single-label) - Get a single label\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_2F_7Bname_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"name\",\n \"in\": \"path\",\n \"name\": \"name\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the label. Emoji can be added to label names, using either native emoji or colon-style markup. For example, typing ```:strawberry:``` will render the emoji . For a full list of available emoji and codes, see [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/).\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flabels_2F_7Bname_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#update-a-label) - Update a label\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#update-a-label) - Update a label\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/languages\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flanguages_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-languages) - List languages\",\n \"\",\n \"Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-languages) - List languages\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/license\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Flicense_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-misc\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Licenses](https://developer.github.com/v3/licenses/#get-the-contents-of-a-repositorys-license) - Get the contents of a repository's license\",\n \"\",\n \"This method returns the contents of the repository's license file, if one is detected.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Licenses](https://developer.github.com/v3/licenses/#get-the-contents-of-a-repositorys-license) - Get the contents of a repository's license\",\n \"x-swgg-tags0\": \"github-misc\"\n }\n },\n \"/repos/{owner}/{repo}/merges\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmerges_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"base\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The name of the base branch that the head will be merged into.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"head\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The head to merge. This can be a branch name or a commit SHA1.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"commit_message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Commit message to use for the merge commit. If omitted, a default message will be used.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Merging](https://developer.github.com/v3/repos/merging/#perform-a-merge) - Perform a merge\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Merging](https://developer.github.com/v3/repos/merging/#perform-a-merge) - Perform a merge\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/milestones\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The state of the milestone. Either ```open```, ```closed```, or ```all```. Default: ```open```\"\n ]\n },\n {\n \"default\": \"due_on\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"What to sort results by. Either ```due_on``` or ```completeness```. Default: ```due_on```\"\n ]\n },\n {\n \"default\": \"asc\",\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The direction of the sort. Either ```asc``` or ```desc```. Default: ```asc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository) - List milestones for a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository) - List milestones for a repository\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#create-a-milestone) - Create a milestone\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#create-a-milestone) - Create a milestone\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/milestones/{number}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#delete-a-milestone) - Delete a milestone\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#delete-a-milestone) - Delete a milestone\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#get-a-single-milestone) - Get a single milestone\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#get-a-single-milestone) - Get a single milestone\",\n \"x-swgg-tags0\": \"github-issues\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#update-a-milestone) - Update a milestone\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Milestones](https://developer.github.com/v3/issues/milestones/#update-a-milestone) - Update a milestone\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/milestones/{number}/labels\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fmilestones_2F_7Bnumber_7D_2Flabels_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-issues\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Issue Labels](https://developer.github.com/v3/issues/labels/#get-labels-for-every-issue-in-a-milestone) - Get labels for every issue in a milestone\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Issue Labels](https://developer.github.com/v3/issues/labels/#get-labels-for-every-issue-in-a-milestone) - Get labels for every issue in a milestone\",\n \"x-swgg-tags0\": \"github-issues\"\n }\n },\n \"/repos/{owner}/{repo}/notifications\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fnotifications_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": false,\n \"in\": \"query\",\n \"name\": \"all\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"If ```true```, show notifications marked as read. Default: ```false```\"\n ]\n },\n {\n \"default\": false,\n \"in\": \"query\",\n \"name\": \"participating\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"If ```true```, only shows notifications in which the user is directly participating or mentioned. Default: ```false```\"\n ]\n },\n {\n \"default\": \"Time.now\",\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Default: ```Time.now```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"before\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications-in-a-repository) - List your notifications in a repository\",\n \"\",\n \"List all notifications for the current user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#list-your-notifications-in-a-repository) - List your notifications in a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fnotifications_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"Time.now\",\n \"in\": \"query\",\n \"name\": \"last_read_at\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Describes the last point that notifications were checked. Anything updated since this time will not be updated. This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Default: ```Time.now```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-notifications-as-read-in-a-repository) - Mark notifications as read in a repository\",\n \"\",\n \"Marking all notifications in a repository as \\\"read\\\" removes them from the [default view on GitHub](https://github.com/notifications).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Notifications](https://developer.github.com/v3/activity/notifications/#mark-notifications-as-read-in-a-repository) - Mark notifications as read in a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/pages\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpages_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mister-fantastic-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mister-fantastic-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pages](https://developer.github.com/v3/repos/pages/#get-information-about-a-pages-site) - Get information about a Pages site\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pages](https://developer.github.com/v3/repos/pages/#get-information-about-a-pages-site) - Get information about a Pages site\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/pages/builds\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpages_2Fbuilds_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mister-fantastic-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mister-fantastic-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pages](https://developer.github.com/v3/repos/pages/#list-pages-builds) - List Pages builds\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pages](https://developer.github.com/v3/repos/pages/#list-pages-builds) - List Pages builds\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpages_2Fbuilds_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mister-fantastic-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mister-fantastic-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pages](https://developer.github.com/v3/repos/pages/#request-a-page-build) - Request a page build\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pages](https://developer.github.com/v3/repos/pages/#request-a-page-build) - Request a page build\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/pages/builds/latest\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpages_2Fbuilds_2Flatest_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mister-fantastic-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mister-fantastic-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pages](https://developer.github.com/v3/repos/pages/#list-latest-pages-build) - List latest Pages build\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pages](https://developer.github.com/v3/repos/pages/#list-latest-pages-build) - List latest Pages build\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/pages/builds/{id}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpages_2Fbuilds_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.mister-fantastic-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mister-fantastic-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pages](https://developer.github.com/v3/repos/pages/#list-a-specific-pages-build) - List a specific Pages build\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pages](https://developer.github.com/v3/repos/pages/#list-a-specific-pages-build) - List a specific Pages build\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/projects\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fprojects_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the projects to return. Can be either ```open```, ```closed```, or ```all```. Default: ```open```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#list-repository-projects) - List repository projects\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#list-repository-projects) - List repository projects\",\n \"x-swgg-tags0\": \"github-projects\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fprojects_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.inertia-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.inertia-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fprojects_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The body of the project.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-projects\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Projects](https://developer.github.com/v3/projects/#create-a-repository-project) - Create a repository project\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Projects](https://developer.github.com/v3/projects/#create-a-repository-project) - Create a repository project\",\n \"x-swgg-tags0\": \"github-projects\"\n }\n },\n \"/repos/{owner}/{repo}/pulls\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"open\",\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Either ```open```, ```closed```, or ```all``` to filter by state. Default: ```open```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"head\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter pulls by head user and branch name in the format of ```user:ref-name```. Example: ```github:new-script-format```.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"base\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filter pulls by base branch name. Example: ```gh-pages```.\"\n ]\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"What to sort results by. Can be either ```created```, ```updated```, ```popularity``` (comment count) or ```long-running``` (age, filtering by pulls updated in the last month). Default: ```created```\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The direction of the sort. Can be either ```asc``` or ```desc```. Default: ```desc``` when sort is ```created``` or sort is not specified, otherwise ```asc```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#list-pull-requests) - List pull requests\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#list-pull-requests) - List pull requests\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The contents of the pull request.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#create-a-pull-request) - Create a pull request\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#create-a-pull-request) - Create a pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be either ```created``` or ```updated``` comments. Default: ```created```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be either ```asc``` or ```desc```. Ignored without ```sort``` parameter.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Only returns comments ```updated``` at or after this time.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository) - List comments in a repository\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository) - List comments in a repository\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/comments/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#delete-a-comment) - Delete a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#delete-a-comment) - Delete a comment\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#get-a-single-comment) - Get a single comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#get-a-single-comment) - Get a single comment\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The text of the comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#edit-a-comment) - Edit a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#edit-a-comment) - Edit a comment\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/comments/{id}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to a pull request review comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment) - List reactions for a pull request review comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to a [pull request review comment](https://developer.github.com/v3/pulls/comments/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment) - List reactions for a pull request review comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2Fcomments_2F_7Bid_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-pull-request-review-comment) - Create reaction for a pull request review comment\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to a [pull request review comment](https://developer.github.com/v3/pulls/comments/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this pull request review comment.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-pull-request-review-comment) - Create reaction for a pull request review comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#get-a-single-pull-request) - Get a single pull request\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#get-a-single-pull-request) - Get a single pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The contents of the pull request.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#update-a-pull-request) - Update a pull request\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#update-a-pull-request) - Update a pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be either ```created``` or ```updated``` comments. Default: ```created```\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be either ```asc``` or ```desc```. Ignored without ```sort``` parameter.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"This is a timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Only returns comments ```updated``` at or after this time.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request) - List comments on a pull request\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request) - List comments on a pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fcomments_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fcomments_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The text of the comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Comments](https://developer.github.com/v3/pulls/comments/#create-a-comment) - Create a comment\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Comments](https://developer.github.com/v3/pulls/comments/#create-a-comment) - Create a comment\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/commits\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fcommits_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request) - List commits on a pull request\",\n \"\",\n \"**Note:** The response includes a maximum of 250 commits. To receive a complete commit list for pull requests with more than 250 commits, use the [Commit List API](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request) - List commits on a pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/files\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Ffiles_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#list-pull-requests-files) - List pull requests files\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#list-pull-requests-files) - List pull requests files\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/merge\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fmerge_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged) - Get if a pull request has been merged\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged) - Get if a pull request has been merged\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Fmerge_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3.raw+json\",\n \"application/vnd.github.v3.text+json\",\n \"application/vnd.github.v3.html+json\",\n \"application/vnd.github.v3.full+json\",\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3.patch\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"commit_title\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Title for the automatic commit message.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"commit_message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Extra detail to append to automatic commit message.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sha\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"SHA that pull request head must match to allow merge.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"merge_method\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Merge method to use. Possible values are ```merge```, ```squash``` or ```rebase```. Default is ```merge```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Pull Requests](https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button) - Merge a pull request (Merge Button)\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Pull Requests](https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button) - Merge a pull request (Merge Button)\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/requested_reviewers\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20DELETE.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#delete-a-review-request) - Delete a review request\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#delete-a-review-request) - Delete a review request\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#list-review-requests) - List review requests\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#list-review-requests) - List review requests\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Frequested_reviewers_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#create-a-review-request) - Create a review request\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Review Requests](https://developer.github.com/v3/pulls/review_requests/#create-a-review-request) - Create a review request\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/reviews\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request) - List reviews on a pull request\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request) - List reviews on a pull request\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required** when using ```REQUEST_CHANGES``` or ```COMMENT``` for the ```event``` parameter. The body text of the pull request review.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review) - Create a pull request review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review) - Create a pull request review\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/reviews/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#delete-a-pending-review) - Delete a pending review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#delete-a-pending-review) - Delete a pending review\",\n \"x-swgg-tags0\": \"github-pulls\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#get-a-single-review) - Get a single review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#get-a-single-review) - Get a single review\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/reviews/{id}/comments\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_2F_7Bid_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#get-comments-for-a-single-review) - Get comments for a single review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#get-comments-for-a-single-review) - Get comments for a single review\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/reviews/{id}/dismissals\": {\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_2F_7Bid_7D_2Fdismissals_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"message\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required.** The message for the pull request review dismissal\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#dismiss-a-pull-request-review) - Dismiss a pull request review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#dismiss-a-pull-request-review) - Dismiss a pull request review\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/pulls/{number}/reviews/{id}/events\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fpulls_2F_7Bnumber_7D_2Freviews_2F_7Bid_7D_2Fevents_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.diff\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"number\",\n \"in\": \"path\",\n \"name\": \"number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"body\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The body text of the pull request review\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"event\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"**Required.** The review action you want to perform. The review actions include: ```APPROVE```, ```REQUEST_CHANGES```, or ```COMMENT```. When you leave this blank, the API returns HTTP 422 (Unrecognizable entity) and sets the review action state to ```PENDING```, which means you will need to re-submit the pull request review using a review action.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-pulls\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reviews](https://developer.github.com/v3/pulls/reviews/#submit-a-pull-request-review) - Submit a pull request review\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reviews](https://developer.github.com/v3/pulls/reviews/#submit-a-pull-request-review) - Submit a pull request review\",\n \"x-swgg-tags0\": \"github-pulls\"\n }\n },\n \"/repos/{owner}/{repo}/readme\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freadme_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"master\",\n \"in\": \"query\",\n \"name\": \"ref\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The name of the commit/branch/tag. Default: the repository’s default branch (usually ```master```)\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#get-the-readme) - Get the README\",\n \"\",\n \"This method returns the preferred README for a repository.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#get-the-readme) - Get the README\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository) - List releases for a repository\",\n \"\",\n \"This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the [Repository Tags API](https://developer.github.com/v3/repos/#list-tags).\",\n \"\",\n \"Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository) - List releases for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"Text describing the contents of the tag.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#create-a-release) - Create a release\",\n \"\",\n \"Users with push access to the repository can create a release.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#create-a-release) - Create a release\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases/assets/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Fassets_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#delete-a-release-asset) - Delete a release asset\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#delete-a-release-asset) - Delete a release asset\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Fassets_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset) - Get a single release asset\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset) - Get a single release asset\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Fassets_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Fassets_2F_7Bid_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#edit-a-release-asset) - Edit a release asset\",\n \"\",\n \"Users with push access to the repository can edit a release asset.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#edit-a-release-asset) - Edit a release asset\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases/latest\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Flatest_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#get-the-latest-release) - Get the latest release\",\n \"\",\n \"View the latest published full release for the repository. Draft releases and prereleases are not returned by this endpoint.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#get-the-latest-release) - Get the latest release\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases/tags/{tag}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2Ftags_2F_7Btag_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"tag\",\n \"in\": \"path\",\n \"name\": \"tag\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name) - Get a release by tag name\",\n \"\",\n \"Get a published release with the specified tag.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name) - Get a release by tag name\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#delete-a-release) - Delete a release\",\n \"\",\n \"Users with push access to the repository can delete a release.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#delete-a-release) - Delete a release\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-single-release) - Get a single release\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#get-a-single-release) - Get a single release\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"Text describing the contents of the tag.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#edit-a-release) - Edit a release\",\n \"\",\n \"Users with push access to the repository can edit a release.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#edit-a-release) - Edit a release\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/releases/{id}/assets\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Freleases_2F_7Bid_7D_2Fassets_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Releases](https://developer.github.com/v3/repos/releases/#list-assets-for-a-release) - List assets for a release\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Releases](https://developer.github.com/v3/repos/releases/#list-assets-for-a-release) - List assets for a release\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/stargazers\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstargazers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.star+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Starring](https://developer.github.com/v3/activity/starring/#list-stargazers) - List Stargazers\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Starring](https://developer.github.com/v3/activity/starring/#list-stargazers) - List Stargazers\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/stats/code_frequency\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstats_2Fcode_frequency_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week) - Get the number of additions and deletions per week\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week) - Get the number of additions and deletions per week\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/stats/commit_activity\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstats_2Fcommit_activity_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data) - Get the last year of commit activity data\",\n \"\",\n \"Returns the last year of commit activity grouped by week. The ```days``` array is a group of commits per day, starting on ```Sunday```.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data) - Get the last year of commit activity data\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/stats/contributors\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstats_2Fcontributors_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts) - Get contributors list with additions, deletions, and commit counts\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts) - Get contributors list with additions, deletions, and commit counts\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/stats/participation\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstats_2Fparticipation_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repository-owner-and-everyone-else) - Get the weekly commit count for the repository owner and everyone else\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repository-owner-and-everyone-else) - Get the weekly commit count for the repository owner and everyone else\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/stats/punch_card\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstats_2Fpunch_card_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day) - Get the number of commits per hour in each day\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statistics](https://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day) - Get the number of commits per hour in each day\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/statuses/{sha}\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstatuses_2F_7Bsha_7D_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"sha\",\n \"in\": \"path\",\n \"name\": \"sha\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fstatuses_2F_7Bsha_7D_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Statuses](https://developer.github.com/v3/repos/statuses/#create-a-status) - Create a status\",\n \"\",\n \"Users with push access can create commit statuses for a given ref:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Statuses](https://developer.github.com/v3/repos/statuses/#create-a-status) - Create a status\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/subscribers\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fsubscribers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#list-watchers) - List watchers\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#list-watchers) - List watchers\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/subscription\": {\n \"delete\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fsubscription_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#delete-a-repository-subscription) - Delete a Repository Subscription\",\n \"\",\n \"This endpoint should only be used to stop watching a repository. To control whether or not you wish to receive notifications from a repository, [set the repository's subscription manually](https://developer.github.com/v3/activity/watching/#set-a-repository-subscription).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#delete-a-repository-subscription) - Delete a Repository Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fsubscription_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#get-a-repository-subscription) - Get a Repository Subscription\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#get-a-repository-subscription) - Get a Repository Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fsubscription_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"subscribed\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if notifications should be received from this repository.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"ignored\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Determines if all notifications should be blocked from this repository.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#set-a-repository-subscription) - Set a Repository Subscription\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#set-a-repository-subscription) - Set a Repository Subscription\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/repos/{owner}/{repo}/tags\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftags_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-tags) - List tags\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-tags) - List tags\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/teams\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-teams) - List teams\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-teams) - List teams\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/topics\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftopics_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-all-topics-for-a-repository) - List all topics for a repository\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-all-topics-for-a-repository) - List all topics for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"put\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftopics_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftopics_20PUT.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#replace-all-topics-for-a-repository) - Replace all topics for a repository\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#replace-all-topics-for-a-repository) - Replace all topics for a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/traffic/clones\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftraffic_2Fclones_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Traffic](https://developer.github.com/v3/repos/traffic/#clones) - Clones\",\n \"\",\n \"Get the total number of clones and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Traffic](https://developer.github.com/v3/repos/traffic/#clones) - Clones\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/traffic/popular/paths\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftraffic_2Fpopular_2Fpaths_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Traffic](https://developer.github.com/v3/repos/traffic/#list-paths) - List paths\",\n \"\",\n \"Get the top 10 popular contents over the last 14 days.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Traffic](https://developer.github.com/v3/repos/traffic/#list-paths) - List paths\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/traffic/popular/referrers\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftraffic_2Fpopular_2Freferrers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Traffic](https://developer.github.com/v3/repos/traffic/#list-referrers) - List referrers\",\n \"\",\n \"Get the top 10 referrers over the last 14 days.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Traffic](https://developer.github.com/v3/repos/traffic/#list-referrers) - List referrers\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/traffic/views\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftraffic_2Fviews_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Traffic](https://developer.github.com/v3/repos/traffic/#views) - Views\",\n \"\",\n \"Get the total number of views and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Traffic](https://developer.github.com/v3/repos/traffic/#views) - Views\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/transfer\": {\n \"post\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftransfer_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2Ftransfer_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#transfer-a-repository) - Transfer a repository\",\n \"\",\n \"A transfer request will need to be accepted by the new owner when transferring a personal repository to another user. The response will contain the original ```owner```, and the transfer will continue asynchronously. For more details on the requirements to transfer personal and organization-owned repositories, see [about repository transfers](https://help.github.com/articles/about-repository-transfers/).\",\n \"\",\n \"**Note:** The [Repository Transfer API](https://developer.github.com/changes/2017-11-09-repository-transfer-api-preview) is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.nightshade-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#transfer-a-repository) - Transfer a repository\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repos/{owner}/{repo}/{archive_format}/{ref}\": {\n \"get\": {\n \"operationId\": \"_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_2F_7Barchive_format_7D_2F_7Bref_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.html\",\n \"application/vnd.github.v3.object\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"archive_format\",\n \"in\": \"path\",\n \"name\": \"archive_format\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be either ```tarball``` or ```zipball```. Default: ```tarball```\"\n ]\n },\n {\n \"default\": \"ref\",\n \"in\": \"path\",\n \"name\": \"ref\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A valid Git reference. Default: the repository’s default branch (usually ```master```)\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Contents](https://developer.github.com/v3/repos/contents/#get-archive-link) - Get archive link\",\n \"\",\n \"This method will return a ```302``` to a URL to download a tarball or zipball archive for a repository. Please make sure your HTTP framework is configured to follow redirects or you will need to use the ```Location``` header to make a second ```GET``` request.\",\n \"\",\n \"Note: For private repositories, these links are temporary and expire after five minutes.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Contents](https://developer.github.com/v3/repos/contents/#get-archive-link) - Get archive link\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/repositories\": {\n \"get\": {\n \"operationId\": \"_2Frepositories_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The integer ID of the last Repository that you've seen.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-all-public-repositories) - List all public repositories\",\n \"\",\n \"This provides a dump of every public repository, in the order that they were created.\",\n \"\",\n \"Note: Pagination is powered exclusively by the ```since``` parameter. Use the [Link header](https://developer.github.com/v3/#link-header) to get the URL for the next page of repositories.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-all-public-repositories) - List all public repositories\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/scim/v2/organizations/{organization}/Users\": {\n \"get\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"startIndex\",\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"Used for pagination: the index of the first result to return\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"count\",\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"Used for pagination: the number of results to return\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"filter\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Only ```eq``` type filters are supported\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#get-a-list-of-provisioned-identities) - Get a list of provisioned identities\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#get-a-list-of-provisioned-identities) - Get a list of provisioned identities\",\n \"x-swgg-tags0\": \"github-scim\"\n },\n \"post\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#provision-and-invite-users) - Provision and invite users\",\n \"\",\n \"Provision organization membership for and send activation emails to a list of email addresses.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#provision-and-invite-users) - Provision and invite users\",\n \"x-swgg-tags0\": \"github-scim\"\n }\n },\n \"/scim/v2/organizations/{organization}/Users/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#remove-a-user-from-the-organization) - Remove a user from the organization\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#remove-a-user-from-the-organization) - Remove a user from the organization\",\n \"x-swgg-tags0\": \"github-scim\"\n },\n \"get\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Identifier generated by the GitHub SCIM endpoint\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"userName\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The username for the user\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"name.givenName\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"User first name\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"name.lastName\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"User last name\"\n ]\n },\n {\n \"in\": \"query\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"emails\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"List of user emails\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"externalId\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"External identifier (generated by the SAML SSO provider)\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"active\",\n \"type\": \"boolean\",\n \"x-swgg-descriptionLineList\": [\n \"Used to indicate whether the identity is active (true) or should be deprovisioned (false)\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#supported-scim-user-attributes) - Supported SCIM User attributes\",\n \"\",\n \"Name Type Description ```userName``` ```string``` The username for the user ```name.givenName``` ```string``` User first name ```name.lastName``` ```string``` User last name ```emails``` ```array``` List of user emails ```externalId``` ```string``` External identifier (generated by the SAML SSO provider) ```id``` ```string``` Identifier generated by the GitHub SCIM endpoint ```active``` ```boolean``` Used to indicate whether the identity is active (true) or should be deprovisioned (false)\",\n \"\",\n \"Note: Endpoints for the SCIM API are case sensitive: the first letter in the ```Users``` endpoint must be capitalized. For example:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#supported-scim-user-attributes) - Supported SCIM User attributes\",\n \"x-swgg-tags0\": \"github-scim\"\n },\n \"patch\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#update-a-user-attribute) - Update a user attribute\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#update-a-user-attribute) - Update a user attribute\",\n \"x-swgg-tags0\": \"github-scim\"\n },\n \"put\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_2F_7Bid_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#update-a-provisioned-organization-membership) - Update a provisioned organization membership\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#update-a-provisioned-organization-membership) - Update a provisioned organization membership\",\n \"x-swgg-tags0\": \"github-scim\"\n }\n },\n \"/scim/v2/organizations/{organization}/Users/{id}#1\": {\n \"get\": {\n \"operationId\": \"_2Fscim_2Fv2_2Forganizations_2F_7Borganization_7D_2FUsers_2F_7Bid_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.cloud-9-preview+json+scim\"\n ],\n \"enum\": [\n \"application/vnd.github.cloud-9-preview+json+scim\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"organization\",\n \"in\": \"path\",\n \"name\": \"organization\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-scim\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[SCIM](https://developer.github.com/v3/scim/#get-provisioning-details-for-a-single-user) - Get provisioning details for a single user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[SCIM](https://developer.github.com/v3/scim/#get-provisioning-details-for-a-single-user) - Get provisioning details for a single user\",\n \"x-swgg-tags0\": \"github-scim\"\n }\n },\n \"/search/code\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Fcode_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search terms.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. Can only be ```indexed```, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if ```sort``` parameter is provided. One of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-code) - Search code\",\n \"\",\n \"Find file contents via various criteria. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-code) - Search code\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/commits\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Fcommits_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search terms.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. Can be ```author-date``` or ```committer-date```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if ```sort``` parameter is provided. One of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-commits) - Search commits\",\n \"\",\n \"The Commit Search API is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2017-01-05-commit-search-api/) for full details.\",\n \"\",\n \"To access the API you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.cloak-preview\",\n \"```\",\n \"\",\n \"Find commits via various criteria. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-commits) - Search commits\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/issues\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Fissues_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search terms.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. Can be ```comments```, ```created```, or ```updated```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if ```sort``` parameter is provided. One of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-issues) - Search issues\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Find issues by state and keyword. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-issues) - Search issues\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/labels\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Flabels_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"repository_id\",\n \"type\": \"integer\",\n \"x-swgg-descriptionLineList\": [\n \"The id of the repository.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search keywords.\"\n ]\n },\n {\n \"enum\": [\n \"created\",\n \"updated\"\n ],\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. Can be one of ```created``` or ```updated```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"enum\": [\n \"asc\",\n \"desc\"\n ],\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if the sort parameter is provided. Can be one of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-labels) - Search labels\",\n \"\",\n \"**Note:** You can now use emoji in label names, add descriptions to labels, and search for labels in a repository. See the [blog post](https://developer.github.com/changes/2018-02-22-label-description-search-preview) for full details. To access these features and receive payloads with this data during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.symmetra-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Find labels in a repository with names or descriptions that match search keywords. Returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-labels) - Search labels\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/repositories\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Frepositories_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search keywords, as well as any qualifiers.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. One of ```stars```, ```forks```, or ```updated```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if ```sort``` parameter is provided. One of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-repositories) - Search repositories\",\n \"\",\n \"Find repositories via various criteria. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-repositories) - Search repositories\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/topics\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Ftopics_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search terms.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-topics) - Search topics\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"Find topics via various criteria. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-topics) - Search topics\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/search/users\": {\n \"get\": {\n \"operationId\": \"_2Fsearch_2Fusers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.symmetra-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.v3.text-match+json\",\n \"application/vnd.github.cloak-preview\",\n \"application/vnd.github.symmetra-preview+json\",\n \"application/vnd.github.mercy-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"q\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The search terms.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort field. Can be ```followers```, ```repositories```, or ```joined```. Default: results are sorted by best match.\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"order\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The sort order if ```sort``` parameter is provided. One of ```asc``` or ```desc```. Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-search\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Search](https://developer.github.com/v3/search/#search-users) - Search users\",\n \"\",\n \"Find users via various criteria. This method returns up to 100 results [per page](https://developer.github.com/v3/#pagination).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Search](https://developer.github.com/v3/search/#search-users) - Search users\",\n \"x-swgg-tags0\": \"github-search\"\n }\n },\n \"/teams/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#delete-team) - Delete team\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"To delete a team, the authenticated user must be a team maintainer or an owner of the org associated with the team.\",\n \"\",\n \"If you are an organization owner and you pass the ```hellcat-preview``` media type, deleting a parent team will delete all of its child teams as well.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#delete-team) - Delete team\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#get-team) - Get team\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#get-team) - Get team\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"patch\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bid_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#edit-team) - Edit team\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"To edit a team, the authenticated user must either be an owner of the org that the team is associated with, or a maintainer of the team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#edit-team) - Edit team\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/invitations\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Finvitations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#list-pending-team-invitations) - List pending team invitations\",\n \"\",\n \"**Note:** You can now use the API to invite users to a GitHub organization. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-01-25-organization-invitation-api-preview) for full details. To access this feature, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.dazzler-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The return hash contains a ```role``` field which refers to the Organization Invitation role and will be one of the following values: ```direct_member```, ```admin```, ```billing_manager```, ```hiring_manager```, or ```reinstate```. If the invitee is not a GitHub member, the ```login``` field in the return hash will be ```null```.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#list-pending-team-invitations) - List pending team invitations\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/members\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmembers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"member\",\n \"maintainer\",\n \"all\"\n ],\n \"in\": \"query\",\n \"name\": \"role\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Filters members returned by their role in the team. Can be one of:\",\n \"* ```member``` - normal members of the team.\",\n \"* ```maintainer``` - team maintainers.\",\n \"* ```all``` - all members of the team.\",\n \"Default: ```all```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#list-team-members) - List team members\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"If you pass the ```hellcat-preview``` media type, team members will include the members of child teams.\",\n \"\",\n \"To list members in a team, the team must be visible to the authenticated user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#list-team-members) - List team members\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/members/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmembers_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#remove-team-member) - Remove team member\",\n \"\",\n \"#### Deprecation notice\",\n \"\",\n \"The \\\"Remove team member\\\" API (described below) is deprecated.\",\n \"\",\n \"We recommend using the [Remove team membership API](https://developer.github.com/v3/teams/members/#remove-team-membership) instead. It allows you to remove both active and pending memberships.\",\n \"\",\n \"To remove a user from a team, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. NOTE: This does not delete the user, it just removes them from the team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#remove-team-member) - Remove team member\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmembers_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#get-team-member) - Get team member\",\n \"\",\n \"#### Deprecation notice\",\n \"\",\n \"The \\\"Get team member\\\" API (described below) is deprecated.\",\n \"\",\n \"We recommend using the [Get team membership API](https://developer.github.com/v3/teams/members/#get-team-membership) instead. It allows you to get both active and pending memberships.\",\n \"\",\n \"To list members in a team, the team must be visible to the authenticated user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#get-team-member) - Get team member\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"put\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmembers_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#add-team-member) - Add team member\",\n \"\",\n \"#### Deprecation notice\",\n \"\",\n \"The \\\"Add team member\\\" API (described below) is deprecated.\",\n \"\",\n \"We recommend using the [Add team membership API](https://developer.github.com/v3/teams/members/#add-or-update-team-membership) instead. It allows you to invite new organization members to your teams.\",\n \"\",\n \"To add a user to a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with, and the user being added must already be a member of at least one other team on the same organization.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#add-team-member) - Add team member\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/memberships/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmemberships_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#remove-team-membership) - Remove team membership\",\n \"\",\n \"To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. NOTE: This does not delete the user, it just removes their membership from the team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#remove-team-membership) - Remove team membership\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmemberships_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#get-team-membership) - Get team membership\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"If you pass the ```hellcat-preview``` media type, team members will include the members of child teams.\",\n \"\",\n \"To get a user's membership with a team, the team must be visible to the authenticated user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#get-team-membership) - Get team membership\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"put\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fmemberships_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"member\",\n \"maintainer\"\n ],\n \"in\": \"query\",\n \"name\": \"role\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The role that this user should have in the team. Can be one of:\",\n \"* ```member``` - a normal member of the team.\",\n \"* ```maintainer``` - a team maintainer. Able to add/remove other team members, promote other team members to team maintainer, and edit the team's name and description.\",\n \"Default: ```member```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Members](https://developer.github.com/v3/teams/members/#add-or-update-team-membership) - Add or update team membership\",\n \"\",\n \"If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a maintainer of the team.\",\n \"\",\n \"If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \\\"pending\\\" state until the user accepts the invitation, at which point the membership will transition to the \\\"active\\\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.\",\n \"\",\n \"If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a maintainer of the team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Members](https://developer.github.com/v3/teams/members/#add-or-update-team-membership) - Add or update team membership\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/repos\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Frepos_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#list-team-repos) - List team repos\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"**Note**: If you pass the ```hellcat-preview``` media type, the response will include any repositories inherited through a parent team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#list-team-repos) - List team repos\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/repos/{org}/{repo}\": {\n \"put\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Frepos_2F_7Borg_7D_2F_7Brepo_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\",\n \"permission\",\n \"hellcat-preview\"\n ],\n \"in\": \"query\",\n \"name\": \"permission\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The permission to grant the team on this repository. Can be one of:\",\n \"* ```pull``` - team members can pull, but not push to or administer this repository.\",\n \"* ```push``` - team members can pull and push, but not administer this repository.\",\n \"* ```admin``` - team members can pull, push and administer this repository.\",\n \"\",\n \"If no permission is specified, the team's ```permission``` attribute will be used to determine what permission to grant the team on this repository.\",\n \"**Note**: If you pass the ```hellcat-preview``` media type, you can promote—but not demote—a ```permission``` attribute inherited through a parent team.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#add-or-update-team-repository) - Add or update team repository\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. Also, the repository must be owned by the organization, or a direct fork of a repository owned by the organization.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#add-or-update-team-repository) - Add or update team repository\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/repos/{owner}/{repo}#1\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_231_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#remove-team-repository) - Remove team repository\",\n \"\",\n \"If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#remove-team-repository) - Remove team repository\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Frepos_2F_7Bowner_7D_2F_7Brepo_7D_231_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#check-if-a-team-manages-a-repository) - Check if a team manages a repository\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"**Note**: If you pass the ```hellcat-preview``` media type, repositories inherited through a parent team will be checked as well.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#check-if-a-team-manages-a-repository) - Check if a team manages a repository\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{id}/teams\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bid_7D_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#list-child-teams) - List child teams\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"At this time, the ```hellcat-preview``` media type is required to use this endpoint.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#list-child-teams) - List child teams\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{team_id}/discussions\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"desc\",\n \"enum\": [\n \"asc\",\n \"desc\"\n ],\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Sorts the discussion comments by the date they were created. To return the oldest comments first, set to ```asc```. Can be one of ```asc``` or ```desc```.\",\n \"Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#list-discussions) - List discussions\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List all discussions on a team's page. OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#list-discussions) - List discussions\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"post\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The discussion post's body text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#create-a-discussion) - Create a discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Creates a new discussion post on a team's page. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#create-a-discussion) - Create a discussion\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{team_id}/discussions/{discussion_number}\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#delete-a-discussion) - Delete a discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Delete a discussion from a team's page. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#delete-a-discussion) - Delete a discussion\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#get-a-single-discussion) - Get a single discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Get a specific discussion on a team's page. OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#get-a-single-discussion) - Get a single discussion\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"patch\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"The discussion post's body text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#edit-a-discussion) - Edit a discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Edits the title and body text of a discussion post. Only the parameters you provide are updated. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussions](https://developer.github.com/v3/teams/discussions/#edit-a-discussion) - Edit a discussion\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{team_id}/discussions/{discussion_number}/comments\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"desc\",\n \"enum\": [\n \"asc\",\n \"desc\"\n ],\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Sorts the discussion comments by the date they were created. To return the oldest comments first, set to ```asc```. Can be one of ```asc``` or ```desc```.\",\n \"Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#list-comments) - List comments\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List all comments on a team discussion. OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#list-comments) - List comments\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"post\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_20POST.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The discussion comment's body text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#create-a-comment) - Create a comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Creates a new comment on a team discussion. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#create-a-comment) - Create a comment\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}\": {\n \"delete\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"comment_number\",\n \"in\": \"path\",\n \"name\": \"comment_number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#delete-a-comment) - Delete a comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Deletes a comment on a team discussion. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#delete-a-comment) - Delete a comment\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"comment_number\",\n \"in\": \"path\",\n \"name\": \"comment_number\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#get-a-single-comment) - Get a single comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Get a specific comment on a team discussion. OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#get-a-single-comment) - Get a single comment\",\n \"x-swgg-tags0\": \"github-teams\"\n },\n \"patch\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.echo-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"comment_number\",\n \"in\": \"path\",\n \"name\": \"comment_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"required\": true,\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_20PATCH.body\"\n },\n \"x-swgg-descriptionLineList\": [\n \"**Required**. The discussion comment's body text.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#edit-a-comment) - Edit a comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [reactions API](https://developer.github.com/v3/reactions/) is available for developers to preview. The ```url``` can be used to construct the API location for [listing and creating](https://developer.github.com/v3/reactions) reactions. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To receive the ```reactions``` object in the response for this endpoint you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Edits the body text of a discussion comment. OAuth access tokens require the ```write:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/#edit-a-comment) - Edit a comment\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"comment_number\",\n \"in\": \"path\",\n \"name\": \"comment_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to a team discussion comment.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion-comment) - List reactions for a team discussion comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to a [team discussion comment](https://developer.github.com/v3/teams/discussion_comments/). OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion-comment) - List reactions for a team discussion comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"comment_number\",\n \"in\": \"path\",\n \"name\": \"comment_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Fcomments_2F_7Bcomment_number_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-team-discussion-comment) - Create reaction for a team discussion comment\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to a [team discussion comment](https://developer.github.com/v3/teams/discussion_comments/). OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this team discussion comment.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-team-discussion-comment) - Create reaction for a team discussion comment\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/teams/{team_id}/discussions/{discussion_number}/reactions\": {\n \"get\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Freactions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"content\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Returns a single [reaction type](https://developer.github.com/v3/reactions/#reaction-types). Omit this parameter to list all reactions to a team discussion.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion) - List reactions for a team discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List the reactions to a [team discussion](https://developer.github.com/v3/teams/discussions/). OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion) - List reactions for a team discussion\",\n \"x-swgg-tags0\": \"github-reactions\"\n },\n \"post\": {\n \"operationId\": \"_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Freactions_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.squirrel-girl-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.echo-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"team_id\",\n \"in\": \"path\",\n \"name\": \"team_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"discussion_number\",\n \"in\": \"path\",\n \"name\": \"discussion_number\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fteams_2F_7Bteam_id_7D_2Fdiscussions_2F_7Bdiscussion_number_7D_2Freactions_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-reactions\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-team-discussion) - Create reaction for a team discussion\",\n \"\",\n \"**Note:** The team discussions API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-07-team-discussions-api) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.echo-preview+json\",\n \"```\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Create a reaction to a [team discussion](https://developer.github.com/v3/teams/discussions/). OAuth access tokens require the ```read:discussion``` [scope](https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/). A response with a ```Status: 200 OK``` means that you already added the reaction type to this team discussion.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Reactions](https://developer.github.com/v3/reactions/#create-reaction-for-a-team-discussion) - Create reaction for a team discussion\",\n \"x-swgg-tags0\": \"github-reactions\"\n }\n },\n \"/user\": {\n \"get\": {\n \"operationId\": \"_2Fuser_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hagar-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hagar-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Users](https://developer.github.com/v3/users/#get-the-authenticated-user) - Get the authenticated user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Users](https://developer.github.com/v3/users/#get-the-authenticated-user) - Get the authenticated user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"patch\": {\n \"operationId\": \"_2Fuser_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hagar-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hagar-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fuser_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Users](https://developer.github.com/v3/users/#update-the-authenticated-user) - Update the authenticated user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Users](https://developer.github.com/v3/users/#update-the-authenticated-user) - Update the authenticated user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/blocks\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fblocks_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Block Another User](https://developer.github.com/v3/users/blocking/#list-blocked-users) - List blocked users\",\n \"\",\n \"List the users you've blocked on your personal account.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Block Another User](https://developer.github.com/v3/users/blocking/#list-blocked-users) - List blocked users\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/blocks/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Fblocks_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Block Another User](https://developer.github.com/v3/users/blocking/#unblock-a-user) - Unblock a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Block Another User](https://developer.github.com/v3/users/blocking/#unblock-a-user) - Unblock a user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Fblocks_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Block Another User](https://developer.github.com/v3/users/blocking/#check-whether-youve-blocked-a-user) - Check whether you've blocked a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Block Another User](https://developer.github.com/v3/users/blocking/#check-whether-youve-blocked-a-user) - Check whether you've blocked a user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"put\": {\n \"operationId\": \"_2Fuser_2Fblocks_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Block Another User](https://developer.github.com/v3/users/blocking/#block-a-user) - Block a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Block Another User](https://developer.github.com/v3/users/blocking/#block-a-user) - Block a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/email/visibility\": {\n \"patch\": {\n \"operationId\": \"_2Fuser_2Femail_2Fvisibility_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Emails](https://developer.github.com/v3/users/emails/#toggle-primary-email-visibility) - Toggle primary email visibility\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Emails](https://developer.github.com/v3/users/emails/#toggle-primary-email-visibility) - Toggle primary email visibility\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/emails\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Femails_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Emails](https://developer.github.com/v3/users/emails/#delete-email-addresses) - Delete email address(es)\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Emails](https://developer.github.com/v3/users/emails/#delete-email-addresses) - Delete email address(es)\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Femails_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Emails](https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user) - List email addresses for a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Emails](https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user) - List email addresses for a user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"post\": {\n \"operationId\": \"_2Fuser_2Femails_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Emails](https://developer.github.com/v3/users/emails/#add-email-addresses) - Add email address(es)\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Emails](https://developer.github.com/v3/users/emails/#add-email-addresses) - Add email address(es)\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/following/{username}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Ffollowing_2F_7Busername_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#unfollow-a-user) - Unfollow a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#unfollow-a-user) - Unfollow a user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Ffollowing_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#check-if-you-are-following-a-user) - Check if you are following a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#check-if-you-are-following-a-user) - Check if you are following a user\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"put\": {\n \"operationId\": \"_2Fuser_2Ffollowing_2F_7Busername_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#follow-a-user) - Follow a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#follow-a-user) - Follow a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/gpg_keys\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fgpg_keys_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#list-your-gpg-keys) - List your GPG keys\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#list-your-gpg-keys) - List your GPG keys\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"post\": {\n \"operationId\": \"_2Fuser_2Fgpg_keys_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fuser_2Fgpg_keys_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#create-a-gpg-key) - Create a GPG key\",\n \"\",\n \"Creates a GPG key. Requires that you are authenticated via Basic Auth, or OAuth with at least ```write:gpg_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#create-a-gpg-key) - Create a GPG key\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/gpg_keys/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Fgpg_keys_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#delete-a-gpg-key) - Delete a GPG key\",\n \"\",\n \"Removes a GPG key. Requires that you are authenticated via Basic Auth or via OAuth with at least ```admin:gpg_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#delete-a-gpg-key) - Delete a GPG key\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Fgpg_keys_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#get-a-single-gpg-key) - Get a single GPG key\",\n \"\",\n \"View extended details for a single GPG key. Requires that you are authenticated via Basic Auth or via OAuth with at least ```read:gpg_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#get-a-single-gpg-key) - Get a single GPG key\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/installations\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Finstallations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"...\",\n \"in\": \"query\",\n \"name\": \"access_token\",\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Apps](https://developer.github.com/v3/apps/#list-installations-for-user) - List installations for user\",\n \"\",\n \"List installations that are accessible to the authenticated user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Apps](https://developer.github.com/v3/apps/#list-installations-for-user) - List installations for user\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/user/installations/{installation_id}/repositories\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Finstallations_2F_7Binstallation_id_7D_2Frepositories_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"installation_id\",\n \"in\": \"path\",\n \"name\": \"installation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Installations](https://developer.github.com/v3/apps/installations/#list-repositories-accessible-to-the-user-for-an-installation) - List repositories accessible to the user for an installation\",\n \"\",\n \"List repositories that are accessible to the authenticated user for an installation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Installations](https://developer.github.com/v3/apps/installations/#list-repositories-accessible-to-the-user-for-an-installation) - List repositories accessible to the user for an installation\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/user/installations/{installation_id}/repositories/{repository_id}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Finstallations_2F_7Binstallation_id_7D_2Frepositories_2F_7Brepository_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"installation_id\",\n \"in\": \"path\",\n \"name\": \"installation_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repository_id\",\n \"in\": \"path\",\n \"name\": \"repository_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Installations](https://developer.github.com/v3/apps/installations/#remove-repository-from-installation) - Remove repository from installation\",\n \"\",\n \"Remove a single repository from an installation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Installations](https://developer.github.com/v3/apps/installations/#remove-repository-from-installation) - Remove repository from installation\",\n \"x-swgg-tags0\": \"github-apps\"\n },\n \"put\": {\n \"operationId\": \"_2Fuser_2Finstallations_2F_7Binstallation_id_7D_2Frepositories_2F_7Brepository_id_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.machine-man-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.machine-man-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"installation_id\",\n \"in\": \"path\",\n \"name\": \"installation_id\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repository_id\",\n \"in\": \"path\",\n \"name\": \"repository_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Installations](https://developer.github.com/v3/apps/installations/#add-repository-to-installation) - Add repository to installation\",\n \"\",\n \"Add a single repository to an installation.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Installations](https://developer.github.com/v3/apps/installations/#add-repository-to-installation) - Add repository to installation\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/user/keys\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fkeys_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Public Keys](https://developer.github.com/v3/users/keys/#list-your-public-keys) - List your public keys\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Public Keys](https://developer.github.com/v3/users/keys/#list-your-public-keys) - List your public keys\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"post\": {\n \"operationId\": \"_2Fuser_2Fkeys_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fuser_2Fkeys_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Public Keys](https://developer.github.com/v3/users/keys/#create-a-public-key) - Create a public key\",\n \"\",\n \"Creates a public key. Requires that you are authenticated via Basic Auth, or OAuth with at least ```write:public_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Public Keys](https://developer.github.com/v3/users/keys/#create-a-public-key) - Create a public key\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/keys/{id}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Fkeys_2F_7Bid_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Public Keys](https://developer.github.com/v3/users/keys/#delete-a-public-key) - Delete a public key\",\n \"\",\n \"Removes a public key. Requires that you are authenticated via Basic Auth or via OAuth with at least ```admin:public_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Public Keys](https://developer.github.com/v3/users/keys/#delete-a-public-key) - Delete a public key\",\n \"x-swgg-tags0\": \"github-users\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Fkeys_2F_7Bid_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"id\",\n \"in\": \"path\",\n \"name\": \"id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Public Keys](https://developer.github.com/v3/users/keys/#get-a-single-public-key) - Get a single public key\",\n \"\",\n \"View extended details for a single public key. Requires that you are authenticated via Basic Auth or via OAuth with at least ```read:public_key``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Public Keys](https://developer.github.com/v3/users/keys/#get-a-single-public-key) - Get a single public key\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/marketplace_purchases\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fmarketplace_purchases_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.valkyrie-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.valkyrie-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-apps\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#get-a-users-marketplace-purchases) - Get a user's Marketplace purchases\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/#get-a-users-marketplace-purchases) - Get a user's Marketplace purchases\",\n \"x-swgg-tags0\": \"github-apps\"\n }\n },\n \"/user/memberships/orgs\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fmemberships_2Forgs_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"state\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Indicates the state of the memberships to return. Can be either ```active``` or ```pending```. If not specified, the API returns both active and pending memberships.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-your-organization-memberships) - List your organization memberships\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#list-your-organization-memberships) - List your organization memberships\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/user/memberships/orgs/{org}\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fmemberships_2Forgs_2F_7Borg_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#get-your-organization-membership) - Get your organization membership\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#get-your-organization-membership) - Get your organization membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n },\n \"patch\": {\n \"operationId\": \"_2Fuser_2Fmemberships_2Forgs_2F_7Borg_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.dazzler-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.dazzler-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fuser_2Fmemberships_2Forgs_2F_7Borg_7D_20PATCH.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Members](https://developer.github.com/v3/orgs/members/#edit-your-organization-membership) - Edit your organization membership\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Members](https://developer.github.com/v3/orgs/members/#edit-your-organization-membership) - Edit your organization membership\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/user/orgs\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Forgs_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organizations](https://developer.github.com/v3/orgs/#list-your-organizations) - List your organizations\",\n \"\",\n \"List organizations for the authenticated user.\",\n \"\",\n \"#### OAuth scope requirements\",\n \"\",\n \"This only lists organizations that your authorization allows you to operate on in some way (e.g., you can list teams with ```read:org``` scope, you can publicize your organization membership with ```user``` scope, etc.). Therefore, this API requires at least ```user``` or ```read:org``` scope. OAuth requests with insufficient scope receive a ```403 Forbidden``` response.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organizations](https://developer.github.com/v3/orgs/#list-your-organizations) - List your organizations\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/user/public_emails\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fpublic_emails_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Emails](https://developer.github.com/v3/users/emails/#list-public-email-addresses-for-a-user) - List public email addresses for a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Emails](https://developer.github.com/v3/users/emails/#list-public-email-addresses-for-a-user) - List public email addresses for a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/user/repos\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Frepos_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"all\",\n \"enum\": [\n \"all\",\n \"public\",\n \"private\"\n ],\n \"in\": \"query\",\n \"name\": \"visibility\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```all```, ```public```, or ```private```. Default: ```all```\"\n ]\n },\n {\n \"enum\": [\n \"owner\",\n \"collaborator\",\n \"organization_member\"\n ],\n \"in\": \"query\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"affiliation\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"Comma-separated list of values. Can include:\",\n \"* ```owner```: Repositories that are owned by the authenticated user.\",\n \"* ```collaborator```: Repositories that the user has been added to as a collaborator.\",\n \"* ```organization_member```: Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on.\",\n \"\",\n \"Default: ```owner,collaborator,organization_member```\"\n ]\n },\n {\n \"default\": \"all\",\n \"enum\": [\n \"422\",\n \"all\",\n \"owner\",\n \"public\",\n \"private\",\n \"member\"\n ],\n \"in\": \"query\",\n \"name\": \"type\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```all```, ```owner```, ```public```, ```private```, ```member```. Default: ```all```\",\n \"\",\n \"Will cause a ```422``` error if used in the same request as **visibility** or **affiliation**.\"\n ]\n },\n {\n \"default\": \"full_name\",\n \"enum\": [\n \"created\",\n \"updated\",\n \"pushed\",\n \"full_name\"\n ],\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```created```, ```updated```, ```pushed```, ```full_name```. Default: ```full_name```\"\n ]\n },\n {\n \"default\": \"full_name\",\n \"enum\": [\n \"asc\",\n \"desc\",\n \"full_name\"\n ],\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```asc``` or ```desc```. Default: when using ```full_name```: ```asc```; otherwise ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-your-repositories) - List your repositories\",\n \"\",\n \"List repositories that are accessible to the authenticated user.\",\n \"\",\n \"This includes repositories owned by the authenticated user, repositories where the authenticated user is a collaborator, and repositories that the authenticated user has access to through an organization membership.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-your-repositories) - List your repositories\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"post\": {\n \"operationId\": \"_2Fuser_2Frepos_20POST\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"body\",\n \"name\": \"body\",\n \"schema\": {\n \"$ref\": \"#/definitions/_2Fuser_2Frepos_20POST.body\"\n }\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#create) - Create\",\n \"\",\n \"Create a new repository for the authenticated user.\",\n \"\",\n \"**Note**: There are two endpoints for creating a repository: one to create a repository on a user account, and one to create a repository in an organization. The organization endpoint is fully enabled for [GitHub Apps](https://developer.github.com/v3/apps/available-endpoints/), whereas the user endpoint is enabled only for [user-to-server requests](https://developer.github.com/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/#user-to-server-requests).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#create) - Create\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/user/repository_invitations\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Frepository_invitations_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#list-a-users-repository-invitations) - List a user's repository invitations\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#list-a-users-repository-invitations) - List a user's repository invitations\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/user/repository_invitations/{invitation_id}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Frepository_invitations_2F_7Binvitation_id_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"invitation_id\",\n \"in\": \"path\",\n \"name\": \"invitation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#decline-a-repository-invitation) - Decline a repository invitation\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#decline-a-repository-invitation) - Decline a repository invitation\",\n \"x-swgg-tags0\": \"github-repos\"\n },\n \"patch\": {\n \"operationId\": \"_2Fuser_2Frepository_invitations_2F_7Binvitation_id_7D_20PATCH\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"invitation_id\",\n \"in\": \"path\",\n \"name\": \"invitation_id\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#accept-a-repository-invitation) - Accept a repository invitation\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repository Invitations](https://developer.github.com/v3/repos/invitations/#accept-a-repository-invitation) - Accept a repository invitation\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/user/starred/{owner}/{repo}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Fstarred_2F_7Bowner_7D_2F_7Brepo_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.star+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Starring](https://developer.github.com/v3/activity/starring/#unstar-a-repository) - Unstar a repository\",\n \"\",\n \"Requires for the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Starring](https://developer.github.com/v3/activity/starring/#unstar-a-repository) - Unstar a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Fstarred_2F_7Bowner_7D_2F_7Brepo_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.star+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Starring](https://developer.github.com/v3/activity/starring/#check-if-you-are-starring-a-repository) - Check if you are starring a repository\",\n \"\",\n \"Requires for the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Starring](https://developer.github.com/v3/activity/starring/#check-if-you-are-starring-a-repository) - Check if you are starring a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Fuser_2Fstarred_2F_7Bowner_7D_2F_7Brepo_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.star+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Starring](https://developer.github.com/v3/activity/starring/#star-a-repository) - Star a repository\",\n \"\",\n \"Requires for the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Starring](https://developer.github.com/v3/activity/starring/#star-a-repository) - Star a repository\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/user/subscriptions/{owner}/{repo}\": {\n \"delete\": {\n \"operationId\": \"_2Fuser_2Fsubscriptions_2F_7Bowner_7D_2F_7Brepo_7D_20DELETE\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#stop-watching-a-repository-legacy) - Stop watching a repository (LEGACY)\",\n \"\",\n \"Requires for the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#stop-watching-a-repository-legacy) - Stop watching a repository (LEGACY)\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"get\": {\n \"operationId\": \"_2Fuser_2Fsubscriptions_2F_7Bowner_7D_2F_7Brepo_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#check-if-you-are-watching-a-repository-legacy) - Check if you are watching a repository (LEGACY)\",\n \"\",\n \"Requires for the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#check-if-you-are-watching-a-repository-legacy) - Check if you are watching a repository (LEGACY)\",\n \"x-swgg-tags0\": \"github-activity\"\n },\n \"put\": {\n \"operationId\": \"_2Fuser_2Fsubscriptions_2F_7Bowner_7D_2F_7Brepo_7D_20PUT\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"owner\",\n \"in\": \"path\",\n \"name\": \"owner\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"repo\",\n \"in\": \"path\",\n \"name\": \"repo\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#watch-a-repository-legacy) - Watch a repository (LEGACY)\",\n \"\",\n \"Requires the user to be authenticated.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#watch-a-repository-legacy) - Watch a repository (LEGACY)\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/user/teams\": {\n \"get\": {\n \"operationId\": \"_2Fuser_2Fteams_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hellcat-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3.repository+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-teams\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organization Teams](https://developer.github.com/v3/teams/#list-user-teams) - List user teams\",\n \"\",\n \"**Note:** The Nested Teams API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2017-08-30-preview-nested-teams) for full details. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hellcat-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"List all of the teams across all of the organizations to which the authenticated user belongs. This method requires ```user```, ```repo```, or ```read:org``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) when authenticating via [OAuth](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/).\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organization Teams](https://developer.github.com/v3/teams/#list-user-teams) - List user teams\",\n \"x-swgg-tags0\": \"github-teams\"\n }\n },\n \"/users\": {\n \"get\": {\n \"operationId\": \"_2Fusers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hagar-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hagar-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"The integer ID of the last User that you've seen.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Users](https://developer.github.com/v3/users/#get-all-users) - Get all users\",\n \"\",\n \"Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts.\",\n \"\",\n \"Note: Pagination is powered exclusively by the ```since``` parameter. Use the [Link header](https://developer.github.com/v3/#link-header) to get the URL for the next page of users.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Users](https://developer.github.com/v3/users/#get-all-users) - Get all users\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hagar-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hagar-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Users](https://developer.github.com/v3/users/#get-a-single-user) - Get a single user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Users](https://developer.github.com/v3/users/#get-a-single-user) - Get a single user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/events\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fevents_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user) - List events performed by a user\",\n \"\",\n \"If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user) - List events performed by a user\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/events/orgs/{org}\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fevents_2Forgs_2F_7Borg_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"org\",\n \"in\": \"path\",\n \"name\": \"org\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-events-for-an-organization) - List events for an organization\",\n \"\",\n \"This is the user's organization dashboard. You must be authenticated as the user to view this.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-events-for-an-organization) - List events for an organization\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/events/public\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fevents_2Fpublic_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user) - List public events performed by a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user) - List public events performed by a user\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/followers\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Ffollowers_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#list-followers-of-a-user) - List followers of a user\",\n \"\",\n \"List a user's followers:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#list-followers-of-a-user) - List followers of a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/following\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Ffollowing_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user) - List users followed by another user\",\n \"\",\n \"List who a user is following:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#list-users-followed-by-another-user) - List users followed by another user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/following/{target_user}\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Ffollowing_2F_7Btarget_user_7D_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"target_user\",\n \"in\": \"path\",\n \"name\": \"target_user\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Followers](https://developer.github.com/v3/users/followers/#check-if-one-user-follows-another) - Check if one user follows another\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Followers](https://developer.github.com/v3/users/followers/#check-if-one-user-follows-another) - Check if one user follows another\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/gists\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fgists_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3.raw\",\n \"application/vnd.github.v3.base64\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"since\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"A timestamp in ISO 8601 format: ```YYYY-MM-DDTHH:MM:SSZ```. Only gists updated at or after this time are returned.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-gists\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Gists](https://developer.github.com/v3/gists/#list-a-users-gists) - List a user's gists\",\n \"\",\n \"List public gists for the specified user:\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Gists](https://developer.github.com/v3/gists/#list-a-users-gists) - List a user's gists\",\n \"x-swgg-tags0\": \"github-gists\"\n }\n },\n \"/users/{username}/gpg_keys\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fgpg_keys_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#list-gpg-keys-for-a-user) - List GPG keys for a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User GPG Keys](https://developer.github.com/v3/users/gpg_keys/#list-gpg-keys-for-a-user) - List GPG keys for a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/hovercard\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fhovercard_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.hagar-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hagar-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"in\": \"query\",\n \"name\": \"subject_type\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Identifies which additional information you'd like to receive about the person's hovercard. Can be ```organization```, ```repository```, ```issue```, ```pull_request```. **Required** when using ```subject_id```.\"\n ]\n },\n {\n \"in\": \"query\",\n \"name\": \"subject_id\",\n \"required\": true,\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Uses the ID for the ```subject_type``` you specified. **Required** when using ```subject_type```.\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Users](https://developer.github.com/v3/users/#get-contextual-information-about-a-user) - Get contextual information about a user\",\n \"\",\n \"**Note:** You can now retrieve someone's hovercard information in different contexts using the Hovercard API. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-03-21-hovercard-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.hagar-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Provides hovercard information when authenticated through basic auth or OAuth with the ```repo``` scope. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Users](https://developer.github.com/v3/users/#get-contextual-information-about-a-user) - Get contextual information about a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/keys\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fkeys_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-users\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[User Public Keys](https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user) - List public keys for a user\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[User Public Keys](https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user) - List public keys for a user\",\n \"x-swgg-tags0\": \"github-users\"\n }\n },\n \"/users/{username}/orgs\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Forgs_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.jean-grey-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-orgs\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Organizations](https://developer.github.com/v3/orgs/#list-user-organizations) - List user organizations\",\n \"\",\n \"List [public organization memberships](https://help.github.com/articles/publicizing-or-concealing-organization-membership) for the specified user.\",\n \"\",\n \"This method only lists public memberships, regardless of authentication. If you need to fetch all of the organization memberships (public and private) for the authenticated user, use the [List your organizations](https://developer.github.com/v3/orgs/#list-your-organizations) API instead.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Organizations](https://developer.github.com/v3/orgs/#list-user-organizations) - List user organizations\",\n \"x-swgg-tags0\": \"github-orgs\"\n }\n },\n \"/users/{username}/received_events\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Freceived_events_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received) - List events that a user has received\",\n \"\",\n \"These are events that you've received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received) - List events that a user has received\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/received_events/public\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Freceived_events_2Fpublic_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received) - List public events that a user has received\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Events](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received) - List public events that a user has received\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/repos\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Frepos_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"default\": [\n \"application/vnd.github.nightshade-preview+json\"\n ],\n \"enum\": [\n \"application/vnd.github.mercy-preview+json\",\n \"application/vnd.github.nightshade-preview+json\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"application/vnd.github.hellcat-preview+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"required\": true,\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"owner\",\n \"enum\": [\n \"all\",\n \"owner\",\n \"member\"\n ],\n \"in\": \"query\",\n \"name\": \"type\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```all```, ```owner```, ```member```. Default: ```owner```\"\n ]\n },\n {\n \"default\": \"full_name\",\n \"enum\": [\n \"created\",\n \"updated\",\n \"pushed\",\n \"full_name\"\n ],\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```created```, ```updated```, ```pushed```, ```full_name```. Default: ```full_name```\"\n ]\n },\n {\n \"default\": \"full_name\",\n \"enum\": [\n \"asc\",\n \"desc\",\n \"full_name\"\n ],\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"Can be one of ```asc``` or ```desc```. Default: when using ```full_name```: ```asc```, otherwise ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-repos\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Repositories](https://developer.github.com/v3/repos/#list-user-repositories) - List user repositories\",\n \"\",\n \"List public repositories for the specified user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Repositories](https://developer.github.com/v3/repos/#list-user-repositories) - List user repositories\",\n \"x-swgg-tags0\": \"github-repos\"\n }\n },\n \"/users/{username}/starred\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fstarred_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3.star+json\",\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n },\n {\n \"default\": \"created\",\n \"in\": \"query\",\n \"name\": \"sort\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"One of ```created``` (when the repository was starred) or ```updated``` (when it was last pushed to). Default: ```created```\"\n ]\n },\n {\n \"default\": \"desc\",\n \"in\": \"query\",\n \"name\": \"direction\",\n \"type\": \"string\",\n \"x-swgg-descriptionLineList\": [\n \"One of ```asc``` (ascending) or ```desc``` (descending). Default: ```desc```\"\n ]\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Starring](https://developer.github.com/v3/activity/starring/#list-repositories-being-starred) - List repositories being starred\",\n \"\",\n \"List repositories being starred by a user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Starring](https://developer.github.com/v3/activity/starring/#list-repositories-being-starred) - List repositories being starred\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n },\n \"/users/{username}/subscriptions\": {\n \"get\": {\n \"operationId\": \"_2Fusers_2F_7Busername_7D_2Fsubscriptions_20GET\",\n \"parameters\": [\n {\n \"$ref\": \"#/parameters/github-all.key\"\n },\n {\n \"$ref\": \"#/parameters/github-all.user-agent\"\n },\n {\n \"collectionFormat\": \"csv\",\n \"enum\": [\n \"application/vnd.github.v3+json\"\n ],\n \"in\": \"header\",\n \"items\": {\n \"type\": \"string\"\n },\n \"name\": \"accept\",\n \"type\": \"array\",\n \"x-swgg-descriptionLineList\": [\n \"https://developer.github.com/v3/media/\",\n \"\",\n \"Custom media types are used in the API to let consumers choose the format of the data they wish to receive. This is done by adding one or more of the following types to the ```Accept``` header when you make a request. Media types are specific to resources, allowing them to change independently and support formats that other resources don't.\"\n ]\n },\n {\n \"default\": \"username\",\n \"in\": \"path\",\n \"name\": \"username\",\n \"required\": true,\n \"type\": \"string\"\n }\n ],\n \"responses\": {\n \"default\": {\n \"description\": \"default response\"\n }\n },\n \"tags\": [\n \"github-activity\"\n ],\n \"x-swgg-descriptionLineList\": [\n \"[Watching](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched) - List repositories being watched\",\n \"\",\n \"List repositories being watched by a user.\"\n ],\n \"x-swgg-host\": \"api.github.com\",\n \"x-swgg-schemes\": [\n \"https\"\n ],\n \"x-swgg-sortValue\": \"[Watching](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched) - List repositories being watched\",\n \"x-swgg-tags0\": \"github-activity\"\n }\n }\n },\n \"schemes\": [\n \"https\"\n ],\n \"swagger\": \"2.0\",\n \"tags\": [\n {\n \"name\": \"github-activity\",\n \"x-swgg-descriptionLineList\": [\n \"# [Activity](https://developer.github.com/v3/activity/)\",\n \"\",\n \"Serving up the 'social' in Social Coding, the Activity APIs provide access to notifications, subscriptions, and timelines.\",\n \"\",\n \"# [Event Types & Payloads](https://developer.github.com/v3/activity/events/types/)\",\n \"\",\n \"Each event has a similar JSON schema, but a unique ```payload``` object that is determined by its event type.\",\n \"\",\n \"Event names are used by [repository webhooks](https://developer.github.com/v3/repos/hooks/) to specify which events the webhook should receive. The included payloads below are from webhook deliveries but match events returned by the [Events API](https://developer.github.com/v3/activity/events/) (except where noted). The Events API uses the CamelCased name (e.g. ```CommitCommentEvent```) in the ```type``` field of an event object and does not include the ```repository``` or ```sender``` fields in the event payload object.\",\n \"\",\n \"**Note:** Some of these events may not be rendered in timelines, they're only created for various internal and webhook purposes.\",\n \"- [CommitCommentEvent](https://developer.github.com/v3/activity/events/types/#commitcommentevent)\",\n \"- [CreateEvent](https://developer.github.com/v3/activity/events/types/#createevent)\",\n \"- [DeleteEvent](https://developer.github.com/v3/activity/events/types/#deleteevent)\",\n \"- [DeploymentEvent](https://developer.github.com/v3/activity/events/types/#deploymentevent)\",\n \"- [DeploymentStatusEvent](https://developer.github.com/v3/activity/events/types/#deploymentstatusevent)\",\n \"- [DownloadEvent](https://developer.github.com/v3/activity/events/types/#downloadevent)\",\n \"- [FollowEvent](https://developer.github.com/v3/activity/events/types/#followevent)\",\n \"- [ForkEvent](https://developer.github.com/v3/activity/events/types/#forkevent)\",\n \"- [ForkApplyEvent](https://developer.github.com/v3/activity/events/types/#forkapplyevent)\",\n \"- [GistEvent](https://developer.github.com/v3/activity/events/types/#gistevent)\",\n \"- [GollumEvent](https://developer.github.com/v3/activity/events/types/#gollumevent)\",\n \"- [InstallationEvent](https://developer.github.com/v3/activity/events/types/#installationevent)\",\n \"- [InstallationRepositoriesEvent](https://developer.github.com/v3/activity/events/types/#installationrepositoriesevent)\",\n \"- [IssueCommentEvent](https://developer.github.com/v3/activity/events/types/#issuecommentevent)\",\n \"- [IssuesEvent](https://developer.github.com/v3/activity/events/types/#issuesevent)\",\n \"- [LabelEvent](https://developer.github.com/v3/activity/events/types/#labelevent)\",\n \"- [MarketplacePurchaseEvent](https://developer.github.com/v3/activity/events/types/#marketplacepurchaseevent)\",\n \"- [MemberEvent](https://developer.github.com/v3/activity/events/types/#memberevent)\",\n \"- [MembershipEvent](https://developer.github.com/v3/activity/events/types/#membershipevent)\",\n \"- [MilestoneEvent](https://developer.github.com/v3/activity/events/types/#milestoneevent)\",\n \"- [OrganizationEvent](https://developer.github.com/v3/activity/events/types/#organizationevent)\",\n \"- [OrgBlockEvent](https://developer.github.com/v3/activity/events/types/#orgblockevent)\",\n \"- [PageBuildEvent](https://developer.github.com/v3/activity/events/types/#pagebuildevent)\",\n \"- [ProjectCardEvent](https://developer.github.com/v3/activity/events/types/#projectcardevent)\",\n \"- [ProjectColumnEvent](https://developer.github.com/v3/activity/events/types/#projectcolumnevent)\",\n \"- [ProjectEvent](https://developer.github.com/v3/activity/events/types/#projectevent)\",\n \"- [PublicEvent](https://developer.github.com/v3/activity/events/types/#publicevent)\",\n \"- [PullRequestEvent](https://developer.github.com/v3/activity/events/types/#pullrequestevent)\",\n \"- [PullRequestReviewEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewevent)\",\n \"- [PullRequestReviewCommentEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewcommentevent)\",\n \"- [PushEvent](https://developer.github.com/v3/activity/events/types/#pushevent)\",\n \"- [ReleaseEvent](https://developer.github.com/v3/activity/events/types/#releaseevent)\",\n \"- [RepositoryEvent](https://developer.github.com/v3/activity/events/types/#repositoryevent)\",\n \"- [StatusEvent](https://developer.github.com/v3/activity/events/types/#statusevent)\",\n \"- [TeamEvent](https://developer.github.com/v3/activity/events/types/#teamevent)\",\n \"- [TeamAddEvent](https://developer.github.com/v3/activity/events/types/#teamaddevent)\",\n \"- [WatchEvent](https://developer.github.com/v3/activity/events/types/#watchevent)\",\n \"\",\n \"# [Events](https://developer.github.com/v3/activity/events/)\",\n \"\",\n \"This is a read-only API to the GitHub events. These events power the various activity streams on the site.\",\n \"- [List public events](https://developer.github.com/v3/activity/events/#list-public-events)\",\n \"- [List repository events](https://developer.github.com/v3/activity/events/#list-repository-events)\",\n \"- [List issue events for a repository](https://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository)\",\n \"- [List public events for a network of repositories](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories)\",\n \"- [List public events for an organization](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization)\",\n \"- [List events that a user has received](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received)\",\n \"- [List public events that a user has received](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)\",\n \"- [List events performed by a user](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user)\",\n \"- [List public events performed by a user](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user)\",\n \"- [List events for an organization](https://developer.github.com/v3/activity/events/#list-events-for-an-organization)\",\n \"\",\n \"Events are optimized for polling with the \\\"ETag\\\" header. If no new events have been triggered, you will see a \\\"304 Not Modified\\\" response, and your current rate limit will be untouched. There is also an \\\"X-Poll-Interval\\\" header that specifies how often (in seconds) you are allowed to poll. In times of high server load, the time may increase. Please obey the header.\",\n \"```\",\n \"curl -I https://api.github.com/users/tater/events\",\n \"HTTP/1.1 200 OK\",\n \"X-Poll-Interval: 60\",\n \"ETag: \\\"a18c3bded88eb5dbb5c849a489412bf3\\\"\",\n \"# The quotes around the ETag value are important\",\n \"curl -I https://api.github.com/users/tater/events \\\\\",\n \" -H 'If-None-Match: \\\"a18c3bded88eb5dbb5c849a489412bf3\\\"'\",\n \"HTTP/1.1 304 Not Modified\",\n \"X-Poll-Interval: 60\",\n \"```\",\n \"\",\n \"\",\n \"Events support [pagination](https://developer.github.com/v3/#pagination), however the ```per_page``` option is unsupported. The fixed page size is 30 items. Fetching up to ten pages is supported, for a total of 300 events.\",\n \"\",\n \"Only events created within the past 90 days will be included in timelines. Events older than 90 days will not be included (even if the total number of events in the timeline is less than 300).\",\n \"\",\n \"All Events have the same response format:\",\n \"```\",\n \"Status: 200 OK\",\n \"Link: <https://api.github.com/resource?page=2>; rel=\\\"next\\\",\",\n \" <https://api.github.com/resource?page=5>; rel=\\\"last\\\"\",\n \"```\",\n \"\",\n \"```\",\n \"[\",\n \" {\",\n \" \\\"type\\\": \\\"Event\\\",\",\n \" \\\"public\\\": true,\",\n \" \\\"payload\\\": {\",\n \" },\",\n \" \\\"repo\\\": {\",\n \" \\\"id\\\": 3,\",\n \" \\\"name\\\": \\\"octocat/Hello-World\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/repos/octocat/Hello-World\\\"\",\n \" },\",\n \" \\\"actor\\\": {\",\n \" \\\"id\\\": 1,\",\n \" \\\"login\\\": \\\"octocat\\\",\",\n \" \\\"gravatar_id\\\": \\\"\\\",\",\n \" \\\"avatar_url\\\": \\\"https://github.com/images/error/octocat_happy.gif\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/users/octocat\\\"\",\n \" },\",\n \" \\\"org\\\": {\",\n \" \\\"id\\\": 1,\",\n \" \\\"login\\\": \\\"github\\\",\",\n \" \\\"gravatar_id\\\": \\\"\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/orgs/github\\\",\",\n \" \\\"avatar_url\\\": \\\"https://github.com/images/error/octocat_happy.gif\\\"\",\n \" },\",\n \" \\\"created_at\\\": \\\"2011-09-06T17:26:27Z\\\",\",\n \" \\\"id\\\": \\\"12345\\\"\",\n \" }\",\n \"]\",\n \"```\",\n \"\",\n \"# [Feeds](https://developer.github.com/v3/activity/feeds/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Notifications](https://developer.github.com/v3/activity/notifications/)\",\n \"\",\n \"Users receive notifications for conversations in repositories they watch including:\",\n \"- Issues and their comments\",\n \"- Pull Requests and their comments\",\n \"- Comments on any commits\",\n \"\",\n \"Notifications are also sent for conversations in unwatched repositories when the user is involved including:\",\n \"- **@mentions**\",\n \"- Issue assignments\",\n \"- Commits the user authors or commits\",\n \"- Any discussion in which the user actively participates\",\n \"\",\n \"All Notification API calls require the ```notifications``` or ```repo``` API scopes. Doing this will give read-only access to some Issue/Commit content. You will still need the \\\"repo\\\" scope to access Issues and Commits from their respective endpoints.\",\n \"\",\n \"Notifications come back as \\\"threads\\\". A Thread contains information about the current discussion of an Issue/PullRequest/Commit.\",\n \"\",\n \"Notifications are optimized for polling with the \\\"Last-Modified\\\" header. If there are no new notifications, you will see a \\\"304 Not Modified\\\" response, leaving your current rate limit untouched. There is an \\\"X-Poll-Interval\\\" header that specifies how often (in seconds) you are allowed to poll. In times of high server load, the time may increase. Please obey the header.\",\n \"```\",\n \"# Add authentication to your requests\",\n \"curl -I https://api.github.com/notifications\",\n \"HTTP/1.1 200 OK\",\n \"Last-Modified: Thu, 25 Oct 2012 15:16:27 GMT\",\n \"X-Poll-Interval: 60\",\n \"# Pass the Last-Modified header exactly\",\n \"curl -I https://api.github.com/notifications\",\n \" -H \\\"If-Modified-Since: Thu, 25 Oct 2012 15:16:27 GMT\\\"\",\n \"HTTP/1.1 304 Not Modified\",\n \"X-Poll-Interval: 60\",\n \"```\",\n \"\",\n \"# [Starring](https://developer.github.com/v3/activity/starring/)\",\n \"\",\n \"Repository Starring is a feature that lets users bookmark repositories. Stars are shown next to repositories to show an approximate level of interest. Stars have no effect on notifications or the activity feed. For that, see [Repository Watching](https://developer.github.com/v3/activity/watching).\",\n \"\",\n \"#### Starring vs. Watching\",\n \"\",\n \"In August 2012, we [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. Many API client applications may be using the original \\\"watcher\\\" endpoints for accessing this data. You can now start using the \\\"star\\\" endpoints instead (described below). Check out the [Watcher API Change post](https://developer.github.com/changes/2012-09-05-watcher-api/) for more details.\",\n \"\",\n \"# [Watching](https://developer.github.com/v3/activity/watching/)\",\n \"\",\n \"Watching a Repository registers the user to receive notifications on new discussions, as well as events in the user's activity feed. See [Repository Starring](https://developer.github.com/v3/activity/starring) for simple repository bookmarks.\",\n \"\",\n \"#### Watching vs. Starring\",\n \"\",\n \"In August 2012, we [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. At the time of that change, many API clients were already using the existing \\\"watcher\\\" endpoints to access starring data. To avoid breaking those applications, the legacy \\\"watcher\\\" endpoints continue to provide starring data.\",\n \"\",\n \"To provide access to watching data, the v3 Watcher API uses the \\\"subscription\\\" endpoints described below. Check out the [Watcher API Change post](https://developer.github.com/changes/2012-09-05-watcher-api/) for more details.\"\n ]\n },\n {\n \"name\": \"github-apps\",\n \"x-swgg-descriptionLineList\": [\n \"# [GitHub Apps](https://developer.github.com/v3/apps/)\",\n \"\",\n \"For information on how to authenticate as a GitHub App, see \\\"[Authentication Options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps#authenticating-as-a-github-app).\\\"\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"# [GitHub App Permissions](https://developer.github.com/v3/apps/permissions/)\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"GitHub Apps are created with a set of permissions. These define what resources the GitHub App can access via the API. For more information, see \\\"[Permissions for GitHub Apps](https://developer.github.com/apps/building-github-apps/permissions-for-github-apps/).\\\"\",\n \"\",\n \"# [GitHub Apps: Available Endpoints](https://developer.github.com/v3/apps/available-endpoints/)\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"The following endpoints are available for use by GitHub Apps. For more information, see \\\"[GitHub Apps](https://developer.github.com/apps/building-github-apps/).\\\"\",\n \"\",\n \"#### Review Comments\",\n \"- [List comments on a pull request](https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request)\",\n \"- [List comments in a repository](https://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository)\",\n \"- [Get a single comment](https://developer.github.com/v3/pulls/comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/pulls/comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/pulls/comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/pulls/comments/#delete-a-comment)\",\n \"\",\n \"#### Reviews\",\n \"- [Get a single review](https://developer.github.com/v3/pulls/reviews/#get-a-single-review)\",\n \"- [Get comments for a single review](https://developer.github.com/v3/pulls/reviews/#get-comments-for-a-single-review)\",\n \"- [Create a pull request review](https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review)\",\n \"\",\n \"#### Teams\",\n \"- [List teams](https://developer.github.com/v3/teams/#list-teams)\",\n \"- [Get team](https://developer.github.com/v3/teams/#get-team)\",\n \"- [Edit team](https://developer.github.com/v3/teams/#edit-team)\",\n \"- [Delete team](https://developer.github.com/v3/teams/#delete-team)\",\n \"- [List child teams](https://developer.github.com/v3/teams/#list-child-teams)\",\n \"- [List team repos](https://developer.github.com/v3/teams/#list-team-repos)\",\n \"\",\n \"#### Commits\",\n \"- [Get a Commit](https://developer.github.com/v3/git/commits/#get-a-commit)\",\n \"- [Create a Commit](https://developer.github.com/v3/git/commits/#create-a-commit)\",\n \"- [List commits on a repository](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)\",\n \"- [Get a single commit](https://developer.github.com/v3/repos/commits/#get-a-single-commit)\",\n \"- [Get the SHA-1 of a commit reference](https://developer.github.com/v3/repos/commits/#get-the-sha-1-of-a-commit-reference)\",\n \"\",\n \"#### Tags\",\n \"- [Get a Tag](https://developer.github.com/v3/git/tags/#get-a-tag)\",\n \"- [Create a Tag Object](https://developer.github.com/v3/git/tags/#create-a-tag-object)\",\n \"\",\n \"#### Blobs\",\n \"- [Get a Blob](https://developer.github.com/v3/git/blobs/#get-a-blob)\",\n \"- [Create a Blob](https://developer.github.com/v3/git/blobs/#create-a-blob)\",\n \"\",\n \"#### Trees\",\n \"- [Get a Tree](https://developer.github.com/v3/git/trees/#get-a-tree)\",\n \"- [Create a Tree](https://developer.github.com/v3/git/trees/#create-a-tree)\",\n \"\",\n \"#### References\",\n \"- [Get a Reference](https://developer.github.com/v3/git/refs/#get-a-reference)\",\n \"- [Get all References](https://developer.github.com/v3/git/refs/#get-all-references)\",\n \"- [Create a Reference](https://developer.github.com/v3/git/refs/#create-a-reference)\",\n \"- [Update a Reference](https://developer.github.com/v3/git/refs/#update-a-reference)\",\n \"- [Delete a Reference](https://developer.github.com/v3/git/refs/#delete-a-reference)\",\n \"\",\n \"#### Issues\",\n \"- [List issues for a repository](https://developer.github.com/v3/issues/#list-issues-for-a-repository)\",\n \"- [Get a single issue](https://developer.github.com/v3/issues/#get-a-single-issue)\",\n \"- [Create an issue](https://developer.github.com/v3/issues/#create-an-issue)\",\n \"- [Edit an issue](https://developer.github.com/v3/issues/#edit-an-issue)\",\n \"- [Lock an issue](https://developer.github.com/v3/issues/#lock-an-issue)\",\n \"- [Unlock an issue](https://developer.github.com/v3/issues/#unlock-an-issue)\",\n \"\",\n \"#### Source Imports\",\n \"- [Start an import](https://developer.github.com/v3/migration/source_imports/#start-an-import)\",\n \"- [Get import progress](https://developer.github.com/v3/migration/source_imports/#get-import-progress)\",\n \"- [Update existing import](https://developer.github.com/v3/migration/source_imports/#update-existing-import)\",\n \"- [Get commit authors](https://developer.github.com/v3/migration/source_imports/#get-commit-authors)\",\n \"- [Map a commit author](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author)\",\n \"- [Set Git LFS preference](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference)\",\n \"- [Get large files](https://developer.github.com/v3/migration/source_imports/#get-large-files)\",\n \"- [Cancel an import](https://developer.github.com/v3/migration/source_imports/#cancel-an-import)\",\n \"\",\n \"#### Organizations\",\n \"- [List all organizations](https://developer.github.com/v3/orgs/#list-all-organizations)\",\n \"- [List user organizations](https://developer.github.com/v3/orgs/#list-user-organizations)\",\n \"\",\n \"#### Watching\",\n \"- [List watchers](https://developer.github.com/v3/activity/watching/#list-watchers)\",\n \"\",\n \"#### Starring\",\n \"- [List Stargazers](https://developer.github.com/v3/activity/starring/#list-stargazers)\",\n \"\",\n \"#### Events\",\n \"- [List public events](https://developer.github.com/v3/activity/events/#list-public-events)\",\n \"- [List repository events](https://developer.github.com/v3/activity/events/#list-repository-events)\",\n \"- [List public events for a network of repositories](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories)\",\n \"- [List public events for an organization](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization)\",\n \"- [List events that a user has received](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received)\",\n \"- [List public events that a user has received](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)\",\n \"- [List events performed by a user](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user)\",\n \"- [List public events performed by a user](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user)\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/events/#list-events-for-an-issue)\",\n \"- [List events for a repository](https://developer.github.com/v3/issues/events/#list-events-for-a-repository)\",\n \"- [Get a single event](https://developer.github.com/v3/issues/events/#get-a-single-event)\",\n \"\",\n \"#### Feeds\",\n \"- [List Feeds](https://developer.github.com/v3/activity/feeds/#list-feeds)\",\n \"\",\n \"#### Meta\",\n \"- [Meta](https://developer.github.com/v3/meta/#meta)\",\n \"\",\n \"#### Codes of Conduct\",\n \"- [List all codes of conduct](https://developer.github.com/v3/codes_of_conduct/#list-all-codes-of-conduct)\",\n \"- [Get an individual code of conduct](https://developer.github.com/v3/codes_of_conduct/#get-an-individual-code-of-conduct)\",\n \"- [Get a repository's code of conduct](https://developer.github.com/v3/codes_of_conduct/#get-a-repositorys-code-of-conduct)\",\n \"\",\n \"#### Labels\",\n \"- [List all labels for this repository](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository)\",\n \"- [Get a single label](https://developer.github.com/v3/issues/labels/#get-a-single-label)\",\n \"- [Create a label](https://developer.github.com/v3/issues/labels/#create-a-label)\",\n \"- [Update a label](https://developer.github.com/v3/issues/labels/#update-a-label)\",\n \"- [Delete a label](https://developer.github.com/v3/issues/labels/#delete-a-label)\",\n \"- [List labels on an issue](https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue)\",\n \"- [Add labels to an issue](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue)\",\n \"- [Remove a label from an issue](https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue)\",\n \"- [Replace all labels for an issue](https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue)\",\n \"- [Remove all labels from an issue](https://developer.github.com/v3/issues/labels/#remove-all-labels-from-an-issue)\",\n \"- [Get labels for every issue in a milestone](https://developer.github.com/v3/issues/labels/#get-labels-for-every-issue-in-a-milestone)\",\n \"\",\n \"#### Comments\",\n \"- [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue)\",\n \"- [List comments in a repository](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository)\",\n \"- [Get a single comment](https://developer.github.com/v3/issues/comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/issues/comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/issues/comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/issues/comments/#delete-a-comment)\",\n \"- [List commit comments for a repository](https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository)\",\n \"- [List comments for a single commit](https://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit)\",\n \"- [Create a commit comment](https://developer.github.com/v3/repos/comments/#create-a-commit-comment)\",\n \"- [Get a single commit comment](https://developer.github.com/v3/repos/comments/#get-a-single-commit-comment)\",\n \"- [Update a commit comment](https://developer.github.com/v3/repos/comments/#update-a-commit-comment)\",\n \"- [Delete a commit comment](https://developer.github.com/v3/repos/comments/#delete-a-commit-comment)\",\n \"\",\n \"#### Assignees\",\n \"- [List assignees](https://developer.github.com/v3/issues/assignees/#list-assignees)\",\n \"- [Check assignee](https://developer.github.com/v3/issues/assignees/#check-assignee)\",\n \"- [Add assignees to an issue](https://developer.github.com/v3/issues/assignees/#add-assignees-to-an-issue)\",\n \"- [Remove assignees from an issue](https://developer.github.com/v3/issues/assignees/#remove-assignees-from-an-issue)\",\n \"\",\n \"#### Milestones\",\n \"- [List milestones for a repository](https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository)\",\n \"- [Get a single milestone](https://developer.github.com/v3/issues/milestones/#get-a-single-milestone)\",\n \"- [Create a milestone](https://developer.github.com/v3/issues/milestones/#create-a-milestone)\",\n \"- [Update a milestone](https://developer.github.com/v3/issues/milestones/#update-a-milestone)\",\n \"- [Delete a milestone](https://developer.github.com/v3/issues/milestones/#delete-a-milestone)\",\n \"\",\n \"#### Timeline\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue)\",\n \"\",\n \"#### Pull Requests\",\n \"- [List pull requests](https://developer.github.com/v3/pulls/#list-pull-requests)\",\n \"- [Get a single pull request](https://developer.github.com/v3/pulls/#get-a-single-pull-request)\",\n \"- [Create a pull request](https://developer.github.com/v3/pulls/#create-a-pull-request)\",\n \"- [Update a pull request](https://developer.github.com/v3/pulls/#update-a-pull-request)\",\n \"- [List commits on a pull request](https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request)\",\n \"- [List pull requests files](https://developer.github.com/v3/pulls/#list-pull-requests-files)\",\n \"- [Get if a pull request has been merged](https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged)\",\n \"\",\n \"#### Miscellaneous\",\n \"- [Emojis](https://developer.github.com/v3/misc/#emojis)\",\n \"\",\n \"#### Installations\",\n \"- [List repositories](https://developer.github.com/v3/apps/installations/#list-repositories)\",\n \"\",\n \"#### GitHub Apps\",\n \"- [Get a single GitHub App](https://developer.github.com/v3/apps/#get-a-single-github-app)\",\n \"- [Get the authenticated GitHub App](https://developer.github.com/v3/apps/#get-the-authenticated-github-app)\",\n \"- [Find installations](https://developer.github.com/v3/apps/#find-installations)\",\n \"- [Get a single installation](https://developer.github.com/v3/apps/#get-a-single-installation)\",\n \"- [Create a new installation token](https://developer.github.com/v3/apps/#create-a-new-installation-token)\",\n \"\",\n \"#### Users\",\n \"- [Get a single user](https://developer.github.com/v3/users/#get-a-single-user)\",\n \"- [Get all users](https://developer.github.com/v3/users/#get-all-users)\",\n \"\",\n \"#### Projects\",\n \"- [List repository projects](https://developer.github.com/v3/projects/#list-repository-projects)\",\n \"- [List organization projects](https://developer.github.com/v3/projects/#list-organization-projects)\",\n \"- [Get a project](https://developer.github.com/v3/projects/#get-a-project)\",\n \"- [Create a repository project](https://developer.github.com/v3/projects/#create-a-repository-project)\",\n \"- [Create an organization project](https://developer.github.com/v3/projects/#create-an-organization-project)\",\n \"- [Update a project](https://developer.github.com/v3/projects/#update-a-project)\",\n \"- [Delete a project](https://developer.github.com/v3/projects/#delete-a-project)\",\n \"\",\n \"#### Rate Limit\",\n \"- [Get your current rate limit status](https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status)\",\n \"\",\n \"#### Markdown\",\n \"- [Render an arbitrary Markdown document](https://developer.github.com/v3/markdown/#render-an-arbitrary-markdown-document)\",\n \"- [Render a Markdown document in raw mode](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode)\",\n \"\",\n \"#### Forks\",\n \"- [List forks](https://developer.github.com/v3/repos/forks/#list-forks)\",\n \"- [Create a fork](https://developer.github.com/v3/repos/forks/#create-a-fork)\",\n \"\",\n \"#### Statuses\",\n \"- [Create a status](https://developer.github.com/v3/repos/statuses/#create-a-status)\",\n \"- [List statuses for a specific ref](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref)\",\n \"- [Get the combined status for a specific ref](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref)\",\n \"\",\n \"#### Branches\",\n \"- [List branches](https://developer.github.com/v3/repos/branches/#list-branches)\",\n \"- [Get branch](https://developer.github.com/v3/repos/branches/#get-branch)\",\n \"- [Get branch protection](https://developer.github.com/v3/repos/branches/#get-branch-protection)\",\n \"- [Update branch protection](https://developer.github.com/v3/repos/branches/#update-branch-protection)\",\n \"- [Remove branch protection](https://developer.github.com/v3/repos/branches/#remove-branch-protection)\",\n \"- [Get required status checks of protected branch](https://developer.github.com/v3/repos/branches/#get-required-status-checks-of-protected-branch)\",\n \"- [Update required status checks of protected branch](https://developer.github.com/v3/repos/branches/#update-required-status-checks-of-protected-branch)\",\n \"- [Remove required status checks of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-of-protected-branch)\",\n \"- [List required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#list-required-status-checks-contexts-of-protected-branch)\",\n \"- [Replace required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#replace-required-status-checks-contexts-of-protected-branch)\",\n \"- [Add required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#add-required-status-checks-contexts-of-protected-branch)\",\n \"- [Remove required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-contexts-of-protected-branch)\",\n \"- [Get pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#get-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Update pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#update-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Remove pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#remove-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Get required signatures of protected branch](https://developer.github.com/v3/repos/branches/#get-required-signatures-of-protected-branch)\",\n \"- [Add required signatures of protected branch](https://developer.github.com/v3/repos/branches/#add-required-signatures-of-protected-branch)\",\n \"- [Remove required signatures of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-signatures-of-protected-branch)\",\n \"- [Get admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#get-admin-enforcement-of-protected-branch)\",\n \"- [Add admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#add-admin-enforcement-of-protected-branch)\",\n \"- [Remove admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#remove-admin-enforcement-of-protected-branch)\",\n \"- [Get restrictions of protected branch](https://developer.github.com/v3/repos/branches/#get-restrictions-of-protected-branch)\",\n \"- [Remove restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-restrictions-of-protected-branch)\",\n \"- [List team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#list-team-restrictions-of-protected-branch)\",\n \"- [Replace team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#replace-team-restrictions-of-protected-branch)\",\n \"- [Add team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#add-team-restrictions-of-protected-branch)\",\n \"- [Remove team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-team-restrictions-of-protected-branch)\",\n \"- [List user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#list-user-restrictions-of-protected-branch)\",\n \"- [Replace user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#replace-user-restrictions-of-protected-branch)\",\n \"- [Add user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#add-user-restrictions-of-protected-branch)\",\n \"- [Remove user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-user-restrictions-of-protected-branch)\",\n \"\",\n \"#### Deploy Keys\",\n \"- [List deploy keys](https://developer.github.com/v3/repos/keys/#list-deploy-keys)\",\n \"- [Get a deploy key](https://developer.github.com/v3/repos/keys/#get-a-deploy-key)\",\n \"- [Add a new deploy key](https://developer.github.com/v3/repos/keys/#add-a-new-deploy-key)\",\n \"- [Remove a deploy key](https://developer.github.com/v3/repos/keys/#remove-a-deploy-key)\",\n \"\",\n \"#### Community Profile\",\n \"- [Retrieve community profile metrics](https://developer.github.com/v3/repos/community/#retrieve-community-profile-metrics)\",\n \"\",\n \"#### Deployments\",\n \"- [List deployments](https://developer.github.com/v3/repos/deployments/#list-deployments)\",\n \"- [Get a single deployment](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment)\",\n \"- [Create a deployment](https://developer.github.com/v3/repos/deployments/#create-a-deployment)\",\n \"- [List deployment statuses](https://developer.github.com/v3/repos/deployments/#list-deployment-statuses)\",\n \"- [Get a single deployment status](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment-status)\",\n \"- [Create a deployment status](https://developer.github.com/v3/repos/deployments/#create-a-deployment-status)\",\n \"\",\n \"#### Contents\",\n \"- [Get the README](https://developer.github.com/v3/repos/contents/#get-the-readme)\",\n \"- [Get contents](https://developer.github.com/v3/repos/contents/#get-contents)\",\n \"- [Create a file](https://developer.github.com/v3/repos/contents/#create-a-file)\",\n \"- [Update a file](https://developer.github.com/v3/repos/contents/#update-a-file)\",\n \"- [Delete a file](https://developer.github.com/v3/repos/contents/#delete-a-file)\",\n \"- [Get archive link](https://developer.github.com/v3/repos/contents/#get-archive-link)\",\n \"\",\n \"#### Releases\",\n \"- [List releases for a repository](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository)\",\n \"- [Get a single release](https://developer.github.com/v3/repos/releases/#get-a-single-release)\",\n \"- [Get the latest release](https://developer.github.com/v3/repos/releases/#get-the-latest-release)\",\n \"- [Get a release by tag name](https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name)\",\n \"- [Create a release](https://developer.github.com/v3/repos/releases/#create-a-release)\",\n \"- [Edit a release](https://developer.github.com/v3/repos/releases/#edit-a-release)\",\n \"- [Delete a release](https://developer.github.com/v3/repos/releases/#delete-a-release)\",\n \"- [List assets for a release](https://developer.github.com/v3/repos/releases/#list-assets-for-a-release)\",\n \"- [Upload a release asset](https://developer.github.com/v3/repos/releases/#upload-a-release-asset)\",\n \"- [Get a single release asset](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset)\",\n \"- [Edit a release asset](https://developer.github.com/v3/repos/releases/#edit-a-release-asset)\",\n \"- [Delete a release asset](https://developer.github.com/v3/repos/releases/#delete-a-release-asset)\",\n \"\",\n \"#### Collaborators\",\n \"- [List collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators)\",\n \"- [Check if a user is a collaborator](https://developer.github.com/v3/repos/collaborators/#check-if-a-user-is-a-collaborator)\",\n \"- [Review a user's permission level](https://developer.github.com/v3/repos/collaborators/#review-a-users-permission-level)\",\n \"- [Add user as a collaborator](https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator)\",\n \"- [Remove user as a collaborator](https://developer.github.com/v3/repos/collaborators/#remove-user-as-a-collaborator)\",\n \"\",\n \"#### Statistics\",\n \"- [Get contributors list with additions, deletions, and commit counts](https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts)\",\n \"- [Get the last year of commit activity data](https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data)\",\n \"- [Get the number of additions and deletions per week](https://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week)\",\n \"- [Get the weekly commit count for the repository owner and everyone else](https://developer.github.com/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repository-owner-and-everyone-else)\",\n \"- [Get the number of commits per hour in each day](https://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day)\",\n \"\",\n \"#### Merging\",\n \"- [Perform a merge](https://developer.github.com/v3/repos/merging/#perform-a-merge)\",\n \"\",\n \"#### Pages\",\n \"- [Get information about a Pages site](https://developer.github.com/v3/repos/pages/#get-information-about-a-pages-site)\",\n \"- [Request a page build](https://developer.github.com/v3/repos/pages/#request-a-page-build)\",\n \"- [List Pages builds](https://developer.github.com/v3/repos/pages/#list-pages-builds)\",\n \"- [List latest Pages build](https://developer.github.com/v3/repos/pages/#list-latest-pages-build)\",\n \"- [List a specific Pages build](https://developer.github.com/v3/repos/pages/#list-a-specific-pages-build)\",\n \"\",\n \"#### Members\",\n \"- [Members list](https://developer.github.com/v3/orgs/members/#members-list)\",\n \"- [Check membership](https://developer.github.com/v3/orgs/members/#check-membership)\",\n \"- [Remove a member](https://developer.github.com/v3/orgs/members/#remove-a-member)\",\n \"- [Get organization membership](https://developer.github.com/v3/orgs/members/#get-organization-membership)\",\n \"- [Add or update organization membership](https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership)\",\n \"- [Remove organization membership](https://developer.github.com/v3/orgs/members/#remove-organization-membership)\",\n \"\",\n \"#### Outside Collaborators\",\n \"- [List outside collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#list-outside-collaborators)\",\n \"- [Remove outside collaborator](https://developer.github.com/v3/orgs/outside_collaborators/#remove-outside-collaborator)\",\n \"- [Convert member to outside collaborator](https://developer.github.com/v3/orgs/outside_collaborators/#convert-member-to-outside-collaborator)\",\n \"\",\n \"#### Licenses\",\n \"- [List all licenses](https://developer.github.com/v3/licenses/#list-all-licenses)\",\n \"- [Get an individual license](https://developer.github.com/v3/licenses/#get-an-individual-license)\",\n \"\",\n \"#### Reactions\",\n \"- [List reactions for a commit comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment)\",\n \"- [List reactions for an issue](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue)\",\n \"- [List reactions for an issue comment](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment)\",\n \"- [List reactions for a pull request review comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment)\",\n \"- [List reactions for a team discussion](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion)\",\n \"- [List reactions for a team discussion comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion-comment)\",\n \"\",\n \"#### Public Keys\",\n \"- [List public keys for a user](https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user)\",\n \"\",\n \"#### Team Members\",\n \"- [List team members](https://developer.github.com/v3/teams/members/#list-team-members)\",\n \"- [Get team member](https://developer.github.com/v3/teams/members/#get-team-member)\",\n \"- [Get team membership](https://developer.github.com/v3/teams/members/#get-team-membership)\",\n \"- [Add or update team membership](https://developer.github.com/v3/teams/members/#add-or-update-team-membership)\",\n \"- [Remove team membership](https://developer.github.com/v3/teams/members/#remove-team-membership)\",\n \"- [List pending team invitations](https://developer.github.com/v3/teams/members/#list-pending-team-invitations)\",\n \"\",\n \"#### Team Discussion Comments\",\n \"- [List comments](https://developer.github.com/v3/teams/discussion_comments/#list-comments)\",\n \"- [Get a single comment](https://developer.github.com/v3/teams/discussion_comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/teams/discussion_comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/teams/discussion_comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/teams/discussion_comments/#delete-a-comment)\",\n \"\",\n \"#### Team Discussions\",\n \"- [List discussions](https://developer.github.com/v3/teams/discussions/#list-discussions)\",\n \"- [Get a single discussion](https://developer.github.com/v3/teams/discussions/#get-a-single-discussion)\",\n \"- [Create a discussion](https://developer.github.com/v3/teams/discussions/#create-a-discussion)\",\n \"- [Edit a discussion](https://developer.github.com/v3/teams/discussions/#edit-a-discussion)\",\n \"- [Delete a discussion](https://developer.github.com/v3/teams/discussions/#delete-a-discussion)\",\n \"\",\n \"#### Overview\",\n \"- [Root endpoint](https://developer.github.com/v3/#root-endpoint)\",\n \"\",\n \"#### Repositories\",\n \"- [List user repositories](https://developer.github.com/v3/repos/#list-user-repositories)\",\n \"- [List all public repositories](https://developer.github.com/v3/repos/#list-all-public-repositories)\",\n \"- [Create](https://developer.github.com/v3/repos/#create)\",\n \"- [Get](https://developer.github.com/v3/repos/#get)\",\n \"- [Edit](https://developer.github.com/v3/repos/#edit)\",\n \"- [List all topics for a repository](https://developer.github.com/v3/repos/#list-all-topics-for-a-repository)\",\n \"- [Replace all topics for a repository](https://developer.github.com/v3/repos/#replace-all-topics-for-a-repository)\",\n \"- [List contributors](https://developer.github.com/v3/repos/#list-contributors)\",\n \"- [List languages](https://developer.github.com/v3/repos/#list-languages)\",\n \"- [List teams](https://developer.github.com/v3/repos/#list-teams)\",\n \"- [List tags](https://developer.github.com/v3/repos/#list-tags)\",\n \"- [Delete a repository](https://developer.github.com/v3/repos/#delete-a-repository)\",\n \"\",\n \"#### Project columns\",\n \"- [Get a project column](https://developer.github.com/v3/projects/columns/#get-a-project-column)\",\n \"- [Create a project column](https://developer.github.com/v3/projects/columns/#create-a-project-column)\",\n \"- [Update a project column](https://developer.github.com/v3/projects/columns/#update-a-project-column)\",\n \"- [Delete a project column](https://developer.github.com/v3/projects/columns/#delete-a-project-column)\",\n \"- [Move a project column](https://developer.github.com/v3/projects/columns/#move-a-project-column)\",\n \"\",\n \"#### Project cards\",\n \"- [List project cards](https://developer.github.com/v3/projects/cards/#list-project-cards)\",\n \"- [Get a project card](https://developer.github.com/v3/projects/cards/#get-a-project-card)\",\n \"- [Create a project card](https://developer.github.com/v3/projects/cards/#create-a-project-card)\",\n \"- [Update a project card](https://developer.github.com/v3/projects/cards/#update-a-project-card)\",\n \"- [Delete a project card](https://developer.github.com/v3/projects/cards/#delete-a-project-card)\",\n \"- [Move a project card](https://developer.github.com/v3/projects/cards/#move-a-project-card)\",\n \"\",\n \"#### Search\",\n \"- [Search repositories](https://developer.github.com/v3/search/#search-repositories)\",\n \"- [Search commits](https://developer.github.com/v3/search/#search-commits)\",\n \"- [Search code](https://developer.github.com/v3/search/#search-code)\",\n \"- [Search issues](https://developer.github.com/v3/search/#search-issues)\",\n \"- [Search users](https://developer.github.com/v3/search/#search-users)\",\n \"- [Search topics](https://developer.github.com/v3/search/#search-topics)\",\n \"- [Search labels](https://developer.github.com/v3/search/#search-labels)\",\n \"\",\n \"# [GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/)\",\n \"\",\n \"**Note:** The The GitHub Marketplace API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.valkyrie-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"For more information about GitHub Marketplace, see \\\"[GitHub Marketplace](https://developer.github.com/apps/marketplace/).\\\"\",\n \"\",\n \"**Note:** This preview includes methods for testing with **stubbed data**. Stubbed data is fake data that's useful for testing your GitHub Apps. Stubbed data is hard-coded and will not change based on actual subscriptions.\",\n \"\",\n \"To test with stubbed data, use a stubbed endpoint in place of its production counterpart. This allows you to test whether API logic succeeds before listing GitHub Apps on GitHub Marketplace.\",\n \"\",\n \"Be sure to replace stubbed endpoints with production endpoints before deploying your GitHub App.\",\n \"\",\n \"Endpoints for ```/marketplace_listing/*``` and ```/user/marketplace_purchases``` are only accessible by OAuth Apps using ```client_id``` and ```secret``` basic authentication or by [GitHub Apps using a JWT](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps/#authenticating-as-a-github-app).\",\n \"-\",\n \"\",\n \"For API authentication for GitHub Marketplace listings associated with an OAuth App, see \\\"[Authorization options for OAuth Apps](https://developer.github.com/apps/building-oauth-apps/authorization-options-for-oauth-apps/).\\\"\",\n \"-\",\n \"\",\n \"For API authentication for GitHub Marketplace listings associated with a GitHub App, see \\\"[Authentication options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps/).\\\"\",\n \"\",\n \"# [Installations](https://developer.github.com/v3/apps/installations/)\",\n \"\",\n \"For information on how to authenticate as an installation, see \\\"[Authentication Options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps#authenticating-as-an-installation).\\\"\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\"\n ]\n },\n {\n \"name\": \"github-gists\",\n \"x-swgg-descriptionLineList\": [\n \"# [Gists](https://developer.github.com/v3/gists/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"The following media types are supported when fetching gist contents. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw\",\n \"application/vnd.github.VERSION.base64\",\n \"```\",\n \"\",\n \"# [Gist Comments](https://developer.github.com/v3/gists/comments/)\",\n \"\",\n \"Gist Comments use [these custom media types](https://developer.github.com/v3/gists/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for gist comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\"\n ]\n },\n {\n \"name\": \"github-git\",\n \"x-swgg-descriptionLineList\": [\n \"# [Git Data](https://developer.github.com/v3/git/)\",\n \"\",\n \"The Git Database API gives you access to read and write raw Git objects to your Git database on GitHub and to list and update your references (branch heads and tags).\",\n \"\",\n \"This basically allows you to reimplement a lot of Git functionality over our API - by creating raw objects directly into the database and updating branch references you could technically do just about anything that Git can do without having Git installed.\",\n \"\",\n \"Git DB API functions will return a ```409 Conflict``` if the git repository for a Repository is empty or unavailable. This typically means it is being created still. Contact [GitHub support](https://github.com/contact) if this response status persists.\",\n \"\",\n \"For more information on the Git object database, please read the [Git Internals](http://git-scm.com/book/en/v1/Git-Internals) chapter of the Pro Git book.\",\n \"\",\n \"As an example, if you wanted to commit a change to a file in your repository, you would:\",\n \"- get the current commit object\",\n \"- retrieve the tree it points to\",\n \"- retrieve the content of the blob object that tree has for that particular file path\",\n \"- change the content somehow and post a new blob object with that new content, getting a blob SHA back\",\n \"- post a new tree object with that file path pointer replaced with your new blob SHA getting a tree SHA back\",\n \"- create a new commit object with the current commit SHA as the parent and the new tree SHA, getting a commit SHA back\",\n \"- update the reference of your branch to point to the new commit SHA\",\n \"\",\n \"It might seem complex, but it's actually pretty simple when you understand the model and it opens up a ton of things you could potentially do with the API.\",\n \"\",\n \"# [Git Blobs](https://developer.github.com/v3/git/blobs/)\",\n \"\",\n \"Blobs leverage [these custom media types](https://developer.github.com/v3/git/blobs/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for blobs. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/json\",\n \"application/vnd.github.VERSION.raw\",\n \"```\",\n \"\",\n \"# [Git Commits](https://developer.github.com/v3/git/commits/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Refs](https://developer.github.com/v3/git/refs/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Tags](https://developer.github.com/v3/git/tags/)\",\n \"\",\n \"This tags API only deals with tag objects - so only annotated tags, not lightweight tags.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Trees](https://developer.github.com/v3/git/trees/)\",\n \"\",\n \"no description\"\n ]\n },\n {\n \"name\": \"github-issues\",\n \"x-swgg-descriptionLineList\": [\n \"# [Issues](https://developer.github.com/v3/issues/)\",\n \"\",\n \"Issues use [these custom media types](https://developer.github.com/v3/issues/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for issues. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Issue Assignees](https://developer.github.com/v3/issues/assignees/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Issue Comments](https://developer.github.com/v3/issues/comments/)\",\n \"\",\n \"The Issue Comments API supports listing, viewing, editing, and creating comments on issues and pull requests.\",\n \"\",\n \"Issue Comments use [these custom media types](https://developer.github.com/v3/issues/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for issue comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Issue Events](https://developer.github.com/v3/issues/events/)\",\n \"\",\n \"Records various events that occur around an issue or pull request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.\",\n \"\",\n \"#### Attributes\",\n \"- id - The Integer ID of the event.\",\n \"- url - The API URL for fetching the event.\",\n \"- actor - The User object that generated the event.\",\n \"- commit_id - The String SHA of a commit that referenced this Issue\",\n \"- commit_url - The GitHub API link to a commit that referenced this Issue\",\n \"- event - Identifies the actual type of Event that occurred.\",\n \"- created_at - The timestamp indicating when the event occurred.\",\n \"- labels - The Labels object, including `name` and `color` attributes. Only provided for `labeled` and `unlabeled` events.\",\n \"- assignee - The User object which was assigned to (or unassigned from) this Issue. Only provided for 'assigned' and 'unassigned' events.\",\n \"- assigner - The User object that performed the assignment (or unassignment) for this Issue. Only provided for 'assigned' and 'unassigned' events.\",\n \"- review_requester - The User who requested a review. Only provided for 'review_requested' and 'review_request_removed' events.\",\n \"- requested_reviewers - The Users whose reviews were requested. Only provided for 'review_requested' and 'review_request_removed' events.\",\n \"- lock_reason - The reason an issue or pull request conversation was locked, if one was provided. Only provided for `locked` events.\",\n \"- dismissed_review - A `dismissed_review` object that includes the `state`, `review_id`, `dismissal_message`, and `dismissal_commit_id` (the ID of the commit that dismissed the review) if one exists. Possible `state` strings include `commented`, `approved`, or `changes_requested`. Only provided for `review_dismissed` events.\",\n \"- milestone - The Milestone object including a `title` attribute. Only provided for `milestoned` and `demilestoned` events.\",\n \"- rename - An object containing rename details including `from` and `to` attributes. Only provided for `renamed` events.\",\n \"\",\n \"#### Events\",\n \"- closed - The issue was closed by the actor. When the commit_id is present, it identifies the commit that closed the issue using \\\"closes / fixes #NN\\\" syntax.\",\n \"- reopened - The issue was reopened by the actor.\",\n \"- subscribed - The actor subscribed to receive notifications for an issue.\",\n \"- merged - The issue was merged by the actor. The `commit_id` attribute is the SHA1 of the HEAD commit that was merged.\",\n \"- referenced - The issue was referenced from a commit message. The `commit_id` attribute is the commit SHA1 of where that happened.\",\n \"- mentioned - The actor was @mentioned in an issue body.\",\n \"- assigned - The issue was assigned to the actor.\",\n \"- unassigned - The actor was unassigned from the issue.\",\n \"- labeled - A label was added to the issue.\",\n \"- unlabeled - A label was removed from the issue.\",\n \"- milestoned - The issue was added to a milestone.\",\n \"- demilestoned - The issue was removed from a milestone.\",\n \"- renamed - The issue title was changed.\",\n \"- locked - The issue was locked by the actor.\",\n \"- unlocked - The issue was unlocked by the actor.\",\n \"- head_ref_deleted - The pull request's branch was deleted.\",\n \"- head_ref_restored - The pull request's branch was restored.\",\n \"- review_dismissed - The actor dismissed a review from the pull request.\",\n \"- review_requested - The actor requested review from the subject on this pull request.\",\n \"- review_request_removed - The actor removed the review request for the subject on this pull request.\",\n \"- marked_as_duplicate - A user with write permissions marked an issue as a duplicate of another issue or a pull request as a duplicate of another pull request.\",\n \"- unmarked_as_duplicate - An issue that a user had previously marked as a duplicate of another issue is no longer considered a duplicate, or a pull request that a user had previously marked as a duplicate of another pull request is no longer considered a duplicate.\",\n \"- added_to_project - The issue was added to a project board.\",\n \"- moved_columns_in_project - The issue was moved between columns in a project board.\",\n \"- removed_from_project - The issue was removed from a project board.\",\n \"- converted_note_to_issue - The issue was created by converting a note in a project board to an issue.\",\n \"\",\n \"**Note**: The project-related events ```added_to_project```, ```moved_columns_in_project```, ```removed_from_project```, and ```converted_note_to_issue``` will not be included in the response if project boards have been [disabled](https://help.github.com/articles/disabling-project-boards-in-a-repository) in the repository.\",\n \"\",\n \"# [Issue Labels](https://developer.github.com/v3/issues/labels/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Issue Milestones](https://developer.github.com/v3/issues/milestones/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Issue Timeline](https://developer.github.com/v3/issues/timeline/)\",\n \"\",\n \"The API to get issue timeline events is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-23-timeline-preview-api/) for full details.\",\n \"\",\n \"To access the API you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mockingbird-preview\",\n \"```\",\n \"\",\n \"#### Timeline\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue)\",\n \"\",\n \"Records various events that occur around an issue or pull request. This is useful both for display on issue and pull request information pages, as well as to determine who should be notified of comments.\",\n \"\",\n \"#### Attributes\",\n \"- id - The Integer ID of the event.\",\n \"- url - The API URL for fetching the event.\",\n \"- actor - The User object that generated the event.\",\n \"- commit_id - The String SHA of a commit that referenced this Issue.\",\n \"- event - Identifies the actual type of Event that occurred.\",\n \"- created_at - The timestamp indicating when the event occurred.\",\n \"- label - The Label object including `name` and `color` attributes. Only provided for `labeled` and `unlabeled` events.\",\n \"- assignee - The User object which was assigned to (or unassigned from) this Issue. Only provided for `assigned` and `unassigned` events.\",\n \"- dismissed_review - A `dismissed_review` object that includes the `state`, `review_id`, `dismissal_message`, and `dismissal_commit_id` (the ID of the commit that dismissed the review) if one exists. Possible `state` strings include `commented`, `approved`, or `changes_requested`. Only provided for `review_dismissed` events.\",\n \"- milestone - The Milestone object including a `title` attribute. Only provided for `milestoned` and `demilestoned` events.\",\n \"- source - The `id`, `actor`, and `url` for the source of a reference from another issue. Only provided for `cross-referenced` events.\",\n \"- rename - An object containing rename details including `from` and `to` attributes. Only provided for `renamed` events.\",\n \"\",\n \"#### Events\",\n \"- added_to_project - The issue was added to a project board.\",\n \"- assigned - The issue was assigned to the assignee.\",\n \"- closed - The issue was closed by the actor. When the commit_id is present, it identifies the commit that closed the issue using \\\"closes / fixes #NN\\\" syntax.\",\n \"- commented - A comment was added to the issue.\",\n \"- committed - A commit was added to the pull request's `HEAD` branch. Only provided for pull requests.\",\n \"- converted_note_to_issue - The issue was created by converting a note in a project board to an issue.\",\n \"- cross-referenced - The issue was referenced from another issue. The `source` attribute contains the `id`, `actor`, and `url` of the reference's source.\",\n \"- demilestoned - The issue was removed from a milestone.\",\n \"- head_ref_deleted - The pull request's branch was deleted.\",\n \"- head_ref_restored - The pull request's branch was restored.\",\n \"- labeled - A label was added to the issue.\",\n \"- locked - The issue was locked by the actor.\",\n \"- marked_as_duplicate - A user with write permissions marked an issue as a duplicate of another issue or a pull request as a duplicate of another pull request.\",\n \"- mentioned - The actor was @mentioned in an issue body.\",\n \"- merged - The issue was merged by the actor. The `commit_id` attribute is the SHA1 of the HEAD commit that was merged.\",\n \"- milestoned - The issue was added to a milestone.\",\n \"- moved_columns_in_project - The issue was moved between columns in a project board.\",\n \"- referenced - The issue was referenced from a commit message. The `commit_id` attribute is the commit SHA1 of where that happened.\",\n \"- removed_from_project - The issue was removed from a project board.\",\n \"- renamed - The issue title was changed.\",\n \"- reopened - The issue was reopened by the actor.\",\n \"- review_dismissed - The actor dismissed a review from the pull request.\",\n \"- review_requested - The actor requested a review from the subject on this pull request.\",\n \"- review_request_removed - The actor removed the review request for the subject on this pull request.\",\n \"- subscribed - The actor subscribed to receive notifications for an issue.\",\n \"- unassigned - The assignee was unassigned from the issue.\",\n \"- unlabeled - A label was removed from the issue.\",\n \"- unlocked - The issue was unlocked by the actor.\",\n \"- unmarked_as_duplicate - An issue that a user had previously marked as a duplicate of another issue is no longer considered a duplicate, or a pull request that a user had previously marked as a duplicate of another pull request is no longer considered a duplicate.\",\n \"- unsubscribed - The actor unsubscribed to stop receiving notifications for an issue.\",\n \"\",\n \"**Note**: The project-related events ```added_to_project```, ```moved_columns_in_project```, ```removed_from_project```, and ```converted_note_to_issue``` will not be included in the response if project boards have been [disabled](https://help.github.com/articles/disabling-project-boards-in-a-repository) in the repository.\"\n ]\n },\n {\n \"name\": \"github-migration\",\n \"x-swgg-descriptionLineList\": [\n \"# [Migration](https://developer.github.com/v3/migration/)\",\n \"\",\n \"These APIs help you move projects to or from GitHub.\",\n \"\",\n \"# [Migrations](https://developer.github.com/v3/migration/migrations/)\",\n \"\",\n \"The Migrations API is only available to [authenticated](https://developer.github.com/v3/#authentication) organization [owners](https://help.github.com/articles/permission-levels-for-an-organization/).\",\n \"\",\n \"To access the Migrations API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.wyandotte-preview+json\",\n \"```\",\n \"\",\n \"# [Source Imports](https://developer.github.com/v3/migration/source_imports/)\",\n \"\",\n \"The source import APIs are currently in public preview. During this period, the APIs may change in a backwards-incompatible way. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.barred-rock-preview\",\n \"```\",\n \"\",\n \"The Source Import API lets you start an import from a Git, Subversion, Mercurial, or Team Foundation Server source repository. This is the same functionality as [the GitHub Importer](https://help.github.com/articles/importing-from-other-version-control-systems-to-github/).\",\n \"\",\n \"A typical source import would [start the import](https://developer.github.com/v3/migration/source_imports/#start-an-import) and then (optionally) [update the authors](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author) and/or [set the preference](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference) for using Git LFS if large files exist in the import. A more detailed example can be seen in this diagram:\",\n \"```\",\n \"+---------+ +--------+ +---------------------+\",\n \"| Tooling | | GitHub | | Original Repository |\",\n \"+---------+ +--------+ +---------------------+\",\n \" | | |\",\n \" | Start import | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | | Download source data |\",\n \" | |--------------------------------------------->|\",\n \" | | Begin streaming data |\",\n \" | |<---------------------------------------------|\",\n \" | | |\",\n \" | Get import progress | |\",\n \" |----------------------------->| |\",\n \" | \\\"status\\\": \\\"importing\\\" | |\",\n \" |<-----------------------------| |\",\n \" | | |\",\n \" | Get commit authors | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | Map a commit author | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | | |\",\n \" | | Finish streaming data |\",\n \" | |<---------------------------------------------|\",\n \" | | |\",\n \" | | Rewrite commits with mapped authors |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Map a commit author | |\",\n \" |----------------------------->| |\",\n \" | | Rewrite commits with mapped authors |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Get large files | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | opt_in to Git LFS | |\",\n \" |----------------------------->| |\",\n \" | | Rewrite commits for large files |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Get import progress | |\",\n \" |----------------------------->| |\",\n \" | \\\"status\\\": \\\"complete\\\" | |\",\n \" |<-----------------------------| |\",\n \" | | |\",\n \" | | |\",\n \"```\"\n ]\n },\n {\n \"name\": \"github-misc\",\n \"x-swgg-descriptionLineList\": [\n \"# [Miscellaneous](https://developer.github.com/v3/misc/)\",\n \"\",\n \"This is a miscellaneous set of APIs which provide access to top level GitHub resources and info.\",\n \"\",\n \"# [Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/)\",\n \"\",\n \"The Codes of Conduct API is currently available for developers to preview. During the preview period, the API may change without advance notice.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"```\",\n \"\",\n \"# [Emojis](https://developer.github.com/v3/emojis/)\",\n \"\",\n \"Lists all the emojis available to use on GitHub.\",\n \"\",\n \"# [Gitignore](https://developer.github.com/v3/gitignore/)\",\n \"\",\n \"When you create a new GitHub repository via the API, you can specify a [.gitignore template](https://help.github.com/articles/ignoring-files) to apply to the repository upon creation. The .gitignore Templates API lists and fetches templates from the [GitHub .gitignore repository](https://github.com/github/gitignore).\",\n \"\",\n \"# [Licenses](https://developer.github.com/v3/licenses/)\",\n \"\",\n \"The Licenses API returns metadata about popular open source licenses and information about a particular project's license file.\",\n \"\",\n \"The Licenses API uses [the open source Ruby Gem Licensee](https://github.com/benbalter/licensee) to attempt to identify the project's license. Licensee matches the contents of a project's ```LICENSE``` file (if it exists) against a short list of known licenses. As a result, the API does not take into account the licenses of project dependencies or other means of documenting a project's license such as references to the license name in the documentation.\",\n \"\",\n \"If a license is matched, the license key and name returned conforms to the [SPDX specification](https://spdx.org/).\",\n \"\",\n \"**Note:** These endpoints will also return a repository's license information:\",\n \"- [Get a repository](https://developer.github.com/v3/repos/#get)\",\n \"- [List user repositories](https://developer.github.com/v3/repos/#list-user-repositories)\",\n \"- [List organization repositories](https://developer.github.com/v3/repos/#list-organization-repositories)\",\n \"- [List forks](https://developer.github.com/v3/repos/forks/#list-forks)\",\n \"- [List repositories being watched](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched)\",\n \"- [List team repos](https://developer.github.com/v3/teams/#list-team-repos)\",\n \"\",\n \"GitHub is a lot of things, but it’s not a law firm. As such, GitHub does not provide legal advice. Using the Licenses API or sending us an email about it does not constitute legal advice nor does it create an attorney-client relationship. If you have any questions about what you can and can't do with a particular license, you should consult with your own legal counsel before moving forward. In fact, you should always consult with your own lawyer before making any decisions that might have legal ramifications or that may impact your legal rights.\",\n \"\",\n \"GitHub created the License API to help users get information about open source licenses and the projects that use them. We hope it helps, but please keep in mind that we’re not lawyers (at least not most of us aren't) and that we make mistakes like everyone else. For that reason, GitHub provides the API on an “as-is” basis and makes no warranties regarding any information or licenses provided on or through it, and disclaims liability for damages resulting from using the API.\",\n \"\",\n \"# [Markdown](https://developer.github.com/v3/markdown/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Meta](https://developer.github.com/v3/meta/)\",\n \"\",\n \"This endpoint provides information about GitHub.com, the service.\",\n \"\",\n \"# [Rate Limit](https://developer.github.com/v3/rate_limit/)\",\n \"\",\n \"The overview documentation describes the [rate limit rules](https://developer.github.com/v3/#rate-limiting). You can check your current rate limit status at any time using the Rate Limit API described below.\"\n ]\n },\n {\n \"name\": \"github-orgs\",\n \"x-swgg-descriptionLineList\": [\n \"# [Organizations](https://developer.github.com/v3/orgs/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/)\",\n \"\",\n \"**Note:** The User Blocking API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The token used to authenticate the call must have the ```admin:org``` scope in order to make any blocking calls for an organization. Otherwise, the response returns ```HTTP 404```.\",\n \"\",\n \"# [Organization Members](https://developer.github.com/v3/orgs/members/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Organization Webhooks](https://developer.github.com/v3/orgs/hooks/)\",\n \"\",\n \"Organization webhooks allow you to receive HTTP ```POST``` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on GitHub.com. For more information on actions you can subscribe to, check out our [Events documentation](https://developer.github.com/webhooks/#events).\"\n ]\n },\n {\n \"name\": \"github-projects\",\n \"x-swgg-descriptionLineList\": [\n \"# [Projects](https://developer.github.com/v3/projects/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\",\n \"\",\n \"# [Project cards](https://developer.github.com/v3/projects/cards/)\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\",\n \"\",\n \"# [Project columns](https://developer.github.com/v3/projects/columns/)\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\"\n ]\n },\n {\n \"name\": \"github-pulls\",\n \"x-swgg-descriptionLineList\": [\n \"# [Pull Requests](https://developer.github.com/v3/pulls/)\",\n \"\",\n \"The Pull Request API allows you to list, view, edit, create, and even merge pull requests. Comments on pull requests can be managed via the [Issue Comments API](https://developer.github.com/v3/issues/comments/).\",\n \"\",\n \"Pull Requests use [these custom media types](https://developer.github.com/v3/pulls/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for pull requests. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"application/vnd.github.VERSION.diff\",\n \"application/vnd.github.VERSION.patch\",\n \"```\",\n \"\",\n \"# [Review Comments](https://developer.github.com/v3/pulls/comments/)\",\n \"\",\n \"Pull Request review comments are comments on a portion of the unified diff. These are separate from Commit Comments (which are applied directly to a commit, outside of the Pull Request view), and Issue Comments (which do not reference a portion of the unified diff).\",\n \"\",\n \"Pull Request review comments use [these custom media types](https://developer.github.com/v3/pulls/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for pull request review comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Review Requests](https://developer.github.com/v3/pulls/review_requests/)\",\n \"\",\n \"Pull request authors and repository owners and collaborators can request a pull request review from anyone with write access to the repository. Each requested reviewer will receive a notification asking them to review the pull request.\",\n \"\",\n \"# [Reviews](https://developer.github.com/v3/pulls/reviews/)\",\n \"\",\n \"Pull Request Reviews are groups of Pull Request Review Comments on the Pull Request, grouped together with a state and optional body comment.\"\n ]\n },\n {\n \"name\": \"github-reactions\",\n \"x-swgg-descriptionLineList\": [\n \"# [Reactions](https://developer.github.com/v3/reactions/)\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ]\n },\n {\n \"name\": \"github-repos\",\n \"x-swgg-descriptionLineList\": [\n \"# [Repositories](https://developer.github.com/v3/repos/)\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [Repository Transfer API](https://developer.github.com/changes/2017-11-09-repository-transfer-api-preview) is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.nightshade-preview+json\",\n \"```\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Branches](https://developer.github.com/v3/repos/branches/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Collaborators](https://developer.github.com/v3/repos/collaborators/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Comments](https://developer.github.com/v3/repos/comments/)\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for commit comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"```\",\n \"\",\n \"# [Commits](https://developer.github.com/v3/repos/commits/)\",\n \"\",\n \"The Repo Commits API supports listing, viewing, and comparing commits in a repository.\",\n \"\",\n \"# [Community](https://developer.github.com/v3/repos/community/)\",\n \"\",\n \"We're currently offering a preview of the Community Profile API (also known as community health).\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.black-panther-preview+json\",\n \"```\",\n \"\",\n \"# [Contents](https://developer.github.com/v3/repos/contents/)\",\n \"\",\n \"These API methods let you retrieve the contents of files within a repository as Base64 encoded content. See [media types](https://developer.github.com/v3/repos/contents/#custom-media-types) for requesting the raw format or rendered HTML (when supported).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"[READMEs](https://developer.github.com/v3/repos/contents/#get-the-readme), [files](https://developer.github.com/v3/repos/contents/#get-contents), and [symlinks](https://developer.github.com/v3/repos/contents/#get-contents) support the following custom media types:\",\n \"```\",\n \"application/vnd.github.VERSION.raw\",\n \"application/vnd.github.VERSION.html\",\n \"```\",\n \"\",\n \"# [Deploy Keys](https://developer.github.com/v3/repos/keys/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Deployments](https://developer.github.com/v3/repos/deployments/)\",\n \"\",\n \"Deployments are a request for a specific ref (branch, SHA, tag) to be deployed. GitHub then dispatches deployment events that external services can listen for and act on. This enables developers and organizations to build loosely-coupled tooling around deployments, without having to worry about implementation details of delivering different types of applications (e.g., web, native).\",\n \"\",\n \"Deployment statuses allow external services to mark deployments with an ```error```, ```failure```, ```pending```, or ```success``` state, which can then be consumed by any system listening for ```deployment_status``` events.\",\n \"\",\n \"Deployment statuses can also include an optional ```description``` and ```target_url```, and we highly recommend providing them as they make deployment statuses much more useful. The ```target_url``` would be the full URL to the deployment output, and the ```description``` would be the high level summary of what happened with the deployment.\",\n \"\",\n \"Deployments and deployment statuses both have associated [repository events](https://developer.github.com/v3/activity/events/types/#deploymentevent) when they're created. This allows webhooks and 3rd party integrations to respond to deployment requests as well as update the status of a deployment as progress is made.\",\n \"\",\n \"Below is a simple sequence diagram for how these interactions would work.\",\n \"```\",\n \"+---------+ +--------+ +-----------+ +-------------+\",\n \"| Tooling | | GitHub | | 3rd Party | | Your Server |\",\n \"+---------+ +--------+ +-----------+ +-------------+\",\n \" | | | |\",\n \" | Create Deployment | | |\",\n \" |--------------------->| | |\",\n \" | | | |\",\n \" | Deployment Created | | |\",\n \" |<---------------------| | |\",\n \" | | | |\",\n \" | | Deployment Event | |\",\n \" | |---------------------->| |\",\n \" | | | SSH+Deploys |\",\n \" | | |-------------------->|\",\n \" | | | |\",\n \" | | Deployment Status | |\",\n \" | |<----------------------| |\",\n \" | | | |\",\n \" | | | Deploy Completed |\",\n \" | | |<--------------------|\",\n \" | | | |\",\n \" | | Deployment Status | |\",\n \" | |<----------------------| |\",\n \" | | | |\",\n \"```\",\n \"\",\n \"\",\n \"Keep in mind that GitHub is never actually accessing your servers. It's up to your 3rd party integration to interact with deployment events. This allows for [GitHub integrations](https://github.com/integrations) as well as running your own systems depending on your use case. Multiple systems can listen for deployment events, and it's up to each of those systems to decide whether or not they're responsible for pushing the code out to your servers, building native code, etc.\",\n \"\",\n \"Note that the ```repo_deployment``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to deployments and deployment statuses **without** granting access to repository code, while the ```repo``` scope grants permission to code as well.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Downloads](https://developer.github.com/v3/repos/downloads/)\",\n \"\",\n \"The Downloads API (described below) was [deprecated on December 11, 2012](https://github.com/blog/1302-goodbye-uploads). It will be removed at a future date.\",\n \"\",\n \"We recommend using [Releases](https://developer.github.com/v3/repos/releases/) instead.\",\n \"\",\n \"The downloads API is for package downloads only. If you want to get source tarballs you should use [this](https://developer.github.com/v3/repos/contents/#get-archive-link) instead.\",\n \"\",\n \"# [Forks](https://developer.github.com/v3/repos/forks/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Merging](https://developer.github.com/v3/repos/merging/)\",\n \"\",\n \"The Repo Merging API supports merging branches in a repository. This accomplishes essentially the same thing as merging one branch into another in a local repository and then pushing to GitHub. The benefit is that the merge is done on the server side and a local repository is not needed. This makes it more appropriate for automation and other tools where maintaining local repositories would be cumbersome and inefficient.\",\n \"\",\n \"The authenticated user will be the author of any merges done through this endpoint.\",\n \"\",\n \"# [Pages](https://developer.github.com/v3/repos/pages/)\",\n \"\",\n \"The GitHub Pages API retrieves information about your GitHub Pages configuration, and the statuses of your builds. Information about the site and the builds can only be accessed by authenticated owners, even though the websites are public.\",\n \"\",\n \"In JSON responses, ```status``` can be one of:\",\n \"- ```null```, which means the site has yet to be built\",\n \"- ```queued```, which means the build has been requested but not yet begun\",\n \"- ```building```, which means the build is in progress\",\n \"- ```built```, which means the site has been built\",\n \"- ```errored```, which indicates an error occurred during the build\",\n \"\",\n \"# [Releases](https://developer.github.com/v3/repos/releases/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Repository Invitations](https://developer.github.com/v3/repos/invitations/)\",\n \"\",\n \"The Repository Invitations API allows users or external services to invite other users to collaborate on a repo. The invited users (or external services on behalf of invited users) can choose to accept or decline the invitations.\",\n \"\",\n \"Note that the ```repo:invite``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to invitations **without** also granting access to repository code, while the ```repo``` scope grants permission to code as well as invitations.\",\n \"\",\n \"# [Repository Webhooks](https://developer.github.com/v3/repos/hooks/)\",\n \"\",\n \"The Repository Webhooks API allows repository admins to manage the post-receive hooks for a repository. Webhooks can be managed using the JSON HTTP API, or the [PubSubHubbub API](https://developer.github.com/v3/repos/hooks/#pubsubhubbub).\",\n \"\",\n \"If you would like to set up a single webhook to receive events from all of your organization's repositories, check out our [API documentation for Organization Webhooks](https://developer.github.com/v3/orgs/hooks/).\",\n \"\",\n \"# [Statistics](https://developer.github.com/v3/repos/statistics/)\",\n \"\",\n \"The Repository Statistics API allows you to fetch the data that GitHub uses for visualizing different types of repository activity.\",\n \"\",\n \"#### A word about caching\",\n \"\",\n \"Computing repository statistics is an expensive operation, so we try to return cached data whenever possible. If the data hasn't been cached when you query a repository's statistics, you'll receive a ```202``` response; a background job is also fired to start compiling these statistics. Give the job a few moments to complete, and then submit the request again. If the job has completed, that request will receive a ```200``` response with the statistics in the response body.\",\n \"\",\n \"Repository statistics are cached by the SHA of the repository's default branch, which is usually master; pushing to the default branch resets the statistics cache.\",\n \"\",\n \"#### Statistics exclude some types of commits\",\n \"\",\n \"The statistics exposed by the API match the statistics shown by [different repository graphs](https://help.github.com/articles/about-repository-graphs/).\",\n \"\",\n \"To summarize:\",\n \"- All statistics exclude merge commits.\",\n \"- Contributor statistics also exclude empty commits.\",\n \"\",\n \"# [Statuses](https://developer.github.com/v3/repos/statuses/)\",\n \"\",\n \"The status API allows external services to mark commits with an ```error```, ```failure```, ```pending```, or ```success``` state, which is then reflected in pull requests involving those commits.\",\n \"\",\n \"Statuses can also include an optional ```description``` and ```target_url```, and we highly recommend providing them as they make statuses much more useful in the GitHub UI.\",\n \"\",\n \"As an example, one common use is for continuous integration services to mark commits as passing or failing builds using status. The ```target_url``` would be the full URL to the build output, and the ```description``` would be the high level summary of what happened with the build.\",\n \"\",\n \"Statuses can include a ```context``` to indicate what service is providing that status. For example, you may have your continuous integration service push statuses with a context of ```ci```, and a security audit tool push statuses with a context of ```security```. You can then use the [combined status endpoint](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref) to retrieve the whole status for a commit.\",\n \"\",\n \"Note that the ```repo:status``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to statuses **without** also granting access to repository code, while the ```repo``` scope grants permission to code as well as statuses.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Traffic](https://developer.github.com/v3/repos/traffic/)\",\n \"\",\n \"For repositories that you have push access to, the traffic API provides access to the information provided in the [graphs section](https://help.github.com/articles/about-repository-graphs/#traffic).\"\n ]\n },\n {\n \"name\": \"github-scim\",\n \"x-swgg-descriptionLineList\": [\n \"# [SCIM](https://developer.github.com/v3/scim/)\",\n \"\",\n \"no description\"\n ]\n },\n {\n \"name\": \"github-search\",\n \"x-swgg-descriptionLineList\": [\n \"# [Search](https://developer.github.com/v3/search/)\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"#### About the search API\",\n \"\",\n \"The Search API is optimized to help you find the specific item you're looking for (e.g., a specific user, a specific file in a repository, etc.). Think of it the way you think of performing a search on Google. It's designed to help you find the one result you're looking for (or maybe the few results you're looking for). Just like searching on Google, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the GitHub Search API provides **up to 1,000 results for each search**.\",\n \"\",\n \"#### Ranking search results\",\n \"\",\n \"Unless another sort option is provided as a query parameter, results are sorted by best match, as indicated by the ```score``` field for each item returned. This is a computed value representing the relevance of an item relative to the other items in the result set. Multiple factors are combined to boost the most relevant item to the top of the result list.\",\n \"\",\n \"#### Rate limit\",\n \"\",\n \"The Search API has a custom rate limit. For requests using [Basic Authentication](https://developer.github.com/v3/#authentication), [OAuth](https://developer.github.com/v3/#authentication), or [client ID and secret](https://developer.github.com/v3/#increasing-the-unauthenticated-rate-limit-for-oauth-applications), you can make up to 30 requests per minute. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.\",\n \"\",\n \"See the [rate limit documentation](https://developer.github.com/v3/#rate-limiting) for details on determining your current rate limit status.\",\n \"\",\n \"#### Timeouts and incomplete results\",\n \"\",\n \"To keep the Search API fast for everyone, we limit how long any individual query can run. For queries that [exceed the time limit](https://developer.github.com/changes/2014-04-07-understanding-search-results-and-potential-timeouts/), the API returns the matches that were already found prior to the timeout, and the response has the ```incomplete_results``` property set to ```true```.\",\n \"\",\n \"Reaching a timeout does not necessarily mean that search results are incomplete. More results might have been found, but also might not.\",\n \"\",\n \"# [Legacy Search](https://developer.github.com/v3/search/legacy/)\",\n \"\",\n \"This is a listing of the Legacy Search API features from API v2 that have been ported to API v3. There should be no changes, other than the new URL and JSON output format.\",\n \"\",\n \"#### Legacy Search API is Deprecated\",\n \"\",\n \"The Legacy Search API (described below) is deprecated. We recommend using the [v3 Search API](https://developer.github.com/v3/search/) instead. It contains new endpoints and much more functionality.\"\n ]\n },\n {\n \"name\": \"github-teams\",\n \"x-swgg-descriptionLineList\": [\n \"# [Organization Teams](https://developer.github.com/v3/teams/)\",\n \"\",\n \"This API is only available to authenticated members of the team's [organization](https://developer.github.com/v3/orgs). OAuth access tokens require the ```read:org``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/)\",\n \"\",\n \"The team discussion comments API allows you to get, create, edit, and delete discussion comments on a [team discussion](https://developer.github.com/v3/teams/discussions) post. Any member of the team's [organization](https://developer.github.com/v3/orgs) can create and read comments on a public discussion. For more details, see \\\"[About team discussions](https://help.github.com/articles/about-team-discussions/).\\\" This API is only available to authenticated members of the team's organization.\",\n \"\",\n \"# [Team Discussions](https://developer.github.com/v3/teams/discussions/)\",\n \"\",\n \"The team discussions API allows you to get, create, edit, and delete discussion posts on a team's page. You can use team discussions to have conversations that are not specific to a repository or project. Any member of the team's [organization](https://developer.github.com/v3/orgs) can create and read public discussion posts. For more details, see \\\"[About team discussions](https://help.github.com/articles/about-team-discussions/).\\\" To learn more about commenting on a discussion post, see the [team discussion comments API](https://developer.github.com/v3/teams/discussion_comments). This API is only available to authenticated members of the team's organization.\",\n \"\",\n \"# [Team Members](https://developer.github.com/v3/teams/members/)\",\n \"\",\n \"This API is only available to authenticated members of the team's organization. OAuth access tokens require the ```read:org``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ]\n },\n {\n \"name\": \"github-users\",\n \"x-swgg-descriptionLineList\": [\n \"# [Users](https://developer.github.com/v3/users/)\",\n \"\",\n \"Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a ```:username``` parameter then the response will be for the logged in user (and you must pass [authentication information](https://developer.github.com/v3/#authentication) with your request). Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the ```user``` scope.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Block Another User](https://developer.github.com/v3/users/blocking/)\",\n \"\",\n \"**Note:** The User Blocking API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [User Emails](https://developer.github.com/v3/users/emails/)\",\n \"\",\n \"Management of email addresses via the API requires that you are authenticated through basic auth or OAuth with the user scope.\",\n \"\",\n \"# [User Followers](https://developer.github.com/v3/users/followers/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [User GPG Keys](https://developer.github.com/v3/users/gpg_keys/)\",\n \"\",\n \"The data returned in the ```public_key``` response field is not a GPG formatted key. When a user uploads a GPG key, it is parsed and the cryptographic public key is extracted and stored. This cryptographic key is what is returned by the APIs on this page. This key is not suitable to be used directly by programs like GPG.\",\n \"\",\n \"# [User Public Keys](https://developer.github.com/v3/users/keys/)\",\n \"\",\n \"no description\"\n ]\n }\n ],\n \"x-swgg-corsForwardProxyHost\": \"disabled\",\n \"x-swgg-downloadStandaloneApp\": \"https://kaizhu256.github.io/node-swgg-github-all/build..beta..travis-ci.org/app/assets.app.js\",\n \"x-swgg-fixErrorSemanticUniquePath\": true,\n \"x-swgg-operationIdFromPath\": true,\n \"x-swgg-tags0-override\": {\n \"github-activity\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Activity](https://developer.github.com/v3/activity/)\",\n \"\",\n \"Serving up the 'social' in Social Coding, the Activity APIs provide access to notifications, subscriptions, and timelines.\",\n \"\",\n \"# [Event Types & Payloads](https://developer.github.com/v3/activity/events/types/)\",\n \"\",\n \"Each event has a similar JSON schema, but a unique ```payload``` object that is determined by its event type.\",\n \"\",\n \"Event names are used by [repository webhooks](https://developer.github.com/v3/repos/hooks/) to specify which events the webhook should receive. The included payloads below are from webhook deliveries but match events returned by the [Events API](https://developer.github.com/v3/activity/events/) (except where noted). The Events API uses the CamelCased name (e.g. ```CommitCommentEvent```) in the ```type``` field of an event object and does not include the ```repository``` or ```sender``` fields in the event payload object.\",\n \"\",\n \"**Note:** Some of these events may not be rendered in timelines, they're only created for various internal and webhook purposes.\",\n \"- [CommitCommentEvent](https://developer.github.com/v3/activity/events/types/#commitcommentevent)\",\n \"- [CreateEvent](https://developer.github.com/v3/activity/events/types/#createevent)\",\n \"- [DeleteEvent](https://developer.github.com/v3/activity/events/types/#deleteevent)\",\n \"- [DeploymentEvent](https://developer.github.com/v3/activity/events/types/#deploymentevent)\",\n \"- [DeploymentStatusEvent](https://developer.github.com/v3/activity/events/types/#deploymentstatusevent)\",\n \"- [DownloadEvent](https://developer.github.com/v3/activity/events/types/#downloadevent)\",\n \"- [FollowEvent](https://developer.github.com/v3/activity/events/types/#followevent)\",\n \"- [ForkEvent](https://developer.github.com/v3/activity/events/types/#forkevent)\",\n \"- [ForkApplyEvent](https://developer.github.com/v3/activity/events/types/#forkapplyevent)\",\n \"- [GistEvent](https://developer.github.com/v3/activity/events/types/#gistevent)\",\n \"- [GollumEvent](https://developer.github.com/v3/activity/events/types/#gollumevent)\",\n \"- [InstallationEvent](https://developer.github.com/v3/activity/events/types/#installationevent)\",\n \"- [InstallationRepositoriesEvent](https://developer.github.com/v3/activity/events/types/#installationrepositoriesevent)\",\n \"- [IssueCommentEvent](https://developer.github.com/v3/activity/events/types/#issuecommentevent)\",\n \"- [IssuesEvent](https://developer.github.com/v3/activity/events/types/#issuesevent)\",\n \"- [LabelEvent](https://developer.github.com/v3/activity/events/types/#labelevent)\",\n \"- [MarketplacePurchaseEvent](https://developer.github.com/v3/activity/events/types/#marketplacepurchaseevent)\",\n \"- [MemberEvent](https://developer.github.com/v3/activity/events/types/#memberevent)\",\n \"- [MembershipEvent](https://developer.github.com/v3/activity/events/types/#membershipevent)\",\n \"- [MilestoneEvent](https://developer.github.com/v3/activity/events/types/#milestoneevent)\",\n \"- [OrganizationEvent](https://developer.github.com/v3/activity/events/types/#organizationevent)\",\n \"- [OrgBlockEvent](https://developer.github.com/v3/activity/events/types/#orgblockevent)\",\n \"- [PageBuildEvent](https://developer.github.com/v3/activity/events/types/#pagebuildevent)\",\n \"- [ProjectCardEvent](https://developer.github.com/v3/activity/events/types/#projectcardevent)\",\n \"- [ProjectColumnEvent](https://developer.github.com/v3/activity/events/types/#projectcolumnevent)\",\n \"- [ProjectEvent](https://developer.github.com/v3/activity/events/types/#projectevent)\",\n \"- [PublicEvent](https://developer.github.com/v3/activity/events/types/#publicevent)\",\n \"- [PullRequestEvent](https://developer.github.com/v3/activity/events/types/#pullrequestevent)\",\n \"- [PullRequestReviewEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewevent)\",\n \"- [PullRequestReviewCommentEvent](https://developer.github.com/v3/activity/events/types/#pullrequestreviewcommentevent)\",\n \"- [PushEvent](https://developer.github.com/v3/activity/events/types/#pushevent)\",\n \"- [ReleaseEvent](https://developer.github.com/v3/activity/events/types/#releaseevent)\",\n \"- [RepositoryEvent](https://developer.github.com/v3/activity/events/types/#repositoryevent)\",\n \"- [StatusEvent](https://developer.github.com/v3/activity/events/types/#statusevent)\",\n \"- [TeamEvent](https://developer.github.com/v3/activity/events/types/#teamevent)\",\n \"- [TeamAddEvent](https://developer.github.com/v3/activity/events/types/#teamaddevent)\",\n \"- [WatchEvent](https://developer.github.com/v3/activity/events/types/#watchevent)\",\n \"\",\n \"# [Events](https://developer.github.com/v3/activity/events/)\",\n \"\",\n \"This is a read-only API to the GitHub events. These events power the various activity streams on the site.\",\n \"- [List public events](https://developer.github.com/v3/activity/events/#list-public-events)\",\n \"- [List repository events](https://developer.github.com/v3/activity/events/#list-repository-events)\",\n \"- [List issue events for a repository](https://developer.github.com/v3/activity/events/#list-issue-events-for-a-repository)\",\n \"- [List public events for a network of repositories](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories)\",\n \"- [List public events for an organization](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization)\",\n \"- [List events that a user has received](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received)\",\n \"- [List public events that a user has received](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)\",\n \"- [List events performed by a user](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user)\",\n \"- [List public events performed by a user](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user)\",\n \"- [List events for an organization](https://developer.github.com/v3/activity/events/#list-events-for-an-organization)\",\n \"\",\n \"Events are optimized for polling with the \\\"ETag\\\" header. If no new events have been triggered, you will see a \\\"304 Not Modified\\\" response, and your current rate limit will be untouched. There is also an \\\"X-Poll-Interval\\\" header that specifies how often (in seconds) you are allowed to poll. In times of high server load, the time may increase. Please obey the header.\",\n \"```\",\n \"curl -I https://api.github.com/users/tater/events\",\n \"HTTP/1.1 200 OK\",\n \"X-Poll-Interval: 60\",\n \"ETag: \\\"a18c3bded88eb5dbb5c849a489412bf3\\\"\",\n \"# The quotes around the ETag value are important\",\n \"curl -I https://api.github.com/users/tater/events \\\\\",\n \" -H 'If-None-Match: \\\"a18c3bded88eb5dbb5c849a489412bf3\\\"'\",\n \"HTTP/1.1 304 Not Modified\",\n \"X-Poll-Interval: 60\",\n \"```\",\n \"\",\n \"\",\n \"Events support [pagination](https://developer.github.com/v3/#pagination), however the ```per_page``` option is unsupported. The fixed page size is 30 items. Fetching up to ten pages is supported, for a total of 300 events.\",\n \"\",\n \"Only events created within the past 90 days will be included in timelines. Events older than 90 days will not be included (even if the total number of events in the timeline is less than 300).\",\n \"\",\n \"All Events have the same response format:\",\n \"```\",\n \"Status: 200 OK\",\n \"Link: <https://api.github.com/resource?page=2>; rel=\\\"next\\\",\",\n \" <https://api.github.com/resource?page=5>; rel=\\\"last\\\"\",\n \"```\",\n \"\",\n \"```\",\n \"[\",\n \" {\",\n \" \\\"type\\\": \\\"Event\\\",\",\n \" \\\"public\\\": true,\",\n \" \\\"payload\\\": {\",\n \" },\",\n \" \\\"repo\\\": {\",\n \" \\\"id\\\": 3,\",\n \" \\\"name\\\": \\\"octocat/Hello-World\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/repos/octocat/Hello-World\\\"\",\n \" },\",\n \" \\\"actor\\\": {\",\n \" \\\"id\\\": 1,\",\n \" \\\"login\\\": \\\"octocat\\\",\",\n \" \\\"gravatar_id\\\": \\\"\\\",\",\n \" \\\"avatar_url\\\": \\\"https://github.com/images/error/octocat_happy.gif\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/users/octocat\\\"\",\n \" },\",\n \" \\\"org\\\": {\",\n \" \\\"id\\\": 1,\",\n \" \\\"login\\\": \\\"github\\\",\",\n \" \\\"gravatar_id\\\": \\\"\\\",\",\n \" \\\"url\\\": \\\"https://api.github.com/orgs/github\\\",\",\n \" \\\"avatar_url\\\": \\\"https://github.com/images/error/octocat_happy.gif\\\"\",\n \" },\",\n \" \\\"created_at\\\": \\\"2011-09-06T17:26:27Z\\\",\",\n \" \\\"id\\\": \\\"12345\\\"\",\n \" }\",\n \"]\",\n \"```\",\n \"\",\n \"# [Feeds](https://developer.github.com/v3/activity/feeds/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Notifications](https://developer.github.com/v3/activity/notifications/)\",\n \"\",\n \"Users receive notifications for conversations in repositories they watch including:\",\n \"- Issues and their comments\",\n \"- Pull Requests and their comments\",\n \"- Comments on any commits\",\n \"\",\n \"Notifications are also sent for conversations in unwatched repositories when the user is involved including:\",\n \"- **@mentions**\",\n \"- Issue assignments\",\n \"- Commits the user authors or commits\",\n \"- Any discussion in which the user actively participates\",\n \"\",\n \"All Notification API calls require the ```notifications``` or ```repo``` API scopes. Doing this will give read-only access to some Issue/Commit content. You will still need the \\\"repo\\\" scope to access Issues and Commits from their respective endpoints.\",\n \"\",\n \"Notifications come back as \\\"threads\\\". A Thread contains information about the current discussion of an Issue/PullRequest/Commit.\",\n \"\",\n \"Notifications are optimized for polling with the \\\"Last-Modified\\\" header. If there are no new notifications, you will see a \\\"304 Not Modified\\\" response, leaving your current rate limit untouched. There is an \\\"X-Poll-Interval\\\" header that specifies how often (in seconds) you are allowed to poll. In times of high server load, the time may increase. Please obey the header.\",\n \"```\",\n \"# Add authentication to your requests\",\n \"curl -I https://api.github.com/notifications\",\n \"HTTP/1.1 200 OK\",\n \"Last-Modified: Thu, 25 Oct 2012 15:16:27 GMT\",\n \"X-Poll-Interval: 60\",\n \"# Pass the Last-Modified header exactly\",\n \"curl -I https://api.github.com/notifications\",\n \" -H \\\"If-Modified-Since: Thu, 25 Oct 2012 15:16:27 GMT\\\"\",\n \"HTTP/1.1 304 Not Modified\",\n \"X-Poll-Interval: 60\",\n \"```\",\n \"\",\n \"# [Starring](https://developer.github.com/v3/activity/starring/)\",\n \"\",\n \"Repository Starring is a feature that lets users bookmark repositories. Stars are shown next to repositories to show an approximate level of interest. Stars have no effect on notifications or the activity feed. For that, see [Repository Watching](https://developer.github.com/v3/activity/watching).\",\n \"\",\n \"#### Starring vs. Watching\",\n \"\",\n \"In August 2012, we [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. Many API client applications may be using the original \\\"watcher\\\" endpoints for accessing this data. You can now start using the \\\"star\\\" endpoints instead (described below). Check out the [Watcher API Change post](https://developer.github.com/changes/2012-09-05-watcher-api/) for more details.\",\n \"\",\n \"# [Watching](https://developer.github.com/v3/activity/watching/)\",\n \"\",\n \"Watching a Repository registers the user to receive notifications on new discussions, as well as events in the user's activity feed. See [Repository Starring](https://developer.github.com/v3/activity/starring) for simple repository bookmarks.\",\n \"\",\n \"#### Watching vs. Starring\",\n \"\",\n \"In August 2012, we [changed the way watching works](https://github.com/blog/1204-notifications-stars) on GitHub. At the time of that change, many API clients were already using the existing \\\"watcher\\\" endpoints to access starring data. To avoid breaking those applications, the legacy \\\"watcher\\\" endpoints continue to provide starring data.\",\n \"\",\n \"To provide access to watching data, the v3 Watcher API uses the \\\"subscription\\\" endpoints described below. Check out the [Watcher API Change post](https://developer.github.com/changes/2012-09-05-watcher-api/) for more details.\"\n ]\n },\n \"github-apps\": {\n \"x-swgg-descriptionLineList\": [\n \"# [GitHub Apps](https://developer.github.com/v3/apps/)\",\n \"\",\n \"For information on how to authenticate as a GitHub App, see \\\"[Authentication Options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps#authenticating-as-a-github-app).\\\"\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"# [GitHub App Permissions](https://developer.github.com/v3/apps/permissions/)\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"GitHub Apps are created with a set of permissions. These define what resources the GitHub App can access via the API. For more information, see \\\"[Permissions for GitHub Apps](https://developer.github.com/apps/building-github-apps/permissions-for-github-apps/).\\\"\",\n \"\",\n \"# [GitHub Apps: Available Endpoints](https://developer.github.com/v3/apps/available-endpoints/)\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\",\n \"\",\n \"The following endpoints are available for use by GitHub Apps. For more information, see \\\"[GitHub Apps](https://developer.github.com/apps/building-github-apps/).\\\"\",\n \"\",\n \"#### Review Comments\",\n \"- [List comments on a pull request](https://developer.github.com/v3/pulls/comments/#list-comments-on-a-pull-request)\",\n \"- [List comments in a repository](https://developer.github.com/v3/pulls/comments/#list-comments-in-a-repository)\",\n \"- [Get a single comment](https://developer.github.com/v3/pulls/comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/pulls/comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/pulls/comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/pulls/comments/#delete-a-comment)\",\n \"\",\n \"#### Reviews\",\n \"- [Get a single review](https://developer.github.com/v3/pulls/reviews/#get-a-single-review)\",\n \"- [Get comments for a single review](https://developer.github.com/v3/pulls/reviews/#get-comments-for-a-single-review)\",\n \"- [Create a pull request review](https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review)\",\n \"\",\n \"#### Teams\",\n \"- [List teams](https://developer.github.com/v3/teams/#list-teams)\",\n \"- [Get team](https://developer.github.com/v3/teams/#get-team)\",\n \"- [Edit team](https://developer.github.com/v3/teams/#edit-team)\",\n \"- [Delete team](https://developer.github.com/v3/teams/#delete-team)\",\n \"- [List child teams](https://developer.github.com/v3/teams/#list-child-teams)\",\n \"- [List team repos](https://developer.github.com/v3/teams/#list-team-repos)\",\n \"\",\n \"#### Commits\",\n \"- [Get a Commit](https://developer.github.com/v3/git/commits/#get-a-commit)\",\n \"- [Create a Commit](https://developer.github.com/v3/git/commits/#create-a-commit)\",\n \"- [List commits on a repository](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)\",\n \"- [Get a single commit](https://developer.github.com/v3/repos/commits/#get-a-single-commit)\",\n \"- [Get the SHA-1 of a commit reference](https://developer.github.com/v3/repos/commits/#get-the-sha-1-of-a-commit-reference)\",\n \"\",\n \"#### Tags\",\n \"- [Get a Tag](https://developer.github.com/v3/git/tags/#get-a-tag)\",\n \"- [Create a Tag Object](https://developer.github.com/v3/git/tags/#create-a-tag-object)\",\n \"\",\n \"#### Blobs\",\n \"- [Get a Blob](https://developer.github.com/v3/git/blobs/#get-a-blob)\",\n \"- [Create a Blob](https://developer.github.com/v3/git/blobs/#create-a-blob)\",\n \"\",\n \"#### Trees\",\n \"- [Get a Tree](https://developer.github.com/v3/git/trees/#get-a-tree)\",\n \"- [Create a Tree](https://developer.github.com/v3/git/trees/#create-a-tree)\",\n \"\",\n \"#### References\",\n \"- [Get a Reference](https://developer.github.com/v3/git/refs/#get-a-reference)\",\n \"- [Get all References](https://developer.github.com/v3/git/refs/#get-all-references)\",\n \"- [Create a Reference](https://developer.github.com/v3/git/refs/#create-a-reference)\",\n \"- [Update a Reference](https://developer.github.com/v3/git/refs/#update-a-reference)\",\n \"- [Delete a Reference](https://developer.github.com/v3/git/refs/#delete-a-reference)\",\n \"\",\n \"#### Issues\",\n \"- [List issues for a repository](https://developer.github.com/v3/issues/#list-issues-for-a-repository)\",\n \"- [Get a single issue](https://developer.github.com/v3/issues/#get-a-single-issue)\",\n \"- [Create an issue](https://developer.github.com/v3/issues/#create-an-issue)\",\n \"- [Edit an issue](https://developer.github.com/v3/issues/#edit-an-issue)\",\n \"- [Lock an issue](https://developer.github.com/v3/issues/#lock-an-issue)\",\n \"- [Unlock an issue](https://developer.github.com/v3/issues/#unlock-an-issue)\",\n \"\",\n \"#### Source Imports\",\n \"- [Start an import](https://developer.github.com/v3/migration/source_imports/#start-an-import)\",\n \"- [Get import progress](https://developer.github.com/v3/migration/source_imports/#get-import-progress)\",\n \"- [Update existing import](https://developer.github.com/v3/migration/source_imports/#update-existing-import)\",\n \"- [Get commit authors](https://developer.github.com/v3/migration/source_imports/#get-commit-authors)\",\n \"- [Map a commit author](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author)\",\n \"- [Set Git LFS preference](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference)\",\n \"- [Get large files](https://developer.github.com/v3/migration/source_imports/#get-large-files)\",\n \"- [Cancel an import](https://developer.github.com/v3/migration/source_imports/#cancel-an-import)\",\n \"\",\n \"#### Organizations\",\n \"- [List all organizations](https://developer.github.com/v3/orgs/#list-all-organizations)\",\n \"- [List user organizations](https://developer.github.com/v3/orgs/#list-user-organizations)\",\n \"\",\n \"#### Watching\",\n \"- [List watchers](https://developer.github.com/v3/activity/watching/#list-watchers)\",\n \"\",\n \"#### Starring\",\n \"- [List Stargazers](https://developer.github.com/v3/activity/starring/#list-stargazers)\",\n \"\",\n \"#### Events\",\n \"- [List public events](https://developer.github.com/v3/activity/events/#list-public-events)\",\n \"- [List repository events](https://developer.github.com/v3/activity/events/#list-repository-events)\",\n \"- [List public events for a network of repositories](https://developer.github.com/v3/activity/events/#list-public-events-for-a-network-of-repositories)\",\n \"- [List public events for an organization](https://developer.github.com/v3/activity/events/#list-public-events-for-an-organization)\",\n \"- [List events that a user has received](https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received)\",\n \"- [List public events that a user has received](https://developer.github.com/v3/activity/events/#list-public-events-that-a-user-has-received)\",\n \"- [List events performed by a user](https://developer.github.com/v3/activity/events/#list-events-performed-by-a-user)\",\n \"- [List public events performed by a user](https://developer.github.com/v3/activity/events/#list-public-events-performed-by-a-user)\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/events/#list-events-for-an-issue)\",\n \"- [List events for a repository](https://developer.github.com/v3/issues/events/#list-events-for-a-repository)\",\n \"- [Get a single event](https://developer.github.com/v3/issues/events/#get-a-single-event)\",\n \"\",\n \"#### Feeds\",\n \"- [List Feeds](https://developer.github.com/v3/activity/feeds/#list-feeds)\",\n \"\",\n \"#### Meta\",\n \"- [Meta](https://developer.github.com/v3/meta/#meta)\",\n \"\",\n \"#### Codes of Conduct\",\n \"- [List all codes of conduct](https://developer.github.com/v3/codes_of_conduct/#list-all-codes-of-conduct)\",\n \"- [Get an individual code of conduct](https://developer.github.com/v3/codes_of_conduct/#get-an-individual-code-of-conduct)\",\n \"- [Get a repository's code of conduct](https://developer.github.com/v3/codes_of_conduct/#get-a-repositorys-code-of-conduct)\",\n \"\",\n \"#### Labels\",\n \"- [List all labels for this repository](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository)\",\n \"- [Get a single label](https://developer.github.com/v3/issues/labels/#get-a-single-label)\",\n \"- [Create a label](https://developer.github.com/v3/issues/labels/#create-a-label)\",\n \"- [Update a label](https://developer.github.com/v3/issues/labels/#update-a-label)\",\n \"- [Delete a label](https://developer.github.com/v3/issues/labels/#delete-a-label)\",\n \"- [List labels on an issue](https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue)\",\n \"- [Add labels to an issue](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue)\",\n \"- [Remove a label from an issue](https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue)\",\n \"- [Replace all labels for an issue](https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue)\",\n \"- [Remove all labels from an issue](https://developer.github.com/v3/issues/labels/#remove-all-labels-from-an-issue)\",\n \"- [Get labels for every issue in a milestone](https://developer.github.com/v3/issues/labels/#get-labels-for-every-issue-in-a-milestone)\",\n \"\",\n \"#### Comments\",\n \"- [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue)\",\n \"- [List comments in a repository](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository)\",\n \"- [Get a single comment](https://developer.github.com/v3/issues/comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/issues/comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/issues/comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/issues/comments/#delete-a-comment)\",\n \"- [List commit comments for a repository](https://developer.github.com/v3/repos/comments/#list-commit-comments-for-a-repository)\",\n \"- [List comments for a single commit](https://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit)\",\n \"- [Create a commit comment](https://developer.github.com/v3/repos/comments/#create-a-commit-comment)\",\n \"- [Get a single commit comment](https://developer.github.com/v3/repos/comments/#get-a-single-commit-comment)\",\n \"- [Update a commit comment](https://developer.github.com/v3/repos/comments/#update-a-commit-comment)\",\n \"- [Delete a commit comment](https://developer.github.com/v3/repos/comments/#delete-a-commit-comment)\",\n \"\",\n \"#### Assignees\",\n \"- [List assignees](https://developer.github.com/v3/issues/assignees/#list-assignees)\",\n \"- [Check assignee](https://developer.github.com/v3/issues/assignees/#check-assignee)\",\n \"- [Add assignees to an issue](https://developer.github.com/v3/issues/assignees/#add-assignees-to-an-issue)\",\n \"- [Remove assignees from an issue](https://developer.github.com/v3/issues/assignees/#remove-assignees-from-an-issue)\",\n \"\",\n \"#### Milestones\",\n \"- [List milestones for a repository](https://developer.github.com/v3/issues/milestones/#list-milestones-for-a-repository)\",\n \"- [Get a single milestone](https://developer.github.com/v3/issues/milestones/#get-a-single-milestone)\",\n \"- [Create a milestone](https://developer.github.com/v3/issues/milestones/#create-a-milestone)\",\n \"- [Update a milestone](https://developer.github.com/v3/issues/milestones/#update-a-milestone)\",\n \"- [Delete a milestone](https://developer.github.com/v3/issues/milestones/#delete-a-milestone)\",\n \"\",\n \"#### Timeline\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue)\",\n \"\",\n \"#### Pull Requests\",\n \"- [List pull requests](https://developer.github.com/v3/pulls/#list-pull-requests)\",\n \"- [Get a single pull request](https://developer.github.com/v3/pulls/#get-a-single-pull-request)\",\n \"- [Create a pull request](https://developer.github.com/v3/pulls/#create-a-pull-request)\",\n \"- [Update a pull request](https://developer.github.com/v3/pulls/#update-a-pull-request)\",\n \"- [List commits on a pull request](https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request)\",\n \"- [List pull requests files](https://developer.github.com/v3/pulls/#list-pull-requests-files)\",\n \"- [Get if a pull request has been merged](https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged)\",\n \"\",\n \"#### Miscellaneous\",\n \"- [Emojis](https://developer.github.com/v3/misc/#emojis)\",\n \"\",\n \"#### Installations\",\n \"- [List repositories](https://developer.github.com/v3/apps/installations/#list-repositories)\",\n \"\",\n \"#### GitHub Apps\",\n \"- [Get a single GitHub App](https://developer.github.com/v3/apps/#get-a-single-github-app)\",\n \"- [Get the authenticated GitHub App](https://developer.github.com/v3/apps/#get-the-authenticated-github-app)\",\n \"- [Find installations](https://developer.github.com/v3/apps/#find-installations)\",\n \"- [Get a single installation](https://developer.github.com/v3/apps/#get-a-single-installation)\",\n \"- [Create a new installation token](https://developer.github.com/v3/apps/#create-a-new-installation-token)\",\n \"\",\n \"#### Users\",\n \"- [Get a single user](https://developer.github.com/v3/users/#get-a-single-user)\",\n \"- [Get all users](https://developer.github.com/v3/users/#get-all-users)\",\n \"\",\n \"#### Projects\",\n \"- [List repository projects](https://developer.github.com/v3/projects/#list-repository-projects)\",\n \"- [List organization projects](https://developer.github.com/v3/projects/#list-organization-projects)\",\n \"- [Get a project](https://developer.github.com/v3/projects/#get-a-project)\",\n \"- [Create a repository project](https://developer.github.com/v3/projects/#create-a-repository-project)\",\n \"- [Create an organization project](https://developer.github.com/v3/projects/#create-an-organization-project)\",\n \"- [Update a project](https://developer.github.com/v3/projects/#update-a-project)\",\n \"- [Delete a project](https://developer.github.com/v3/projects/#delete-a-project)\",\n \"\",\n \"#### Rate Limit\",\n \"- [Get your current rate limit status](https://developer.github.com/v3/rate_limit/#get-your-current-rate-limit-status)\",\n \"\",\n \"#### Markdown\",\n \"- [Render an arbitrary Markdown document](https://developer.github.com/v3/markdown/#render-an-arbitrary-markdown-document)\",\n \"- [Render a Markdown document in raw mode](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode)\",\n \"\",\n \"#### Forks\",\n \"- [List forks](https://developer.github.com/v3/repos/forks/#list-forks)\",\n \"- [Create a fork](https://developer.github.com/v3/repos/forks/#create-a-fork)\",\n \"\",\n \"#### Statuses\",\n \"- [Create a status](https://developer.github.com/v3/repos/statuses/#create-a-status)\",\n \"- [List statuses for a specific ref](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref)\",\n \"- [Get the combined status for a specific ref](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref)\",\n \"\",\n \"#### Branches\",\n \"- [List branches](https://developer.github.com/v3/repos/branches/#list-branches)\",\n \"- [Get branch](https://developer.github.com/v3/repos/branches/#get-branch)\",\n \"- [Get branch protection](https://developer.github.com/v3/repos/branches/#get-branch-protection)\",\n \"- [Update branch protection](https://developer.github.com/v3/repos/branches/#update-branch-protection)\",\n \"- [Remove branch protection](https://developer.github.com/v3/repos/branches/#remove-branch-protection)\",\n \"- [Get required status checks of protected branch](https://developer.github.com/v3/repos/branches/#get-required-status-checks-of-protected-branch)\",\n \"- [Update required status checks of protected branch](https://developer.github.com/v3/repos/branches/#update-required-status-checks-of-protected-branch)\",\n \"- [Remove required status checks of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-of-protected-branch)\",\n \"- [List required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#list-required-status-checks-contexts-of-protected-branch)\",\n \"- [Replace required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#replace-required-status-checks-contexts-of-protected-branch)\",\n \"- [Add required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#add-required-status-checks-contexts-of-protected-branch)\",\n \"- [Remove required status checks contexts of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-status-checks-contexts-of-protected-branch)\",\n \"- [Get pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#get-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Update pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#update-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Remove pull request review enforcement of protected branch](https://developer.github.com/v3/repos/branches/#remove-pull-request-review-enforcement-of-protected-branch)\",\n \"- [Get required signatures of protected branch](https://developer.github.com/v3/repos/branches/#get-required-signatures-of-protected-branch)\",\n \"- [Add required signatures of protected branch](https://developer.github.com/v3/repos/branches/#add-required-signatures-of-protected-branch)\",\n \"- [Remove required signatures of protected branch](https://developer.github.com/v3/repos/branches/#remove-required-signatures-of-protected-branch)\",\n \"- [Get admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#get-admin-enforcement-of-protected-branch)\",\n \"- [Add admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#add-admin-enforcement-of-protected-branch)\",\n \"- [Remove admin enforcement of protected branch](https://developer.github.com/v3/repos/branches/#remove-admin-enforcement-of-protected-branch)\",\n \"- [Get restrictions of protected branch](https://developer.github.com/v3/repos/branches/#get-restrictions-of-protected-branch)\",\n \"- [Remove restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-restrictions-of-protected-branch)\",\n \"- [List team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#list-team-restrictions-of-protected-branch)\",\n \"- [Replace team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#replace-team-restrictions-of-protected-branch)\",\n \"- [Add team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#add-team-restrictions-of-protected-branch)\",\n \"- [Remove team restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-team-restrictions-of-protected-branch)\",\n \"- [List user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#list-user-restrictions-of-protected-branch)\",\n \"- [Replace user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#replace-user-restrictions-of-protected-branch)\",\n \"- [Add user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#add-user-restrictions-of-protected-branch)\",\n \"- [Remove user restrictions of protected branch](https://developer.github.com/v3/repos/branches/#remove-user-restrictions-of-protected-branch)\",\n \"\",\n \"#### Deploy Keys\",\n \"- [List deploy keys](https://developer.github.com/v3/repos/keys/#list-deploy-keys)\",\n \"- [Get a deploy key](https://developer.github.com/v3/repos/keys/#get-a-deploy-key)\",\n \"- [Add a new deploy key](https://developer.github.com/v3/repos/keys/#add-a-new-deploy-key)\",\n \"- [Remove a deploy key](https://developer.github.com/v3/repos/keys/#remove-a-deploy-key)\",\n \"\",\n \"#### Community Profile\",\n \"- [Retrieve community profile metrics](https://developer.github.com/v3/repos/community/#retrieve-community-profile-metrics)\",\n \"\",\n \"#### Deployments\",\n \"- [List deployments](https://developer.github.com/v3/repos/deployments/#list-deployments)\",\n \"- [Get a single deployment](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment)\",\n \"- [Create a deployment](https://developer.github.com/v3/repos/deployments/#create-a-deployment)\",\n \"- [List deployment statuses](https://developer.github.com/v3/repos/deployments/#list-deployment-statuses)\",\n \"- [Get a single deployment status](https://developer.github.com/v3/repos/deployments/#get-a-single-deployment-status)\",\n \"- [Create a deployment status](https://developer.github.com/v3/repos/deployments/#create-a-deployment-status)\",\n \"\",\n \"#### Contents\",\n \"- [Get the README](https://developer.github.com/v3/repos/contents/#get-the-readme)\",\n \"- [Get contents](https://developer.github.com/v3/repos/contents/#get-contents)\",\n \"- [Create a file](https://developer.github.com/v3/repos/contents/#create-a-file)\",\n \"- [Update a file](https://developer.github.com/v3/repos/contents/#update-a-file)\",\n \"- [Delete a file](https://developer.github.com/v3/repos/contents/#delete-a-file)\",\n \"- [Get archive link](https://developer.github.com/v3/repos/contents/#get-archive-link)\",\n \"\",\n \"#### Releases\",\n \"- [List releases for a repository](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository)\",\n \"- [Get a single release](https://developer.github.com/v3/repos/releases/#get-a-single-release)\",\n \"- [Get the latest release](https://developer.github.com/v3/repos/releases/#get-the-latest-release)\",\n \"- [Get a release by tag name](https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name)\",\n \"- [Create a release](https://developer.github.com/v3/repos/releases/#create-a-release)\",\n \"- [Edit a release](https://developer.github.com/v3/repos/releases/#edit-a-release)\",\n \"- [Delete a release](https://developer.github.com/v3/repos/releases/#delete-a-release)\",\n \"- [List assets for a release](https://developer.github.com/v3/repos/releases/#list-assets-for-a-release)\",\n \"- [Upload a release asset](https://developer.github.com/v3/repos/releases/#upload-a-release-asset)\",\n \"- [Get a single release asset](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset)\",\n \"- [Edit a release asset](https://developer.github.com/v3/repos/releases/#edit-a-release-asset)\",\n \"- [Delete a release asset](https://developer.github.com/v3/repos/releases/#delete-a-release-asset)\",\n \"\",\n \"#### Collaborators\",\n \"- [List collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators)\",\n \"- [Check if a user is a collaborator](https://developer.github.com/v3/repos/collaborators/#check-if-a-user-is-a-collaborator)\",\n \"- [Review a user's permission level](https://developer.github.com/v3/repos/collaborators/#review-a-users-permission-level)\",\n \"- [Add user as a collaborator](https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator)\",\n \"- [Remove user as a collaborator](https://developer.github.com/v3/repos/collaborators/#remove-user-as-a-collaborator)\",\n \"\",\n \"#### Statistics\",\n \"- [Get contributors list with additions, deletions, and commit counts](https://developer.github.com/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts)\",\n \"- [Get the last year of commit activity data](https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data)\",\n \"- [Get the number of additions and deletions per week](https://developer.github.com/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week)\",\n \"- [Get the weekly commit count for the repository owner and everyone else](https://developer.github.com/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repository-owner-and-everyone-else)\",\n \"- [Get the number of commits per hour in each day](https://developer.github.com/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day)\",\n \"\",\n \"#### Merging\",\n \"- [Perform a merge](https://developer.github.com/v3/repos/merging/#perform-a-merge)\",\n \"\",\n \"#### Pages\",\n \"- [Get information about a Pages site](https://developer.github.com/v3/repos/pages/#get-information-about-a-pages-site)\",\n \"- [Request a page build](https://developer.github.com/v3/repos/pages/#request-a-page-build)\",\n \"- [List Pages builds](https://developer.github.com/v3/repos/pages/#list-pages-builds)\",\n \"- [List latest Pages build](https://developer.github.com/v3/repos/pages/#list-latest-pages-build)\",\n \"- [List a specific Pages build](https://developer.github.com/v3/repos/pages/#list-a-specific-pages-build)\",\n \"\",\n \"#### Members\",\n \"- [Members list](https://developer.github.com/v3/orgs/members/#members-list)\",\n \"- [Check membership](https://developer.github.com/v3/orgs/members/#check-membership)\",\n \"- [Remove a member](https://developer.github.com/v3/orgs/members/#remove-a-member)\",\n \"- [Get organization membership](https://developer.github.com/v3/orgs/members/#get-organization-membership)\",\n \"- [Add or update organization membership](https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership)\",\n \"- [Remove organization membership](https://developer.github.com/v3/orgs/members/#remove-organization-membership)\",\n \"\",\n \"#### Outside Collaborators\",\n \"- [List outside collaborators](https://developer.github.com/v3/orgs/outside_collaborators/#list-outside-collaborators)\",\n \"- [Remove outside collaborator](https://developer.github.com/v3/orgs/outside_collaborators/#remove-outside-collaborator)\",\n \"- [Convert member to outside collaborator](https://developer.github.com/v3/orgs/outside_collaborators/#convert-member-to-outside-collaborator)\",\n \"\",\n \"#### Licenses\",\n \"- [List all licenses](https://developer.github.com/v3/licenses/#list-all-licenses)\",\n \"- [Get an individual license](https://developer.github.com/v3/licenses/#get-an-individual-license)\",\n \"\",\n \"#### Reactions\",\n \"- [List reactions for a commit comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment)\",\n \"- [List reactions for an issue](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue)\",\n \"- [List reactions for an issue comment](https://developer.github.com/v3/reactions/#list-reactions-for-an-issue-comment)\",\n \"- [List reactions for a pull request review comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-pull-request-review-comment)\",\n \"- [List reactions for a team discussion](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion)\",\n \"- [List reactions for a team discussion comment](https://developer.github.com/v3/reactions/#list-reactions-for-a-team-discussion-comment)\",\n \"\",\n \"#### Public Keys\",\n \"- [List public keys for a user](https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user)\",\n \"\",\n \"#### Team Members\",\n \"- [List team members](https://developer.github.com/v3/teams/members/#list-team-members)\",\n \"- [Get team member](https://developer.github.com/v3/teams/members/#get-team-member)\",\n \"- [Get team membership](https://developer.github.com/v3/teams/members/#get-team-membership)\",\n \"- [Add or update team membership](https://developer.github.com/v3/teams/members/#add-or-update-team-membership)\",\n \"- [Remove team membership](https://developer.github.com/v3/teams/members/#remove-team-membership)\",\n \"- [List pending team invitations](https://developer.github.com/v3/teams/members/#list-pending-team-invitations)\",\n \"\",\n \"#### Team Discussion Comments\",\n \"- [List comments](https://developer.github.com/v3/teams/discussion_comments/#list-comments)\",\n \"- [Get a single comment](https://developer.github.com/v3/teams/discussion_comments/#get-a-single-comment)\",\n \"- [Create a comment](https://developer.github.com/v3/teams/discussion_comments/#create-a-comment)\",\n \"- [Edit a comment](https://developer.github.com/v3/teams/discussion_comments/#edit-a-comment)\",\n \"- [Delete a comment](https://developer.github.com/v3/teams/discussion_comments/#delete-a-comment)\",\n \"\",\n \"#### Team Discussions\",\n \"- [List discussions](https://developer.github.com/v3/teams/discussions/#list-discussions)\",\n \"- [Get a single discussion](https://developer.github.com/v3/teams/discussions/#get-a-single-discussion)\",\n \"- [Create a discussion](https://developer.github.com/v3/teams/discussions/#create-a-discussion)\",\n \"- [Edit a discussion](https://developer.github.com/v3/teams/discussions/#edit-a-discussion)\",\n \"- [Delete a discussion](https://developer.github.com/v3/teams/discussions/#delete-a-discussion)\",\n \"\",\n \"#### Overview\",\n \"- [Root endpoint](https://developer.github.com/v3/#root-endpoint)\",\n \"\",\n \"#### Repositories\",\n \"- [List user repositories](https://developer.github.com/v3/repos/#list-user-repositories)\",\n \"- [List all public repositories](https://developer.github.com/v3/repos/#list-all-public-repositories)\",\n \"- [Create](https://developer.github.com/v3/repos/#create)\",\n \"- [Get](https://developer.github.com/v3/repos/#get)\",\n \"- [Edit](https://developer.github.com/v3/repos/#edit)\",\n \"- [List all topics for a repository](https://developer.github.com/v3/repos/#list-all-topics-for-a-repository)\",\n \"- [Replace all topics for a repository](https://developer.github.com/v3/repos/#replace-all-topics-for-a-repository)\",\n \"- [List contributors](https://developer.github.com/v3/repos/#list-contributors)\",\n \"- [List languages](https://developer.github.com/v3/repos/#list-languages)\",\n \"- [List teams](https://developer.github.com/v3/repos/#list-teams)\",\n \"- [List tags](https://developer.github.com/v3/repos/#list-tags)\",\n \"- [Delete a repository](https://developer.github.com/v3/repos/#delete-a-repository)\",\n \"\",\n \"#### Project columns\",\n \"- [Get a project column](https://developer.github.com/v3/projects/columns/#get-a-project-column)\",\n \"- [Create a project column](https://developer.github.com/v3/projects/columns/#create-a-project-column)\",\n \"- [Update a project column](https://developer.github.com/v3/projects/columns/#update-a-project-column)\",\n \"- [Delete a project column](https://developer.github.com/v3/projects/columns/#delete-a-project-column)\",\n \"- [Move a project column](https://developer.github.com/v3/projects/columns/#move-a-project-column)\",\n \"\",\n \"#### Project cards\",\n \"- [List project cards](https://developer.github.com/v3/projects/cards/#list-project-cards)\",\n \"- [Get a project card](https://developer.github.com/v3/projects/cards/#get-a-project-card)\",\n \"- [Create a project card](https://developer.github.com/v3/projects/cards/#create-a-project-card)\",\n \"- [Update a project card](https://developer.github.com/v3/projects/cards/#update-a-project-card)\",\n \"- [Delete a project card](https://developer.github.com/v3/projects/cards/#delete-a-project-card)\",\n \"- [Move a project card](https://developer.github.com/v3/projects/cards/#move-a-project-card)\",\n \"\",\n \"#### Search\",\n \"- [Search repositories](https://developer.github.com/v3/search/#search-repositories)\",\n \"- [Search commits](https://developer.github.com/v3/search/#search-commits)\",\n \"- [Search code](https://developer.github.com/v3/search/#search-code)\",\n \"- [Search issues](https://developer.github.com/v3/search/#search-issues)\",\n \"- [Search users](https://developer.github.com/v3/search/#search-users)\",\n \"- [Search topics](https://developer.github.com/v3/search/#search-topics)\",\n \"- [Search labels](https://developer.github.com/v3/search/#search-labels)\",\n \"\",\n \"# [GitHub Marketplace](https://developer.github.com/v3/apps/marketplace/)\",\n \"\",\n \"**Note:** The The GitHub Marketplace API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.valkyrie-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"For more information about GitHub Marketplace, see \\\"[GitHub Marketplace](https://developer.github.com/apps/marketplace/).\\\"\",\n \"\",\n \"**Note:** This preview includes methods for testing with **stubbed data**. Stubbed data is fake data that's useful for testing your GitHub Apps. Stubbed data is hard-coded and will not change based on actual subscriptions.\",\n \"\",\n \"To test with stubbed data, use a stubbed endpoint in place of its production counterpart. This allows you to test whether API logic succeeds before listing GitHub Apps on GitHub Marketplace.\",\n \"\",\n \"Be sure to replace stubbed endpoints with production endpoints before deploying your GitHub App.\",\n \"\",\n \"Endpoints for ```/marketplace_listing/*``` and ```/user/marketplace_purchases``` are only accessible by OAuth Apps using ```client_id``` and ```secret``` basic authentication or by [GitHub Apps using a JWT](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps/#authenticating-as-a-github-app).\",\n \"-\",\n \"\",\n \"For API authentication for GitHub Marketplace listings associated with an OAuth App, see \\\"[Authorization options for OAuth Apps](https://developer.github.com/apps/building-oauth-apps/authorization-options-for-oauth-apps/).\\\"\",\n \"-\",\n \"\",\n \"For API authentication for GitHub Marketplace listings associated with a GitHub App, see \\\"[Authentication options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps/).\\\"\",\n \"\",\n \"# [Installations](https://developer.github.com/v3/apps/installations/)\",\n \"\",\n \"For information on how to authenticate as an installation, see \\\"[Authentication Options for GitHub Apps](https://developer.github.com/apps/building-github-apps/authentication-options-for-github-apps#authenticating-as-an-installation).\\\"\",\n \"\",\n \"**Note:** To access the API with your integration, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` Header for your requests.\",\n \"\",\n \"```\",\n \"application/vnd.github.machine-man-preview+json\",\n \"```\"\n ]\n },\n \"github-gists\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Gists](https://developer.github.com/v3/gists/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"The following media types are supported when fetching gist contents. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw\",\n \"application/vnd.github.VERSION.base64\",\n \"```\",\n \"\",\n \"# [Gist Comments](https://developer.github.com/v3/gists/comments/)\",\n \"\",\n \"Gist Comments use [these custom media types](https://developer.github.com/v3/gists/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for gist comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\"\n ]\n },\n \"github-git\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Git Data](https://developer.github.com/v3/git/)\",\n \"\",\n \"The Git Database API gives you access to read and write raw Git objects to your Git database on GitHub and to list and update your references (branch heads and tags).\",\n \"\",\n \"This basically allows you to reimplement a lot of Git functionality over our API - by creating raw objects directly into the database and updating branch references you could technically do just about anything that Git can do without having Git installed.\",\n \"\",\n \"Git DB API functions will return a ```409 Conflict``` if the git repository for a Repository is empty or unavailable. This typically means it is being created still. Contact [GitHub support](https://github.com/contact) if this response status persists.\",\n \"\",\n \"For more information on the Git object database, please read the [Git Internals](http://git-scm.com/book/en/v1/Git-Internals) chapter of the Pro Git book.\",\n \"\",\n \"As an example, if you wanted to commit a change to a file in your repository, you would:\",\n \"- get the current commit object\",\n \"- retrieve the tree it points to\",\n \"- retrieve the content of the blob object that tree has for that particular file path\",\n \"- change the content somehow and post a new blob object with that new content, getting a blob SHA back\",\n \"- post a new tree object with that file path pointer replaced with your new blob SHA getting a tree SHA back\",\n \"- create a new commit object with the current commit SHA as the parent and the new tree SHA, getting a commit SHA back\",\n \"- update the reference of your branch to point to the new commit SHA\",\n \"\",\n \"It might seem complex, but it's actually pretty simple when you understand the model and it opens up a ton of things you could potentially do with the API.\",\n \"\",\n \"# [Git Blobs](https://developer.github.com/v3/git/blobs/)\",\n \"\",\n \"Blobs leverage [these custom media types](https://developer.github.com/v3/git/blobs/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for blobs. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/json\",\n \"application/vnd.github.VERSION.raw\",\n \"```\",\n \"\",\n \"# [Git Commits](https://developer.github.com/v3/git/commits/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Refs](https://developer.github.com/v3/git/refs/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Tags](https://developer.github.com/v3/git/tags/)\",\n \"\",\n \"This tags API only deals with tag objects - so only annotated tags, not lightweight tags.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Git Trees](https://developer.github.com/v3/git/trees/)\",\n \"\",\n \"no description\"\n ]\n },\n \"github-issues\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Issues](https://developer.github.com/v3/issues/)\",\n \"\",\n \"Issues use [these custom media types](https://developer.github.com/v3/issues/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for issues. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Issue Assignees](https://developer.github.com/v3/issues/assignees/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Issue Comments](https://developer.github.com/v3/issues/comments/)\",\n \"\",\n \"The Issue Comments API supports listing, viewing, editing, and creating comments on issues and pull requests.\",\n \"\",\n \"Issue Comments use [these custom media types](https://developer.github.com/v3/issues/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for issue comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Issue Events](https://developer.github.com/v3/issues/events/)\",\n \"\",\n \"Records various events that occur around an issue or pull request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.\",\n \"\",\n \"#### Attributes\",\n \"- id - The Integer ID of the event.\",\n \"- url - The API URL for fetching the event.\",\n \"- actor - The User object that generated the event.\",\n \"- commit_id - The String SHA of a commit that referenced this Issue\",\n \"- commit_url - The GitHub API link to a commit that referenced this Issue\",\n \"- event - Identifies the actual type of Event that occurred.\",\n \"- created_at - The timestamp indicating when the event occurred.\",\n \"- labels - The Labels object, including `name` and `color` attributes. Only provided for `labeled` and `unlabeled` events.\",\n \"- assignee - The User object which was assigned to (or unassigned from) this Issue. Only provided for 'assigned' and 'unassigned' events.\",\n \"- assigner - The User object that performed the assignment (or unassignment) for this Issue. Only provided for 'assigned' and 'unassigned' events.\",\n \"- review_requester - The User who requested a review. Only provided for 'review_requested' and 'review_request_removed' events.\",\n \"- requested_reviewers - The Users whose reviews were requested. Only provided for 'review_requested' and 'review_request_removed' events.\",\n \"- lock_reason - The reason an issue or pull request conversation was locked, if one was provided. Only provided for `locked` events.\",\n \"- dismissed_review - A `dismissed_review` object that includes the `state`, `review_id`, `dismissal_message`, and `dismissal_commit_id` (the ID of the commit that dismissed the review) if one exists. Possible `state` strings include `commented`, `approved`, or `changes_requested`. Only provided for `review_dismissed` events.\",\n \"- milestone - The Milestone object including a `title` attribute. Only provided for `milestoned` and `demilestoned` events.\",\n \"- rename - An object containing rename details including `from` and `to` attributes. Only provided for `renamed` events.\",\n \"\",\n \"#### Events\",\n \"- closed - The issue was closed by the actor. When the commit_id is present, it identifies the commit that closed the issue using \\\"closes / fixes #NN\\\" syntax.\",\n \"- reopened - The issue was reopened by the actor.\",\n \"- subscribed - The actor subscribed to receive notifications for an issue.\",\n \"- merged - The issue was merged by the actor. The `commit_id` attribute is the SHA1 of the HEAD commit that was merged.\",\n \"- referenced - The issue was referenced from a commit message. The `commit_id` attribute is the commit SHA1 of where that happened.\",\n \"- mentioned - The actor was @mentioned in an issue body.\",\n \"- assigned - The issue was assigned to the actor.\",\n \"- unassigned - The actor was unassigned from the issue.\",\n \"- labeled - A label was added to the issue.\",\n \"- unlabeled - A label was removed from the issue.\",\n \"- milestoned - The issue was added to a milestone.\",\n \"- demilestoned - The issue was removed from a milestone.\",\n \"- renamed - The issue title was changed.\",\n \"- locked - The issue was locked by the actor.\",\n \"- unlocked - The issue was unlocked by the actor.\",\n \"- head_ref_deleted - The pull request's branch was deleted.\",\n \"- head_ref_restored - The pull request's branch was restored.\",\n \"- review_dismissed - The actor dismissed a review from the pull request.\",\n \"- review_requested - The actor requested review from the subject on this pull request.\",\n \"- review_request_removed - The actor removed the review request for the subject on this pull request.\",\n \"- marked_as_duplicate - A user with write permissions marked an issue as a duplicate of another issue or a pull request as a duplicate of another pull request.\",\n \"- unmarked_as_duplicate - An issue that a user had previously marked as a duplicate of another issue is no longer considered a duplicate, or a pull request that a user had previously marked as a duplicate of another pull request is no longer considered a duplicate.\",\n \"- added_to_project - The issue was added to a project board.\",\n \"- moved_columns_in_project - The issue was moved between columns in a project board.\",\n \"- removed_from_project - The issue was removed from a project board.\",\n \"- converted_note_to_issue - The issue was created by converting a note in a project board to an issue.\",\n \"\",\n \"**Note**: The project-related events ```added_to_project```, ```moved_columns_in_project```, ```removed_from_project```, and ```converted_note_to_issue``` will not be included in the response if project boards have been [disabled](https://help.github.com/articles/disabling-project-boards-in-a-repository) in the repository.\",\n \"\",\n \"# [Issue Labels](https://developer.github.com/v3/issues/labels/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Issue Milestones](https://developer.github.com/v3/issues/milestones/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Issue Timeline](https://developer.github.com/v3/issues/timeline/)\",\n \"\",\n \"The API to get issue timeline events is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-23-timeline-preview-api/) for full details.\",\n \"\",\n \"To access the API you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mockingbird-preview\",\n \"```\",\n \"\",\n \"#### Timeline\",\n \"- [List events for an issue](https://developer.github.com/v3/issues/timeline/#list-events-for-an-issue)\",\n \"\",\n \"Records various events that occur around an issue or pull request. This is useful both for display on issue and pull request information pages, as well as to determine who should be notified of comments.\",\n \"\",\n \"#### Attributes\",\n \"- id - The Integer ID of the event.\",\n \"- url - The API URL for fetching the event.\",\n \"- actor - The User object that generated the event.\",\n \"- commit_id - The String SHA of a commit that referenced this Issue.\",\n \"- event - Identifies the actual type of Event that occurred.\",\n \"- created_at - The timestamp indicating when the event occurred.\",\n \"- label - The Label object including `name` and `color` attributes. Only provided for `labeled` and `unlabeled` events.\",\n \"- assignee - The User object which was assigned to (or unassigned from) this Issue. Only provided for `assigned` and `unassigned` events.\",\n \"- dismissed_review - A `dismissed_review` object that includes the `state`, `review_id`, `dismissal_message`, and `dismissal_commit_id` (the ID of the commit that dismissed the review) if one exists. Possible `state` strings include `commented`, `approved`, or `changes_requested`. Only provided for `review_dismissed` events.\",\n \"- milestone - The Milestone object including a `title` attribute. Only provided for `milestoned` and `demilestoned` events.\",\n \"- source - The `id`, `actor`, and `url` for the source of a reference from another issue. Only provided for `cross-referenced` events.\",\n \"- rename - An object containing rename details including `from` and `to` attributes. Only provided for `renamed` events.\",\n \"\",\n \"#### Events\",\n \"- added_to_project - The issue was added to a project board.\",\n \"- assigned - The issue was assigned to the assignee.\",\n \"- closed - The issue was closed by the actor. When the commit_id is present, it identifies the commit that closed the issue using \\\"closes / fixes #NN\\\" syntax.\",\n \"- commented - A comment was added to the issue.\",\n \"- committed - A commit was added to the pull request's `HEAD` branch. Only provided for pull requests.\",\n \"- converted_note_to_issue - The issue was created by converting a note in a project board to an issue.\",\n \"- cross-referenced - The issue was referenced from another issue. The `source` attribute contains the `id`, `actor`, and `url` of the reference's source.\",\n \"- demilestoned - The issue was removed from a milestone.\",\n \"- head_ref_deleted - The pull request's branch was deleted.\",\n \"- head_ref_restored - The pull request's branch was restored.\",\n \"- labeled - A label was added to the issue.\",\n \"- locked - The issue was locked by the actor.\",\n \"- marked_as_duplicate - A user with write permissions marked an issue as a duplicate of another issue or a pull request as a duplicate of another pull request.\",\n \"- mentioned - The actor was @mentioned in an issue body.\",\n \"- merged - The issue was merged by the actor. The `commit_id` attribute is the SHA1 of the HEAD commit that was merged.\",\n \"- milestoned - The issue was added to a milestone.\",\n \"- moved_columns_in_project - The issue was moved between columns in a project board.\",\n \"- referenced - The issue was referenced from a commit message. The `commit_id` attribute is the commit SHA1 of where that happened.\",\n \"- removed_from_project - The issue was removed from a project board.\",\n \"- renamed - The issue title was changed.\",\n \"- reopened - The issue was reopened by the actor.\",\n \"- review_dismissed - The actor dismissed a review from the pull request.\",\n \"- review_requested - The actor requested a review from the subject on this pull request.\",\n \"- review_request_removed - The actor removed the review request for the subject on this pull request.\",\n \"- subscribed - The actor subscribed to receive notifications for an issue.\",\n \"- unassigned - The assignee was unassigned from the issue.\",\n \"- unlabeled - A label was removed from the issue.\",\n \"- unlocked - The issue was unlocked by the actor.\",\n \"- unmarked_as_duplicate - An issue that a user had previously marked as a duplicate of another issue is no longer considered a duplicate, or a pull request that a user had previously marked as a duplicate of another pull request is no longer considered a duplicate.\",\n \"- unsubscribed - The actor unsubscribed to stop receiving notifications for an issue.\",\n \"\",\n \"**Note**: The project-related events ```added_to_project```, ```moved_columns_in_project```, ```removed_from_project```, and ```converted_note_to_issue``` will not be included in the response if project boards have been [disabled](https://help.github.com/articles/disabling-project-boards-in-a-repository) in the repository.\"\n ]\n },\n \"github-migration\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Migration](https://developer.github.com/v3/migration/)\",\n \"\",\n \"These APIs help you move projects to or from GitHub.\",\n \"\",\n \"# [Migrations](https://developer.github.com/v3/migration/migrations/)\",\n \"\",\n \"The Migrations API is only available to [authenticated](https://developer.github.com/v3/#authentication) organization [owners](https://help.github.com/articles/permission-levels-for-an-organization/).\",\n \"\",\n \"To access the Migrations API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.wyandotte-preview+json\",\n \"```\",\n \"\",\n \"# [Source Imports](https://developer.github.com/v3/migration/source_imports/)\",\n \"\",\n \"The source import APIs are currently in public preview. During this period, the APIs may change in a backwards-incompatible way. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.barred-rock-preview\",\n \"```\",\n \"\",\n \"The Source Import API lets you start an import from a Git, Subversion, Mercurial, or Team Foundation Server source repository. This is the same functionality as [the GitHub Importer](https://help.github.com/articles/importing-from-other-version-control-systems-to-github/).\",\n \"\",\n \"A typical source import would [start the import](https://developer.github.com/v3/migration/source_imports/#start-an-import) and then (optionally) [update the authors](https://developer.github.com/v3/migration/source_imports/#map-a-commit-author) and/or [set the preference](https://developer.github.com/v3/migration/source_imports/#set-git-lfs-preference) for using Git LFS if large files exist in the import. A more detailed example can be seen in this diagram:\",\n \"```\",\n \"+---------+ +--------+ +---------------------+\",\n \"| Tooling | | GitHub | | Original Repository |\",\n \"+---------+ +--------+ +---------------------+\",\n \" | | |\",\n \" | Start import | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | | Download source data |\",\n \" | |--------------------------------------------->|\",\n \" | | Begin streaming data |\",\n \" | |<---------------------------------------------|\",\n \" | | |\",\n \" | Get import progress | |\",\n \" |----------------------------->| |\",\n \" | \\\"status\\\": \\\"importing\\\" | |\",\n \" |<-----------------------------| |\",\n \" | | |\",\n \" | Get commit authors | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | Map a commit author | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | | |\",\n \" | | Finish streaming data |\",\n \" | |<---------------------------------------------|\",\n \" | | |\",\n \" | | Rewrite commits with mapped authors |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Map a commit author | |\",\n \" |----------------------------->| |\",\n \" | | Rewrite commits with mapped authors |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Get large files | |\",\n \" |----------------------------->| |\",\n \" | | |\",\n \" | opt_in to Git LFS | |\",\n \" |----------------------------->| |\",\n \" | | Rewrite commits for large files |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | | Update repository on GitHub |\",\n \" | |------+ |\",\n \" | | | |\",\n \" | |<-----+ |\",\n \" | | |\",\n \" | Get import progress | |\",\n \" |----------------------------->| |\",\n \" | \\\"status\\\": \\\"complete\\\" | |\",\n \" |<-----------------------------| |\",\n \" | | |\",\n \" | | |\",\n \"```\"\n ]\n },\n \"github-misc\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Miscellaneous](https://developer.github.com/v3/misc/)\",\n \"\",\n \"This is a miscellaneous set of APIs which provide access to top level GitHub resources and info.\",\n \"\",\n \"# [Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/)\",\n \"\",\n \"The Codes of Conduct API is currently available for developers to preview. During the preview period, the API may change without advance notice.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.scarlet-witch-preview+json\",\n \"```\",\n \"\",\n \"# [Emojis](https://developer.github.com/v3/emojis/)\",\n \"\",\n \"Lists all the emojis available to use on GitHub.\",\n \"\",\n \"# [Gitignore](https://developer.github.com/v3/gitignore/)\",\n \"\",\n \"When you create a new GitHub repository via the API, you can specify a [.gitignore template](https://help.github.com/articles/ignoring-files) to apply to the repository upon creation. The .gitignore Templates API lists and fetches templates from the [GitHub .gitignore repository](https://github.com/github/gitignore).\",\n \"\",\n \"# [Licenses](https://developer.github.com/v3/licenses/)\",\n \"\",\n \"The Licenses API returns metadata about popular open source licenses and information about a particular project's license file.\",\n \"\",\n \"The Licenses API uses [the open source Ruby Gem Licensee](https://github.com/benbalter/licensee) to attempt to identify the project's license. Licensee matches the contents of a project's ```LICENSE``` file (if it exists) against a short list of known licenses. As a result, the API does not take into account the licenses of project dependencies or other means of documenting a project's license such as references to the license name in the documentation.\",\n \"\",\n \"If a license is matched, the license key and name returned conforms to the [SPDX specification](https://spdx.org/).\",\n \"\",\n \"**Note:** These endpoints will also return a repository's license information:\",\n \"- [Get a repository](https://developer.github.com/v3/repos/#get)\",\n \"- [List user repositories](https://developer.github.com/v3/repos/#list-user-repositories)\",\n \"- [List organization repositories](https://developer.github.com/v3/repos/#list-organization-repositories)\",\n \"- [List forks](https://developer.github.com/v3/repos/forks/#list-forks)\",\n \"- [List repositories being watched](https://developer.github.com/v3/activity/watching/#list-repositories-being-watched)\",\n \"- [List team repos](https://developer.github.com/v3/teams/#list-team-repos)\",\n \"\",\n \"GitHub is a lot of things, but it’s not a law firm. As such, GitHub does not provide legal advice. Using the Licenses API or sending us an email about it does not constitute legal advice nor does it create an attorney-client relationship. If you have any questions about what you can and can't do with a particular license, you should consult with your own legal counsel before moving forward. In fact, you should always consult with your own lawyer before making any decisions that might have legal ramifications or that may impact your legal rights.\",\n \"\",\n \"GitHub created the License API to help users get information about open source licenses and the projects that use them. We hope it helps, but please keep in mind that we’re not lawyers (at least not most of us aren't) and that we make mistakes like everyone else. For that reason, GitHub provides the API on an “as-is” basis and makes no warranties regarding any information or licenses provided on or through it, and disclaims liability for damages resulting from using the API.\",\n \"\",\n \"# [Markdown](https://developer.github.com/v3/markdown/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Meta](https://developer.github.com/v3/meta/)\",\n \"\",\n \"This endpoint provides information about GitHub.com, the service.\",\n \"\",\n \"# [Rate Limit](https://developer.github.com/v3/rate_limit/)\",\n \"\",\n \"The overview documentation describes the [rate limit rules](https://developer.github.com/v3/#rate-limiting). You can check your current rate limit status at any time using the Rate Limit API described below.\"\n ]\n },\n \"github-orgs\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Organizations](https://developer.github.com/v3/orgs/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Blocking Organization Users](https://developer.github.com/v3/orgs/blocking/)\",\n \"\",\n \"**Note:** The User Blocking API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The token used to authenticate the call must have the ```admin:org``` scope in order to make any blocking calls for an organization. Otherwise, the response returns ```HTTP 404```.\",\n \"\",\n \"# [Organization Members](https://developer.github.com/v3/orgs/members/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Organization Outside Collaborators](https://developer.github.com/v3/orgs/outside_collaborators/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Organization Webhooks](https://developer.github.com/v3/orgs/hooks/)\",\n \"\",\n \"Organization webhooks allow you to receive HTTP ```POST``` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on GitHub.com. For more information on actions you can subscribe to, check out our [Events documentation](https://developer.github.com/webhooks/#events).\"\n ]\n },\n \"github-projects\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Projects](https://developer.github.com/v3/projects/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\",\n \"\",\n \"# [Project cards](https://developer.github.com/v3/projects/cards/)\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\",\n \"\",\n \"# [Project columns](https://developer.github.com/v3/projects/columns/)\",\n \"\",\n \"The Projects API is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-10-27-changes-to-projects-api) for full details.\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.inertia-preview+json\",\n \"```\"\n ]\n },\n \"github-pulls\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Pull Requests](https://developer.github.com/v3/pulls/)\",\n \"\",\n \"The Pull Request API allows you to list, view, edit, create, and even merge pull requests. Comments on pull requests can be managed via the [Issue Comments API](https://developer.github.com/v3/issues/comments/).\",\n \"\",\n \"Pull Requests use [these custom media types](https://developer.github.com/v3/pulls/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for pull requests. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"application/vnd.github.VERSION.diff\",\n \"application/vnd.github.VERSION.patch\",\n \"```\",\n \"\",\n \"# [Review Comments](https://developer.github.com/v3/pulls/comments/)\",\n \"\",\n \"Pull Request review comments are comments on a portion of the unified diff. These are separate from Commit Comments (which are applied directly to a commit, outside of the Pull Request view), and Issue Comments (which do not reference a portion of the unified diff).\",\n \"\",\n \"Pull Request review comments use [these custom media types](https://developer.github.com/v3/pulls/comments/#custom-media-types). You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for pull request review comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github.VERSION.raw+json\",\n \"application/vnd.github.VERSION.text+json\",\n \"application/vnd.github.VERSION.html+json\",\n \"application/vnd.github.VERSION.full+json\",\n \"```\",\n \"\",\n \"# [Review Requests](https://developer.github.com/v3/pulls/review_requests/)\",\n \"\",\n \"Pull request authors and repository owners and collaborators can request a pull request review from anyone with write access to the repository. Each requested reviewer will receive a notification asking them to review the pull request.\",\n \"\",\n \"# [Reviews](https://developer.github.com/v3/pulls/reviews/)\",\n \"\",\n \"Pull Request Reviews are groups of Pull Request Review Comments on the Pull Request, grouped together with a state and optional body comment.\"\n ]\n },\n \"github-reactions\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Reactions](https://developer.github.com/v3/reactions/)\",\n \"\",\n \"**Note:** APIs for managing reactions are currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details. To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.squirrel-girl-preview+json\",\n \"```\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ]\n },\n \"github-repos\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Repositories](https://developer.github.com/v3/repos/)\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Note:** The [Repository Transfer API](https://developer.github.com/changes/2017-11-09-repository-transfer-api-preview) is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.nightshade-preview+json\",\n \"```\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Branches](https://developer.github.com/v3/repos/branches/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Collaborators](https://developer.github.com/v3/repos/collaborators/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Comments](https://developer.github.com/v3/repos/comments/)\",\n \"\",\n \"Custom media types\",\n \"\",\n \"These are the supported media types for commit comments. You can read more about the use of media types in the API [here](https://developer.github.com/v3/media/).\",\n \"```\",\n \"application/vnd.github-commitcomment.raw+json\",\n \"application/vnd.github-commitcomment.text+json\",\n \"application/vnd.github-commitcomment.html+json\",\n \"application/vnd.github-commitcomment.full+json\",\n \"```\",\n \"\",\n \"# [Commits](https://developer.github.com/v3/repos/commits/)\",\n \"\",\n \"The Repo Commits API supports listing, viewing, and comparing commits in a repository.\",\n \"\",\n \"# [Community](https://developer.github.com/v3/repos/community/)\",\n \"\",\n \"We're currently offering a preview of the Community Profile API (also known as community health).\",\n \"\",\n \"To access the API during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.black-panther-preview+json\",\n \"```\",\n \"\",\n \"# [Contents](https://developer.github.com/v3/repos/contents/)\",\n \"\",\n \"These API methods let you retrieve the contents of files within a repository as Base64 encoded content. See [media types](https://developer.github.com/v3/repos/contents/#custom-media-types) for requesting the raw format or rendered HTML (when supported).\",\n \"\",\n \"Custom media types\",\n \"\",\n \"[READMEs](https://developer.github.com/v3/repos/contents/#get-the-readme), [files](https://developer.github.com/v3/repos/contents/#get-contents), and [symlinks](https://developer.github.com/v3/repos/contents/#get-contents) support the following custom media types:\",\n \"```\",\n \"application/vnd.github.VERSION.raw\",\n \"application/vnd.github.VERSION.html\",\n \"```\",\n \"\",\n \"# [Deploy Keys](https://developer.github.com/v3/repos/keys/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Deployments](https://developer.github.com/v3/repos/deployments/)\",\n \"\",\n \"Deployments are a request for a specific ref (branch, SHA, tag) to be deployed. GitHub then dispatches deployment events that external services can listen for and act on. This enables developers and organizations to build loosely-coupled tooling around deployments, without having to worry about implementation details of delivering different types of applications (e.g., web, native).\",\n \"\",\n \"Deployment statuses allow external services to mark deployments with an ```error```, ```failure```, ```pending```, or ```success``` state, which can then be consumed by any system listening for ```deployment_status``` events.\",\n \"\",\n \"Deployment statuses can also include an optional ```description``` and ```target_url```, and we highly recommend providing them as they make deployment statuses much more useful. The ```target_url``` would be the full URL to the deployment output, and the ```description``` would be the high level summary of what happened with the deployment.\",\n \"\",\n \"Deployments and deployment statuses both have associated [repository events](https://developer.github.com/v3/activity/events/types/#deploymentevent) when they're created. This allows webhooks and 3rd party integrations to respond to deployment requests as well as update the status of a deployment as progress is made.\",\n \"\",\n \"Below is a simple sequence diagram for how these interactions would work.\",\n \"```\",\n \"+---------+ +--------+ +-----------+ +-------------+\",\n \"| Tooling | | GitHub | | 3rd Party | | Your Server |\",\n \"+---------+ +--------+ +-----------+ +-------------+\",\n \" | | | |\",\n \" | Create Deployment | | |\",\n \" |--------------------->| | |\",\n \" | | | |\",\n \" | Deployment Created | | |\",\n \" |<---------------------| | |\",\n \" | | | |\",\n \" | | Deployment Event | |\",\n \" | |---------------------->| |\",\n \" | | | SSH+Deploys |\",\n \" | | |-------------------->|\",\n \" | | | |\",\n \" | | Deployment Status | |\",\n \" | |<----------------------| |\",\n \" | | | |\",\n \" | | | Deploy Completed |\",\n \" | | |<--------------------|\",\n \" | | | |\",\n \" | | Deployment Status | |\",\n \" | |<----------------------| |\",\n \" | | | |\",\n \"```\",\n \"\",\n \"\",\n \"Keep in mind that GitHub is never actually accessing your servers. It's up to your 3rd party integration to interact with deployment events. This allows for [GitHub integrations](https://github.com/integrations) as well as running your own systems depending on your use case. Multiple systems can listen for deployment events, and it's up to each of those systems to decide whether or not they're responsible for pushing the code out to your servers, building native code, etc.\",\n \"\",\n \"Note that the ```repo_deployment``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to deployments and deployment statuses **without** granting access to repository code, while the ```repo``` scope grants permission to code as well.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Downloads](https://developer.github.com/v3/repos/downloads/)\",\n \"\",\n \"The Downloads API (described below) was [deprecated on December 11, 2012](https://github.com/blog/1302-goodbye-uploads). It will be removed at a future date.\",\n \"\",\n \"We recommend using [Releases](https://developer.github.com/v3/repos/releases/) instead.\",\n \"\",\n \"The downloads API is for package downloads only. If you want to get source tarballs you should use [this](https://developer.github.com/v3/repos/contents/#get-archive-link) instead.\",\n \"\",\n \"# [Forks](https://developer.github.com/v3/repos/forks/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [Merging](https://developer.github.com/v3/repos/merging/)\",\n \"\",\n \"The Repo Merging API supports merging branches in a repository. This accomplishes essentially the same thing as merging one branch into another in a local repository and then pushing to GitHub. The benefit is that the merge is done on the server side and a local repository is not needed. This makes it more appropriate for automation and other tools where maintaining local repositories would be cumbersome and inefficient.\",\n \"\",\n \"The authenticated user will be the author of any merges done through this endpoint.\",\n \"\",\n \"# [Pages](https://developer.github.com/v3/repos/pages/)\",\n \"\",\n \"The GitHub Pages API retrieves information about your GitHub Pages configuration, and the statuses of your builds. Information about the site and the builds can only be accessed by authenticated owners, even though the websites are public.\",\n \"\",\n \"In JSON responses, ```status``` can be one of:\",\n \"- ```null```, which means the site has yet to be built\",\n \"- ```queued```, which means the build has been requested but not yet begun\",\n \"- ```building```, which means the build is in progress\",\n \"- ```built```, which means the site has been built\",\n \"- ```errored```, which indicates an error occurred during the build\",\n \"\",\n \"# [Releases](https://developer.github.com/v3/repos/releases/)\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Repository Invitations](https://developer.github.com/v3/repos/invitations/)\",\n \"\",\n \"The Repository Invitations API allows users or external services to invite other users to collaborate on a repo. The invited users (or external services on behalf of invited users) can choose to accept or decline the invitations.\",\n \"\",\n \"Note that the ```repo:invite``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to invitations **without** also granting access to repository code, while the ```repo``` scope grants permission to code as well as invitations.\",\n \"\",\n \"# [Repository Webhooks](https://developer.github.com/v3/repos/hooks/)\",\n \"\",\n \"The Repository Webhooks API allows repository admins to manage the post-receive hooks for a repository. Webhooks can be managed using the JSON HTTP API, or the [PubSubHubbub API](https://developer.github.com/v3/repos/hooks/#pubsubhubbub).\",\n \"\",\n \"If you would like to set up a single webhook to receive events from all of your organization's repositories, check out our [API documentation for Organization Webhooks](https://developer.github.com/v3/orgs/hooks/).\",\n \"\",\n \"# [Statistics](https://developer.github.com/v3/repos/statistics/)\",\n \"\",\n \"The Repository Statistics API allows you to fetch the data that GitHub uses for visualizing different types of repository activity.\",\n \"\",\n \"#### A word about caching\",\n \"\",\n \"Computing repository statistics is an expensive operation, so we try to return cached data whenever possible. If the data hasn't been cached when you query a repository's statistics, you'll receive a ```202``` response; a background job is also fired to start compiling these statistics. Give the job a few moments to complete, and then submit the request again. If the job has completed, that request will receive a ```200``` response with the statistics in the response body.\",\n \"\",\n \"Repository statistics are cached by the SHA of the repository's default branch, which is usually master; pushing to the default branch resets the statistics cache.\",\n \"\",\n \"#### Statistics exclude some types of commits\",\n \"\",\n \"The statistics exposed by the API match the statistics shown by [different repository graphs](https://help.github.com/articles/about-repository-graphs/).\",\n \"\",\n \"To summarize:\",\n \"- All statistics exclude merge commits.\",\n \"- Contributor statistics also exclude empty commits.\",\n \"\",\n \"# [Statuses](https://developer.github.com/v3/repos/statuses/)\",\n \"\",\n \"The status API allows external services to mark commits with an ```error```, ```failure```, ```pending```, or ```success``` state, which is then reflected in pull requests involving those commits.\",\n \"\",\n \"Statuses can also include an optional ```description``` and ```target_url```, and we highly recommend providing them as they make statuses much more useful in the GitHub UI.\",\n \"\",\n \"As an example, one common use is for continuous integration services to mark commits as passing or failing builds using status. The ```target_url``` would be the full URL to the build output, and the ```description``` would be the high level summary of what happened with the build.\",\n \"\",\n \"Statuses can include a ```context``` to indicate what service is providing that status. For example, you may have your continuous integration service push statuses with a context of ```ci```, and a security audit tool push statuses with a context of ```security```. You can then use the [combined status endpoint](https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref) to retrieve the whole status for a commit.\",\n \"\",\n \"Note that the ```repo:status``` [OAuth scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/) grants targeted access to statuses **without** also granting access to repository code, while the ```repo``` scope grants permission to code as well as statuses.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Traffic](https://developer.github.com/v3/repos/traffic/)\",\n \"\",\n \"For repositories that you have push access to, the traffic API provides access to the information provided in the [graphs section](https://help.github.com/articles/about-repository-graphs/#traffic).\"\n ]\n },\n \"github-scim\": {\n \"x-swgg-descriptionLineList\": [\n \"# [SCIM](https://developer.github.com/v3/scim/)\",\n \"\",\n \"no description\"\n ]\n },\n \"github-search\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Search](https://developer.github.com/v3/search/)\",\n \"\",\n \"**Note:** The ```topics``` property for repositories on GitHub is currently available for developers to preview. To view the ```topics``` property in calls that return repository results, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.mercy-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"#### About the search API\",\n \"\",\n \"The Search API is optimized to help you find the specific item you're looking for (e.g., a specific user, a specific file in a repository, etc.). Think of it the way you think of performing a search on Google. It's designed to help you find the one result you're looking for (or maybe the few results you're looking for). Just like searching on Google, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the GitHub Search API provides **up to 1,000 results for each search**.\",\n \"\",\n \"#### Ranking search results\",\n \"\",\n \"Unless another sort option is provided as a query parameter, results are sorted by best match, as indicated by the ```score``` field for each item returned. This is a computed value representing the relevance of an item relative to the other items in the result set. Multiple factors are combined to boost the most relevant item to the top of the result list.\",\n \"\",\n \"#### Rate limit\",\n \"\",\n \"The Search API has a custom rate limit. For requests using [Basic Authentication](https://developer.github.com/v3/#authentication), [OAuth](https://developer.github.com/v3/#authentication), or [client ID and secret](https://developer.github.com/v3/#increasing-the-unauthenticated-rate-limit-for-oauth-applications), you can make up to 30 requests per minute. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.\",\n \"\",\n \"See the [rate limit documentation](https://developer.github.com/v3/#rate-limiting) for details on determining your current rate limit status.\",\n \"\",\n \"#### Timeouts and incomplete results\",\n \"\",\n \"To keep the Search API fast for everyone, we limit how long any individual query can run. For queries that [exceed the time limit](https://developer.github.com/changes/2014-04-07-understanding-search-results-and-potential-timeouts/), the API returns the matches that were already found prior to the timeout, and the response has the ```incomplete_results``` property set to ```true```.\",\n \"\",\n \"Reaching a timeout does not necessarily mean that search results are incomplete. More results might have been found, but also might not.\",\n \"\",\n \"# [Legacy Search](https://developer.github.com/v3/search/legacy/)\",\n \"\",\n \"This is a listing of the Legacy Search API features from API v2 that have been ported to API v3. There should be no changes, other than the new URL and JSON output format.\",\n \"\",\n \"#### Legacy Search API is Deprecated\",\n \"\",\n \"The Legacy Search API (described below) is deprecated. We recommend using the [v3 Search API](https://developer.github.com/v3/search/) instead. It contains new endpoints and much more functionality.\"\n ]\n },\n \"github-teams\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Organization Teams](https://developer.github.com/v3/teams/)\",\n \"\",\n \"This API is only available to authenticated members of the team's [organization](https://developer.github.com/v3/orgs). OAuth access tokens require the ```read:org``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Team Discussion Comments](https://developer.github.com/v3/teams/discussion_comments/)\",\n \"\",\n \"The team discussion comments API allows you to get, create, edit, and delete discussion comments on a [team discussion](https://developer.github.com/v3/teams/discussions) post. Any member of the team's [organization](https://developer.github.com/v3/orgs) can create and read comments on a public discussion. For more details, see \\\"[About team discussions](https://help.github.com/articles/about-team-discussions/).\\\" This API is only available to authenticated members of the team's organization.\",\n \"\",\n \"# [Team Discussions](https://developer.github.com/v3/teams/discussions/)\",\n \"\",\n \"The team discussions API allows you to get, create, edit, and delete discussion posts on a team's page. You can use team discussions to have conversations that are not specific to a repository or project. Any member of the team's [organization](https://developer.github.com/v3/orgs) can create and read public discussion posts. For more details, see \\\"[About team discussions](https://help.github.com/articles/about-team-discussions/).\\\" To learn more about commenting on a discussion post, see the [team discussion comments API](https://developer.github.com/v3/teams/discussion_comments). This API is only available to authenticated members of the team's organization.\",\n \"\",\n \"# [Team Members](https://developer.github.com/v3/teams/members/)\",\n \"\",\n \"This API is only available to authenticated members of the team's organization. OAuth access tokens require the ```read:org``` [scope](https://developer.github.com/apps/building-integrations/setting-up-and-registering-oauth-apps/about-scopes-for-oauth-apps/).\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\"\n ]\n },\n \"github-users\": {\n \"x-swgg-descriptionLineList\": [\n \"# [Users](https://developer.github.com/v3/users/)\",\n \"\",\n \"Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a ```:username``` parameter then the response will be for the logged in user (and you must pass [authentication information](https://developer.github.com/v3/#authentication) with your request). Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the ```user``` scope.\",\n \"\",\n \"**Note:** To help with migrating from our REST API v3 to GraphQL API v4, we're introducing a preview period to include the [GraphQL ```node_id```](https://developer.github.com/v3/#graphql-global-relay-ids) in the response for many REST API v3 resources. See the [blog post](https://developer.github.com/changes/2017-12-19-graphql-node-id) for full details. To access ```node_id``` during the preview period, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.jean-grey-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [Block Another User](https://developer.github.com/v3/users/blocking/)\",\n \"\",\n \"**Note:** The User Blocking API on GitHub is currently available for developers to preview. To access the API, you must provide a custom [media type](https://developer.github.com/v3/media) in the ```Accept``` header:\",\n \"```\",\n \"application/vnd.github.giant-sentry-fist-preview+json\",\n \"```\",\n \"\",\n \"**Warning:** The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact [GitHub support](https://github.com/contact).\",\n \"\",\n \"# [User Emails](https://developer.github.com/v3/users/emails/)\",\n \"\",\n \"Management of email addresses via the API requires that you are authenticated through basic auth or OAuth with the user scope.\",\n \"\",\n \"# [User Followers](https://developer.github.com/v3/users/followers/)\",\n \"\",\n \"no description\",\n \"\",\n \"# [User GPG Keys](https://developer.github.com/v3/users/gpg_keys/)\",\n \"\",\n \"The data returned in the ```public_key``` response field is not a GPG formatted key. When a user uploads a GPG key, it is parsed and the cryptographic public key is extracted and stored. This cryptographic key is what is returned by the APIs on this page. This key is not suitable to be used directly by programs like GPG.\",\n \"\",\n \"# [User Public Keys](https://developer.github.com/v3/users/keys/)\",\n \"\",\n \"no description\"\n ]\n }\n }\n}\n"},"env":{"NODE_ENV":"test","npm_package_description":"this zero-dependency package will provide a (nodejs-compatible) swagger-client for github-all's web-apis, with a working web-demo","npm_package_homepage":"https://github.com/kaizhu256/node-swgg-github-all","npm_package_name":"swgg-github-all","npm_package_nameLib":"swgg_github_all","npm_package_version":"2018.3.25"}}});