diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 66769248b5..57c12aba75 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -260,21 +260,7 @@ "in": "query", "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { - "type": "string", - "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", - "npm", - "nuget", - "other", - "pip", - "pub", - "rubygems", - "rust" - ] + "$ref": "#/components/schemas/security-advisory-ecosystems" } }, { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index cda96f4ee0..60710d3868 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -160,20 +160,7 @@ paths: in: query description: If specified, only advisories for these ecosystems will be returned. schema: - type: string - enum: - - actions - - composer - - erlang - - go - - maven - - npm - - nuget - - other - - pip - - pub - - rubygems - - rust + "$ref": "#/components/schemas/security-advisory-ecosystems" - name: severity in: query description: If specified, only advisories with these severities will be returned. diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 66769248b5..57c12aba75 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -260,21 +260,7 @@ "in": "query", "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { - "type": "string", - "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", - "npm", - "nuget", - "other", - "pip", - "pub", - "rubygems", - "rust" - ] + "$ref": "#/components/schemas/security-advisory-ecosystems" } }, { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index cda96f4ee0..60710d3868 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -160,20 +160,7 @@ paths: in: query description: If specified, only advisories for these ecosystems will be returned. schema: - type: string - enum: - - actions - - composer - - erlang - - go - - maven - - npm - - nuget - - other - - pip - - pub - - rubygems - - rust + "$ref": "#/components/schemas/security-advisory-ecosystems" - name: severity in: query description: If specified, only advisories with these severities will be returned. diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5b0c6bdef6..9438c93479 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -463,19 +463,21 @@ "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { "type": "string", + "description": "The package's language or package management ecosystem.", "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", + "rubygems", "npm", - "nuget", - "other", "pip", + "maven", + "nuget", + "composer", + "go", + "rust", + "erlang", + "actions", "pub", - "rubygems", - "rust" + "other", + "swift" ] } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index ab14434bba..ca74b6f9e2 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -325,21 +325,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &1 type: string + description: The package's language or package management ecosystem. enum: - - actions - - composer - - erlang - - go - - maven + - rubygems - npm - - nuget - - other - pip - - pub - - rubygems + - maven + - nuget + - composer + - go - rust + - erlang + - actions + - pub + - other + - swift - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -406,7 +408,7 @@ paths: in: query schema: type: string - - &37 + - &38 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -415,7 +417,7 @@ paths: required: false schema: type: string - - &38 + - &39 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -424,7 +426,7 @@ paths: required: false schema: type: string - - &36 + - &37 name: direction description: The direction to sort the results by. in: query @@ -461,7 +463,7 @@ paths: application/json: schema: type: array - items: &1 + items: &2 description: A GitHub Security Advisory. type: object properties: @@ -604,24 +606,7 @@ paths: - object - 'null' properties: - ecosystem: &196 - type: string - description: The package's language or package management - ecosystem. - enum: - - rubygems - - npm - - pip - - maven - - nuget - - composer - - go - - rust - - erlang - - actions - - pub - - other - - swift + ecosystem: *1 name: type: - string @@ -702,7 +687,7 @@ paths: items: type: object properties: - user: &3 + user: &4 title: Simple User description: A GitHub user. type: object @@ -924,7 +909,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -937,11 +922,11 @@ paths: type: string status: type: string - '422': &6 + '422': &7 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &85 + schema: &86 title: Validation Error Simple description: Validation Error Simple type: object @@ -986,7 +971,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1047,11 +1032,11 @@ paths: type: User site_admin: false type: analyst - '404': &5 + '404': &6 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1076,7 +1061,7 @@ paths: description: Response content: application/json: - schema: &4 + schema: &5 title: GitHub app description: GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted @@ -1102,7 +1087,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 name: description: The name of the GitHub app type: string @@ -1199,7 +1184,7 @@ paths: - permissions - events examples: - default: &27 + default: &28 value: id: 1 slug: octoapp @@ -1268,7 +1253,7 @@ paths: application/json: schema: allOf: - - *4 + - *5 - type: object properties: client_id: @@ -1357,8 +1342,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1382,31 +1367,31 @@ paths: description: Response content: application/json: - schema: &11 + schema: &12 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &7 + url: &8 type: string description: The URL to which the payloads will be delivered. format: uri examples: - https://example.com/webhook - content_type: &8 + content_type: &9 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. examples: - '"json"' - secret: &9 + secret: &10 type: string description: If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers). examples: - '"********"' - insecure_ssl: &10 + insecure_ssl: &11 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1419,7 +1404,7 @@ paths: - '"0"' - type: number examples: - default: &12 + default: &13 value: content_type: json insecure_ssl: '0' @@ -1449,10 +1434,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: value: @@ -1465,9 +1450,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1487,7 +1472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &16 + - &17 name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1495,7 +1480,7 @@ paths: schema: type: integer default: 30 - - &132 + - &133 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1516,7 +1501,7 @@ paths: application/json: schema: type: array - items: &133 + items: &134 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1601,7 +1586,7 @@ paths: - installation_id - repository_id examples: - default: &134 + default: &135 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1625,11 +1610,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &13 + '400': &14 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: title: Scim Error @@ -1658,11 +1643,11 @@ paths: type: array items: type: string - '422': &14 + '422': &15 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &84 + schema: &85 title: Validation Error description: Validation Error type: object @@ -1723,7 +1708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &15 + - &16 name: delivery_id in: path required: true @@ -1734,7 +1719,7 @@ paths: description: Response content: application/json: - schema: &135 + schema: &136 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1861,7 +1846,7 @@ paths: - request - response examples: - default: &136 + default: &137 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1897,8 +1882,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1918,9 +1903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *15 + - *16 responses: - '202': &86 + '202': &87 description: Accepted content: application/json: @@ -1929,8 +1914,8 @@ paths: examples: default: value: - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1948,8 +1933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *16 - - &17 + - *17 + - &18 name: page description: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1980,8 +1965,8 @@ paths: - MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *3 - - &18 + - *4 + - &19 title: Enterprise description: An enterprise on GitHub. type: object @@ -2047,7 +2032,7 @@ paths: - created_at - updated_at - avatar_url - requester: *3 + requester: *4 created_at: type: string format: date-time @@ -2101,13 +2086,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &34 + '304': &35 description: Not modified - '401': &22 + '401': &23 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2127,9 +2112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *16 - *17 - - &55 + - *18 + - &56 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2152,7 +2137,7 @@ paths: application/json: schema: type: array - items: &19 + items: &20 title: Installation description: Installation type: object @@ -2164,8 +2149,8 @@ paths: - 1 account: anyOf: - - *3 - - *18 + - *4 + - *19 type: - 'null' - object @@ -2203,7 +2188,7 @@ paths: type: string examples: - Organization - permissions: &21 + permissions: &22 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2596,7 +2581,7 @@ paths: suspended_by: anyOf: - type: 'null' - - *3 + - *4 suspended_at: type: - string @@ -2674,7 +2659,7 @@ paths: suspended_at: suspended_by: headers: - Link: &48 + Link: &49 example: ; rel="next", ; rel="last" schema: @@ -2698,7 +2683,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &20 + - &21 name: installation_id description: The unique identifier of the installation. in: path @@ -2713,7 +2698,7 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: value: @@ -2761,7 +2746,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2780,11 +2765,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2827,7 +2812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *20 + - *21 requestBody: required: false content: @@ -2851,7 +2836,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 examples: default: value: @@ -2875,7 +2860,7 @@ paths: type: string expires_at: type: string - permissions: *21 + permissions: *22 repository_selection: type: string enum: @@ -2883,7 +2868,7 @@ paths: - selected repositories: type: array - items: &50 + items: &51 title: Repository description: A repository on GitHub. type: object @@ -2909,7 +2894,7 @@ paths: license: anyOf: - type: 'null' - - &66 + - &67 title: License Simple description: License Simple type: object @@ -2967,7 +2952,7 @@ paths: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -3621,14 +3606,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &26 + '403': &27 description: Forbidden content: application/json: - schema: *2 - '401': *22 - '404': *5 - '422': *14 + schema: *3 + '401': *23 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3648,11 +3633,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#suspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3671,11 +3656,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3694,7 +3679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &23 + - &24 name: client_id in: path required: true @@ -3724,7 +3709,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3746,7 +3731,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#check-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3768,7 +3753,7 @@ paths: description: Response content: application/json: - schema: &24 + schema: &25 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3832,14 +3817,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 installation: anyOf: - type: 'null' - title: Scoped Installation type: object properties: - permissions: *21 + permissions: *22 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3869,7 +3854,7 @@ paths: format: uri examples: - https://api.github.com/users/octocat/repos - account: *3 + account: *4 required: - permissions - repository_selection @@ -3896,7 +3881,7 @@ paths: - updated_at - expires_at examples: - default: &25 + default: &26 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3935,8 +3920,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3957,7 +3942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#reset-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3979,10 +3964,10 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: - default: *25 - '422': *14 + default: *26 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4002,7 +3987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4023,7 +4008,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4049,7 +4034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-a-scoped-access-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4093,7 +4078,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 required: - access_token examples: @@ -4110,7 +4095,7 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: default: value: @@ -4178,10 +4163,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4210,11 +4195,11 @@ paths: description: Response content: application/json: - schema: *4 + schema: *5 examples: - default: *27 - '403': *26 - '404': *5 + default: *28 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4232,7 +4217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-an-assignment parameters: - - &28 + - &29 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4347,7 +4332,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - starter_code_repository: &29 + starter_code_repository: &30 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4388,7 +4373,7 @@ paths: - node_id - private - default_branch - classroom: &31 + classroom: &32 title: Classroom description: A GitHub Classroom classroom type: object @@ -4510,7 +4495,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4529,9 +4514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *28 + - *29 + - *18 - *17 - - *16 responses: '200': description: Response @@ -4599,8 +4584,8 @@ paths: - login - avatar_url - html_url - repository: *29 - assignment: &33 + repository: *30 + assignment: &34 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4709,7 +4694,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - classroom: &30 + classroom: &31 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4825,7 +4810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-assignment-grades parameters: - - *28 + - *29 responses: '200': description: Response @@ -4908,7 +4893,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4926,8 +4911,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-classrooms parameters: + - *18 - *17 - - *16 responses: '200': description: Response @@ -4935,7 +4920,7 @@ paths: application/json: schema: type: array - items: *30 + items: *31 examples: default: value: @@ -4960,7 +4945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-a-classroom parameters: - - &32 + - &33 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4972,7 +4957,7 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: default: value: @@ -4987,7 +4972,7 @@ paths: name: Learn how to build fault tolerant applications avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -5005,9 +4990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *32 + - *33 + - *18 - *17 - - *16 responses: '200': description: Response @@ -5015,7 +5000,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -5063,7 +5048,7 @@ paths: application/json: schema: type: array - items: &35 + items: &36 title: Code Of Conduct description: Code Of Conduct type: object @@ -5151,7 +5136,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5178,7 +5163,7 @@ paths: description: Response content: application/json: - schema: *35 + schema: *36 examples: default: value: @@ -5232,8 +5217,8 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7137,7 +7122,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7161,7 +7146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - &41 + - &42 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7169,7 +7154,7 @@ paths: required: true schema: type: string - - &118 + - &119 name: state in: query description: |- @@ -7178,7 +7163,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &119 + - &120 name: severity in: query description: |- @@ -7187,7 +7172,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &120 + - &121 name: ecosystem in: query description: |- @@ -7196,14 +7181,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &121 + - &122 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &122 + - &123 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -7213,7 +7198,7 @@ paths: enum: - development - runtime - - &123 + - &124 name: sort in: query description: |- @@ -7226,10 +7211,10 @@ paths: - created - updated default: created - - *36 - *37 - *38 - - &124 + - *39 + - &125 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -7242,7 +7227,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &125 + - &126 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -7254,7 +7239,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *16 + - *17 responses: '200': description: Response @@ -7262,11 +7247,11 @@ paths: application/json: schema: type: array - items: &126 + items: &127 type: object description: A Dependabot alert. properties: - number: &42 + number: &43 type: integer description: The security alert number. readOnly: true @@ -7284,7 +7269,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &39 + package: &40 type: object description: Details for the vulnerable package. readOnly: true @@ -7348,13 +7333,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &40 + items: &41 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *39 + package: *40 severity: type: string description: The severity of the vulnerability. @@ -7521,30 +7506,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *40 - url: &45 + security_vulnerability: *41 + url: &46 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &46 + html_url: &47 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &43 + created_at: &44 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &44 + updated_at: &45 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &111 + dismissed_at: &112 type: - string - 'null' @@ -7555,7 +7540,7 @@ paths: dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -7575,7 +7560,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &110 + fixed_at: &111 type: - string - 'null' @@ -7591,7 +7576,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: &47 + repository: &48 title: Simple Repository description: A GitHub repository. type: object @@ -7616,7 +7601,7 @@ paths: description: The full, globally unique, name of the repository. examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean description: Whether the repository is private. @@ -7930,7 +7915,7 @@ paths: - repository additionalProperties: false examples: - default: &127 + default: &128 value: - number: 2 state: dismissed @@ -8231,10 +8216,10 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *34 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -8259,8 +8244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *41 - - &189 + - *42 + - &190 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -8271,7 +8256,7 @@ paths: enum: - open - resolved - - &190 + - &191 name: secret_type in: query description: |- @@ -8281,7 +8266,7 @@ paths: required: false schema: type: string - - &191 + - &192 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -8290,7 +8275,7 @@ paths: required: false schema: type: string - - &192 + - &193 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -8302,11 +8287,11 @@ paths: - created - updated default: created - - *36 - - *16 - *37 + - *17 - *38 - - &193 + - *39 + - &194 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -8322,17 +8307,17 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -8367,7 +8352,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 secret_type: type: string description: The type of secret that secret scanning detected. @@ -8379,7 +8364,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *47 + repository: *48 push_protection_bypassed: type: - boolean @@ -8389,7 +8374,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -8411,7 +8396,7 @@ paths: - inactive - unknown examples: - default: &195 + default: &196 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8614,9 +8599,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *48 - '404': *5 - '503': &53 + Link: *49 + '404': *6 + '503': &54 description: Service unavailable content: application/json: @@ -8647,8 +8632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -8656,7 +8641,7 @@ paths: application/json: schema: type: array - items: &76 + items: &77 title: Event description: Event type: object @@ -8667,7 +8652,7 @@ paths: type: - string - 'null' - actor: &49 + actor: &50 title: Actor description: Actor type: object @@ -8708,13 +8693,13 @@ paths: - id - name - url - org: *49 + org: *50 payload: type: object properties: action: type: string - issue: &65 + issue: &66 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -8786,7 +8771,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 labels: description: Labels to associate with this issue; pass one or more label names to replace the set of labels @@ -8825,12 +8810,12 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 milestone: anyOf: - type: 'null' @@ -8891,7 +8876,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 open_issues: type: integer examples: @@ -8998,7 +8983,7 @@ paths: closed_by: anyOf: - type: 'null' - - *3 + - *4 body_html: type: string body_text: @@ -9006,12 +8991,12 @@ paths: timeline_url: type: string format: uri - repository: *50 + repository: *51 performed_via_github_app: anyOf: - type: 'null' - - *4 - author_association: &51 + - *5 + author_association: &52 title: author_association type: string description: How the author is associated with the repository. @@ -9026,7 +9011,7 @@ paths: - OWNER examples: - OWNER - reactions: &52 + reactions: &53 title: Reaction Rollup type: object properties: @@ -9120,7 +9105,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -9134,12 +9119,12 @@ paths: issue_url: type: string format: uri - author_association: *51 + author_association: *52 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - id - node_id @@ -9234,9 +9219,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *34 - '403': *26 - '503': *53 + '304': *35 + '403': *27 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9325,7 +9310,7 @@ paths: _links: type: object properties: - timeline: &54 + timeline: &55 title: Link With Type description: Hypermedia Link with Type type: object @@ -9337,17 +9322,17 @@ paths: required: - href - type - user: *54 - security_advisories: *54 - current_user: *54 - current_user_public: *54 - current_user_actor: *54 - current_user_organization: *54 + user: *55 + security_advisories: *55 + current_user: *55 + current_user_public: *55 + current_user_actor: *55 + current_user_organization: *55 current_user_organizations: type: array - items: *54 - repository_discussions: *54 - repository_discussions_category: *54 + items: *55 + repository_discussions: *55 + repository_discussions_category: *55 required: - timeline - user @@ -9409,9 +9394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -9419,7 +9404,7 @@ paths: application/json: schema: type: array - items: &56 + items: &57 title: Base Gist description: Base Gist type: object @@ -9478,11 +9463,11 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri - owner: *3 + owner: *4 truncated: type: boolean forks: @@ -9509,7 +9494,7 @@ paths: - created_at - updated_at examples: - default: &57 + default: &58 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -9554,9 +9539,9 @@ paths: site_admin: false truncated: false headers: - Link: *48 - '304': *34 - '403': *26 + Link: *49 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9632,7 +9617,7 @@ paths: description: Response content: application/json: - schema: &58 + schema: &59 title: Gist Simple description: Gist Simple type: object @@ -9841,7 +9826,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 version: type: string committed_at: @@ -9920,14 +9905,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri owner: anyOf: - type: 'null' - - *3 + - *4 truncated: type: boolean forks: @@ -10008,11 +9993,11 @@ paths: - 'null' comments_url: type: string - owner: *3 + owner: *4 truncated: type: boolean examples: - default: &59 + default: &60 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -10091,10 +10076,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *14 - '304': *34 - '404': *5 - '403': *26 + '422': *15 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10114,9 +10099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -10124,14 +10109,14 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '422': *14 - '304': *34 - '403': *26 + Link: *49 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10148,9 +10133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -10158,14 +10143,14 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '401': *22 - '304': *34 - '403': *26 + Link: *49 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10188,7 +10173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &60 + - &61 name: gist_id description: The unique identifier of the gist. in: path @@ -10200,10 +10185,10 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 - '403': &63 + default: *60 + '403': &64 description: Forbidden Gist content: application/json: @@ -10225,8 +10210,8 @@ paths: type: string documentation_url: type: string - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10252,7 +10237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *60 + - *61 requestBody: required: true content: @@ -10316,9 +10301,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - updateGist: *59 + updateGist: *60 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -10459,8 +10444,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10476,13 +10461,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10505,9 +10490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10515,7 +10500,7 @@ paths: application/json: schema: type: array - items: &61 + items: &62 title: Gist Comment description: A comment made to a gist. type: object @@ -10542,7 +10527,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -10553,7 +10538,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *51 + author_association: *52 required: - url - id @@ -10593,10 +10578,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 + Link: *49 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10618,7 +10603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *60 + - *61 requestBody: required: true content: @@ -10644,9 +10629,9 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: &62 + default: &63 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -10679,9 +10664,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10704,8 +10689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *60 - - &64 + - *61 + - &65 name: comment_id description: The unique identifier of the comment. in: path @@ -10717,12 +10702,12 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '304': *34 - '404': *5 - '403': *63 + default: *63 + '304': *35 + '404': *6 + '403': *64 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10744,8 +10729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *60 - - *64 + - *61 + - *65 requestBody: required: true content: @@ -10771,10 +10756,10 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '404': *5 + default: *63 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10790,14 +10775,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *60 - - *64 + - *61 + - *65 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10814,9 +10799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10841,7 +10826,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 change_status: type: object properties: @@ -10896,9 +10881,9 @@ paths: example: ; rel="next" schema: type: string - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10915,9 +10900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10925,7 +10910,7 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: default: value: @@ -10971,10 +10956,10 @@ paths: type: User site_admin: false headers: - Link: *48 - '404': *5 - '304': *34 - '403': *26 + Link: *49 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10990,13 +10975,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *60 + - *61 responses: '201': description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -11047,10 +11032,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *5 - '422': *14 - '304': *34 - '403': *26 + '404': *6 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11067,7 +11052,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *60 + - *61 responses: '204': description: Response if gist is starred @@ -11079,8 +11064,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11097,13 +11082,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11119,13 +11104,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11148,7 +11133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *60 + - *61 - name: sha in: path required: true @@ -11159,12 +11144,12 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 - '422': *14 - '404': *5 - '403': *26 + default: *60 + '422': *15 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11201,7 +11186,7 @@ paths: - Bancha - C - C++ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11288,7 +11273,7 @@ paths: *.exe *.out *.app - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11305,8 +11290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -11322,7 +11307,7 @@ paths: type: integer repositories: type: array - items: *50 + items: *51 repository_selection: type: string examples: @@ -11446,10 +11431,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *48 - '403': *26 - '304': *34 - '401': *22 + Link: *49 + '403': *27 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11532,7 +11517,7 @@ paths: - closed - all default: open - - &143 + - &144 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -11550,8 +11535,8 @@ paths: - updated - comments default: created - - *36 - - *55 + - *37 + - *56 - name: collab in: query required: false @@ -11572,8 +11557,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -11581,9 +11566,9 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: &144 + default: &145 value: - id: 1 node_id: MDU6SXNzdWUx @@ -11828,10 +11813,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *48 - '422': *14 - '304': *34 - '404': *5 + Link: *49 + '422': *15 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11854,8 +11839,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -11863,7 +11848,7 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: default: value: @@ -11902,7 +11887,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12097,9 +12082,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *26 - '404': *5 - '304': *34 + '403': *27 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12160,7 +12145,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &67 + X-CommonMarker-Version: &68 example: 0.17.4 schema: type: string @@ -12172,7 +12157,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12215,7 +12200,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *67 + X-CommonMarker-Version: *68 content: text/html: schema: @@ -12224,7 +12209,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12244,7 +12229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &70 + - &71 name: account_id description: account_id parameter in: path @@ -12256,7 +12241,7 @@ paths: description: Response content: application/json: - schema: &69 + schema: &70 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -12290,7 +12275,7 @@ paths: - 'null' id: type: integer - plan: &68 + plan: &69 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -12393,7 +12378,7 @@ paths: - 'null' updated_at: type: string - plan: *68 + plan: *69 required: - url - id @@ -12401,7 +12386,7 @@ paths: - login - marketplace_purchase examples: - default: &71 + default: &72 value: url: https://api.github.com/orgs/github type: Organization @@ -12456,8 +12441,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *22 + schema: *3 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12477,8 +12462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12486,9 +12471,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: &72 + default: &73 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -12506,9 +12491,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '404': *5 - '401': *22 + Link: *49 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12528,14 +12513,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &73 + - &74 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &74 + - &75 name: sort description: The property to sort the results by. in: query @@ -12556,8 +12541,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -12565,9 +12550,9 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: - default: &75 + default: &76 value: - url: https://api.github.com/orgs/github type: Organization @@ -12618,10 +12603,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '404': *5 - '422': *14 - '401': *22 + Link: *49 + '404': *6 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12641,18 +12626,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *70 + - *71 responses: '200': description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *71 + default: *72 '404': description: Not Found when the account has not purchased the listing - '401': *22 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12672,8 +12657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12681,12 +12666,12 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *72 + default: *73 headers: - Link: *48 - '401': *22 + Link: *49 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12706,8 +12691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *73 - *74 + - *75 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -12718,8 +12703,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -12727,12 +12712,12 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: - default: *75 + default: *76 headers: - Link: *48 - '401': *22 + Link: *49 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12924,7 +12909,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12956,8 +12941,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -12965,7 +12950,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -13016,14 +13001,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *5 - '403': *26 - '304': *34 + '404': *6 + '403': *27 + '304': *35 '301': &226 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13058,7 +13043,7 @@ paths: schema: type: boolean default: false - - *55 + - *56 - &424 name: before description: 'Only show notifications updated before the given time. This @@ -13069,7 +13054,7 @@ paths: schema: type: string format: date-time - - *17 + - *18 - name: per_page description: The number of results per page (max 50). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -13084,14 +13069,14 @@ paths: application/json: schema: type: array - items: &77 + items: &78 title: Thread description: Thread type: object properties: id: type: string - repository: &105 + repository: &106 title: Minimal Repository description: Minimal Repository type: object @@ -13112,7 +13097,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -13395,7 +13380,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *35 + code_of_conduct: *36 license: type: - object @@ -13429,7 +13414,7 @@ paths: type: boolean examples: - false - security_and_analysis: &180 + security_and_analysis: &181 type: - object - 'null' @@ -13642,11 +13627,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *49 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13707,9 +13692,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13726,7 +13711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &78 + - &79 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -13740,7 +13725,7 @@ paths: description: Response content: application/json: - schema: *77 + schema: *78 examples: default: value: @@ -13823,9 +13808,9 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13842,12 +13827,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *78 + - *79 responses: '205': description: Reset Content - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13864,7 +13849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *78 + - *79 responses: '204': description: No content @@ -13887,13 +13872,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &79 + schema: &80 title: Thread Subscription description: Thread Subscription type: object @@ -13937,7 +13922,7 @@ paths: - url - subscribed examples: - default: &80 + default: &81 value: subscribed: true ignored: false @@ -13945,9 +13930,9 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13968,7 +13953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *78 + - *79 requestBody: required: false content: @@ -13989,12 +13974,12 @@ paths: description: Response content: application/json: - schema: *79 + schema: *80 examples: - default: *80 - '304': *34 - '403': *26 - '401': *22 + default: *81 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14014,13 +13999,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *78 + - *79 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14100,7 +14085,7 @@ paths: required: false schema: type: integer - - *16 + - *17 responses: '200': description: Response @@ -14108,7 +14093,7 @@ paths: application/json: schema: type: array - items: &150 + items: &151 title: Organization Simple description: A GitHub organization. type: object @@ -14199,7 +14184,7 @@ paths: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14225,7 +14210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - &81 + - &82 name: org description: The organization name. The name is not case sensitive. in: path @@ -14237,7 +14222,7 @@ paths: description: Response content: application/json: - schema: &82 + schema: &83 title: Organization Full description: Organization Full type: object @@ -14569,7 +14554,7 @@ paths: - updated_at - archived_at examples: - default-response: &83 + default-response: &84 value: login: github id: 1 @@ -14632,7 +14617,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: false secret_scanning_push_protection_custom_link: https://github.com/octo-org/octo-repo/blob/main/im-blocked.md secret_scanning_push_protection_custom_link_enabled: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14655,7 +14640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *81 + - *82 requestBody: required: false content: @@ -14849,22 +14834,22 @@ paths: description: Response content: application/json: - schema: *82 + schema: *83 examples: - default: *83 + default: *84 '422': description: Validation failed content: application/json: schema: oneOf: - - *84 - *85 - '409': &156 + - *86 + '409': &157 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14887,11 +14872,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *81 + - *82 responses: - '202': *86 - '404': *5 - '403': *26 + '202': *87 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14912,7 +14897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -14938,7 +14923,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14959,9 +14944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15015,7 +15000,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15035,13 +15020,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *81 + - *82 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &87 + schema: &88 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -15055,7 +15040,7 @@ paths: required: - include_claim_keys examples: - default: &88 + default: &89 value: include_claim_keys: - repo @@ -15077,20 +15062,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: application/json: - schema: *87 + schema: *88 examples: - default: *88 + default: *89 responses: '201': description: Empty response content: application/json: - schema: &104 + schema: &105 title: Empty Object description: An object without any properties. type: object @@ -15099,8 +15084,8 @@ paths: examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: enabledForGitHubApps: true previews: [] @@ -15120,7 +15105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15129,7 +15114,7 @@ paths: schema: type: object properties: - enabled_repositories: &89 + enabled_repositories: &90 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -15142,7 +15127,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &90 + allowed_actions: &91 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -15181,7 +15166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15192,8 +15177,8 @@ paths: schema: type: object properties: - enabled_repositories: *89 - allowed_actions: *90 + enabled_repositories: *90 + allowed_actions: *91 required: - enabled_repositories examples: @@ -15220,9 +15205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15238,7 +15223,7 @@ paths: type: number repositories: type: array - items: *50 + items: *51 examples: default: &518 value: @@ -15380,7 +15365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15424,8 +15409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *81 - - &91 + - *82 + - &92 name: repository_id description: The unique identifier of the repository. in: path @@ -15453,8 +15438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *81 - - *91 + - *82 + - *92 responses: '204': description: Response @@ -15477,13 +15462,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: &92 + schema: &93 type: object properties: github_owned_allowed: @@ -15504,7 +15489,7 @@ paths: items: type: string examples: - default: &93 + default: &94 value: github_owned_allowed: true verified_allowed: false @@ -15529,7 +15514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15537,9 +15522,9 @@ paths: required: false content: application/json: - schema: *92 + schema: *93 examples: - selected_actions: *93 + selected_actions: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -15561,7 +15546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15570,14 +15555,14 @@ paths: schema: &241 type: object properties: - default_workflow_permissions: &94 + default_workflow_permissions: &95 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &95 + can_approve_pull_request_reviews: &96 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -15585,7 +15570,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &96 + default: &97 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -15610,7 +15595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Success response @@ -15621,10 +15606,10 @@ paths: schema: &242 type: object properties: - default_workflow_permissions: *94 - can_approve_pull_request_reviews: *95 + default_workflow_permissions: *95 + can_approve_pull_request_reviews: *96 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15651,9 +15636,9 @@ paths: in: query schema: type: string - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15669,7 +15654,7 @@ paths: type: integer runners: type: array - items: &97 + items: &98 title: Self hosted runners description: A self hosted runner type: object @@ -15703,7 +15688,7 @@ paths: type: boolean labels: type: array - items: &100 + items: &101 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -15769,7 +15754,7 @@ paths: name: no-gpu type: custom headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15791,7 +15776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15867,7 +15852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -15920,7 +15905,7 @@ paths: - runner - encoded_jit_config properties: - runner: *97 + runner: *98 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -15947,8 +15932,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15976,13 +15961,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *81 + - *82 responses: '201': description: Response content: application/json: - schema: &98 + schema: &99 title: Authentication Token description: Authentication Token type: object @@ -16006,7 +15991,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *50 + items: *51 single_file: type: - string @@ -16055,13 +16040,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *81 + - *82 responses: '201': description: Response content: application/json: - schema: *98 + schema: *99 examples: default: &248 value: @@ -16088,8 +16073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *81 - - &99 + - *82 + - &100 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -16101,7 +16086,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: &249 value: @@ -16143,8 +16128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: '204': description: Response @@ -16169,10 +16154,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: - '200': &101 + '200': &102 description: Response content: application/json: @@ -16186,7 +16171,7 @@ paths: type: integer labels: type: array - items: *100 + items: *101 examples: default: value: @@ -16204,7 +16189,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16225,8 +16210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 requestBody: required: true content: @@ -16250,9 +16235,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16274,8 +16259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 requestBody: required: true content: @@ -16300,9 +16285,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16324,8 +16309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: '200': &250 description: Response @@ -16341,7 +16326,7 @@ paths: type: integer labels: type: array - items: *100 + items: *101 examples: default: value: @@ -16356,7 +16341,7 @@ paths: - id: 20 name: macOS type: read-only - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16382,8 +16367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 - &251 name: name description: The name of a self-hosted runner's custom label. @@ -16392,9 +16377,9 @@ paths: schema: type: string responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16417,9 +16402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -16435,7 +16420,7 @@ paths: type: integer secrets: type: array - items: &102 + items: &103 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -16487,7 +16472,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16510,7 +16495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -16576,8 +16561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *81 - - &103 + - *82 + - &104 name: secret_name description: The name of the secret. in: path @@ -16589,7 +16574,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: value: @@ -16619,8 +16604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -16675,7 +16660,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -16701,8 +16686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response @@ -16728,10 +16713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -16747,9 +16732,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: &108 + default: &109 value: total_count: 1 repositories: @@ -16841,8 +16826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -16894,8 +16879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -16928,8 +16913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -16961,7 +16946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *81 + - *82 - &236 name: per_page description: The number of results per page (max 30). For more information, @@ -16970,7 +16955,7 @@ paths: schema: type: integer default: 10 - - *17 + - *18 responses: '200': description: Response @@ -16986,7 +16971,7 @@ paths: type: integer variables: type: array - items: &106 + items: &107 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -17055,7 +17040,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17076,7 +17061,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *81 + - *82 requestBody: required: true content: @@ -17124,7 +17109,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -17149,8 +17134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *81 - - &107 + - *82 + - &108 name: name description: The name of the variable. in: path @@ -17162,7 +17147,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *107 examples: default: value: @@ -17192,8 +17177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 requestBody: required: true content: @@ -17255,8 +17240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 responses: '204': description: Response @@ -17282,10 +17267,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 + - *18 - *17 - - *16 responses: '200': description: Response @@ -17301,9 +17286,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 + default: *109 '409': description: Response when the visibility of the variable is not set to `selected` @@ -17329,8 +17314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 requestBody: required: true content: @@ -17379,8 +17364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 - name: repository_id in: path required: true @@ -17414,8 +17399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 - name: repository_id in: path required: true @@ -17443,9 +17428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -17453,9 +17438,9 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: &145 + default: &146 value: - login: octocat id: 1 @@ -17493,8 +17478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *81 - - &109 + - *82 + - &110 name: username description: The handle for the GitHub user account. in: path @@ -17508,7 +17493,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17525,12 +17510,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17546,8 +17531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -17572,7 +17557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *81 + - *82 - &301 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -17580,7 +17565,7 @@ paths: but not both. in: query required: false - schema: &112 + schema: &113 type: string description: The name of the tool used to generate the code scanning analysis. - &302 @@ -17591,17 +17576,17 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &113 + schema: &114 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *37 - *38 + - *39 + - *18 - *17 - - *16 - - *36 + - *37 - name: state description: If specified, only code scanning alerts with this state will be returned. @@ -17651,30 +17636,30 @@ paths: items: type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: &306 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &114 + state: &115 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: *110 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: &307 type: - string @@ -17741,14 +17726,14 @@ paths: tool: &310 type: object properties: - name: *112 + name: *113 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *113 + guid: *114 most_recent_instance: &311 type: object properties: @@ -17774,7 +17759,7 @@ paths: analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *114 + state: *115 commit_sha: type: string message: @@ -17815,7 +17800,7 @@ paths: - test - library - - repository: *47 + repository: *48 required: - number - created_at @@ -18060,9 +18045,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *48 - '404': *5 - '503': *53 + Link: *49 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18082,9 +18067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *16 - *17 - - *81 + - *18 + - *82 responses: '200': description: Response @@ -18100,7 +18085,7 @@ paths: type: integer codespaces: type: array - items: &146 + items: &147 type: object title: Codespace description: A codespace. @@ -18128,9 +18113,9 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 - repository: *105 + owner: *4 + billable_owner: *4 + repository: *106 machine: anyOf: - type: 'null' @@ -18421,7 +18406,7 @@ paths: - pulls_url - recent_folders examples: - default: &147 + default: &148 value: total_count: 3 codespaces: @@ -18830,15 +18815,15 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *34 - '500': &115 + '304': *35 + '500': &116 description: Internal Error content: application/json: - schema: *2 - '401': *22 - '403': *26 - '404': *5 + schema: *3 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18857,7 +18842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *81 + - *82 deprecated: true requestBody: required: true @@ -18896,12 +18881,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18924,7 +18909,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *81 + - *82 deprecated: true requestBody: required: true @@ -18951,12 +18936,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18979,7 +18964,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *81 + - *82 requestBody: required: true content: @@ -19005,12 +18990,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19031,9 +19016,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -19049,7 +19034,7 @@ paths: type: integer secrets: type: array - items: &116 + items: &117 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -19103,7 +19088,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19122,7 +19107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -19186,14 +19171,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: default: &329 value: @@ -19202,7 +19187,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19222,8 +19207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -19278,14 +19263,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: '204': description: Response when updating a secret - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19304,12 +19289,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19330,10 +19315,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -19349,10 +19334,10 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 - '404': *5 + default: *109 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19373,8 +19358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -19403,7 +19388,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected x-github: @@ -19424,8 +19409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -19434,10 +19419,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type is not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19458,8 +19443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -19468,10 +19453,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19497,7 +19482,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *81 + - *82 responses: '200': description: OK @@ -19595,10 +19580,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: There is a problem with your account's associated payment method. x-github: @@ -19624,8 +19609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *81 - - *17 + - *82 + - *18 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -19647,7 +19632,7 @@ paths: currently being billed. seats: type: array - items: &149 + items: &150 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -19659,8 +19644,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *3 - - &117 + - *4 + - &118 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -19954,7 +19939,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *117 + - *118 type: - 'null' - object @@ -20063,11 +20048,11 @@ paths: type: User site_admin: false headers: - Link: *48 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + Link: *49 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20096,7 +20081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20137,10 +20122,10 @@ paths: default: value: seats_created: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20173,7 +20158,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20214,10 +20199,10 @@ paths: default: value: seats_cancelled: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20251,7 +20236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20292,10 +20277,10 @@ paths: default: value: seats_created: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20328,7 +20313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20369,10 +20354,10 @@ paths: default: value: seats_cancelled: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20400,19 +20385,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *81 - - *118 + - *82 - *119 - *120 - *121 - *122 - *123 - - *36 + - *124 - *37 - *38 - - *124 + - *39 - *125 - - *16 + - *126 + - *17 responses: '200': description: Response @@ -20420,14 +20405,14 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + default: *128 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20448,9 +20433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -20466,7 +20451,7 @@ paths: type: integer secrets: type: array - items: &128 + items: &129 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -20518,7 +20503,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20539,7 +20524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -20587,14 +20572,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -20622,8 +20607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -20678,7 +20663,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -20702,8 +20687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response @@ -20727,10 +20712,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -20746,9 +20731,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 + default: *109 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20769,8 +20754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -20820,8 +20805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -20852,8 +20837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -20883,7 +20868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -20891,7 +20876,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Package description: A software package type: object @@ -20940,11 +20925,11 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 repository: anyOf: - type: 'null' - - *105 + - *106 created_at: type: string format: date-time @@ -20962,7 +20947,7 @@ paths: - created_at - updated_at examples: - default: &161 + default: &162 value: - id: 197 name: hello_docker @@ -21020,8 +21005,8 @@ paths: created_at: '2020-05-20T22:19:11Z' updated_at: '2020-05-20T22:19:11Z' html_url: https://github.com/orgs/github/packages/container/package/goodbye_docker - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21038,9 +21023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21048,7 +21033,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: 200-response: value: @@ -21117,9 +21102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21127,7 +21112,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Organization Invitation description: Organization Invitation type: object @@ -21154,7 +21139,7 @@ paths: type: - string - 'null' - inviter: *3 + inviter: *4 team_count: type: integer node_id: @@ -21180,7 +21165,7 @@ paths: - invitation_teams_url - node_id examples: - default: &141 + default: &142 value: - id: 1 login: monalisa @@ -21213,8 +21198,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21234,9 +21219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21244,7 +21229,7 @@ paths: application/json: schema: type: array - items: &129 + items: &130 title: Org Hook description: Org Hook type: object @@ -21344,8 +21329,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21365,7 +21350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *81 + - *82 requestBody: required: true content: @@ -21380,10 +21365,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 username: type: string examples: @@ -21427,9 +21412,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &130 + default: &131 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -21451,8 +21436,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21474,8 +21459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *81 - - &131 + - *82 + - &132 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -21488,10 +21473,10 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *130 - '404': *5 + default: *131 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21515,8 +21500,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 requestBody: required: false content: @@ -21528,10 +21513,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 required: - url events: @@ -21562,7 +21547,7 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -21580,8 +21565,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21600,12 +21585,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21628,16 +21613,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *81 - - *131 + - *82 + - *132 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21659,8 +21644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *81 - - *131 + - *82 + - *132 requestBody: required: false content: @@ -21668,10 +21653,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Update an existing webhook @@ -21685,9 +21670,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21709,10 +21694,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *81 - - *131 - - *16 + - *82 - *132 + - *17 + - *133 - name: redelivery in: query required: false @@ -21725,11 +21710,11 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *134 - '400': *13 - '422': *14 + default: *135 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21750,19 +21735,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *81 - - *131 - - *15 + - *82 + - *132 + - *16 responses: '200': description: Response content: application/json: - schema: *135 + schema: *136 examples: - default: *136 - '400': *13 - '422': *14 + default: *137 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21783,13 +21768,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *81 - - *131 - - *15 + - *82 + - *132 + - *16 responses: - '202': *86 - '400': *13 - '422': *14 + '202': *87 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21811,12 +21796,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21836,13 +21821,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: &390 value: @@ -21912,9 +21897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21930,7 +21915,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -21982,7 +21967,7 @@ paths: suspended_at: suspended_by: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22001,7 +21986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -22009,12 +21994,12 @@ paths: application/json: schema: anyOf: - - &138 + - &139 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &137 + limit: &138 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -22042,7 +22027,7 @@ paths: properties: {} additionalProperties: false examples: - default: &139 + default: &140 value: limit: collaborators_only origin: organization @@ -22066,7 +22051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -22077,7 +22062,7 @@ paths: duration type: object properties: - limit: *137 + limit: *138 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -22102,10 +22087,10 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: - default: *139 - '422': *14 + default: *140 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22122,7 +22107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -22145,9 +22130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: role description: Filter invitations by their member role. in: query @@ -22179,12 +22164,12 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22204,7 +22189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *81 + - *82 requestBody: required: false content: @@ -22258,7 +22243,7 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: default: value: @@ -22290,8 +22275,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -22312,8 +22297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *81 - - &142 + - *82 + - &143 name: invitation_id description: The unique identifier of the invitation. in: path @@ -22323,8 +22308,8 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -22343,10 +22328,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *81 - - *142 - - *16 + - *82 + - *143 - *17 + - *18 responses: '200': description: Response @@ -22354,9 +22339,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: &159 + default: &160 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -22372,8 +22357,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22403,7 +22388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *81 + - *82 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -22433,7 +22418,7 @@ paths: - closed - all default: open - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -22445,10 +22430,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -22456,12 +22441,12 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: *144 + default: *145 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22480,7 +22465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *81 + - *82 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -22505,8 +22490,8 @@ paths: - admin - member default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -22514,12 +22499,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22536,8 +22521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response if requester is an organization member and user is @@ -22568,12 +22553,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22593,10 +22578,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *16 - *17 - - *81 - - *109 + - *18 + - *82 + - *110 responses: '200': description: Response @@ -22612,14 +22597,14 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: - default: *147 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + default: *148 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22639,9 +22624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *81 - - *109 - - &148 + - *82 + - *110 + - &149 name: codespace_name in: path required: true @@ -22649,12 +22634,12 @@ paths: schema: type: string responses: - '202': *86 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '202': *87 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22674,15 +22659,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *81 - - *109 - - *148 + - *82 + - *110 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: &323 value: @@ -22825,11 +22810,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22853,14 +22838,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *149 + schema: *150 examples: default: value: @@ -22902,10 +22887,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -22927,14 +22912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '200': description: Response content: application/json: - schema: &151 + schema: &152 title: Org Membership description: Org Membership type: object @@ -22967,11 +22952,11 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *150 + organization: *151 user: anyOf: - type: 'null' - - *3 + - *4 permissions: type: object properties: @@ -22987,7 +22972,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &152 + response-if-user-has-an-active-admin-membership-with-organization: &153 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -23026,8 +23011,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23055,8 +23040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 requestBody: required: false content: @@ -23084,11 +23069,11 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: - response-if-user-already-had-membership-with-organization: *152 - '422': *14 - '403': *26 + response-if-user-already-had-membership-with-organization: *153 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23107,13 +23092,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23133,9 +23118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -23155,7 +23140,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 title: Migration description: A migration. type: object @@ -23167,7 +23152,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 guid: type: string examples: @@ -23196,7 +23181,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *50 + items: *51 url: type: string format: uri @@ -23395,7 +23380,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23411,7 +23396,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *81 + - *82 requestBody: required: true content: @@ -23492,7 +23477,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -23644,8 +23629,8 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23670,8 +23655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *81 - - &154 + - *82 + - &155 name: migration_id description: The unique identifier of the migration. in: path @@ -23699,7 +23684,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -23851,7 +23836,7 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23868,12 +23853,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *81 - - *154 + - *82 + - *155 responses: '302': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23890,12 +23875,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *81 - - *154 + - *82 + - *155 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23914,8 +23899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *81 - - *154 + - *82 + - *155 - &523 name: repo_name description: repo_name parameter @@ -23926,7 +23911,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23943,10 +23928,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *81 - - *154 - - *16 + - *82 + - *155 - *17 + - *18 responses: '200': description: Response @@ -23954,9 +23939,9 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: &166 + default: &167 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -24065,8 +24050,8 @@ paths: secret_scanning_push_protection: status: disabled headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24093,7 +24078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -24121,8 +24106,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24147,7 +24132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response - list of organization roles @@ -24163,7 +24148,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &155 + items: &156 title: Organization Role description: Organization roles type: object @@ -24188,7 +24173,7 @@ paths: organization: anyOf: - type: 'null' - - *3 + - *4 created_at: description: The date and time the role was created. type: string @@ -24264,8 +24249,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24289,7 +24274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *81 + - *82 requestBody: required: true content: @@ -24327,7 +24312,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24354,9 +24339,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24378,8 +24363,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *81 - - &157 + - *82 + - &158 name: team_slug description: The slug of the team name. in: path @@ -24410,9 +24395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *81 - - *157 - - &158 + - *82 + - *158 + - &159 name: role_id description: The unique identifier of the role. in: path @@ -24447,9 +24432,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *81 - - *157 + - *82 - *158 + - *159 responses: '204': description: Response @@ -24474,8 +24459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -24500,9 +24485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *81 - - *109 - - *158 + - *82 + - *110 + - *159 responses: '204': description: Response @@ -24532,9 +24517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *81 - - *109 - - *158 + - *82 + - *110 + - *159 responses: '204': description: Response @@ -24562,14 +24547,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *81 - - *158 + - *82 + - *159 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24596,8 +24581,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24622,8 +24607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *81 - - *158 + - *82 + - *159 requestBody: required: true content: @@ -24652,7 +24637,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24679,9 +24664,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '409': *156 - '404': *5 + '422': *15 + '409': *157 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24705,8 +24690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *81 - - *158 + - *82 + - *159 responses: '204': description: Response @@ -24731,10 +24716,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *81 - - *158 - - *16 + - *82 + - *159 - *17 + - *18 responses: '200': description: Response - List of assigned teams @@ -24743,11 +24728,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 + Link: *49 '404': description: Response if the organization or role does not exist. '422': @@ -24774,10 +24759,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *81 - - *158 - - *16 + - *82 + - *159 - *17 + - *18 responses: '200': description: Response - List of assigned users @@ -24786,11 +24771,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 '404': description: Response if the organization or role does not exist. '422': @@ -24812,7 +24797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *81 + - *82 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -24825,8 +24810,8 @@ paths: - 2fa_disabled - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -24834,11 +24819,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24861,8 +24846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *81 - - *109 + - *82 + - *110 requestBody: required: false content: @@ -24902,7 +24887,7 @@ paths: a member of the organization, or if the enterprise enforces a policy for inviting outside collaborators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24919,8 +24904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -24977,7 +24962,7 @@ paths: - docker - nuget - container - - *81 + - *82 - &525 name: visibility description: |- @@ -25014,11 +24999,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: - default: *161 - '403': *26 - '401': *22 + default: *162 + '403': *27 + '401': *23 '400': &527 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -25041,7 +25026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &162 + - &163 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -25059,20 +25044,20 @@ paths: - docker - nuget - container - - &163 + - &164 name: package_name description: The name of the package. in: path required: true schema: type: string - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -25124,15 +25109,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25158,9 +25143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 - name: token description: package token schema: @@ -25170,9 +25155,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25192,11 +25177,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 + - *18 - *17 - - *16 - name: state in: query required: false @@ -25214,7 +25199,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Package Version description: A version of a software package type: object @@ -25327,9 +25312,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25349,10 +25334,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - &165 + - *164 + - *82 + - &166 name: package_version_id description: Unique identifier of the package version. in: path @@ -25364,7 +25349,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25400,16 +25385,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - *165 + - *164 + - *82 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25435,16 +25420,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - *165 + - *164 + - *82 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25465,10 +25450,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *81 - - *16 + - *82 - *17 - - &167 + - *18 + - &168 name: sort description: The property by which to sort the results. in: query @@ -25478,8 +25463,8 @@ paths: enum: - created_at default: created_at - - *36 - - &168 + - *37 + - &169 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -25491,7 +25476,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &169 + - &170 name: repository description: The name of the repository to use to filter the results. in: query @@ -25500,7 +25485,7 @@ paths: type: string examples: - Hello-World - - &170 + - &171 name: permission description: The permission to use to filter the results. in: query @@ -25509,7 +25494,7 @@ paths: type: string examples: - issues_read - - &171 + - &172 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -25519,7 +25504,7 @@ paths: schema: type: string format: date-time - - &172 + - &173 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -25530,10 +25515,10 @@ paths: type: string format: date-time responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 + '500': *116 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -25556,7 +25541,7 @@ paths: - string - 'null' description: Reason for requesting access. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -25651,7 +25636,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25671,7 +25656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *81 + - *82 requestBody: required: true content: @@ -25713,11 +25698,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 - '202': *86 + '500': *116 + '422': *15 + '404': *6 + '403': *27 + '202': *87 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25738,7 +25723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *81 + - *82 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25775,11 +25760,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 - '204': &173 + '500': *116 + '422': *15 + '404': *6 + '403': *27 + '204': &174 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -25801,7 +25786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *81 + - *82 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25809,23 +25794,23 @@ paths: required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *115 - '404': *5 - '403': *26 + '500': *116 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25846,21 +25831,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *81 - - *16 + - *82 - *17 - - *167 - - *36 + - *18 - *168 + - *37 - *169 - *170 - *171 - *172 + - *173 responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 + '500': *116 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -25878,7 +25863,7 @@ paths: description: Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -25972,7 +25957,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25992,7 +25977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *81 + - *82 requestBody: required: true content: @@ -26027,11 +26012,11 @@ paths: - 1296269 - 1296280 responses: - '500': *115 - '404': *5 - '202': *86 - '403': *26 - '422': *14 + '500': *116 + '404': *6 + '202': *87 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26052,7 +26037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *81 + - *82 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -26080,11 +26065,11 @@ paths: value: action: revoke responses: - '500': *115 - '404': *5 - '204': *173 - '403': *26 - '422': *14 + '500': *116 + '404': *6 + '204': *174 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26104,30 +26089,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *81 + - *82 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *115 - '404': *5 - '403': *26 + '500': *116 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26147,7 +26132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *81 + - *82 - name: state description: Indicates the state of the projects to return. in: query @@ -26159,8 +26144,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -26168,7 +26153,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Project description: Projects are a way to organize columns and cards of work. @@ -26226,7 +26211,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -26301,8 +26286,8 @@ paths: organization_permission: write private: true headers: - Link: *48 - '422': *6 + Link: *49 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26321,7 +26306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *81 + - *82 requestBody: required: true content: @@ -26347,7 +26332,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -26382,15 +26367,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': &223 description: Gone content: application/json: - schema: *2 - '422': *6 + schema: *3 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26409,7 +26394,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -26417,7 +26402,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -26472,7 +26457,7 @@ paths: - property_name - value_type examples: - default: &176 + default: &177 value: - property_name: environment value_type: single_select @@ -26488,8 +26473,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26510,7 +26495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -26521,7 +26506,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *175 + items: *176 minItems: 1 maxItems: 100 required: @@ -26551,11 +26536,11 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 - '403': *26 - '404': *5 + default: *177 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26574,8 +26559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *81 - - &177 + - *82 + - &178 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -26587,9 +26572,9 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: &178 + default: &179 value: property_name: environment value_type: single_select @@ -26599,8 +26584,8 @@ paths: allowed_values: - production - development - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26621,8 +26606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *81 - - *177 + - *82 + - *178 requestBody: required: true content: @@ -26679,11 +26664,11 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *178 - '403': *26 - '404': *5 + default: *179 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26704,12 +26689,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *81 - - *177 + - *82 + - *178 responses: - '204': *173 - '403': *26 - '404': *5 + '204': *174 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26728,9 +26713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: repository_query description: Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit @@ -26769,7 +26754,7 @@ paths: - octocat/Hello-World properties: type: array - items: &179 + items: &180 title: Custom Property Value description: Custom property name and associated value type: object @@ -26811,9 +26796,9 @@ paths: - property_name: team value: octocat headers: - Link: *48 - '403': *26 - '404': *5 + Link: *49 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26839,7 +26824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *81 + - *82 requestBody: required: true content: @@ -26859,7 +26844,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *179 + items: *180 required: - repository_names - properties @@ -26880,9 +26865,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26900,9 +26885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -26910,11 +26895,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26931,8 +26916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response if user is a public member @@ -26956,12 +26941,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26978,8 +26963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -27002,7 +26987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *81 + - *82 - name: type description: Specifies the types of repositories you want returned. in: query @@ -27039,8 +27024,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -27048,11 +27033,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27071,7 +27056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *81 + - *82 requestBody: required: true content: @@ -27270,7 +27255,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -27594,7 +27579,7 @@ paths: template_repository: anyOf: - type: 'null' - - *50 + - *51 temp_clone_token: type: - string @@ -27694,13 +27679,13 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 organization: anyOf: - type: 'null' - - *3 - parent: *50 - source: *50 + - *4 + parent: *51 + source: *51 forks: type: integer master_branch: @@ -27743,7 +27728,7 @@ paths: - key - name - html_url - security_and_analysis: *180 + security_and_analysis: *181 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -28322,8 +28307,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28345,9 +28330,9 @@ paths: category: orgs subcategory: rules parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -28355,7 +28340,7 @@ paths: application/json: schema: type: array - items: &187 + items: &188 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -28387,7 +28372,7 @@ paths: source: type: string description: The name of the source - enforcement: &183 + enforcement: &184 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -28400,7 +28385,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &184 + items: &185 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -28458,7 +28443,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &181 + - &182 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -28482,7 +28467,7 @@ paths: match. items: type: string - - &185 + - &186 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -28497,7 +28482,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -28531,7 +28516,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -28553,7 +28538,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -28566,7 +28551,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &182 + items: &183 title: Repository ruleset property targeting definition type: object @@ -28591,7 +28576,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *182 + items: *183 required: - repository_property type: @@ -28599,7 +28584,7 @@ paths: - object rules: type: array - items: &186 + items: &187 title: Repository Rule type: object description: A repository rule. @@ -29058,8 +29043,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/432 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -29075,7 +29060,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 requestBody: description: Request body required: true @@ -29093,16 +29078,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *185 + items: *185 + conditions: *186 rules: type: array description: An array of rules within the ruleset. - items: *186 + items: *187 required: - name - enforcement @@ -29140,9 +29125,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: &188 + default: &189 value: id: 21 name: super cool ruleset @@ -29181,8 +29166,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/21 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -29196,7 +29181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *81 + - *82 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -29239,8 +29224,8 @@ paths: - bypass - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -29324,8 +29309,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29344,7 +29329,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *81 + - *82 - &474 name: rule_suite_id description: |- @@ -29494,8 +29479,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29517,7 +29502,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29529,11 +29514,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 - '404': *5 - '500': *115 + default: *189 + '404': *6 + '500': *116 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -29549,7 +29534,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29573,16 +29558,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *185 + items: *185 + conditions: *186 rules: description: An array of rules within the ruleset. type: array - items: *186 + items: *187 examples: default: value: @@ -29617,11 +29602,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 - '404': *5 - '500': *115 + default: *189 + '404': *6 + '500': *116 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -29637,7 +29622,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29647,8 +29632,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -29665,14 +29650,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *81 - - *189 + - *82 - *190 - *191 - *192 - - *36 + - *193 + - *37 + - *18 - *17 - - *16 - &478 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). @@ -29693,7 +29678,7 @@ paths: required: false schema: type: string - - *193 + - *194 responses: '200': description: Response @@ -29701,13 +29686,13 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 headers: - Link: *48 - '404': *5 - '503': *53 + Link: *49 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29729,8 +29714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *81 - - *36 + - *82 + - *37 - name: sort description: The property to sort the results by. in: query @@ -29742,8 +29727,8 @@ paths: - updated - published default: created - - *37 - *38 + - *39 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29822,14 +29807,14 @@ paths: readOnly: true description: The author of the advisory. allOf: - - *3 + - *4 type: - 'null' publisher: readOnly: true description: The publisher of the advisory. allOf: - - *3 + - *4 type: - 'null' identifiers: @@ -29927,7 +29912,7 @@ paths: - object - 'null' properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -30026,7 +30011,7 @@ paths: advisory. type: object properties: - user: *3 + user: *4 type: *197 state: type: string @@ -30047,19 +30032,19 @@ paths: - array - 'null' description: A list of users that collaborate on the advisory. - items: *3 + items: *4 collaborating_teams: type: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *117 + items: *118 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *47 + - *48 type: - 'null' required: @@ -30436,8 +30421,8 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha} - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30459,7 +30444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *81 + - *82 responses: '200': description: Response @@ -30469,7 +30454,7 @@ paths: type: array items: *198 examples: - default: *159 + default: *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30492,8 +30477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -30521,8 +30506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -30548,7 +30533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30654,7 +30639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30704,7 +30689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30750,9 +30735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -30760,12 +30745,12 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 - '403': *26 + Link: *49 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30784,7 +30769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *81 + - *82 requestBody: required: true content: @@ -31284,8 +31269,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31305,8 +31290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *81 - - *157 + - *82 + - *158 responses: '200': description: Response @@ -31315,7 +31300,7 @@ paths: schema: *199 examples: default: *200 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31334,8 +31319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *81 - - *157 + - *82 + - *158 requestBody: required: false content: @@ -31408,9 +31393,9 @@ paths: schema: *199 examples: default: *200 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31431,8 +31416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -31457,11 +31442,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *81 - - *157 - - *36 - - *16 + - *82 + - *158 + - *37 - *17 + - *18 - name: pinned in: query required: false @@ -31484,7 +31469,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the discussion. type: string @@ -31566,7 +31551,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *52 + reactions: *53 required: - author - body @@ -31636,7 +31621,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31659,8 +31644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 requestBody: required: true content: @@ -31767,8 +31752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - &203 name: discussion_number description: The number that identifies the discussion. @@ -31804,8 +31789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: false @@ -31900,8 +31885,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 responses: '204': @@ -31927,12 +31912,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *81 - - *157 + - *82 + - *158 - *203 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -31948,7 +31933,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the comment. type: string @@ -32005,7 +31990,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *52 + reactions: *53 required: - author - body @@ -32064,7 +32049,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32087,8 +32072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: true @@ -32178,8 +32163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - &206 name: comment_number @@ -32216,8 +32201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 requestBody: @@ -32306,8 +32291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 responses: @@ -32334,8 +32319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 - name: content @@ -32354,8 +32339,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -32380,7 +32365,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 content: description: The reaction to use type: string @@ -32433,7 +32418,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32456,8 +32441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 requestBody: @@ -32547,8 +32532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 - &210 @@ -32582,8 +32567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -32601,8 +32586,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -32614,7 +32599,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32637,8 +32622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: true @@ -32702,8 +32687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *210 responses: @@ -32728,10 +32713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -32739,11 +32724,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32763,8 +32748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *81 - - *157 + - *82 + - *158 - name: role description: Filters members returned by their role in the team. in: query @@ -32776,8 +32761,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -32785,11 +32770,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32816,9 +32801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 responses: '200': description: Response @@ -32886,9 +32871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 requestBody: required: false content: @@ -32948,9 +32933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 responses: '204': description: Response @@ -32975,10 +32960,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -33013,7 +32998,7 @@ paths: type: integer state: type: string - creator: *3 + creator: *4 created_at: type: string updated_at: @@ -33095,7 +33080,7 @@ paths: write: true admin: false headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33115,8 +33100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *81 - - *157 + - *82 + - *158 - &213 name: project_id description: The unique identifier of the project. @@ -33190,8 +33175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *81 - - *157 + - *82 + - *158 - *213 requestBody: required: false @@ -33256,8 +33241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *81 - - *157 + - *82 + - *158 - *213 responses: '204': @@ -33281,10 +33266,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -33292,11 +33277,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33322,8 +33307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 responses: @@ -33357,7 +33342,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 forks: type: integer permissions: @@ -33384,7 +33369,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: description: Whether the repository is private or public. default: false @@ -33971,8 +33956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 requestBody: @@ -34019,8 +34004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 responses: @@ -34045,10 +34030,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: if child teams exist @@ -34056,7 +34041,7 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: response-if-child-teams-exist: &507 value: @@ -34086,7 +34071,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34108,7 +34093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *81 + - *82 - name: security_product in: path description: The security feature to enable or disable. @@ -34216,7 +34201,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -34293,10 +34278,10 @@ paths: column_url: https://api.github.com/projects/columns/367 content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34345,11 +34330,11 @@ paths: schema: *217 examples: default: *218 - '304': *34 - '403': *26 - '401': *22 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34369,7 +34354,7 @@ paths: responses: '204': description: Response - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -34385,8 +34370,8 @@ paths: type: array items: type: string - '401': *22 - '404': *5 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34445,7 +34430,7 @@ paths: examples: default: value: - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -34470,7 +34455,7 @@ paths: type: string field: type: string - '401': *22 + '401': *23 '503': description: Response content: @@ -34493,7 +34478,7 @@ paths: type: string message: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34586,10 +34571,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '404': *5 - '401': *22 + '304': *35 + '403': *27 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34633,9 +34618,9 @@ paths: schema: *220 examples: default: *221 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34655,9 +34640,9 @@ paths: responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34686,8 +34671,8 @@ paths: - archived - not_archived default: not_archived - - *16 - *17 + - *18 responses: '200': description: Response @@ -34729,10 +34714,10 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34795,17 +34780,17 @@ paths: schema: *217 examples: default: *218 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 '422': description: Validation failed content: application/json: schema: oneOf: - - *84 - *85 + - *86 '503': description: Response content: @@ -34879,10 +34864,10 @@ paths: examples: default: value: - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34907,7 +34892,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: &222 value: @@ -34942,9 +34927,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35011,13 +34996,13 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: *222 '404': description: Not Found if the authenticated user does not have access to the project - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -35033,9 +35018,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35056,7 +35041,7 @@ paths: responses: '204': description: Delete Success - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -35072,9 +35057,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *223 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35112,8 +35097,8 @@ paths: - direct - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -35121,16 +35106,16 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35149,7 +35134,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - *213 - - *109 + - *110 requestBody: required: false content: @@ -35177,11 +35162,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35199,15 +35184,15 @@ paths: url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *213 - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35228,7 +35213,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - *213 - - *109 + - *110 responses: '200': description: Response @@ -35244,7 +35229,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - permission - user @@ -35271,11 +35256,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35293,8 +35278,8 @@ paths: url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - *213 - - *16 - *17 + - *18 responses: '200': description: Response @@ -35315,10 +35300,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35370,10 +35355,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35523,8 +35508,8 @@ paths: schema: type: integer format: timestamp - '304': *34 - '404': *5 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36047,8 +36032,8 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *26 - '404': *5 + '403': *27 + '404': *6 '301': *226 x-github: githubCloudOnly: false @@ -36289,10 +36274,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *26 - '422': *14 - '404': *5 + schema: *3 + '403': *27 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36338,7 +36323,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository '307': *228 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36362,8 +36347,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - &255 name: name description: The name field of an artifact. When specified, only artifacts @@ -36510,7 +36495,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36683,8 +36668,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - &232 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -36713,7 +36698,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *36 + - *37 responses: '200': description: Response @@ -36781,7 +36766,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37284,11 +37269,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37339,8 +37324,8 @@ paths: include_claim_keys: - repo - context - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: enabledForGitHubApps: true previews: [] @@ -37394,13 +37379,13 @@ paths: description: Empty response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '404': *5 - '400': *13 - '422': *6 + '404': *6 + '400': *14 + '422': *7 x-github: enabledForGitHubApps: true previews: [] @@ -37425,8 +37410,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -37474,7 +37459,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37499,7 +37484,7 @@ paths: - *214 - *215 - *236 - - *17 + - *18 responses: '200': description: Response @@ -37562,7 +37547,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37595,7 +37580,7 @@ paths: enabled: &238 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *90 + allowed_actions: *91 selected_actions_url: *237 required: - enabled @@ -37636,7 +37621,7 @@ paths: type: object properties: enabled: *238 - allowed_actions: *90 + allowed_actions: *91 required: - enabled examples: @@ -37752,9 +37737,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -37782,9 +37767,9 @@ paths: required: false content: application/json: - schema: *92 + schema: *93 examples: - selected_actions: *93 + selected_actions: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -37815,7 +37800,7 @@ paths: application/json: schema: *241 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37850,7 +37835,7 @@ paths: application/json: schema: *242 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37879,8 +37864,8 @@ paths: type: string - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -37896,11 +37881,11 @@ paths: type: integer runners: type: array - items: *97 + items: *98 examples: default: *243 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38000,8 +37985,8 @@ paths: work_folder: _work responses: '201': *246 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38036,7 +38021,7 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: default: *247 x-github: @@ -38073,7 +38058,7 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: default: *248 x-github: @@ -38099,13 +38084,13 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *249 x-github: @@ -38130,7 +38115,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '204': description: Response @@ -38157,10 +38142,10 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: - '200': *101 - '404': *5 + '200': *102 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38183,7 +38168,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 requestBody: required: true content: @@ -38207,9 +38192,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38233,7 +38218,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 requestBody: required: true content: @@ -38258,9 +38243,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38284,10 +38269,10 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '200': *250 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38315,12 +38300,12 @@ paths: parameters: - *214 - *215 - - *99 + - *100 - *251 responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38394,8 +38379,8 @@ paths: - requested - waiting - pending - - *16 - *17 + - *18 - &273 name: created description: Returns workflow runs created within the given date-time range. @@ -38630,8 +38615,8 @@ paths: updated_at: type: string format: date-time - actor: *3 - triggering_actor: *3 + actor: *4 + triggering_actor: *4 run_started_at: type: string format: date-time @@ -38758,8 +38743,8 @@ paths: - timestamp - author - committer - repository: *105 - head_repository: *105 + repository: *106 + head_repository: *106 head_repository_id: type: integer examples: @@ -39013,7 +38998,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39386,7 +39371,7 @@ paths: type: string examples: - approved - user: *3 + user: *4 comment: type: string description: The comment submitted with the deployment review @@ -39456,12 +39441,12 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39486,8 +39471,8 @@ paths: - *214 - *215 - *254 - - *16 - *17 + - *18 - *255 responses: '200': @@ -39508,7 +39493,7 @@ paths: examples: default: *256 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39575,8 +39560,8 @@ paths: - *215 - *254 - *258 - - *16 - *17 + - *18 responses: '200': description: Response @@ -39683,8 +39668,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39746,11 +39731,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '409': *156 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39850,11 +39835,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '409': *156 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39892,8 +39877,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -39913,7 +39898,7 @@ paths: examples: default: *260 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39971,8 +39956,8 @@ paths: responses: '204': description: Response - '403': *26 - '500': *115 + '403': *27 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40074,8 +40059,8 @@ paths: - User reviewer: anyOf: - - *3 - - *117 + - *4 + - *118 required: - environment - wait_timer @@ -40260,7 +40245,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -40296,7 +40281,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -40393,7 +40378,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40440,7 +40425,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40606,8 +40591,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -40627,7 +40612,7 @@ paths: examples: default: *262 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40683,7 +40668,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -40719,7 +40704,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -40747,7 +40732,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40775,7 +40760,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -40803,7 +40788,7 @@ paths: - *214 - *215 - *236 - - *17 + - *18 responses: '200': description: Response @@ -40823,7 +40808,7 @@ paths: examples: default: *266 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40872,7 +40857,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40899,7 +40884,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 responses: '200': description: Response @@ -40935,7 +40920,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 requestBody: required: true content: @@ -40979,7 +40964,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 responses: '204': description: Response @@ -41006,8 +40991,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -41118,7 +41103,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41305,8 +41290,8 @@ paths: - *270 - *271 - *272 - - *16 - *17 + - *18 - *273 - *252 - *274 @@ -41330,7 +41315,7 @@ paths: examples: default: *276 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41419,10 +41404,10 @@ paths: parameters: - *214 - *215 - - *36 - - *16 - *37 + - *17 - *38 + - *39 - name: ref description: |- The Git reference for the activities you want to list. @@ -41527,7 +41512,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -41567,8 +41552,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '422': *6 + Link: *49 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41588,8 +41573,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -41597,12 +41582,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41639,7 +41624,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41775,7 +41760,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41812,7 +41797,7 @@ paths: schema: *277 examples: default: *278 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41837,7 +41822,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41961,8 +41946,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -42067,17 +42052,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *3 + items: *4 teams: description: The list of teams with review dismissal access. type: array - items: *117 + items: *118 apps: description: The list of apps with review dismissal access. type: array - items: *4 + items: *5 url: type: string examples: @@ -42099,17 +42084,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *3 + items: *4 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *117 + items: *118 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *4 + items: *5 dismiss_stale_reviews: type: boolean examples: @@ -42432,8 +42417,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42588,11 +42573,11 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' - - *3 + - *4 parents: type: array items: @@ -42829,7 +42814,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *226 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43027,7 +43012,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43390,13 +43375,13 @@ paths: format: uri users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 apps: type: array - items: *4 + items: *5 required: - url - users_url @@ -43408,13 +43393,13 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 apps: type: array - items: *4 + items: *5 required: - users - teams @@ -43561,9 +43546,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *26 - '422': *6 - '404': *5 + '403': *27 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43589,7 +43574,7 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43677,7 +43662,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43906,7 +43891,7 @@ paths: schema: *286 examples: default: *287 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43932,7 +43917,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43968,7 +43953,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43998,7 +43983,7 @@ paths: schema: *284 examples: default: *288 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44023,7 +44008,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44061,7 +44046,7 @@ paths: contexts: - continuous-integration/travis-ci contexts_url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44136,8 +44121,8 @@ paths: schema: *289 examples: default: *290 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44199,7 +44184,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44265,9 +44250,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44332,8 +44317,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44397,8 +44382,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44501,7 +44486,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44555,7 +44540,7 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: &291 value: @@ -44595,7 +44580,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44652,10 +44637,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44713,10 +44698,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44773,10 +44758,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44807,10 +44792,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '404': *5 + default: *160 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44867,10 +44852,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44928,10 +44913,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44988,10 +44973,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45022,10 +45007,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '404': *5 + default: *146 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45085,10 +45070,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45149,10 +45134,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45212,10 +45197,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45352,9 +45337,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45783,7 +45768,7 @@ paths: app: anyOf: - type: 'null' - - *4 + - *5 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests @@ -45866,7 +45851,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -46459,8 +46444,8 @@ paths: - *214 - *215 - *295 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46548,7 +46533,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46578,7 +46563,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -46587,13 +46572,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *2 + schema: *3 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *2 - '404': *5 + schema: *3 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46723,8 +46708,8 @@ paths: app: anyOf: - type: 'null' - - *4 - repository: *105 + - *5 + repository: *106 created_at: type: - string @@ -47137,7 +47122,7 @@ paths: required: - app_id - setting - repository: *105 + repository: *106 examples: default: value: @@ -47454,8 +47439,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -47555,7 +47540,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47583,7 +47568,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -47614,8 +47599,8 @@ paths: - *215 - *301 - *302 + - *18 - *17 - - *16 - &315 name: ref description: The Git reference for the results you want to list. The `ref` @@ -47624,7 +47609,7 @@ paths: in: query required: false schema: *303 - - *36 + - *37 - name: sort description: The property by which to sort the results. in: query @@ -47657,19 +47642,19 @@ paths: items: type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: *306 - state: *114 - fixed_at: *110 + state: *115 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: *307 dismissed_comment: *308 rule: *309 @@ -47789,15 +47774,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *34 + '304': *35 '403': &312 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *53 + schema: *3 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47827,7 +47812,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *42 + schema: *43 responses: '200': description: Response @@ -47836,19 +47821,19 @@ paths: schema: &314 type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: *306 - state: *114 - fixed_at: *110 + state: *115 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: *307 dismissed_comment: *308 rule: @@ -48000,10 +47985,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *34 + '304': *35 '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48134,9 +48119,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *53 + schema: *3 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48159,8 +48144,8 @@ paths: - *214 - *215 - *313 + - *18 - *17 - - *16 - *315 responses: '200': @@ -48209,8 +48194,8 @@ paths: classifications: - source '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48246,8 +48231,8 @@ paths: - *215 - *301 - *302 + - *18 - *17 - - *16 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -48264,7 +48249,7 @@ paths: description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *36 + - *37 - name: sort description: The property by which to sort the results. in: query @@ -48386,8 +48371,8 @@ paths: deletable: true warning: '' '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48490,8 +48475,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48627,10 +48612,10 @@ paths: value: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete - '400': *13 + '400': *14 '403': *320 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48673,7 +48658,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *3 + uploader: *4 content_type: type: string description: The MIME type of the CodeQL database file. @@ -48772,8 +48757,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48848,8 +48833,8 @@ paths: '302': &346 description: Found '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48937,8 +48922,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49003,7 +48988,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -49029,14 +49014,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *320 - '404': *5 + '404': *6 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *53 + schema: *3 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49175,10 +49160,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *320 - '404': *5 + '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49249,7 +49234,7 @@ paths: '403': *312 '404': description: Not Found if the sarif id does not match any upload - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49398,8 +49383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *214 - *215 responses: @@ -49417,7 +49402,7 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: default: value: @@ -49693,10 +49678,10 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49780,7 +49765,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -49788,14 +49773,14 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '400': *13 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '400': *14 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49817,8 +49802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *214 - *215 responses: @@ -49860,11 +49845,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *115 - '400': *13 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '400': *14 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49940,11 +49925,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49991,7 +49976,7 @@ paths: schema: type: object properties: - billable_owner: *3 + billable_owner: *4 defaults: type: object required: @@ -50029,9 +50014,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50097,11 +50082,11 @@ paths: default: value: accepted: true - '401': *22 - '403': *26 - '404': *5 - '422': *14 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '422': *15 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50124,8 +50109,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -50164,7 +50149,7 @@ paths: examples: default: *325 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50218,7 +50203,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -50248,7 +50233,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -50276,7 +50261,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -50302,7 +50287,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -50360,8 +50345,8 @@ paths: - push - maintain - admin - - *16 - *17 + - *18 responses: '200': description: Response @@ -50532,8 +50517,8 @@ paths: admin: false role_name: write headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50559,7 +50544,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '204': description: Response if user is a collaborator @@ -50603,7 +50588,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 requestBody: required: false content: @@ -50640,15 +50625,15 @@ paths: type: integer examples: - 42 - repository: *105 + repository: *106 invitee: anyOf: - type: 'null' - - *3 + - *4 inviter: anyOf: - type: 'null' - - *3 + - *4 permissions: description: The permission associated with the invitation. type: string @@ -50809,8 +50794,8 @@ paths: - an existing collaborator is added as a collaborator - an organization member is added as an individual collaborator - an existing team member (whose team is also a repository collaborator) is added as an individual collaborator - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -50850,12 +50835,12 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50881,7 +50866,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '200': description: if user has admin permissions @@ -50930,7 +50915,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50957,8 +50942,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51000,15 +50985,15 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time updated_at: type: string format: date-time - author_association: *51 - reactions: *52 + author_association: *52 + reactions: *53 required: - url - html_url @@ -51058,7 +51043,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51085,7 +51070,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -51126,7 +51111,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51152,7 +51137,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -51209,7 +51194,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51227,11 +51212,11 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51250,7 +51235,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -51267,8 +51252,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -51280,8 +51265,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51301,7 +51286,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -51343,7 +51328,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51365,7 +51350,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -51441,7 +51426,7 @@ paths: required: false schema: type: string - - *55 + - *56 - name: until description: 'Only commits before this date will be returned. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -51450,8 +51435,8 @@ paths: schema: type: string format: date-time - - *16 - *17 + - *18 responses: '200': description: Response @@ -51530,11 +51515,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *48 - '500': *115 - '400': *13 - '404': *5 - '409': *156 + Link: *49 + '500': *116 + '400': *14 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51602,8 +51587,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51631,8 +51616,8 @@ paths: - *214 - *215 - *333 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51644,7 +51629,7 @@ paths: examples: default: *334 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51715,8 +51700,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -51740,8 +51725,8 @@ paths: - *214 - *215 - *333 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51830,7 +51815,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: - string @@ -51908,22 +51893,22 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array - 'null' - items: *117 + items: *118 head: type: object properties: @@ -51931,13 +51916,13 @@ paths: type: string ref: type: string - repo: *50 + repo: *51 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -51951,13 +51936,13 @@ paths: type: string ref: type: string - repo: *50 + repo: *51 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -51992,7 +51977,7 @@ paths: - review_comments - review_comment - self - author_association: *51 + author_association: *52 auto_merge: &433 title: Auto merge description: The status of auto merging a pull request. @@ -52000,7 +51985,7 @@ paths: - object - 'null' properties: - enabled_by: *3 + enabled_by: *4 merge_method: type: string description: The merge method to use. @@ -52537,8 +52522,8 @@ paths: auto_merge: draft: false headers: - Link: *48 - '409': *156 + Link: *49 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52595,8 +52580,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 - &338 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -52697,11 +52682,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *14 - '404': *5 - '500': *115 - '503': *53 - '409': *156 + '422': *15 + '404': *6 + '500': *116 + '503': *54 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52741,8 +52726,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 - name: app_id in: query required: false @@ -52767,7 +52752,7 @@ paths: examples: default: *341 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52800,8 +52785,8 @@ paths: type: integer example: 1 - *339 - - *16 - *17 + - *18 responses: '200': description: Response @@ -52992,7 +52977,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53020,8 +53005,8 @@ paths: - *214 - *215 - *338 - - *16 - *17 + - *18 responses: '200': description: Response @@ -53090,7 +53075,7 @@ paths: type: string total_count: type: integer - repository: *105 + repository: *106 commit_url: type: string format: uri @@ -53201,7 +53186,7 @@ paths: hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks commit_url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53224,8 +53209,8 @@ paths: - *214 - *215 - *338 - - *16 - *17 + - *18 responses: '200': description: Response @@ -53267,7 +53252,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 required: - url - avatar_url @@ -53313,7 +53298,7 @@ paths: type: User site_admin: false headers: - Link: *48 + Link: *49 '301': *226 x-github: githubCloudOnly: false @@ -53396,7 +53381,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 contributing: anyOf: - type: 'null' @@ -53542,8 +53527,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 - name: basehead description: The base branch and head branch to compare. This parameter expects the format `BASE...HEAD`. Both must be branch names in `repo`. To compare @@ -53856,9 +53841,9 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" - '404': *5 - '500': *115 - '503': *53 + '404': *6 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54476,8 +54461,8 @@ paths: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - '404': *5 - '403': *26 + '404': *6 + '403': *27 '302': *346 x-github: githubCloudOnly: false @@ -54790,9 +54775,9 @@ paths: reason: unsigned signature: payload: - '404': *5 - '422': *14 - '409': *156 + '404': *6 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54910,10 +54895,10 @@ paths: reason: unsigned signature: payload: - '422': *14 - '404': *5 - '409': *156 - '503': *53 + '422': *15 + '404': *6 + '409': *157 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54941,8 +54926,8 @@ paths: required: false schema: type: string - - *16 - *17 + - *18 responses: '200': description: If repository contains content @@ -55033,11 +55018,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *48 + Link: *49 '204': description: Response if repository is empty - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55058,19 +55043,19 @@ paths: parameters: - *214 - *215 - - *118 - *119 - *120 - *121 + - *122 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *122 - *123 - - *36 + - *124 + - *37 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -55087,10 +55072,10 @@ paths: schema: type: integer default: 30 - - *37 - *38 - - *124 + - *39 - *125 + - *126 responses: '200': description: Response @@ -55102,7 +55087,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *42 + number: *43 state: type: string description: The state of the Dependabot alert. @@ -55117,7 +55102,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *39 + package: *40 manifest_path: type: string description: The full path to the dependency manifest file, @@ -55134,16 +55119,16 @@ paths: - runtime - security_advisory: *348 - security_vulnerability: *40 - url: *45 - html_url: *46 - created_at: *43 - updated_at: *44 - dismissed_at: *111 + security_vulnerability: *41 + url: *46 + html_url: *47 + created_at: *44 + updated_at: *45 + dismissed_at: *112 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -55163,7 +55148,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *110 + fixed_at: *111 auto_dismissed_at: *349 required: - number @@ -55353,11 +55338,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55388,7 +55373,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *42 + schema: *43 responses: '200': description: Response @@ -55475,9 +55460,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '403': *26 - '404': *5 + '304': *35 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55640,11 +55625,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *13 - '403': *26 - '404': *5 - '409': *156 - '422': *6 + '400': *14 + '403': *27 + '404': *6 + '409': *157 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55668,8 +55653,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -55717,7 +55702,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55770,7 +55755,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -55804,7 +55789,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -55832,7 +55817,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -55858,7 +55843,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -56031,14 +56016,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false category: dependency-graph @@ -56249,9 +56234,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *48 - '404': *5 - '403': *26 + Link: *49 + '404': *6 + '403': *27 x-github: githubCloudOnly: false category: dependency-graph @@ -56575,8 +56560,8 @@ paths: - string - 'null' default: none - - *16 - *17 + - *18 responses: '200': description: Response @@ -56588,7 +56573,7 @@ paths: examples: default: *357 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56791,7 +56776,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56861,7 +56846,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56893,8 +56878,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56914,8 +56899,8 @@ paths: - *214 - *215 - *358 - - *16 - *17 + - *18 responses: '200': description: Response @@ -56957,7 +56942,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 description: description: A short description of the status. default: '' @@ -57016,7 +57001,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -57065,8 +57050,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57203,7 +57188,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57236,7 +57221,7 @@ paths: schema: *359 examples: default: *360 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57294,8 +57279,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57319,8 +57304,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57442,8 +57427,8 @@ paths: type: *361 reviewer: anyOf: - - *3 - - *117 + - *4 + - *118 required: - id - node_id @@ -57748,7 +57733,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57795,8 +57780,8 @@ paths: - *214 - *215 - *363 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58290,8 +58275,8 @@ paths: - *363 - *215 - *214 + - *18 - *17 - - *16 responses: '200': description: A list of custom deployment rule integrations available for @@ -58414,8 +58399,8 @@ paths: - *214 - *215 - *363 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58435,7 +58420,7 @@ paths: examples: default: *262 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58493,7 +58478,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 responses: '200': description: Response @@ -58526,7 +58511,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 requestBody: required: true content: @@ -58557,7 +58542,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -58586,7 +58571,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 responses: '204': description: Default response @@ -58615,7 +58600,7 @@ paths: - *215 - *363 - *236 - - *17 + - *18 responses: '200': description: Response @@ -58635,7 +58620,7 @@ paths: examples: default: *266 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58685,7 +58670,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -58713,7 +58698,7 @@ paths: - *214 - *215 - *363 - - *107 + - *108 responses: '200': description: Response @@ -58744,7 +58729,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 - *363 requestBody: required: true @@ -58789,7 +58774,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 - *363 responses: '204': @@ -58813,8 +58798,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58822,7 +58807,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: 200-response: value: @@ -58903,8 +58888,8 @@ paths: - stargazers - watchers default: newest - - *16 - *17 + - *18 responses: '200': description: Response @@ -58912,7 +58897,7 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: value: @@ -59025,8 +59010,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *48 - '400': *13 + Link: *49 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59084,10 +59069,10 @@ paths: schema: *225 examples: default: *227 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59155,10 +59140,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *5 - '409': *156 - '403': *26 - '422': *14 + '404': *6 + '409': *157 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59233,10 +59218,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *5 - '422': *14 - '403': *26 - '409': *156 + '404': *6 + '422': *15 + '403': *27 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59561,9 +59546,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59649,8 +59634,8 @@ paths: reason: unsigned signature: payload: - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59747,8 +59732,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *48 - '409': *156 + Link: *49 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59787,8 +59772,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59845,8 +59830,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59899,8 +59884,8 @@ paths: schema: *378 examples: default: *379 - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59922,8 +59907,8 @@ paths: responses: '204': description: Response - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60129,8 +60114,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60190,8 +60175,8 @@ paths: schema: *381 examples: default: *382 - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60380,10 +60365,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *14 - '404': *5 - '403': *26 - '409': *156 + '422': *15 + '404': *6 + '403': *27 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60469,9 +60454,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60491,8 +60476,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -60532,7 +60517,7 @@ paths: examples: - push - pull_request - config: *11 + config: *12 updated_at: type: string format: date-time @@ -60621,8 +60606,8 @@ paths: status: unused message: headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60659,10 +60644,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -60724,9 +60709,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60746,7 +60731,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '200': description: Response @@ -60755,7 +60740,7 @@ paths: schema: *384 examples: default: *385 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60776,7 +60761,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 requestBody: required: true content: @@ -60784,7 +60769,7 @@ paths: schema: type: object properties: - config: *11 + config: *12 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -60824,8 +60809,8 @@ paths: schema: *384 examples: default: *385 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60843,11 +60828,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60869,15 +60854,15 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60898,7 +60883,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 requestBody: required: false content: @@ -60907,10 +60892,10 @@ paths: type: object additionalProperties: false properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Example of updating content type and URL @@ -60922,9 +60907,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60944,9 +60929,9 @@ paths: parameters: - *214 - *215 - - *131 - - *16 - *132 + - *17 + - *133 - name: redelivery in: query required: false @@ -60959,11 +60944,11 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *134 - '400': *13 - '422': *14 + default: *135 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60982,18 +60967,18 @@ paths: parameters: - *214 - *215 - - *131 - - *15 + - *132 + - *16 responses: '200': description: Response content: application/json: - schema: *135 + schema: *136 examples: - default: *136 - '400': *13 - '422': *14 + default: *137 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61012,12 +60997,12 @@ paths: parameters: - *214 - *215 - - *131 - - *15 + - *132 + - *16 responses: - '202': *86 - '400': *13 - '422': *14 + '202': *87 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61037,11 +61022,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61063,11 +61048,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61249,12 +61234,12 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '404': *5 + '404': *6 '503': &387 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61350,8 +61335,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61601,7 +61586,7 @@ paths: name: svner@example.com url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import - '404': *5 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61668,8 +61653,8 @@ paths: name: Hubot url: https://api.github.com/repos/octocat/socm/import/authors/2268557 import_url: https://api.github.com/repos/octocat/socm/import - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61793,7 +61778,7 @@ paths: schema: *386 examples: default: *389 - '422': *14 + '422': *15 '503': *387 x-github: githubCloudOnly: false @@ -61824,11 +61809,11 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *390 '301': *226 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -61856,7 +61841,7 @@ paths: application/json: schema: anyOf: - - *138 + - *139 - type: object properties: {} additionalProperties: false @@ -61904,7 +61889,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: *392 '409': @@ -61954,8 +61939,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62079,7 +62064,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62098,7 +62083,7 @@ paths: parameters: - *214 - *215 - - *142 + - *143 requestBody: required: false content: @@ -62260,7 +62245,7 @@ paths: parameters: - *214 - *215 - - *142 + - *143 responses: '204': description: Response @@ -62334,7 +62319,7 @@ paths: required: false schema: type: string - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -62346,10 +62331,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -62357,7 +62342,7 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: default: value: @@ -62506,10 +62491,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *48 + Link: *49 '301': *226 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62618,7 +62603,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: &397 value: @@ -62771,11 +62756,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *13 - '403': *26 - '422': *14 - '503': *53 - '404': *5 + '400': *14 + '403': *27 + '422': *15 + '503': *54 + '404': *6 '410': *223 x-github: triggersNotification: true @@ -62806,7 +62791,7 @@ paths: parameters: - *214 - *215 - - *74 + - *75 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -62816,9 +62801,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -62859,9 +62844,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *48 - '422': *14 - '404': *5 + Link: *49 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62888,7 +62873,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -62926,7 +62911,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62952,7 +62937,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -62977,7 +62962,7 @@ paths: schema: *394 examples: default: *395 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62996,7 +62981,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response @@ -63018,7 +63003,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -63035,8 +63020,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -63048,8 +63033,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63069,7 +63054,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -63111,7 +63096,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63133,7 +63118,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -63156,8 +63141,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63187,7 +63172,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 event: type: string examples: @@ -63212,7 +63197,7 @@ paths: issue: anyOf: - type: 'null' - - *65 + - *66 label: title: Issue Event Label description: Issue Event Label @@ -63232,20 +63217,20 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assigner: anyOf: - type: 'null' - - *3 + - *4 review_requester: anyOf: - type: 'null' - - *3 + - *4 requested_reviewer: anyOf: - type: 'null' - - *3 - requested_team: *117 + - *4 + requested_team: *118 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63312,7 +63297,7 @@ paths: required: - from - to - author_association: *51 + author_association: *52 lock_reason: type: - string @@ -63320,7 +63305,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -63486,8 +63471,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63708,9 +63693,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *5 + '404': *6 '410': *223 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63759,13 +63744,13 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 '301': *226 - '404': *5 + '404': *6 '410': *223 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63898,14 +63883,14 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 - '422': *14 - '503': *53 - '403': *26 + '422': *15 + '503': *54 + '403': *27 '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -63952,7 +63937,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 x-github: @@ -63997,7 +63982,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 x-github: @@ -64036,7 +64021,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64066,9 +64051,9 @@ paths: - *214 - *215 - *398 - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -64080,8 +64065,8 @@ paths: examples: default: *399 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -64143,10 +64128,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *26 + '403': *27 '410': *223 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -64167,8 +64152,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -64191,7 +64176,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64207,7 +64192,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -64240,7 +64225,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64256,7 +64241,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -64288,7 +64273,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64301,9 +64286,9 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 - assignee: *3 - assigner: *3 + performed_via_github_app: *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -64326,7 +64311,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64342,9 +64327,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 - assigner: *3 + - *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -64368,7 +64353,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64384,7 +64369,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -64414,7 +64399,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64430,7 +64415,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -64460,7 +64445,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64476,7 +64461,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 rename: type: object properties: @@ -64509,7 +64494,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64525,10 +64510,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *117 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *118 + requested_reviewer: *4 required: - review_requester - id @@ -64551,7 +64536,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64567,10 +64552,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *117 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *118 + requested_reviewer: *4 required: - review_requester - id @@ -64593,7 +64578,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64609,7 +64594,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 dismissed_review: type: object properties: @@ -64649,7 +64634,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64665,7 +64650,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 lock_reason: type: - string @@ -64694,7 +64679,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64710,7 +64695,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64755,7 +64740,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64771,7 +64756,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64816,7 +64801,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64832,7 +64817,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64877,7 +64862,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64890,7 +64875,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 + performed_via_github_app: *5 project_card: type: object properties: @@ -64958,7 +64943,7 @@ paths: name: label color: red headers: - Link: *48 + Link: *49 '410': *223 x-github: githubCloudOnly: false @@ -64979,8 +64964,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65056,9 +65041,9 @@ paths: color: a2eeef default: false headers: - Link: *48 + Link: *49 '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65141,9 +65126,9 @@ paths: examples: default: *401 '301': *226 - '404': *5 + '404': *6 '410': *223 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65225,9 +65210,9 @@ paths: examples: default: *401 '301': *226 - '404': *5 + '404': *6 '410': *223 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65250,7 +65235,7 @@ paths: '204': description: Response '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65297,7 +65282,7 @@ paths: color: f29513 default: true '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65348,10 +65333,10 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 '410': *223 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65373,8 +65358,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65410,8 +65395,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -65423,8 +65408,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65487,7 +65472,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65533,8 +65518,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65566,7 +65551,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 id: description: Unique identifier of the issue comment type: integer @@ -65593,7 +65578,7 @@ paths: html_url: type: string format: uri - user: *3 + user: *4 created_at: type: string format: date-time @@ -65607,12 +65592,12 @@ paths: issue_url: type: string format: uri - author_association: *51 + author_association: *52 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - event - actor @@ -65631,7 +65616,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 created_at: type: string format: date-time @@ -65643,7 +65628,7 @@ paths: properties: type: type: string - issue: *65 + issue: *66 required: - event - created_at @@ -65801,7 +65786,7 @@ paths: type: string examples: - MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *3 + user: *4 body: description: The text of the review. type: @@ -65855,7 +65840,7 @@ paths: type: string body_text: type: string - author_association: *51 + author_association: *52 required: - event - id @@ -65951,7 +65936,7 @@ paths: type: integer examples: - 8 - user: *3 + user: *4 body: description: The text of the comment. type: string @@ -65981,7 +65966,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *51 + author_association: *52 _links: type: object properties: @@ -66076,7 +66061,7 @@ paths: enum: - line - file - reactions: *52 + reactions: *53 body_html: type: string examples: @@ -66125,7 +66110,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66141,8 +66126,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -66164,7 +66149,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66180,8 +66165,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -66203,7 +66188,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66219,7 +66204,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 state_reason: type: - string @@ -66387,8 +66372,8 @@ paths: type: User site_admin: true headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -66408,8 +66393,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -66465,7 +66450,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66536,7 +66521,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66570,7 +66555,7 @@ paths: schema: *415 examples: default: *416 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66611,8 +66596,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -66624,8 +66609,8 @@ paths: examples: default: *401 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66696,8 +66681,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66729,7 +66714,7 @@ paths: schema: *400 examples: default: *418 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66946,7 +66931,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 required: - _links - git_url @@ -67009,7 +66994,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67137,8 +67122,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67188,8 +67173,8 @@ paths: - asc - desc default: asc - - *16 - *17 + - *18 responses: '200': description: Response @@ -67236,8 +67221,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67337,8 +67322,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67372,7 +67357,7 @@ paths: schema: *336 examples: default: *420 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67452,7 +67437,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67472,8 +67457,8 @@ paths: - *214 - *215 - *421 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67485,7 +67470,7 @@ paths: examples: default: *401 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67506,10 +67491,10 @@ paths: - *215 - *422 - *423 - - *55 + - *56 - *424 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67517,11 +67502,11 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: *425 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67771,7 +67756,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67851,8 +67836,8 @@ paths: schema: *426 examples: default: *427 - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67951,9 +67936,9 @@ paths: responses: '204': description: Response - '422': *14 - '400': *13 - '409': *156 + '422': *15 + '400': *14 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67979,9 +67964,9 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68003,8 +67988,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -68034,7 +68019,7 @@ paths: pusher: anyOf: - type: 'null' - - *3 + - *4 commit: type: string duration: @@ -68085,7 +68070,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68331,9 +68316,9 @@ paths: id: 4fd754f7e594640989b406850d0bc8f06a121251 status_url: https://api.github.com/repos/github/developer.github.com/pages/deployments/4fd754f7e594640989b406850d0bc8f06a121251/status page_url: developer.github.com - '400': *13 - '422': *14 - '404': *5 + '400': *14 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68393,7 +68378,7 @@ paths: default: value: status: succeed - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68417,8 +68402,8 @@ paths: - *215 - *430 responses: - '204': *173 - '404': *5 + '204': *174 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68711,7 +68696,7 @@ paths: description: Empty response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -68719,7 +68704,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68758,7 +68743,7 @@ paths: default: value: enabled: true - '422': *13 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68779,8 +68764,8 @@ paths: - *214 - *215 responses: - '204': *173 - '422': *13 + '204': *174 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68801,8 +68786,8 @@ paths: - *214 - *215 responses: - '204': *173 - '422': *13 + '204': *174 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68835,8 +68820,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -68844,7 +68829,7 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: default: value: @@ -68880,12 +68865,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *48 - '401': *22 - '403': *26 - '404': *5 + Link: *49 + '401': *23 + '403': *27 + '404': *6 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68931,14 +68916,14 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: *222 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68966,7 +68951,7 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: default: value: @@ -68976,8 +68961,8 @@ paths: value: web - property_name: team value: octocat - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69010,7 +68995,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *179 + items: *180 required: - properties examples: @@ -69027,9 +69012,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69114,8 +69099,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -69127,9 +69112,9 @@ paths: examples: default: *432 headers: - Link: *48 - '304': *34 - '422': *14 + Link: *49 + '304': *35 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,7 +69299,7 @@ paths: type: string examples: - Amazing new feature - user: *3 + user: *4 body: type: - string @@ -69394,17 +69379,17 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array @@ -70146,7 +70131,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 pushed_at: type: string format: date-time @@ -70348,7 +70333,7 @@ paths: - review_comments - review_comment - self - author_association: *51 + author_association: *52 auto_merge: *433 draft: description: Indicates whether or not the pull request is a draft. @@ -70376,7 +70361,7 @@ paths: merged_by: anyOf: - type: 'null' - - *3 + - *4 comments: type: integer examples: @@ -70950,8 +70935,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -70998,9 +70983,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -71062,7 +71047,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71089,7 +71074,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -71148,7 +71133,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71174,7 +71159,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -71216,11 +71201,11 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71239,7 +71224,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -71256,8 +71241,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -71269,8 +71254,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71290,7 +71275,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -71332,7 +71317,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71354,7 +71339,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -71416,10 +71401,10 @@ paths: schema: *436 examples: default: *437 - '304': *34 - '404': *5 - '500': *115 - '503': *53 + '304': *35 + '404': *6 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71493,8 +71478,8 @@ paths: schema: *436 examples: default: *437 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71577,7 +71562,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -71585,13 +71570,13 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71620,7 +71605,7 @@ paths: - *214 - *215 - *438 - - *74 + - *75 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -71630,9 +71615,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -71644,7 +71629,7 @@ paths: examples: default: *439 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71841,8 +71826,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -71874,7 +71859,7 @@ paths: - *214 - *215 - *438 - - *64 + - *65 requestBody: required: true content: @@ -71954,7 +71939,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *5 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -71986,8 +71971,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71999,7 +71984,7 @@ paths: examples: default: *440 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72031,8 +72016,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72056,10 +72041,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *48 - '422': *14 - '500': *115 - '503': *53 + Link: *49 + '422': *15 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72193,9 +72178,9 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -72232,10 +72217,10 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 required: - users - teams @@ -72276,7 +72261,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72851,7 +72836,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *26 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -73385,7 +73370,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73413,8 +73398,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: The list of reviews returns in chronological order. @@ -73439,7 +73424,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: description: The text of the review. type: string @@ -73495,7 +73480,7 @@ paths: type: string body_text: type: string - author_association: *51 + author_association: *52 required: - id - node_id @@ -73544,7 +73529,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73706,8 +73691,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 - '403': *26 + '422': *7 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -73785,7 +73770,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73873,7 +73858,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73909,8 +73894,8 @@ paths: schema: *441 examples: default: *443 - '422': *6 - '404': *5 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73939,8 +73924,8 @@ paths: - *215 - *438 - *442 - - *16 - *17 + - *18 responses: '200': description: Response @@ -74005,7 +73990,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: string examples: @@ -74030,7 +74015,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *51 + author_association: *52 _links: type: object properties: @@ -74045,7 +74030,7 @@ paths: type: string body_html: type: string - reactions: *52 + reactions: *53 side: description: The side of the first line of the range for a multi-line comment. @@ -74158,8 +74143,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74257,8 +74242,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74324,9 +74309,9 @@ paths: schema: *441 examples: default: *444 - '404': *5 - '422': *6 - '403': *26 + '404': *6 + '422': *7 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74386,8 +74371,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74443,8 +74428,8 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74491,8 +74476,8 @@ paths: schema: *445 examples: default: *446 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74514,8 +74499,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -74592,7 +74577,7 @@ paths: - string - 'null' format: date-time - author: *3 + author: *4 assets: type: array items: &448 @@ -74640,7 +74625,7 @@ paths: uploader: anyOf: - type: 'null' - - *3 + - *4 required: - id - name @@ -74665,7 +74650,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *52 + reactions: *53 required: - assets_url - upload_url @@ -74755,8 +74740,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74933,8 +74918,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *14 + schema: *3 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -75004,7 +74989,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 '302': *346 x-github: githubCloudOnly: false @@ -75163,7 +75148,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75226,7 +75211,7 @@ paths: schema: *447 examples: default: *451 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75357,7 +75342,7 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75398,8 +75383,8 @@ paths: - *214 - *215 - *452 - - *16 - *17 + - *18 responses: '200': description: Response @@ -75443,7 +75428,7 @@ paths: type: User site_admin: false headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75586,8 +75571,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -75599,8 +75584,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75660,7 +75645,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75710,8 +75695,8 @@ paths: - *214 - *215 - *282 - - *16 - *17 + - *18 responses: '200': description: Response @@ -75827,8 +75812,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -75844,7 +75829,7 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: default: value: @@ -75874,8 +75859,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/314 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -75910,16 +75895,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *181 + items: *185 + conditions: *182 rules: type: array description: An array of rules within the ruleset. - items: *186 + items: *187 required: - name - enforcement @@ -75950,7 +75935,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: &477 value: @@ -75984,8 +75969,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/42 created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -76011,8 +75996,8 @@ paths: - *469 - *470 - *471 - - *16 - *17 + - *18 responses: '200': description: Response @@ -76021,8 +76006,8 @@ paths: schema: *472 examples: default: *473 - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76052,8 +76037,8 @@ paths: schema: *475 examples: default: *476 - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76096,11 +76081,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: *477 - '404': *5 - '500': *115 + '404': *6 + '500': *116 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -76141,16 +76126,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *181 + items: *185 + conditions: *182 rules: description: An array of rules within the ruleset. type: array - items: *186 + items: *187 examples: default: value: @@ -76178,11 +76163,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: *477 - '404': *5 - '500': *115 + '404': *6 + '500': *116 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -76209,8 +76194,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -76229,16 +76214,16 @@ paths: parameters: - *214 - *215 - - *189 - *190 - *191 - *192 - - *36 + - *193 + - *37 + - *18 - *17 - - *16 - *478 - *479 - - *193 + - *194 responses: '200': description: Response @@ -76249,14 +76234,14 @@ paths: items: &482 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -76274,7 +76259,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -76300,7 +76285,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -76391,7 +76376,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76442,11 +76427,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *34 + '304': *35 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76544,7 +76529,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -76569,8 +76554,8 @@ paths: - *214 - *215 - *313 + - *18 - *17 - - *16 responses: '200': description: Response @@ -76932,11 +76917,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *48 + Link: *49 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76960,7 +76945,7 @@ paths: parameters: - *214 - *215 - - *36 + - *37 - name: sort description: The property to sort the results by. in: query @@ -76972,8 +76957,8 @@ paths: - updated - published default: created - - *37 - *38 + - *39 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -77006,8 +76991,8 @@ paths: items: *483 examples: default: *484 - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77061,7 +77046,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77406,9 +77391,9 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha} - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77457,7 +77442,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77658,9 +77643,9 @@ paths: permission: admin parent: private_fork: - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77696,8 +77681,8 @@ paths: schema: *483 examples: default: *486 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77753,7 +77738,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77896,13 +77881,13 @@ paths: examples: default: *486 add_credit: *486 - '403': *26 - '404': *5 + '403': *27 + '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *84 + schema: *85 examples: invalid_state_transition: value: @@ -77937,11 +77922,11 @@ paths: - *215 - *485 responses: - '202': *86 - '400': *13 - '403': *26 - '404': *5 - '422': *14 + '202': *87 + '400': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77972,10 +77957,10 @@ paths: schema: *225 examples: default: *227 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77999,8 +77984,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78009,7 +77994,7 @@ paths: schema: anyOf: - type: array - items: *3 + items: *4 - type: array items: title: Stargazer @@ -78022,7 +78007,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - starred_at - user @@ -78072,8 +78057,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78117,8 +78102,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *86 - '204': *173 + '202': *87 + '204': *174 '422': description: Repository contains more than 10,000 commits x-github: @@ -78189,8 +78174,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *86 - '204': *173 + '202': *87 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78233,7 +78218,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 total: type: integer examples: @@ -78288,8 +78273,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *86 - '204': *173 + '202': *87 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78442,7 +78427,7 @@ paths: - 1 - 10 - 3 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78490,7 +78475,7 @@ paths: - - 0 - 2 - 21 - '204': *173 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78623,8 +78608,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78632,11 +78617,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78714,7 +78699,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78811,8 +78796,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78869,7 +78854,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78930,8 +78915,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78978,8 +78963,8 @@ paths: default: value: enabled: true - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79009,8 +78994,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79070,8 +79055,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -79079,12 +79064,12 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79103,8 +79088,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 responses: '200': description: Response @@ -79129,7 +79114,7 @@ paths: - atom - electron - api - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79180,8 +79165,8 @@ paths: schema: *491 examples: default: *492 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79303,7 +79288,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79398,7 +79383,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79460,7 +79445,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79558,7 +79543,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79616,7 +79601,7 @@ paths: description: Response content: application/json: - schema: *105 + schema: *106 examples: default: value: @@ -80063,7 +80048,7 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: value: @@ -80138,8 +80123,8 @@ paths: example: ; rel="next" schema: type: string - '422': *14 - '304': *34 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80211,8 +80196,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -80251,7 +80236,7 @@ paths: html_url: type: string format: uri - repository: *105 + repository: *106 score: type: number file_size: @@ -80384,10 +80369,10 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *34 - '503': *53 - '422': *14 - '403': *26 + '304': *35 + '503': *54 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80446,8 +80431,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -80532,7 +80517,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' @@ -80548,7 +80533,7 @@ paths: type: string sha: type: string - repository: *105 + repository: *106 score: type: number node_id: @@ -80682,7 +80667,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80745,8 +80730,8 @@ paths: - created - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80806,11 +80791,11 @@ paths: type: - array - 'null' - items: *3 + items: *4 user: anyOf: - type: 'null' - - *3 + - *4 labels: type: array items: @@ -80842,7 +80827,7 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 milestone: anyOf: - type: 'null' @@ -80898,10 +80883,10 @@ paths: type: string score: type: number - author_association: *51 + author_association: *52 draft: type: boolean - repository: *50 + repository: *51 body_html: type: string body_text: @@ -80912,8 +80897,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - assignee - closed_at @@ -81029,10 +81014,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *53 - '422': *14 - '304': *34 - '403': *26 + '503': *54 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81083,8 +81068,8 @@ paths: - created - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81159,10 +81144,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *34 - '404': *5 - '403': *26 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81213,8 +81198,8 @@ paths: - help-wanted-issues - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81249,7 +81234,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: type: boolean html_url: @@ -81431,7 +81416,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 permissions: type: object properties: @@ -81652,9 +81637,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *53 - '422': *14 - '304': *34 + '503': *54 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81689,8 +81674,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -81900,7 +81885,7 @@ paths: featured: true curated: true score: 1 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81951,8 +81936,8 @@ paths: - repositories - joined - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -82118,9 +82103,9 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *34 - '503': *53 - '422': *14 + '304': *35 + '503': *54 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,7 +82140,7 @@ paths: schema: *199 examples: default: *200 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82253,9 +82238,9 @@ paths: schema: *199 examples: default: *200 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82283,8 +82268,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82310,9 +82295,9 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - *497 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -82324,7 +82309,7 @@ paths: examples: default: *498 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82526,9 +82511,9 @@ paths: parameters: - *497 - *203 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -82540,7 +82525,7 @@ paths: examples: default: *500 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82750,8 +82735,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -82763,7 +82748,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82868,8 +82853,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -82881,7 +82866,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82966,8 +82951,8 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -82975,11 +82960,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83014,8 +82999,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -83023,12 +83008,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83054,7 +83039,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: if user is a member @@ -83090,7 +83075,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83100,7 +83085,7 @@ paths: description: Unprocessable Entity if you attempt to add an organization to a team or you attempt to add a user to a team when they are not a member of at least one other team in the same organization - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83129,7 +83114,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83165,7 +83150,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 responses: '200': description: Response @@ -83174,7 +83159,7 @@ paths: schema: *211 examples: response-if-user-is-a-team-maintainer: *502 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83205,7 +83190,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 requestBody: required: false content: @@ -83238,7 +83223,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83265,7 +83250,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83294,8 +83279,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83307,8 +83292,8 @@ paths: examples: default: *504 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83409,8 +83394,8 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83437,8 +83422,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83462,8 +83447,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83471,12 +83456,12 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83687,8 +83672,8 @@ paths: responses: '204': description: Response - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83739,8 +83724,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: if child teams exist @@ -83748,14 +83733,14 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: response-if-child-teams-exist: *507 headers: - Link: *48 - '404': *5 - '403': *26 - '422': *14 + Link: *49 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84111,9 +84096,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84235,11 +84220,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84256,8 +84241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -84265,13 +84250,13 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + default: *146 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84290,7 +84275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *109 + - *110 responses: '204': description: If the user is blocked @@ -84298,10 +84283,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84318,15 +84303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84342,14 +84327,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84369,8 +84354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - name: repository_id description: ID of the Repository to filter on in: query @@ -84391,14 +84376,14 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: - default: *147 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + default: *148 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84532,7 +84517,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -84540,13 +84525,13 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84569,8 +84554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -84630,7 +84615,7 @@ paths: examples: default: *325 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84700,7 +84685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 responses: '200': description: Response @@ -84736,7 +84721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 requestBody: required: true content: @@ -84781,14 +84766,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: '204': description: Response after successfully updating a secret - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84809,7 +84794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 responses: '204': description: Response @@ -84834,7 +84819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *103 + - *104 responses: '200': description: Response @@ -84850,7 +84835,7 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: default: value: @@ -85086,10 +85071,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85110,7 +85095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *103 + - *104 requestBody: required: true content: @@ -85139,10 +85124,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85164,7 +85149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *103 + - *104 - name: repository_id in: path required: true @@ -85173,10 +85158,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85197,7 +85182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *103 + - *104 - name: repository_id in: path required: true @@ -85206,10 +85191,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85229,20 +85214,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85263,7 +85248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 requestBody: required: false content: @@ -85293,12 +85278,12 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85317,14 +85302,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: - '202': *86 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '202': *87 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85346,7 +85331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '202': description: Response @@ -85413,11 +85398,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *115 - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '500': *116 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85437,7 +85422,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *148 + - *149 - name: export_id in: path required: true @@ -85453,7 +85438,7 @@ paths: schema: *511 examples: default: *512 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85473,7 +85458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *148 + - *149 responses: '200': description: Response @@ -85492,11 +85477,11 @@ paths: items: *324 examples: default: *513 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85520,7 +85505,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *148 + - *149 requestBody: required: true content: @@ -85573,8 +85558,8 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 + owner: *4 + billable_owner: *4 repository: *225 machine: anyOf: @@ -86354,10 +86339,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false category: codespaces @@ -86376,27 +86361,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '304': *34 - '500': *115 - '400': *13 - '401': *22 + '304': *35 + '500': *116 + '400': *14 + '401': *23 '402': description: Payment required content: application/json: - schema: *2 - '403': *26 - '404': *5 - '409': *156 + schema: *3 + '403': *27 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86416,19 +86401,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86454,7 +86439,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: &526 value: @@ -86593,11 +86578,11 @@ paths: primary: true verified: true visibility: private - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86618,8 +86603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86636,11 +86621,11 @@ paths: primary: true visibility: public headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86722,11 +86707,11 @@ paths: primary: false verified: false visibility: - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86786,11 +86771,11 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86807,8 +86792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86816,14 +86801,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86840,8 +86825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86849,14 +86834,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86873,7 +86858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *109 + - *110 responses: '204': description: if the person is followed by the authenticated user @@ -86881,10 +86866,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86903,14 +86888,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86927,14 +86912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86954,8 +86939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -87138,11 +87123,11 @@ paths: revoked: false raw_key: string headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87226,11 +87211,11 @@ paths: raw_key: '"-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87265,10 +87250,10 @@ paths: schema: *515 examples: default: *516 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87291,11 +87276,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87317,8 +87302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *16 - *17 + - *18 responses: '200': description: You can find the permissions for the installation under the @@ -87335,7 +87320,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -87430,10 +87415,10 @@ paths: suspended_at: suspended_by: headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87455,9 +87440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *20 - - *16 + - *21 - *17 + - *18 responses: '200': description: The access the user has to each repository is included in the @@ -87476,14 +87461,14 @@ paths: type: string repositories: type: array - items: *50 + items: *51 examples: default: *518 headers: - Link: *48 - '404': *5 - '403': *26 - '304': *34 + Link: *49 + '404': *6 + '403': *27 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87501,14 +87486,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *20 - - *91 + - *21 + - *92 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87526,14 +87511,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *20 - - *91 + - *21 + - *92 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -87561,12 +87546,12 @@ paths: application/json: schema: anyOf: - - *138 + - *139 - type: object properties: {} additionalProperties: false examples: - default: *139 + default: *140 '204': description: Response when there are no restrictions x-github: @@ -87601,14 +87586,14 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87684,7 +87669,7 @@ paths: - closed - all default: open - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -87696,10 +87681,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -87707,13 +87692,13 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: *144 + default: *145 headers: - Link: *48 - '404': *5 - '304': *34 + Link: *49 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87733,8 +87718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -87788,11 +87773,11 @@ paths: verified: false read_only: false headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87850,11 +87835,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87883,10 +87868,10 @@ paths: schema: *519 examples: default: *520 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87909,10 +87894,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87929,8 +87914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88006,7 +87991,7 @@ paths: - id - type - login - plan: *68 + plan: *69 required: - billing_cycle - next_billing_date @@ -88050,10 +88035,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '304': *34 - '401': *22 - '404': *5 + Link: *49 + '304': *35 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88070,8 +88055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88083,9 +88068,9 @@ paths: examples: default: *522 headers: - Link: *48 - '304': *34 - '401': *22 + Link: *49 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88112,8 +88097,8 @@ paths: enum: - active - pending - - *16 - *17 + - *18 responses: '200': description: Response @@ -88121,7 +88106,7 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: default: value: @@ -88198,11 +88183,11 @@ paths: type: User site_admin: false headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *49 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88223,13 +88208,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *151 + schema: *152 examples: default: value: @@ -88269,8 +88254,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88287,7 +88272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *81 + - *82 requestBody: required: true content: @@ -88312,7 +88297,7 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: default: value: @@ -88352,9 +88337,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88371,8 +88356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-user-migrations parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88380,7 +88365,7 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: default: value: @@ -88533,10 +88518,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88642,7 +88627,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -88794,10 +88779,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88822,7 +88807,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *154 + - *155 - name: exclude in: query required: false @@ -88835,7 +88820,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -88988,10 +88973,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89029,13 +89014,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *154 + - *155 responses: '302': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89055,14 +89040,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *154 + - *155 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89084,15 +89069,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *154 + - *155 - *523 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89109,9 +89094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *154 - - *16 + - *155 - *17 + - *18 responses: '200': description: Response @@ -89119,12 +89104,12 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89144,8 +89129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -89153,14 +89138,14 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: *524 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89198,8 +89183,8 @@ paths: - nuget - container - *525 + - *18 - *17 - - *16 responses: '200': description: Response @@ -89207,7 +89192,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 '400': *527 @@ -89230,14 +89215,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: &538 value: @@ -89352,14 +89337,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89383,8 +89368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 - name: token description: package token schema: @@ -89394,9 +89379,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89416,10 +89401,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *162 - *163 + - *164 + - *18 - *17 - - *16 - name: state in: query required: false @@ -89437,7 +89422,7 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: default: value: @@ -89464,9 +89449,9 @@ paths: package_type: container container: tags: [] - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89486,15 +89471,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -89530,15 +89515,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89562,15 +89547,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89622,7 +89607,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -89657,10 +89642,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89682,8 +89667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -89695,11 +89680,11 @@ paths: examples: default: *528 headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89777,8 +89762,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 - name: since description: 'Only show repositories updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -89804,7 +89789,7 @@ paths: application/json: schema: type: array - items: *50 + items: *51 examples: default: &535 summary: Default response @@ -89926,10 +89911,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90126,12 +90111,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *22 - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '400': *13 + '401': *23 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90149,8 +90134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90162,11 +90147,11 @@ paths: examples: default: *529 headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90183,14 +90168,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *142 + - *143 responses: '204': description: Response - '403': *26 - '409': *156 - '404': *5 - '304': *34 + '403': *27 + '409': *157 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90206,14 +90191,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *142 + - *143 responses: '204': description: Response - '409': *156 - '304': *34 - '404': *5 - '403': *26 + '409': *157 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90230,8 +90215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90261,11 +90246,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90322,11 +90307,11 @@ paths: items: *530 examples: default: *531 - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90376,11 +90361,11 @@ paths: responses: '204': description: Response - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90400,8 +90385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90442,11 +90427,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90505,11 +90490,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90544,10 +90529,10 @@ paths: schema: *532 examples: default: *533 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90570,10 +90555,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90608,9 +90593,9 @@ paths: - created - updated default: created - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -90618,7 +90603,7 @@ paths: application/json: schema: type: array - items: *50 + items: *51 examples: default-response: *535 application/vnd.github.v3.star+json: @@ -90632,7 +90617,7 @@ paths: starred_at: type: string format: date-time - repo: *50 + repo: *51 required: - starred_at - repo @@ -90760,10 +90745,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90789,10 +90774,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *22 - '304': *34 - '403': *26 + schema: *3 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90814,10 +90799,10 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 - '401': *22 - '304': *34 + '403': *27 + '404': *6 + '401': *23 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90839,10 +90824,10 @@ paths: responses: '204': description: Response - '404': *5 - '401': *22 - '304': *34 - '403': *26 + '404': *6 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90859,8 +90844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90868,14 +90853,14 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90898,8 +90883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90958,10 +90943,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 + Link: *49 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90982,7 +90967,7 @@ paths: url: https://docs.github.com/rest/users/users#list-users parameters: - *536 - - *16 + - *17 responses: '200': description: Response @@ -90990,15 +90975,15 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: Link: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91020,7 +91005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -91106,7 +91091,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91126,7 +91111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -91134,11 +91119,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91156,9 +91141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91166,7 +91151,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91234,10 +91219,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *109 - - *81 - - *16 + - *110 + - *82 - *17 + - *18 responses: '200': description: Response @@ -91245,7 +91230,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91322,9 +91307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91332,7 +91317,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91399,9 +91384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91409,11 +91394,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91430,9 +91415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91440,11 +91425,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91461,7 +91446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *109 + - *110 - name: target_user in: path required: true @@ -91488,10 +91473,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *109 - - *55 - - *16 + - *110 + - *56 - *17 + - *18 responses: '200': description: Response @@ -91499,12 +91484,12 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91522,9 +91507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91536,7 +91521,7 @@ paths: examples: default: *537 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91558,7 +91543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *109 + - *110 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -91609,8 +91594,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91630,13 +91615,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *390 x-github: @@ -91656,9 +91641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91684,7 +91669,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91704,9 +91689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91714,11 +91699,11 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: *524 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91756,9 +91741,9 @@ paths: - nuget - container - *525 - - *109 + - *110 + - *18 - *17 - - *16 responses: '200': description: Response @@ -91766,11 +91751,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 - '403': *26 - '401': *22 + '403': *27 + '401': *23 '400': *527 x-github: githubCloudOnly: false @@ -91791,15 +91776,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: *538 x-github: @@ -91822,15 +91807,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91856,9 +91841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 - name: token description: package token schema: @@ -91868,9 +91853,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91890,9 +91875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '200': description: Response @@ -91900,7 +91885,7 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: default: value: @@ -91936,9 +91921,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91958,16 +91943,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *162 - *163 - - *165 - - *109 + - *164 + - *166 + - *110 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -92002,16 +91987,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *162 - *163 - - *109 - - *165 + - *164 + - *110 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92037,16 +92022,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *162 - *163 - - *109 - - *165 + - *164 + - *110 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92063,7 +92048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *109 + - *110 - name: state description: Indicates the state of the projects to return. in: query @@ -92075,8 +92060,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -92084,7 +92069,7 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: default: value: @@ -92120,8 +92105,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92140,9 +92125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92150,7 +92135,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -92227,9 +92212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92237,7 +92222,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -92314,7 +92299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *109 + - *110 - name: type description: Limit results to repositories of the specified type. in: query @@ -92348,8 +92333,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -92357,11 +92342,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92383,7 +92368,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92413,7 +92398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92443,7 +92428,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92469,9 +92454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92483,7 +92468,7 @@ paths: examples: default: *531 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92501,9 +92486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92515,7 +92500,7 @@ paths: examples: default: *545 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92537,11 +92522,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *109 + - *110 - *546 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -92552,11 +92537,11 @@ paths: - type: array items: *547 - type: array - items: *50 + items: *51 examples: default-response: *535 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92573,9 +92558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92583,11 +92568,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92621,7 +92606,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92905,11 +92890,11 @@ webhooks: license: anyOf: - type: 'null' - - *66 + - *67 organization: anyOf: - type: 'null' - - *3 + - *4 forks: type: integer permissions: @@ -92929,7 +92914,7 @@ webhooks: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -94699,7 +94684,7 @@ webhooks: app: anyOf: - type: 'null' - - *4 + - *5 check_suite: description: A suite of checks performed on the code of a given code change @@ -94711,7 +94696,7 @@ webhooks: - 'null' examples: - d6fde92930d4715a2b49857d24b940956b26d2d3 - app: *4 + app: *5 before: type: - string @@ -94760,7 +94745,7 @@ webhooks: pull_requests: type: array items: *293 - repository: *105 + repository: *106 status: type: string enum: @@ -100698,7 +100683,7 @@ webhooks: type: string enum: - created - definition: *175 + definition: *176 enterprise: *548 installation: *549 organization: *550 @@ -100865,7 +100850,7 @@ webhooks: type: string enum: - updated - definition: *175 + definition: *176 enterprise: *548 installation: *549 organization: *550 @@ -100953,11 +100938,11 @@ webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *179 + items: *180 old_property_values: type: array description: The old custom property values for the repository. - items: *179 + items: *180 required: - action - repository @@ -111803,7 +111788,7 @@ webhooks: enum: - created enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -111976,7 +111961,7 @@ webhooks: enum: - deleted enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112082,7 +112067,7 @@ webhooks: enum: - new_permissions_accepted enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112188,7 +112173,7 @@ webhooks: enum: - added enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories_added: description: An array of repository objects, which were added to @@ -112392,7 +112377,7 @@ webhooks: enum: - removed enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories_added: description: An array of repository objects, which were added to @@ -112602,7 +112587,7 @@ webhooks: enum: - suspend enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112893,7 +112878,7 @@ webhooks: enum: - unsuspend enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -113040,7 +113025,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -114450,7 +114435,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -115869,7 +115854,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -144950,7 +144935,7 @@ webhooks: description: Unique identifier of the request for access via fine-grained personal access token. Used as the `pat_request_id` parameter in the list and review API calls. - owner: *3 + owner: *4 permissions_added: type: object description: New requested permissions, categorized by type @@ -145406,10 +145391,10 @@ webhooks: config: type: object properties: - content_type: *8 - insecure_ssl: *10 - secret: *9 - url: *7 + content_type: *9 + insecure_ssl: *11 + secret: *10 + url: *8 created_at: type: string format: date-time @@ -148408,8 +148393,8 @@ webhooks: type: number node_id: type: string - owner: *3 - creator: *3 + owner: *4 + creator: *4 title: type: string description: @@ -148451,7 +148436,7 @@ webhooks: deleted_by: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -148873,7 +148858,7 @@ webhooks: - Issue - PullRequest - DraftIssue - creator: *3 + creator: *4 created_at: type: string format: date-time @@ -217682,7 +217667,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 sender: *552 required: - action @@ -217764,7 +217749,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 sender: *552 required: - action @@ -217846,7 +217831,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 changes: type: object properties: @@ -217865,16 +217850,16 @@ webhooks: properties: added: type: array - items: *181 + items: *182 deleted: type: array - items: *181 + items: *182 updated: type: array items: type: object properties: - condition: *181 + condition: *182 changes: type: object properties: @@ -217907,16 +217892,16 @@ webhooks: properties: added: type: array - items: *186 + items: *187 deleted: type: array - items: *186 + items: *187 updated: type: array items: type: object properties: - rule: *186 + rule: *187 changes: type: object properties: @@ -219359,14 +219344,14 @@ webhooks: alert: &562 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -219395,7 +219380,7 @@ webhooks: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -219420,7 +219405,7 @@ webhooks: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -220644,7 +220629,7 @@ webhooks: from: type: object properties: - security_and_analysis: *180 + security_and_analysis: *181 enterprise: *548 installation: *549 organization: *550 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 5b0c6bdef6..9438c93479 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -463,19 +463,21 @@ "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { "type": "string", + "description": "The package's language or package management ecosystem.", "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", + "rubygems", "npm", - "nuget", - "other", "pip", + "maven", + "nuget", + "composer", + "go", + "rust", + "erlang", + "actions", "pub", - "rubygems", - "rust" + "other", + "swift" ] } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index ab14434bba..ca74b6f9e2 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -325,21 +325,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &1 type: string + description: The package's language or package management ecosystem. enum: - - actions - - composer - - erlang - - go - - maven + - rubygems - npm - - nuget - - other - pip - - pub - - rubygems + - maven + - nuget + - composer + - go - rust + - erlang + - actions + - pub + - other + - swift - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -406,7 +408,7 @@ paths: in: query schema: type: string - - &37 + - &38 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -415,7 +417,7 @@ paths: required: false schema: type: string - - &38 + - &39 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -424,7 +426,7 @@ paths: required: false schema: type: string - - &36 + - &37 name: direction description: The direction to sort the results by. in: query @@ -461,7 +463,7 @@ paths: application/json: schema: type: array - items: &1 + items: &2 description: A GitHub Security Advisory. type: object properties: @@ -604,24 +606,7 @@ paths: - object - 'null' properties: - ecosystem: &196 - type: string - description: The package's language or package management - ecosystem. - enum: - - rubygems - - npm - - pip - - maven - - nuget - - composer - - go - - rust - - erlang - - actions - - pub - - other - - swift + ecosystem: *1 name: type: - string @@ -702,7 +687,7 @@ paths: items: type: object properties: - user: &3 + user: &4 title: Simple User description: A GitHub user. type: object @@ -924,7 +909,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -937,11 +922,11 @@ paths: type: string status: type: string - '422': &6 + '422': &7 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &85 + schema: &86 title: Validation Error Simple description: Validation Error Simple type: object @@ -986,7 +971,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1047,11 +1032,11 @@ paths: type: User site_admin: false type: analyst - '404': &5 + '404': &6 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1076,7 +1061,7 @@ paths: description: Response content: application/json: - schema: &4 + schema: &5 title: GitHub app description: GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted @@ -1102,7 +1087,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 name: description: The name of the GitHub app type: string @@ -1199,7 +1184,7 @@ paths: - permissions - events examples: - default: &27 + default: &28 value: id: 1 slug: octoapp @@ -1268,7 +1253,7 @@ paths: application/json: schema: allOf: - - *4 + - *5 - type: object properties: client_id: @@ -1357,8 +1342,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1382,31 +1367,31 @@ paths: description: Response content: application/json: - schema: &11 + schema: &12 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &7 + url: &8 type: string description: The URL to which the payloads will be delivered. format: uri examples: - https://example.com/webhook - content_type: &8 + content_type: &9 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. examples: - '"json"' - secret: &9 + secret: &10 type: string description: If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers). examples: - '"********"' - insecure_ssl: &10 + insecure_ssl: &11 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1419,7 +1404,7 @@ paths: - '"0"' - type: number examples: - default: &12 + default: &13 value: content_type: json insecure_ssl: '0' @@ -1449,10 +1434,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: value: @@ -1465,9 +1450,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1487,7 +1472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &16 + - &17 name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1495,7 +1480,7 @@ paths: schema: type: integer default: 30 - - &132 + - &133 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1516,7 +1501,7 @@ paths: application/json: schema: type: array - items: &133 + items: &134 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1601,7 +1586,7 @@ paths: - installation_id - repository_id examples: - default: &134 + default: &135 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1625,11 +1610,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &13 + '400': &14 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: title: Scim Error @@ -1658,11 +1643,11 @@ paths: type: array items: type: string - '422': &14 + '422': &15 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &84 + schema: &85 title: Validation Error description: Validation Error type: object @@ -1723,7 +1708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &15 + - &16 name: delivery_id in: path required: true @@ -1734,7 +1719,7 @@ paths: description: Response content: application/json: - schema: &135 + schema: &136 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1861,7 +1846,7 @@ paths: - request - response examples: - default: &136 + default: &137 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1897,8 +1882,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1918,9 +1903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *15 + - *16 responses: - '202': &86 + '202': &87 description: Accepted content: application/json: @@ -1929,8 +1914,8 @@ paths: examples: default: value: - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1948,8 +1933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *16 - - &17 + - *17 + - &18 name: page description: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1980,8 +1965,8 @@ paths: - MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *3 - - &18 + - *4 + - &19 title: Enterprise description: An enterprise on GitHub. type: object @@ -2047,7 +2032,7 @@ paths: - created_at - updated_at - avatar_url - requester: *3 + requester: *4 created_at: type: string format: date-time @@ -2101,13 +2086,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &34 + '304': &35 description: Not modified - '401': &22 + '401': &23 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2127,9 +2112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *16 - *17 - - &55 + - *18 + - &56 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2152,7 +2137,7 @@ paths: application/json: schema: type: array - items: &19 + items: &20 title: Installation description: Installation type: object @@ -2164,8 +2149,8 @@ paths: - 1 account: anyOf: - - *3 - - *18 + - *4 + - *19 type: - 'null' - object @@ -2203,7 +2188,7 @@ paths: type: string examples: - Organization - permissions: &21 + permissions: &22 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2596,7 +2581,7 @@ paths: suspended_by: anyOf: - type: 'null' - - *3 + - *4 suspended_at: type: - string @@ -2674,7 +2659,7 @@ paths: suspended_at: suspended_by: headers: - Link: &48 + Link: &49 example: ; rel="next", ; rel="last" schema: @@ -2698,7 +2683,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &20 + - &21 name: installation_id description: The unique identifier of the installation. in: path @@ -2713,7 +2698,7 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: value: @@ -2761,7 +2746,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2780,11 +2765,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2827,7 +2812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *20 + - *21 requestBody: required: false content: @@ -2851,7 +2836,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 examples: default: value: @@ -2875,7 +2860,7 @@ paths: type: string expires_at: type: string - permissions: *21 + permissions: *22 repository_selection: type: string enum: @@ -2883,7 +2868,7 @@ paths: - selected repositories: type: array - items: &50 + items: &51 title: Repository description: A repository on GitHub. type: object @@ -2909,7 +2894,7 @@ paths: license: anyOf: - type: 'null' - - &66 + - &67 title: License Simple description: License Simple type: object @@ -2967,7 +2952,7 @@ paths: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -3621,14 +3606,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &26 + '403': &27 description: Forbidden content: application/json: - schema: *2 - '401': *22 - '404': *5 - '422': *14 + schema: *3 + '401': *23 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3648,11 +3633,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#suspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3671,11 +3656,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3694,7 +3679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &23 + - &24 name: client_id in: path required: true @@ -3724,7 +3709,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3746,7 +3731,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#check-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3768,7 +3753,7 @@ paths: description: Response content: application/json: - schema: &24 + schema: &25 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3832,14 +3817,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 installation: anyOf: - type: 'null' - title: Scoped Installation type: object properties: - permissions: *21 + permissions: *22 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3869,7 +3854,7 @@ paths: format: uri examples: - https://api.github.com/users/octocat/repos - account: *3 + account: *4 required: - permissions - repository_selection @@ -3896,7 +3881,7 @@ paths: - updated_at - expires_at examples: - default: &25 + default: &26 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3935,8 +3920,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3957,7 +3942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#reset-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3979,10 +3964,10 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: - default: *25 - '422': *14 + default: *26 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4002,7 +3987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4023,7 +4008,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4049,7 +4034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-a-scoped-access-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4093,7 +4078,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 required: - access_token examples: @@ -4110,7 +4095,7 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: default: value: @@ -4178,10 +4163,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4210,11 +4195,11 @@ paths: description: Response content: application/json: - schema: *4 + schema: *5 examples: - default: *27 - '403': *26 - '404': *5 + default: *28 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4232,7 +4217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-an-assignment parameters: - - &28 + - &29 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4347,7 +4332,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - starter_code_repository: &29 + starter_code_repository: &30 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4388,7 +4373,7 @@ paths: - node_id - private - default_branch - classroom: &31 + classroom: &32 title: Classroom description: A GitHub Classroom classroom type: object @@ -4510,7 +4495,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4529,9 +4514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *28 + - *29 + - *18 - *17 - - *16 responses: '200': description: Response @@ -4599,8 +4584,8 @@ paths: - login - avatar_url - html_url - repository: *29 - assignment: &33 + repository: *30 + assignment: &34 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4709,7 +4694,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - classroom: &30 + classroom: &31 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4825,7 +4810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-assignment-grades parameters: - - *28 + - *29 responses: '200': description: Response @@ -4908,7 +4893,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4926,8 +4911,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-classrooms parameters: + - *18 - *17 - - *16 responses: '200': description: Response @@ -4935,7 +4920,7 @@ paths: application/json: schema: type: array - items: *30 + items: *31 examples: default: value: @@ -4960,7 +4945,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-a-classroom parameters: - - &32 + - &33 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4972,7 +4957,7 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: default: value: @@ -4987,7 +4972,7 @@ paths: name: Learn how to build fault tolerant applications avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -5005,9 +4990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *32 + - *33 + - *18 - *17 - - *16 responses: '200': description: Response @@ -5015,7 +5000,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -5063,7 +5048,7 @@ paths: application/json: schema: type: array - items: &35 + items: &36 title: Code Of Conduct description: Code Of Conduct type: object @@ -5151,7 +5136,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5178,7 +5163,7 @@ paths: description: Response content: application/json: - schema: *35 + schema: *36 examples: default: value: @@ -5232,8 +5217,8 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7137,7 +7122,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7161,7 +7146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - &41 + - &42 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7169,7 +7154,7 @@ paths: required: true schema: type: string - - &118 + - &119 name: state in: query description: |- @@ -7178,7 +7163,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &119 + - &120 name: severity in: query description: |- @@ -7187,7 +7172,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &120 + - &121 name: ecosystem in: query description: |- @@ -7196,14 +7181,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &121 + - &122 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &122 + - &123 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -7213,7 +7198,7 @@ paths: enum: - development - runtime - - &123 + - &124 name: sort in: query description: |- @@ -7226,10 +7211,10 @@ paths: - created - updated default: created - - *36 - *37 - *38 - - &124 + - *39 + - &125 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -7242,7 +7227,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &125 + - &126 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -7254,7 +7239,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *16 + - *17 responses: '200': description: Response @@ -7262,11 +7247,11 @@ paths: application/json: schema: type: array - items: &126 + items: &127 type: object description: A Dependabot alert. properties: - number: &42 + number: &43 type: integer description: The security alert number. readOnly: true @@ -7284,7 +7269,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &39 + package: &40 type: object description: Details for the vulnerable package. readOnly: true @@ -7348,13 +7333,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &40 + items: &41 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *39 + package: *40 severity: type: string description: The severity of the vulnerability. @@ -7521,30 +7506,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *40 - url: &45 + security_vulnerability: *41 + url: &46 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &46 + html_url: &47 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &43 + created_at: &44 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &44 + updated_at: &45 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &111 + dismissed_at: &112 type: - string - 'null' @@ -7555,7 +7540,7 @@ paths: dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -7575,7 +7560,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &110 + fixed_at: &111 type: - string - 'null' @@ -7591,7 +7576,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: &47 + repository: &48 title: Simple Repository description: A GitHub repository. type: object @@ -7616,7 +7601,7 @@ paths: description: The full, globally unique, name of the repository. examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean description: Whether the repository is private. @@ -7930,7 +7915,7 @@ paths: - repository additionalProperties: false examples: - default: &127 + default: &128 value: - number: 2 state: dismissed @@ -8231,10 +8216,10 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *34 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -8259,8 +8244,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *41 - - &189 + - *42 + - &190 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -8271,7 +8256,7 @@ paths: enum: - open - resolved - - &190 + - &191 name: secret_type in: query description: |- @@ -8281,7 +8266,7 @@ paths: required: false schema: type: string - - &191 + - &192 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -8290,7 +8275,7 @@ paths: required: false schema: type: string - - &192 + - &193 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -8302,11 +8287,11 @@ paths: - created - updated default: created - - *36 - - *16 - *37 + - *17 - *38 - - &193 + - *39 + - &194 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -8322,17 +8307,17 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -8367,7 +8352,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 secret_type: type: string description: The type of secret that secret scanning detected. @@ -8379,7 +8364,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *47 + repository: *48 push_protection_bypassed: type: - boolean @@ -8389,7 +8374,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -8411,7 +8396,7 @@ paths: - inactive - unknown examples: - default: &195 + default: &196 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8614,9 +8599,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *48 - '404': *5 - '503': &53 + Link: *49 + '404': *6 + '503': &54 description: Service unavailable content: application/json: @@ -8647,8 +8632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -8656,7 +8641,7 @@ paths: application/json: schema: type: array - items: &76 + items: &77 title: Event description: Event type: object @@ -8667,7 +8652,7 @@ paths: type: - string - 'null' - actor: &49 + actor: &50 title: Actor description: Actor type: object @@ -8708,13 +8693,13 @@ paths: - id - name - url - org: *49 + org: *50 payload: type: object properties: action: type: string - issue: &65 + issue: &66 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -8786,7 +8771,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 labels: description: Labels to associate with this issue; pass one or more label names to replace the set of labels @@ -8825,12 +8810,12 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 milestone: anyOf: - type: 'null' @@ -8891,7 +8876,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 open_issues: type: integer examples: @@ -8998,7 +8983,7 @@ paths: closed_by: anyOf: - type: 'null' - - *3 + - *4 body_html: type: string body_text: @@ -9006,12 +8991,12 @@ paths: timeline_url: type: string format: uri - repository: *50 + repository: *51 performed_via_github_app: anyOf: - type: 'null' - - *4 - author_association: &51 + - *5 + author_association: &52 title: author_association type: string description: How the author is associated with the repository. @@ -9026,7 +9011,7 @@ paths: - OWNER examples: - OWNER - reactions: &52 + reactions: &53 title: Reaction Rollup type: object properties: @@ -9120,7 +9105,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -9134,12 +9119,12 @@ paths: issue_url: type: string format: uri - author_association: *51 + author_association: *52 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - id - node_id @@ -9234,9 +9219,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *34 - '403': *26 - '503': *53 + '304': *35 + '403': *27 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9325,7 +9310,7 @@ paths: _links: type: object properties: - timeline: &54 + timeline: &55 title: Link With Type description: Hypermedia Link with Type type: object @@ -9337,17 +9322,17 @@ paths: required: - href - type - user: *54 - security_advisories: *54 - current_user: *54 - current_user_public: *54 - current_user_actor: *54 - current_user_organization: *54 + user: *55 + security_advisories: *55 + current_user: *55 + current_user_public: *55 + current_user_actor: *55 + current_user_organization: *55 current_user_organizations: type: array - items: *54 - repository_discussions: *54 - repository_discussions_category: *54 + items: *55 + repository_discussions: *55 + repository_discussions_category: *55 required: - timeline - user @@ -9409,9 +9394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -9419,7 +9404,7 @@ paths: application/json: schema: type: array - items: &56 + items: &57 title: Base Gist description: Base Gist type: object @@ -9478,11 +9463,11 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri - owner: *3 + owner: *4 truncated: type: boolean forks: @@ -9509,7 +9494,7 @@ paths: - created_at - updated_at examples: - default: &57 + default: &58 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -9554,9 +9539,9 @@ paths: site_admin: false truncated: false headers: - Link: *48 - '304': *34 - '403': *26 + Link: *49 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9632,7 +9617,7 @@ paths: description: Response content: application/json: - schema: &58 + schema: &59 title: Gist Simple description: Gist Simple type: object @@ -9841,7 +9826,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 version: type: string committed_at: @@ -9920,14 +9905,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri owner: anyOf: - type: 'null' - - *3 + - *4 truncated: type: boolean forks: @@ -10008,11 +9993,11 @@ paths: - 'null' comments_url: type: string - owner: *3 + owner: *4 truncated: type: boolean examples: - default: &59 + default: &60 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -10091,10 +10076,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *14 - '304': *34 - '404': *5 - '403': *26 + '422': *15 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10114,9 +10099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -10124,14 +10109,14 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '422': *14 - '304': *34 - '403': *26 + Link: *49 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10148,9 +10133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -10158,14 +10143,14 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '401': *22 - '304': *34 - '403': *26 + Link: *49 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10188,7 +10173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &60 + - &61 name: gist_id description: The unique identifier of the gist. in: path @@ -10200,10 +10185,10 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 - '403': &63 + default: *60 + '403': &64 description: Forbidden Gist content: application/json: @@ -10225,8 +10210,8 @@ paths: type: string documentation_url: type: string - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10252,7 +10237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *60 + - *61 requestBody: required: true content: @@ -10316,9 +10301,9 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - updateGist: *59 + updateGist: *60 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -10459,8 +10444,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10476,13 +10461,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10505,9 +10490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10515,7 +10500,7 @@ paths: application/json: schema: type: array - items: &61 + items: &62 title: Gist Comment description: A comment made to a gist. type: object @@ -10542,7 +10527,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -10553,7 +10538,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *51 + author_association: *52 required: - url - id @@ -10593,10 +10578,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 + Link: *49 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10618,7 +10603,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *60 + - *61 requestBody: required: true content: @@ -10644,9 +10629,9 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: &62 + default: &63 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -10679,9 +10664,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10704,8 +10689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *60 - - &64 + - *61 + - &65 name: comment_id description: The unique identifier of the comment. in: path @@ -10717,12 +10702,12 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '304': *34 - '404': *5 - '403': *63 + default: *63 + '304': *35 + '404': *6 + '403': *64 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10744,8 +10729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *60 - - *64 + - *61 + - *65 requestBody: required: true content: @@ -10771,10 +10756,10 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '404': *5 + default: *63 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10790,14 +10775,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *60 - - *64 + - *61 + - *65 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10814,9 +10799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10841,7 +10826,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 change_status: type: object properties: @@ -10896,9 +10881,9 @@ paths: example: ; rel="next" schema: type: string - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10915,9 +10900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *60 - - *16 + - *61 - *17 + - *18 responses: '200': description: Response @@ -10925,7 +10910,7 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: default: value: @@ -10971,10 +10956,10 @@ paths: type: User site_admin: false headers: - Link: *48 - '404': *5 - '304': *34 - '403': *26 + Link: *49 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10990,13 +10975,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *60 + - *61 responses: '201': description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -11047,10 +11032,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *5 - '422': *14 - '304': *34 - '403': *26 + '404': *6 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11067,7 +11052,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *60 + - *61 responses: '204': description: Response if gist is starred @@ -11079,8 +11064,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11097,13 +11082,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11119,13 +11104,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *60 + - *61 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11148,7 +11133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *60 + - *61 - name: sha in: path required: true @@ -11159,12 +11144,12 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: - default: *59 - '422': *14 - '404': *5 - '403': *26 + default: *60 + '422': *15 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11201,7 +11186,7 @@ paths: - Bancha - C - C++ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11288,7 +11273,7 @@ paths: *.exe *.out *.app - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11305,8 +11290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -11322,7 +11307,7 @@ paths: type: integer repositories: type: array - items: *50 + items: *51 repository_selection: type: string examples: @@ -11446,10 +11431,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *48 - '403': *26 - '304': *34 - '401': *22 + Link: *49 + '403': *27 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11532,7 +11517,7 @@ paths: - closed - all default: open - - &143 + - &144 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -11550,8 +11535,8 @@ paths: - updated - comments default: created - - *36 - - *55 + - *37 + - *56 - name: collab in: query required: false @@ -11572,8 +11557,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -11581,9 +11566,9 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: &144 + default: &145 value: - id: 1 node_id: MDU6SXNzdWUx @@ -11828,10 +11813,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *48 - '422': *14 - '304': *34 - '404': *5 + Link: *49 + '422': *15 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11854,8 +11839,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -11863,7 +11848,7 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: default: value: @@ -11902,7 +11887,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12097,9 +12082,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *26 - '404': *5 - '304': *34 + '403': *27 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12160,7 +12145,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &67 + X-CommonMarker-Version: &68 example: 0.17.4 schema: type: string @@ -12172,7 +12157,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12215,7 +12200,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *67 + X-CommonMarker-Version: *68 content: text/html: schema: @@ -12224,7 +12209,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12244,7 +12229,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &70 + - &71 name: account_id description: account_id parameter in: path @@ -12256,7 +12241,7 @@ paths: description: Response content: application/json: - schema: &69 + schema: &70 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -12290,7 +12275,7 @@ paths: - 'null' id: type: integer - plan: &68 + plan: &69 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -12393,7 +12378,7 @@ paths: - 'null' updated_at: type: string - plan: *68 + plan: *69 required: - url - id @@ -12401,7 +12386,7 @@ paths: - login - marketplace_purchase examples: - default: &71 + default: &72 value: url: https://api.github.com/orgs/github type: Organization @@ -12456,8 +12441,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *22 + schema: *3 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12477,8 +12462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12486,9 +12471,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: &72 + default: &73 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -12506,9 +12491,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '404': *5 - '401': *22 + Link: *49 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12528,14 +12513,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &73 + - &74 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &74 + - &75 name: sort description: The property to sort the results by. in: query @@ -12556,8 +12541,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -12565,9 +12550,9 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: - default: &75 + default: &76 value: - url: https://api.github.com/orgs/github type: Organization @@ -12618,10 +12603,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '404': *5 - '422': *14 - '401': *22 + Link: *49 + '404': *6 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12641,18 +12626,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *70 + - *71 responses: '200': description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *71 + default: *72 '404': description: Not Found when the account has not purchased the listing - '401': *22 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12672,8 +12657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12681,12 +12666,12 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *72 + default: *73 headers: - Link: *48 - '401': *22 + Link: *49 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12706,8 +12691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *73 - *74 + - *75 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -12718,8 +12703,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -12727,12 +12712,12 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: - default: *75 + default: *76 headers: - Link: *48 - '401': *22 + Link: *49 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12924,7 +12909,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12956,8 +12941,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -12965,7 +12950,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -13016,14 +13001,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *5 - '403': *26 - '304': *34 + '404': *6 + '403': *27 + '304': *35 '301': &226 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13058,7 +13043,7 @@ paths: schema: type: boolean default: false - - *55 + - *56 - &424 name: before description: 'Only show notifications updated before the given time. This @@ -13069,7 +13054,7 @@ paths: schema: type: string format: date-time - - *17 + - *18 - name: per_page description: The number of results per page (max 50). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -13084,14 +13069,14 @@ paths: application/json: schema: type: array - items: &77 + items: &78 title: Thread description: Thread type: object properties: id: type: string - repository: &105 + repository: &106 title: Minimal Repository description: Minimal Repository type: object @@ -13112,7 +13097,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -13395,7 +13380,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *35 + code_of_conduct: *36 license: type: - object @@ -13429,7 +13414,7 @@ paths: type: boolean examples: - false - security_and_analysis: &180 + security_and_analysis: &181 type: - object - 'null' @@ -13642,11 +13627,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *49 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13707,9 +13692,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13726,7 +13711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &78 + - &79 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -13740,7 +13725,7 @@ paths: description: Response content: application/json: - schema: *77 + schema: *78 examples: default: value: @@ -13823,9 +13808,9 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13842,12 +13827,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *78 + - *79 responses: '205': description: Reset Content - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13864,7 +13849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *78 + - *79 responses: '204': description: No content @@ -13887,13 +13872,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: &79 + schema: &80 title: Thread Subscription description: Thread Subscription type: object @@ -13937,7 +13922,7 @@ paths: - url - subscribed examples: - default: &80 + default: &81 value: subscribed: true ignored: false @@ -13945,9 +13930,9 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13968,7 +13953,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *78 + - *79 requestBody: required: false content: @@ -13989,12 +13974,12 @@ paths: description: Response content: application/json: - schema: *79 + schema: *80 examples: - default: *80 - '304': *34 - '403': *26 - '401': *22 + default: *81 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14014,13 +13999,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *78 + - *79 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14100,7 +14085,7 @@ paths: required: false schema: type: integer - - *16 + - *17 responses: '200': description: Response @@ -14108,7 +14093,7 @@ paths: application/json: schema: type: array - items: &150 + items: &151 title: Organization Simple description: A GitHub organization. type: object @@ -14199,7 +14184,7 @@ paths: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14225,7 +14210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - &81 + - &82 name: org description: The organization name. The name is not case sensitive. in: path @@ -14237,7 +14222,7 @@ paths: description: Response content: application/json: - schema: &82 + schema: &83 title: Organization Full description: Organization Full type: object @@ -14569,7 +14554,7 @@ paths: - updated_at - archived_at examples: - default-response: &83 + default-response: &84 value: login: github id: 1 @@ -14632,7 +14617,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: false secret_scanning_push_protection_custom_link: https://github.com/octo-org/octo-repo/blob/main/im-blocked.md secret_scanning_push_protection_custom_link_enabled: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14655,7 +14640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *81 + - *82 requestBody: required: false content: @@ -14849,22 +14834,22 @@ paths: description: Response content: application/json: - schema: *82 + schema: *83 examples: - default: *83 + default: *84 '422': description: Validation failed content: application/json: schema: oneOf: - - *84 - *85 - '409': &156 + - *86 + '409': &157 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14887,11 +14872,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *81 + - *82 responses: - '202': *86 - '404': *5 - '403': *26 + '202': *87 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14912,7 +14897,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -14938,7 +14923,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14959,9 +14944,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15015,7 +15000,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15035,13 +15020,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *81 + - *82 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &87 + schema: &88 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -15055,7 +15040,7 @@ paths: required: - include_claim_keys examples: - default: &88 + default: &89 value: include_claim_keys: - repo @@ -15077,20 +15062,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: application/json: - schema: *87 + schema: *88 examples: - default: *88 + default: *89 responses: '201': description: Empty response content: application/json: - schema: &104 + schema: &105 title: Empty Object description: An object without any properties. type: object @@ -15099,8 +15084,8 @@ paths: examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: enabledForGitHubApps: true previews: [] @@ -15120,7 +15105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15129,7 +15114,7 @@ paths: schema: type: object properties: - enabled_repositories: &89 + enabled_repositories: &90 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -15142,7 +15127,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &90 + allowed_actions: &91 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -15181,7 +15166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15192,8 +15177,8 @@ paths: schema: type: object properties: - enabled_repositories: *89 - allowed_actions: *90 + enabled_repositories: *90 + allowed_actions: *91 required: - enabled_repositories examples: @@ -15220,9 +15205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15238,7 +15223,7 @@ paths: type: number repositories: type: array - items: *50 + items: *51 examples: default: &518 value: @@ -15380,7 +15365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15424,8 +15409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *81 - - &91 + - *82 + - &92 name: repository_id description: The unique identifier of the repository. in: path @@ -15453,8 +15438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *81 - - *91 + - *82 + - *92 responses: '204': description: Response @@ -15477,13 +15462,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: &92 + schema: &93 type: object properties: github_owned_allowed: @@ -15504,7 +15489,7 @@ paths: items: type: string examples: - default: &93 + default: &94 value: github_owned_allowed: true verified_allowed: false @@ -15529,7 +15514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -15537,9 +15522,9 @@ paths: required: false content: application/json: - schema: *92 + schema: *93 examples: - selected_actions: *93 + selected_actions: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -15561,7 +15546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15570,14 +15555,14 @@ paths: schema: &241 type: object properties: - default_workflow_permissions: &94 + default_workflow_permissions: &95 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &95 + can_approve_pull_request_reviews: &96 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -15585,7 +15570,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &96 + default: &97 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -15610,7 +15595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Success response @@ -15621,10 +15606,10 @@ paths: schema: &242 type: object properties: - default_workflow_permissions: *94 - can_approve_pull_request_reviews: *95 + default_workflow_permissions: *95 + can_approve_pull_request_reviews: *96 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15651,9 +15636,9 @@ paths: in: query schema: type: string - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -15669,7 +15654,7 @@ paths: type: integer runners: type: array - items: &97 + items: &98 title: Self hosted runners description: A self hosted runner type: object @@ -15703,7 +15688,7 @@ paths: type: boolean labels: type: array - items: &100 + items: &101 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -15769,7 +15754,7 @@ paths: name: no-gpu type: custom headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15791,7 +15776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -15867,7 +15852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -15920,7 +15905,7 @@ paths: - runner - encoded_jit_config properties: - runner: *97 + runner: *98 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -15947,8 +15932,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15976,13 +15961,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *81 + - *82 responses: '201': description: Response content: application/json: - schema: &98 + schema: &99 title: Authentication Token description: Authentication Token type: object @@ -16006,7 +15991,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *50 + items: *51 single_file: type: - string @@ -16055,13 +16040,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *81 + - *82 responses: '201': description: Response content: application/json: - schema: *98 + schema: *99 examples: default: &248 value: @@ -16088,8 +16073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *81 - - &99 + - *82 + - &100 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -16101,7 +16086,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: &249 value: @@ -16143,8 +16128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: '204': description: Response @@ -16169,10 +16154,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: - '200': &101 + '200': &102 description: Response content: application/json: @@ -16186,7 +16171,7 @@ paths: type: integer labels: type: array - items: *100 + items: *101 examples: default: value: @@ -16204,7 +16189,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16225,8 +16210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 requestBody: required: true content: @@ -16250,9 +16235,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16274,8 +16259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 requestBody: required: true content: @@ -16300,9 +16285,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16324,8 +16309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 responses: '200': &250 description: Response @@ -16341,7 +16326,7 @@ paths: type: integer labels: type: array - items: *100 + items: *101 examples: default: value: @@ -16356,7 +16341,7 @@ paths: - id: 20 name: macOS type: read-only - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16382,8 +16367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *81 - - *99 + - *82 + - *100 - &251 name: name description: The name of a self-hosted runner's custom label. @@ -16392,9 +16377,9 @@ paths: schema: type: string responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16417,9 +16402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -16435,7 +16420,7 @@ paths: type: integer secrets: type: array - items: &102 + items: &103 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -16487,7 +16472,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16510,7 +16495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -16576,8 +16561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *81 - - &103 + - *82 + - &104 name: secret_name description: The name of the secret. in: path @@ -16589,7 +16574,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: value: @@ -16619,8 +16604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -16675,7 +16660,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -16701,8 +16686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response @@ -16728,10 +16713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -16747,9 +16732,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: &108 + default: &109 value: total_count: 1 repositories: @@ -16841,8 +16826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -16894,8 +16879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -16928,8 +16913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -16961,7 +16946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *81 + - *82 - &236 name: per_page description: The number of results per page (max 30). For more information, @@ -16970,7 +16955,7 @@ paths: schema: type: integer default: 10 - - *17 + - *18 responses: '200': description: Response @@ -16986,7 +16971,7 @@ paths: type: integer variables: type: array - items: &106 + items: &107 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -17055,7 +17040,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17076,7 +17061,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *81 + - *82 requestBody: required: true content: @@ -17124,7 +17109,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -17149,8 +17134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *81 - - &107 + - *82 + - &108 name: name description: The name of the variable. in: path @@ -17162,7 +17147,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *107 examples: default: value: @@ -17192,8 +17177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 requestBody: required: true content: @@ -17255,8 +17240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 responses: '204': description: Response @@ -17282,10 +17267,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 + - *18 - *17 - - *16 responses: '200': description: Response @@ -17301,9 +17286,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 + default: *109 '409': description: Response when the visibility of the variable is not set to `selected` @@ -17329,8 +17314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 requestBody: required: true content: @@ -17379,8 +17364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 - name: repository_id in: path required: true @@ -17414,8 +17399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *81 - - *107 + - *82 + - *108 - name: repository_id in: path required: true @@ -17443,9 +17428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -17453,9 +17438,9 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: &145 + default: &146 value: - login: octocat id: 1 @@ -17493,8 +17478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *81 - - &109 + - *82 + - &110 name: username description: The handle for the GitHub user account. in: path @@ -17508,7 +17493,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17525,12 +17510,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17546,8 +17531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -17572,7 +17557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *81 + - *82 - &301 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -17580,7 +17565,7 @@ paths: but not both. in: query required: false - schema: &112 + schema: &113 type: string description: The name of the tool used to generate the code scanning analysis. - &302 @@ -17591,17 +17576,17 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &113 + schema: &114 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *37 - *38 + - *39 + - *18 - *17 - - *16 - - *36 + - *37 - name: state description: If specified, only code scanning alerts with this state will be returned. @@ -17651,30 +17636,30 @@ paths: items: type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: &306 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &114 + state: &115 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: *110 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: &307 type: - string @@ -17741,14 +17726,14 @@ paths: tool: &310 type: object properties: - name: *112 + name: *113 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *113 + guid: *114 most_recent_instance: &311 type: object properties: @@ -17774,7 +17759,7 @@ paths: analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *114 + state: *115 commit_sha: type: string message: @@ -17815,7 +17800,7 @@ paths: - test - library - - repository: *47 + repository: *48 required: - number - created_at @@ -18060,9 +18045,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *48 - '404': *5 - '503': *53 + Link: *49 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18082,9 +18067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *16 - *17 - - *81 + - *18 + - *82 responses: '200': description: Response @@ -18100,7 +18085,7 @@ paths: type: integer codespaces: type: array - items: &146 + items: &147 type: object title: Codespace description: A codespace. @@ -18128,9 +18113,9 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 - repository: *105 + owner: *4 + billable_owner: *4 + repository: *106 machine: anyOf: - type: 'null' @@ -18421,7 +18406,7 @@ paths: - pulls_url - recent_folders examples: - default: &147 + default: &148 value: total_count: 3 codespaces: @@ -18830,15 +18815,15 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *34 - '500': &115 + '304': *35 + '500': &116 description: Internal Error content: application/json: - schema: *2 - '401': *22 - '403': *26 - '404': *5 + schema: *3 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18857,7 +18842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *81 + - *82 deprecated: true requestBody: required: true @@ -18896,12 +18881,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18924,7 +18909,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *81 + - *82 deprecated: true requestBody: required: true @@ -18951,12 +18936,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18979,7 +18964,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *81 + - *82 requestBody: required: true content: @@ -19005,12 +18990,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *115 + '404': *6 + '422': *15 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19031,9 +19016,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -19049,7 +19034,7 @@ paths: type: integer secrets: type: array - items: &116 + items: &117 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -19103,7 +19088,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19122,7 +19107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -19186,14 +19171,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: default: &329 value: @@ -19202,7 +19187,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19222,8 +19207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -19278,14 +19263,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: '204': description: Response when updating a secret - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19304,12 +19289,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19330,10 +19315,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -19349,10 +19334,10 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 - '404': *5 + default: *109 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19373,8 +19358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -19403,7 +19388,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected x-github: @@ -19424,8 +19409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -19434,10 +19419,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type is not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19458,8 +19443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -19468,10 +19453,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19497,7 +19482,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *81 + - *82 responses: '200': description: OK @@ -19595,10 +19580,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: There is a problem with your account's associated payment method. x-github: @@ -19624,8 +19609,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *81 - - *17 + - *82 + - *18 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -19647,7 +19632,7 @@ paths: currently being billed. seats: type: array - items: &149 + items: &150 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -19659,8 +19644,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *3 - - &117 + - *4 + - &118 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -19954,7 +19939,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *117 + - *118 type: - 'null' - object @@ -20063,11 +20048,11 @@ paths: type: User site_admin: false headers: - Link: *48 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + Link: *49 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20096,7 +20081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20137,10 +20122,10 @@ paths: default: value: seats_created: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20173,7 +20158,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20214,10 +20199,10 @@ paths: default: value: seats_cancelled: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20251,7 +20236,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20292,10 +20277,10 @@ paths: default: value: seats_created: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20328,7 +20313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *81 + - *82 requestBody: content: application/json: @@ -20369,10 +20354,10 @@ paths: default: value: seats_cancelled: 5 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -20400,19 +20385,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *81 - - *118 + - *82 - *119 - *120 - *121 - *122 - *123 - - *36 + - *124 - *37 - *38 - - *124 + - *39 - *125 - - *16 + - *126 + - *17 responses: '200': description: Response @@ -20420,14 +20405,14 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + default: *128 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20448,9 +20433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -20466,7 +20451,7 @@ paths: type: integer secrets: type: array - items: &128 + items: &129 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -20518,7 +20503,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20539,7 +20524,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *81 + - *82 responses: '200': description: Response @@ -20587,14 +20572,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '200': description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -20622,8 +20607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -20678,7 +20663,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -20702,8 +20687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 responses: '204': description: Response @@ -20727,10 +20712,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 + - *18 - *17 - - *16 responses: '200': description: Response @@ -20746,9 +20731,9 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: - default: *108 + default: *109 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20769,8 +20754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 requestBody: required: true content: @@ -20820,8 +20805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -20852,8 +20837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *81 - - *103 + - *82 + - *104 - name: repository_id in: path required: true @@ -20883,7 +20868,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -20891,7 +20876,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Package description: A software package type: object @@ -20940,11 +20925,11 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 repository: anyOf: - type: 'null' - - *105 + - *106 created_at: type: string format: date-time @@ -20962,7 +20947,7 @@ paths: - created_at - updated_at examples: - default: &161 + default: &162 value: - id: 197 name: hello_docker @@ -21020,8 +21005,8 @@ paths: created_at: '2020-05-20T22:19:11Z' updated_at: '2020-05-20T22:19:11Z' html_url: https://github.com/orgs/github/packages/container/package/goodbye_docker - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21038,9 +21023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21048,7 +21033,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: 200-response: value: @@ -21117,9 +21102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21127,7 +21112,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Organization Invitation description: Organization Invitation type: object @@ -21154,7 +21139,7 @@ paths: type: - string - 'null' - inviter: *3 + inviter: *4 team_count: type: integer node_id: @@ -21180,7 +21165,7 @@ paths: - invitation_teams_url - node_id examples: - default: &141 + default: &142 value: - id: 1 login: monalisa @@ -21213,8 +21198,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21234,9 +21219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21244,7 +21229,7 @@ paths: application/json: schema: type: array - items: &129 + items: &130 title: Org Hook description: Org Hook type: object @@ -21344,8 +21329,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21365,7 +21350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *81 + - *82 requestBody: required: true content: @@ -21380,10 +21365,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 username: type: string examples: @@ -21427,9 +21412,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &130 + default: &131 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -21451,8 +21436,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21474,8 +21459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *81 - - &131 + - *82 + - &132 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -21488,10 +21473,10 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *130 - '404': *5 + default: *131 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21515,8 +21500,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 requestBody: required: false content: @@ -21528,10 +21513,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 required: - url events: @@ -21562,7 +21547,7 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -21580,8 +21565,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21600,12 +21585,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21628,16 +21613,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *81 - - *131 + - *82 + - *132 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21659,8 +21644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *81 - - *131 + - *82 + - *132 requestBody: required: false content: @@ -21668,10 +21653,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Update an existing webhook @@ -21685,9 +21670,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21709,10 +21694,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *81 - - *131 - - *16 + - *82 - *132 + - *17 + - *133 - name: redelivery in: query required: false @@ -21725,11 +21710,11 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *134 - '400': *13 - '422': *14 + default: *135 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21750,19 +21735,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *81 - - *131 - - *15 + - *82 + - *132 + - *16 responses: '200': description: Response content: application/json: - schema: *135 + schema: *136 examples: - default: *136 - '400': *13 - '422': *14 + default: *137 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21783,13 +21768,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *81 - - *131 - - *15 + - *82 + - *132 + - *16 responses: - '202': *86 - '400': *13 - '422': *14 + '202': *87 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21811,12 +21796,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *81 - - *131 + - *82 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21836,13 +21821,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: &390 value: @@ -21912,9 +21897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -21930,7 +21915,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -21982,7 +21967,7 @@ paths: suspended_at: suspended_by: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22001,7 +21986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -22009,12 +21994,12 @@ paths: application/json: schema: anyOf: - - &138 + - &139 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &137 + limit: &138 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -22042,7 +22027,7 @@ paths: properties: {} additionalProperties: false examples: - default: &139 + default: &140 value: limit: collaborators_only origin: organization @@ -22066,7 +22051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -22077,7 +22062,7 @@ paths: duration type: object properties: - limit: *137 + limit: *138 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -22102,10 +22087,10 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: - default: *139 - '422': *14 + default: *140 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22122,7 +22107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *81 + - *82 responses: '204': description: Response @@ -22145,9 +22130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: role description: Filter invitations by their member role. in: query @@ -22179,12 +22164,12 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22204,7 +22189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *81 + - *82 requestBody: required: false content: @@ -22258,7 +22243,7 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: default: value: @@ -22290,8 +22275,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -22312,8 +22297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *81 - - &142 + - *82 + - &143 name: invitation_id description: The unique identifier of the invitation. in: path @@ -22323,8 +22308,8 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -22343,10 +22328,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *81 - - *142 - - *16 + - *82 + - *143 - *17 + - *18 responses: '200': description: Response @@ -22354,9 +22339,9 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: &159 + default: &160 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -22372,8 +22357,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22403,7 +22388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *81 + - *82 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -22433,7 +22418,7 @@ paths: - closed - all default: open - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -22445,10 +22430,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -22456,12 +22441,12 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: *144 + default: *145 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22480,7 +22465,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *81 + - *82 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -22505,8 +22490,8 @@ paths: - admin - member default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -22514,12 +22499,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22536,8 +22521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response if requester is an organization member and user is @@ -22568,12 +22553,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22593,10 +22578,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *16 - *17 - - *81 - - *109 + - *18 + - *82 + - *110 responses: '200': description: Response @@ -22612,14 +22597,14 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: - default: *147 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + default: *148 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22639,9 +22624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *81 - - *109 - - &148 + - *82 + - *110 + - &149 name: codespace_name in: path required: true @@ -22649,12 +22634,12 @@ paths: schema: type: string responses: - '202': *86 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '202': *87 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22674,15 +22659,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *81 - - *109 - - *148 + - *82 + - *110 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: &323 value: @@ -22825,11 +22810,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22853,14 +22838,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *149 + schema: *150 examples: default: value: @@ -22902,10 +22887,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -22927,14 +22912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '200': description: Response content: application/json: - schema: &151 + schema: &152 title: Org Membership description: Org Membership type: object @@ -22967,11 +22952,11 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *150 + organization: *151 user: anyOf: - type: 'null' - - *3 + - *4 permissions: type: object properties: @@ -22987,7 +22972,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &152 + response-if-user-has-an-active-admin-membership-with-organization: &153 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -23026,8 +23011,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23055,8 +23040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 requestBody: required: false content: @@ -23084,11 +23069,11 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: - response-if-user-already-had-membership-with-organization: *152 - '422': *14 - '403': *26 + response-if-user-already-had-membership-with-organization: *153 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23107,13 +23092,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23133,9 +23118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -23155,7 +23140,7 @@ paths: application/json: schema: type: array - items: &153 + items: &154 title: Migration description: A migration. type: object @@ -23167,7 +23152,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 guid: type: string examples: @@ -23196,7 +23181,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *50 + items: *51 url: type: string format: uri @@ -23395,7 +23380,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23411,7 +23396,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *81 + - *82 requestBody: required: true content: @@ -23492,7 +23477,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -23644,8 +23629,8 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23670,8 +23655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *81 - - &154 + - *82 + - &155 name: migration_id description: The unique identifier of the migration. in: path @@ -23699,7 +23684,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -23851,7 +23836,7 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23868,12 +23853,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *81 - - *154 + - *82 + - *155 responses: '302': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23890,12 +23875,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *81 - - *154 + - *82 + - *155 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23914,8 +23899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *81 - - *154 + - *82 + - *155 - &523 name: repo_name description: repo_name parameter @@ -23926,7 +23911,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23943,10 +23928,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *81 - - *154 - - *16 + - *82 + - *155 - *17 + - *18 responses: '200': description: Response @@ -23954,9 +23939,9 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: &166 + default: &167 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -24065,8 +24050,8 @@ paths: secret_scanning_push_protection: status: disabled headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24093,7 +24078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -24121,8 +24106,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24147,7 +24132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response - list of organization roles @@ -24163,7 +24148,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &155 + items: &156 title: Organization Role description: Organization roles type: object @@ -24188,7 +24173,7 @@ paths: organization: anyOf: - type: 'null' - - *3 + - *4 created_at: description: The date and time the role was created. type: string @@ -24264,8 +24249,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24289,7 +24274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *81 + - *82 requestBody: required: true content: @@ -24327,7 +24312,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24354,9 +24339,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24378,8 +24363,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *81 - - &157 + - *82 + - &158 name: team_slug description: The slug of the team name. in: path @@ -24410,9 +24395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *81 - - *157 - - &158 + - *82 + - *158 + - &159 name: role_id description: The unique identifier of the role. in: path @@ -24447,9 +24432,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *81 - - *157 + - *82 - *158 + - *159 responses: '204': description: Response @@ -24474,8 +24459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -24500,9 +24485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *81 - - *109 - - *158 + - *82 + - *110 + - *159 responses: '204': description: Response @@ -24532,9 +24517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *81 - - *109 - - *158 + - *82 + - *110 + - *159 responses: '204': description: Response @@ -24562,14 +24547,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *81 - - *158 + - *82 + - *159 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24596,8 +24581,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24622,8 +24607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *81 - - *158 + - *82 + - *159 requestBody: required: true content: @@ -24652,7 +24637,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24679,9 +24664,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '409': *156 - '404': *5 + '422': *15 + '409': *157 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24705,8 +24690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *81 - - *158 + - *82 + - *159 responses: '204': description: Response @@ -24731,10 +24716,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *81 - - *158 - - *16 + - *82 + - *159 - *17 + - *18 responses: '200': description: Response - List of assigned teams @@ -24743,11 +24728,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 + Link: *49 '404': description: Response if the organization or role does not exist. '422': @@ -24774,10 +24759,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *81 - - *158 - - *16 + - *82 + - *159 - *17 + - *18 responses: '200': description: Response - List of assigned users @@ -24786,11 +24771,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 '404': description: Response if the organization or role does not exist. '422': @@ -24812,7 +24797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *81 + - *82 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -24825,8 +24810,8 @@ paths: - 2fa_disabled - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -24834,11 +24819,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24861,8 +24846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *81 - - *109 + - *82 + - *110 requestBody: required: false content: @@ -24902,7 +24887,7 @@ paths: a member of the organization, or if the enterprise enforces a policy for inviting outside collaborators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24919,8 +24904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -24977,7 +24962,7 @@ paths: - docker - nuget - container - - *81 + - *82 - &525 name: visibility description: |- @@ -25014,11 +24999,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: - default: *161 - '403': *26 - '401': *22 + default: *162 + '403': *27 + '401': *23 '400': &527 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -25041,7 +25026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &162 + - &163 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -25059,20 +25044,20 @@ paths: - docker - nuget - container - - &163 + - &164 name: package_name description: The name of the package. in: path required: true schema: type: string - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -25124,15 +25109,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25158,9 +25143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 - name: token description: package token schema: @@ -25170,9 +25155,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25192,11 +25177,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *162 - *163 - - *81 + - *164 + - *82 + - *18 - *17 - - *16 - name: state in: query required: false @@ -25214,7 +25199,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Package Version description: A version of a software package type: object @@ -25327,9 +25312,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25349,10 +25334,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - &165 + - *164 + - *82 + - &166 name: package_version_id description: Unique identifier of the package version. in: path @@ -25364,7 +25349,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25400,16 +25385,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - *165 + - *164 + - *82 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25435,16 +25420,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *162 - *163 - - *81 - - *165 + - *164 + - *82 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25465,10 +25450,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *81 - - *16 + - *82 - *17 - - &167 + - *18 + - &168 name: sort description: The property by which to sort the results. in: query @@ -25478,8 +25463,8 @@ paths: enum: - created_at default: created_at - - *36 - - &168 + - *37 + - &169 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -25491,7 +25476,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &169 + - &170 name: repository description: The name of the repository to use to filter the results. in: query @@ -25500,7 +25485,7 @@ paths: type: string examples: - Hello-World - - &170 + - &171 name: permission description: The permission to use to filter the results. in: query @@ -25509,7 +25494,7 @@ paths: type: string examples: - issues_read - - &171 + - &172 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -25519,7 +25504,7 @@ paths: schema: type: string format: date-time - - &172 + - &173 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -25530,10 +25515,10 @@ paths: type: string format: date-time responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 + '500': *116 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -25556,7 +25541,7 @@ paths: - string - 'null' description: Reason for requesting access. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -25651,7 +25636,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25671,7 +25656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *81 + - *82 requestBody: required: true content: @@ -25713,11 +25698,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 - '202': *86 + '500': *116 + '422': *15 + '404': *6 + '403': *27 + '202': *87 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25738,7 +25723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *81 + - *82 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25775,11 +25760,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 - '204': &173 + '500': *116 + '422': *15 + '404': *6 + '403': *27 + '204': &174 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -25801,7 +25786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *81 + - *82 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25809,23 +25794,23 @@ paths: required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *115 - '404': *5 - '403': *26 + '500': *116 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25846,21 +25831,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *81 - - *16 + - *82 - *17 - - *167 - - *36 + - *18 - *168 + - *37 - *169 - *170 - *171 - *172 + - *173 responses: - '500': *115 - '422': *14 - '404': *5 - '403': *26 + '500': *116 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -25878,7 +25863,7 @@ paths: description: Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -25972,7 +25957,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25992,7 +25977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *81 + - *82 requestBody: required: true content: @@ -26027,11 +26012,11 @@ paths: - 1296269 - 1296280 responses: - '500': *115 - '404': *5 - '202': *86 - '403': *26 - '422': *14 + '500': *116 + '404': *6 + '202': *87 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26052,7 +26037,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *81 + - *82 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -26080,11 +26065,11 @@ paths: value: action: revoke responses: - '500': *115 - '404': *5 - '204': *173 - '403': *26 - '422': *14 + '500': *116 + '404': *6 + '204': *174 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26104,30 +26089,30 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *81 + - *82 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *115 - '404': *5 - '403': *26 + '500': *116 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26147,7 +26132,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *81 + - *82 - name: state description: Indicates the state of the projects to return. in: query @@ -26159,8 +26144,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -26168,7 +26153,7 @@ paths: application/json: schema: type: array - items: &174 + items: &175 title: Project description: Projects are a way to organize columns and cards of work. @@ -26226,7 +26211,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -26301,8 +26286,8 @@ paths: organization_permission: write private: true headers: - Link: *48 - '422': *6 + Link: *49 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26321,7 +26306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *81 + - *82 requestBody: required: true content: @@ -26347,7 +26332,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -26382,15 +26367,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': &223 description: Gone content: application/json: - schema: *2 - '422': *6 + schema: *3 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26409,7 +26394,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -26417,7 +26402,7 @@ paths: application/json: schema: type: array - items: &175 + items: &176 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -26472,7 +26457,7 @@ paths: - property_name - value_type examples: - default: &176 + default: &177 value: - property_name: environment value_type: single_select @@ -26488,8 +26473,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26510,7 +26495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *81 + - *82 requestBody: required: true content: @@ -26521,7 +26506,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *175 + items: *176 minItems: 1 maxItems: 100 required: @@ -26551,11 +26536,11 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 - '403': *26 - '404': *5 + default: *177 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26574,8 +26559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *81 - - &177 + - *82 + - &178 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -26587,9 +26572,9 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: &178 + default: &179 value: property_name: environment value_type: single_select @@ -26599,8 +26584,8 @@ paths: allowed_values: - production - development - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26621,8 +26606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *81 - - *177 + - *82 + - *178 requestBody: required: true content: @@ -26679,11 +26664,11 @@ paths: description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *178 - '403': *26 - '404': *5 + default: *179 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26704,12 +26689,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *81 - - *177 + - *82 + - *178 responses: - '204': *173 - '403': *26 - '404': *5 + '204': *174 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26728,9 +26713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *81 - - *16 + - *82 - *17 + - *18 - name: repository_query description: Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit @@ -26769,7 +26754,7 @@ paths: - octocat/Hello-World properties: type: array - items: &179 + items: &180 title: Custom Property Value description: Custom property name and associated value type: object @@ -26811,9 +26796,9 @@ paths: - property_name: team value: octocat headers: - Link: *48 - '403': *26 - '404': *5 + Link: *49 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26839,7 +26824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *81 + - *82 requestBody: required: true content: @@ -26859,7 +26844,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *179 + items: *180 required: - repository_names - properties @@ -26880,9 +26865,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26900,9 +26885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -26910,11 +26895,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26931,8 +26916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response if user is a public member @@ -26956,12 +26941,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26978,8 +26963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *81 - - *109 + - *82 + - *110 responses: '204': description: Response @@ -27002,7 +26987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *81 + - *82 - name: type description: Specifies the types of repositories you want returned. in: query @@ -27039,8 +27024,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -27048,11 +27033,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27071,7 +27056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *81 + - *82 requestBody: required: true content: @@ -27270,7 +27255,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -27594,7 +27579,7 @@ paths: template_repository: anyOf: - type: 'null' - - *50 + - *51 temp_clone_token: type: - string @@ -27694,13 +27679,13 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 organization: anyOf: - type: 'null' - - *3 - parent: *50 - source: *50 + - *4 + parent: *51 + source: *51 forks: type: integer master_branch: @@ -27743,7 +27728,7 @@ paths: - key - name - html_url - security_and_analysis: *180 + security_and_analysis: *181 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -28322,8 +28307,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28345,9 +28330,9 @@ paths: category: orgs subcategory: rules parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -28355,7 +28340,7 @@ paths: application/json: schema: type: array - items: &187 + items: &188 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -28387,7 +28372,7 @@ paths: source: type: string description: The name of the source - enforcement: &183 + enforcement: &184 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -28400,7 +28385,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &184 + items: &185 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -28458,7 +28443,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &181 + - &182 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -28482,7 +28467,7 @@ paths: match. items: type: string - - &185 + - &186 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -28497,7 +28482,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -28531,7 +28516,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -28553,7 +28538,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *181 + - *182 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -28566,7 +28551,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &182 + items: &183 title: Repository ruleset property targeting definition type: object @@ -28591,7 +28576,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *182 + items: *183 required: - repository_property type: @@ -28599,7 +28584,7 @@ paths: - object rules: type: array - items: &186 + items: &187 title: Repository Rule type: object description: A repository rule. @@ -29058,8 +29043,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/432 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -29075,7 +29060,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 requestBody: description: Request body required: true @@ -29093,16 +29078,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *185 + items: *185 + conditions: *186 rules: type: array description: An array of rules within the ruleset. - items: *186 + items: *187 required: - name - enforcement @@ -29140,9 +29125,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: &188 + default: &189 value: id: 21 name: super cool ruleset @@ -29181,8 +29166,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/21 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -29196,7 +29181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *81 + - *82 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -29239,8 +29224,8 @@ paths: - bypass - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -29324,8 +29309,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29344,7 +29329,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *81 + - *82 - &474 name: rule_suite_id description: |- @@ -29494,8 +29479,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29517,7 +29502,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29529,11 +29514,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 - '404': *5 - '500': *115 + default: *189 + '404': *6 + '500': *116 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -29549,7 +29534,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29573,16 +29558,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *185 + items: *185 + conditions: *186 rules: description: An array of rules within the ruleset. type: array - items: *186 + items: *187 examples: default: value: @@ -29617,11 +29602,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 - '404': *5 - '500': *115 + default: *189 + '404': *6 + '500': *116 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -29637,7 +29622,7 @@ paths: category: orgs subcategory: rules parameters: - - *81 + - *82 - name: ruleset_id description: The ID of the ruleset. in: path @@ -29647,8 +29632,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -29665,14 +29650,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *81 - - *189 + - *82 - *190 - *191 - *192 - - *36 + - *193 + - *37 + - *18 - *17 - - *16 - &478 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). @@ -29693,7 +29678,7 @@ paths: required: false schema: type: string - - *193 + - *194 responses: '200': description: Response @@ -29701,13 +29686,13 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 headers: - Link: *48 - '404': *5 - '503': *53 + Link: *49 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29729,8 +29714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *81 - - *36 + - *82 + - *37 - name: sort description: The property to sort the results by. in: query @@ -29742,8 +29727,8 @@ paths: - updated - published default: created - - *37 - *38 + - *39 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29822,14 +29807,14 @@ paths: readOnly: true description: The author of the advisory. allOf: - - *3 + - *4 type: - 'null' publisher: readOnly: true description: The publisher of the advisory. allOf: - - *3 + - *4 type: - 'null' identifiers: @@ -29927,7 +29912,7 @@ paths: - object - 'null' properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -30026,7 +30011,7 @@ paths: advisory. type: object properties: - user: *3 + user: *4 type: *197 state: type: string @@ -30047,19 +30032,19 @@ paths: - array - 'null' description: A list of users that collaborate on the advisory. - items: *3 + items: *4 collaborating_teams: type: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *117 + items: *118 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *47 + - *48 type: - 'null' required: @@ -30436,8 +30421,8 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha} - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30459,7 +30444,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *81 + - *82 responses: '200': description: Response @@ -30469,7 +30454,7 @@ paths: type: array items: *198 examples: - default: *159 + default: *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30492,8 +30477,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -30521,8 +30506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -30548,7 +30533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30654,7 +30639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30704,7 +30689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *81 + - *82 responses: '200': description: Response @@ -30750,9 +30735,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *81 - - *16 + - *82 - *17 + - *18 responses: '200': description: Response @@ -30760,12 +30745,12 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 - '403': *26 + Link: *49 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30784,7 +30769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *81 + - *82 requestBody: required: true content: @@ -31284,8 +31269,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31305,8 +31290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *81 - - *157 + - *82 + - *158 responses: '200': description: Response @@ -31315,7 +31300,7 @@ paths: schema: *199 examples: default: *200 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31334,8 +31319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *81 - - *157 + - *82 + - *158 requestBody: required: false content: @@ -31408,9 +31393,9 @@ paths: schema: *199 examples: default: *200 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31431,8 +31416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *81 - - *157 + - *82 + - *158 responses: '204': description: Response @@ -31457,11 +31442,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *81 - - *157 - - *36 - - *16 + - *82 + - *158 + - *37 - *17 + - *18 - name: pinned in: query required: false @@ -31484,7 +31469,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the discussion. type: string @@ -31566,7 +31551,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *52 + reactions: *53 required: - author - body @@ -31636,7 +31621,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31659,8 +31644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 requestBody: required: true content: @@ -31767,8 +31752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - &203 name: discussion_number description: The number that identifies the discussion. @@ -31804,8 +31789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: false @@ -31900,8 +31885,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 responses: '204': @@ -31927,12 +31912,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *81 - - *157 + - *82 + - *158 - *203 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -31948,7 +31933,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the comment. type: string @@ -32005,7 +31990,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *52 + reactions: *53 required: - author - body @@ -32064,7 +32049,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32087,8 +32072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: true @@ -32178,8 +32163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - &206 name: comment_number @@ -32216,8 +32201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 requestBody: @@ -32306,8 +32291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 responses: @@ -32334,8 +32319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 - name: content @@ -32354,8 +32339,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -32380,7 +32365,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 content: description: The reaction to use type: string @@ -32433,7 +32418,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32456,8 +32441,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 requestBody: @@ -32547,8 +32532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *206 - &210 @@ -32582,8 +32567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -32601,8 +32586,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -32614,7 +32599,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32637,8 +32622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *81 - - *157 + - *82 + - *158 - *203 requestBody: required: true @@ -32702,8 +32687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *81 - - *157 + - *82 + - *158 - *203 - *210 responses: @@ -32728,10 +32713,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -32739,11 +32724,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32763,8 +32748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *81 - - *157 + - *82 + - *158 - name: role description: Filters members returned by their role in the team. in: query @@ -32776,8 +32761,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -32785,11 +32770,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32816,9 +32801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 responses: '200': description: Response @@ -32886,9 +32871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 requestBody: required: false content: @@ -32948,9 +32933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *81 - - *157 - - *109 + - *82 + - *158 + - *110 responses: '204': description: Response @@ -32975,10 +32960,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -33013,7 +32998,7 @@ paths: type: integer state: type: string - creator: *3 + creator: *4 created_at: type: string updated_at: @@ -33095,7 +33080,7 @@ paths: write: true admin: false headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33115,8 +33100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *81 - - *157 + - *82 + - *158 - &213 name: project_id description: The unique identifier of the project. @@ -33190,8 +33175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *81 - - *157 + - *82 + - *158 - *213 requestBody: required: false @@ -33256,8 +33241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *81 - - *157 + - *82 + - *158 - *213 responses: '204': @@ -33281,10 +33266,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: Response @@ -33292,11 +33277,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33322,8 +33307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 responses: @@ -33357,7 +33342,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 forks: type: integer permissions: @@ -33384,7 +33369,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: description: Whether the repository is private or public. default: false @@ -33971,8 +33956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 requestBody: @@ -34019,8 +34004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *81 - - *157 + - *82 + - *158 - *214 - *215 responses: @@ -34045,10 +34030,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *81 - - *157 - - *16 + - *82 + - *158 - *17 + - *18 responses: '200': description: if child teams exist @@ -34056,7 +34041,7 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: response-if-child-teams-exist: &507 value: @@ -34086,7 +34071,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34108,7 +34093,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *81 + - *82 - name: security_product in: path description: The security feature to enable or disable. @@ -34216,7 +34201,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -34293,10 +34278,10 @@ paths: column_url: https://api.github.com/projects/columns/367 content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34345,11 +34330,11 @@ paths: schema: *217 examples: default: *218 - '304': *34 - '403': *26 - '401': *22 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34369,7 +34354,7 @@ paths: responses: '204': description: Response - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -34385,8 +34370,8 @@ paths: type: array items: type: string - '401': *22 - '404': *5 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34445,7 +34430,7 @@ paths: examples: default: value: - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -34470,7 +34455,7 @@ paths: type: string field: type: string - '401': *22 + '401': *23 '503': description: Response content: @@ -34493,7 +34478,7 @@ paths: type: string message: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34586,10 +34571,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '404': *5 - '401': *22 + '304': *35 + '403': *27 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34633,9 +34618,9 @@ paths: schema: *220 examples: default: *221 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34655,9 +34640,9 @@ paths: responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34686,8 +34671,8 @@ paths: - archived - not_archived default: not_archived - - *16 - *17 + - *18 responses: '200': description: Response @@ -34729,10 +34714,10 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34795,17 +34780,17 @@ paths: schema: *217 examples: default: *218 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 '422': description: Validation failed content: application/json: schema: oneOf: - - *84 - *85 + - *86 '503': description: Response content: @@ -34879,10 +34864,10 @@ paths: examples: default: value: - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34907,7 +34892,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: &222 value: @@ -34942,9 +34927,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35011,13 +34996,13 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: *222 '404': description: Not Found if the authenticated user does not have access to the project - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -35033,9 +35018,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35056,7 +35041,7 @@ paths: responses: '204': description: Delete Success - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -35072,9 +35057,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *223 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35112,8 +35097,8 @@ paths: - direct - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -35121,16 +35106,16 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35149,7 +35134,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - *213 - - *109 + - *110 requestBody: required: false content: @@ -35177,11 +35162,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35199,15 +35184,15 @@ paths: url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *213 - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35228,7 +35213,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - *213 - - *109 + - *110 responses: '200': description: Response @@ -35244,7 +35229,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - permission - user @@ -35271,11 +35256,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35293,8 +35278,8 @@ paths: url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - *213 - - *16 - *17 + - *18 responses: '200': description: Response @@ -35315,10 +35300,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35370,10 +35355,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35523,8 +35508,8 @@ paths: schema: type: integer format: timestamp - '304': *34 - '404': *5 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36047,8 +36032,8 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *26 - '404': *5 + '403': *27 + '404': *6 '301': *226 x-github: githubCloudOnly: false @@ -36289,10 +36274,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *26 - '422': *14 - '404': *5 + schema: *3 + '403': *27 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36338,7 +36323,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository '307': *228 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36362,8 +36347,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - &255 name: name description: The name field of an artifact. When specified, only artifacts @@ -36510,7 +36495,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36683,8 +36668,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - &232 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -36713,7 +36698,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *36 + - *37 responses: '200': description: Response @@ -36781,7 +36766,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37284,11 +37269,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37339,8 +37324,8 @@ paths: include_claim_keys: - repo - context - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: enabledForGitHubApps: true previews: [] @@ -37394,13 +37379,13 @@ paths: description: Empty response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '404': *5 - '400': *13 - '422': *6 + '404': *6 + '400': *14 + '422': *7 x-github: enabledForGitHubApps: true previews: [] @@ -37425,8 +37410,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -37474,7 +37459,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37499,7 +37484,7 @@ paths: - *214 - *215 - *236 - - *17 + - *18 responses: '200': description: Response @@ -37562,7 +37547,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37595,7 +37580,7 @@ paths: enabled: &238 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *90 + allowed_actions: *91 selected_actions_url: *237 required: - enabled @@ -37636,7 +37621,7 @@ paths: type: object properties: enabled: *238 - allowed_actions: *90 + allowed_actions: *91 required: - enabled examples: @@ -37752,9 +37737,9 @@ paths: description: Response content: application/json: - schema: *92 + schema: *93 examples: - default: *93 + default: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -37782,9 +37767,9 @@ paths: required: false content: application/json: - schema: *92 + schema: *93 examples: - selected_actions: *93 + selected_actions: *94 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -37815,7 +37800,7 @@ paths: application/json: schema: *241 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37850,7 +37835,7 @@ paths: application/json: schema: *242 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37879,8 +37864,8 @@ paths: type: string - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -37896,11 +37881,11 @@ paths: type: integer runners: type: array - items: *97 + items: *98 examples: default: *243 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38000,8 +37985,8 @@ paths: work_folder: _work responses: '201': *246 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38036,7 +38021,7 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: default: *247 x-github: @@ -38073,7 +38058,7 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: default: *248 x-github: @@ -38099,13 +38084,13 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *249 x-github: @@ -38130,7 +38115,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '204': description: Response @@ -38157,10 +38142,10 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: - '200': *101 - '404': *5 + '200': *102 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38183,7 +38168,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 requestBody: required: true content: @@ -38207,9 +38192,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38233,7 +38218,7 @@ paths: parameters: - *214 - *215 - - *99 + - *100 requestBody: required: true content: @@ -38258,9 +38243,9 @@ paths: - gpu - accelerated responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38284,10 +38269,10 @@ paths: parameters: - *214 - *215 - - *99 + - *100 responses: '200': *250 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38315,12 +38300,12 @@ paths: parameters: - *214 - *215 - - *99 + - *100 - *251 responses: - '200': *101 - '404': *5 - '422': *6 + '200': *102 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38394,8 +38379,8 @@ paths: - requested - waiting - pending - - *16 - *17 + - *18 - &273 name: created description: Returns workflow runs created within the given date-time range. @@ -38630,8 +38615,8 @@ paths: updated_at: type: string format: date-time - actor: *3 - triggering_actor: *3 + actor: *4 + triggering_actor: *4 run_started_at: type: string format: date-time @@ -38758,8 +38743,8 @@ paths: - timestamp - author - committer - repository: *105 - head_repository: *105 + repository: *106 + head_repository: *106 head_repository_id: type: integer examples: @@ -39013,7 +38998,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39386,7 +39371,7 @@ paths: type: string examples: - approved - user: *3 + user: *4 comment: type: string description: The comment submitted with the deployment review @@ -39456,12 +39441,12 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39486,8 +39471,8 @@ paths: - *214 - *215 - *254 - - *16 - *17 + - *18 - *255 responses: '200': @@ -39508,7 +39493,7 @@ paths: examples: default: *256 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39575,8 +39560,8 @@ paths: - *215 - *254 - *258 - - *16 - *17 + - *18 responses: '200': description: Response @@ -39683,8 +39668,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39746,11 +39731,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '409': *156 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39850,11 +39835,11 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: - '409': *156 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39892,8 +39877,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -39913,7 +39898,7 @@ paths: examples: default: *260 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39971,8 +39956,8 @@ paths: responses: '204': description: Response - '403': *26 - '500': *115 + '403': *27 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40074,8 +40059,8 @@ paths: - User reviewer: anyOf: - - *3 - - *117 + - *4 + - *118 required: - environment - wait_timer @@ -40260,7 +40245,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -40296,7 +40281,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -40393,7 +40378,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40440,7 +40425,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40606,8 +40591,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -40627,7 +40612,7 @@ paths: examples: default: *262 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40683,7 +40668,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -40719,7 +40704,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -40747,7 +40732,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40775,7 +40760,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -40803,7 +40788,7 @@ paths: - *214 - *215 - *236 - - *17 + - *18 responses: '200': description: Response @@ -40823,7 +40808,7 @@ paths: examples: default: *266 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40872,7 +40857,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -40899,7 +40884,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 responses: '200': description: Response @@ -40935,7 +40920,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 requestBody: required: true content: @@ -40979,7 +40964,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 responses: '204': description: Response @@ -41006,8 +40991,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -41118,7 +41103,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41305,8 +41290,8 @@ paths: - *270 - *271 - *272 - - *16 - *17 + - *18 - *273 - *252 - *274 @@ -41330,7 +41315,7 @@ paths: examples: default: *276 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41419,10 +41404,10 @@ paths: parameters: - *214 - *215 - - *36 - - *16 - *37 + - *17 - *38 + - *39 - name: ref description: |- The Git reference for the activities you want to list. @@ -41527,7 +41512,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -41567,8 +41552,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '422': *6 + Link: *49 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41588,8 +41573,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -41597,12 +41582,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41639,7 +41624,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41775,7 +41760,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41812,7 +41797,7 @@ paths: schema: *277 examples: default: *278 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41837,7 +41822,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41961,8 +41946,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -42067,17 +42052,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *3 + items: *4 teams: description: The list of teams with review dismissal access. type: array - items: *117 + items: *118 apps: description: The list of apps with review dismissal access. type: array - items: *4 + items: *5 url: type: string examples: @@ -42099,17 +42084,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *3 + items: *4 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *117 + items: *118 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *4 + items: *5 dismiss_stale_reviews: type: boolean examples: @@ -42432,8 +42417,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42588,11 +42573,11 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' - - *3 + - *4 parents: type: array items: @@ -42829,7 +42814,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *226 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43027,7 +43012,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43390,13 +43375,13 @@ paths: format: uri users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 apps: type: array - items: *4 + items: *5 required: - url - users_url @@ -43408,13 +43393,13 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 apps: type: array - items: *4 + items: *5 required: - users - teams @@ -43561,9 +43546,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *26 - '422': *6 - '404': *5 + '403': *27 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43589,7 +43574,7 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43677,7 +43662,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43906,7 +43891,7 @@ paths: schema: *286 examples: default: *287 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43932,7 +43917,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43968,7 +43953,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43998,7 +43983,7 @@ paths: schema: *284 examples: default: *288 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44023,7 +44008,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44061,7 +44046,7 @@ paths: contexts: - continuous-integration/travis-ci contexts_url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44136,8 +44121,8 @@ paths: schema: *289 examples: default: *290 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44199,7 +44184,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44265,9 +44250,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44332,8 +44317,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44397,8 +44382,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44501,7 +44486,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44555,7 +44540,7 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: &291 value: @@ -44595,7 +44580,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44652,10 +44637,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44713,10 +44698,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44773,10 +44758,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *291 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44807,10 +44792,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '404': *5 + default: *160 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44867,10 +44852,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44928,10 +44913,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44988,10 +44973,10 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 - '422': *14 + default: *160 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45022,10 +45007,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '404': *5 + default: *146 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45085,10 +45070,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45149,10 +45134,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45212,10 +45197,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '422': *14 + default: *146 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45352,9 +45337,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45783,7 +45768,7 @@ paths: app: anyOf: - type: 'null' - - *4 + - *5 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests @@ -45866,7 +45851,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -46459,8 +46444,8 @@ paths: - *214 - *215 - *295 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46548,7 +46533,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46578,7 +46563,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -46587,13 +46572,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *2 + schema: *3 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *2 - '404': *5 + schema: *3 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46723,8 +46708,8 @@ paths: app: anyOf: - type: 'null' - - *4 - repository: *105 + - *5 + repository: *106 created_at: type: - string @@ -47137,7 +47122,7 @@ paths: required: - app_id - setting - repository: *105 + repository: *106 examples: default: value: @@ -47454,8 +47439,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -47555,7 +47540,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47583,7 +47568,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -47614,8 +47599,8 @@ paths: - *215 - *301 - *302 + - *18 - *17 - - *16 - &315 name: ref description: The Git reference for the results you want to list. The `ref` @@ -47624,7 +47609,7 @@ paths: in: query required: false schema: *303 - - *36 + - *37 - name: sort description: The property by which to sort the results. in: query @@ -47657,19 +47642,19 @@ paths: items: type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: *306 - state: *114 - fixed_at: *110 + state: *115 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: *307 dismissed_comment: *308 rule: *309 @@ -47789,15 +47774,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *34 + '304': *35 '403': &312 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *53 + schema: *3 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47827,7 +47812,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *42 + schema: *43 responses: '200': description: Response @@ -47836,19 +47821,19 @@ paths: schema: &314 type: object properties: - number: *42 - created_at: *43 - updated_at: *44 - url: *45 - html_url: *46 + number: *43 + created_at: *44 + updated_at: *45 + url: *46 + html_url: *47 instances_url: *306 - state: *114 - fixed_at: *110 + state: *115 + fixed_at: *111 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *111 + - *4 + dismissed_at: *112 dismissed_reason: *307 dismissed_comment: *308 rule: @@ -48000,10 +47985,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *34 + '304': *35 '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48134,9 +48119,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *53 + schema: *3 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48159,8 +48144,8 @@ paths: - *214 - *215 - *313 + - *18 - *17 - - *16 - *315 responses: '200': @@ -48209,8 +48194,8 @@ paths: classifications: - source '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48246,8 +48231,8 @@ paths: - *215 - *301 - *302 + - *18 - *17 - - *16 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -48264,7 +48249,7 @@ paths: description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *36 + - *37 - name: sort description: The property by which to sort the results. in: query @@ -48386,8 +48371,8 @@ paths: deletable: true warning: '' '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48490,8 +48475,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48627,10 +48612,10 @@ paths: value: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete - '400': *13 + '400': *14 '403': *320 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48673,7 +48658,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *3 + uploader: *4 content_type: type: string description: The MIME type of the CodeQL database file. @@ -48772,8 +48757,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48848,8 +48833,8 @@ paths: '302': &346 description: Found '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48937,8 +48922,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *312 - '404': *5 - '503': *53 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49003,7 +48988,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -49029,14 +49014,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *320 - '404': *5 + '404': *6 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *53 + schema: *3 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49175,10 +49160,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *320 - '404': *5 + '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49249,7 +49234,7 @@ paths: '403': *312 '404': description: Not Found if the sarif id does not match any upload - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49398,8 +49383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *214 - *215 responses: @@ -49417,7 +49402,7 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: default: value: @@ -49693,10 +49678,10 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49780,7 +49765,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -49788,14 +49773,14 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '400': *13 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '400': *14 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -49817,8 +49802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *214 - *215 responses: @@ -49860,11 +49845,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *115 - '400': *13 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '400': *14 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49940,11 +49925,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49991,7 +49976,7 @@ paths: schema: type: object properties: - billable_owner: *3 + billable_owner: *4 defaults: type: object required: @@ -50029,9 +50014,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50097,11 +50082,11 @@ paths: default: value: accepted: true - '401': *22 - '403': *26 - '404': *5 - '422': *14 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '422': *15 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50124,8 +50109,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -50164,7 +50149,7 @@ paths: examples: default: *325 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50218,7 +50203,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -50248,7 +50233,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -50276,7 +50261,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -50302,7 +50287,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -50360,8 +50345,8 @@ paths: - push - maintain - admin - - *16 - *17 + - *18 responses: '200': description: Response @@ -50532,8 +50517,8 @@ paths: admin: false role_name: write headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50559,7 +50544,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '204': description: Response if user is a collaborator @@ -50603,7 +50588,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 requestBody: required: false content: @@ -50640,15 +50625,15 @@ paths: type: integer examples: - 42 - repository: *105 + repository: *106 invitee: anyOf: - type: 'null' - - *3 + - *4 inviter: anyOf: - type: 'null' - - *3 + - *4 permissions: description: The permission associated with the invitation. type: string @@ -50809,8 +50794,8 @@ paths: - an existing collaborator is added as a collaborator - an organization member is added as an individual collaborator - an existing team member (whose team is also a repository collaborator) is added as an individual collaborator - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -50850,12 +50835,12 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50881,7 +50866,7 @@ paths: parameters: - *214 - *215 - - *109 + - *110 responses: '200': description: if user has admin permissions @@ -50930,7 +50915,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50957,8 +50942,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51000,15 +50985,15 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time updated_at: type: string format: date-time - author_association: *51 - reactions: *52 + author_association: *52 + reactions: *53 required: - url - html_url @@ -51058,7 +51043,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51085,7 +51070,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -51126,7 +51111,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51152,7 +51137,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -51209,7 +51194,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51227,11 +51212,11 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51250,7 +51235,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -51267,8 +51252,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -51280,8 +51265,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51301,7 +51286,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -51343,7 +51328,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51365,7 +51350,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -51441,7 +51426,7 @@ paths: required: false schema: type: string - - *55 + - *56 - name: until description: 'Only commits before this date will be returned. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -51450,8 +51435,8 @@ paths: schema: type: string format: date-time - - *16 - *17 + - *18 responses: '200': description: Response @@ -51530,11 +51515,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *48 - '500': *115 - '400': *13 - '404': *5 - '409': *156 + Link: *49 + '500': *116 + '400': *14 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51602,8 +51587,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51631,8 +51616,8 @@ paths: - *214 - *215 - *333 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51644,7 +51629,7 @@ paths: examples: default: *334 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51715,8 +51700,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -51740,8 +51725,8 @@ paths: - *214 - *215 - *333 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51830,7 +51815,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: - string @@ -51908,22 +51893,22 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array - 'null' - items: *117 + items: *118 head: type: object properties: @@ -51931,13 +51916,13 @@ paths: type: string ref: type: string - repo: *50 + repo: *51 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -51951,13 +51936,13 @@ paths: type: string ref: type: string - repo: *50 + repo: *51 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -51992,7 +51977,7 @@ paths: - review_comments - review_comment - self - author_association: *51 + author_association: *52 auto_merge: &433 title: Auto merge description: The status of auto merging a pull request. @@ -52000,7 +51985,7 @@ paths: - object - 'null' properties: - enabled_by: *3 + enabled_by: *4 merge_method: type: string description: The merge method to use. @@ -52537,8 +52522,8 @@ paths: auto_merge: draft: false headers: - Link: *48 - '409': *156 + Link: *49 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52595,8 +52580,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 - &338 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -52697,11 +52682,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *14 - '404': *5 - '500': *115 - '503': *53 - '409': *156 + '422': *15 + '404': *6 + '500': *116 + '503': *54 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52741,8 +52726,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 - name: app_id in: query required: false @@ -52767,7 +52752,7 @@ paths: examples: default: *341 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52800,8 +52785,8 @@ paths: type: integer example: 1 - *339 - - *16 - *17 + - *18 responses: '200': description: Response @@ -52992,7 +52977,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53020,8 +53005,8 @@ paths: - *214 - *215 - *338 - - *16 - *17 + - *18 responses: '200': description: Response @@ -53090,7 +53075,7 @@ paths: type: string total_count: type: integer - repository: *105 + repository: *106 commit_url: type: string format: uri @@ -53201,7 +53186,7 @@ paths: hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks commit_url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53224,8 +53209,8 @@ paths: - *214 - *215 - *338 - - *16 - *17 + - *18 responses: '200': description: Response @@ -53267,7 +53252,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 required: - url - avatar_url @@ -53313,7 +53298,7 @@ paths: type: User site_admin: false headers: - Link: *48 + Link: *49 '301': *226 x-github: githubCloudOnly: false @@ -53396,7 +53381,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 contributing: anyOf: - type: 'null' @@ -53542,8 +53527,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 - name: basehead description: The base branch and head branch to compare. This parameter expects the format `BASE...HEAD`. Both must be branch names in `repo`. To compare @@ -53856,9 +53841,9 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" - '404': *5 - '500': *115 - '503': *53 + '404': *6 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54476,8 +54461,8 @@ paths: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - '404': *5 - '403': *26 + '404': *6 + '403': *27 '302': *346 x-github: githubCloudOnly: false @@ -54790,9 +54775,9 @@ paths: reason: unsigned signature: payload: - '404': *5 - '422': *14 - '409': *156 + '404': *6 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54910,10 +54895,10 @@ paths: reason: unsigned signature: payload: - '422': *14 - '404': *5 - '409': *156 - '503': *53 + '422': *15 + '404': *6 + '409': *157 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54941,8 +54926,8 @@ paths: required: false schema: type: string - - *16 - *17 + - *18 responses: '200': description: If repository contains content @@ -55033,11 +55018,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *48 + Link: *49 '204': description: Response if repository is empty - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55058,19 +55043,19 @@ paths: parameters: - *214 - *215 - - *118 - *119 - *120 - *121 + - *122 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *122 - *123 - - *36 + - *124 + - *37 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -55087,10 +55072,10 @@ paths: schema: type: integer default: 30 - - *37 - *38 - - *124 + - *39 - *125 + - *126 responses: '200': description: Response @@ -55102,7 +55087,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *42 + number: *43 state: type: string description: The state of the Dependabot alert. @@ -55117,7 +55102,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *39 + package: *40 manifest_path: type: string description: The full path to the dependency manifest file, @@ -55134,16 +55119,16 @@ paths: - runtime - security_advisory: *348 - security_vulnerability: *40 - url: *45 - html_url: *46 - created_at: *43 - updated_at: *44 - dismissed_at: *111 + security_vulnerability: *41 + url: *46 + html_url: *47 + created_at: *44 + updated_at: *45 + dismissed_at: *112 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -55163,7 +55148,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *110 + fixed_at: *111 auto_dismissed_at: *349 required: - number @@ -55353,11 +55338,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55388,7 +55373,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *42 + schema: *43 responses: '200': description: Response @@ -55475,9 +55460,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '403': *26 - '404': *5 + '304': *35 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55640,11 +55625,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *13 - '403': *26 - '404': *5 - '409': *156 - '422': *6 + '400': *14 + '403': *27 + '404': *6 + '409': *157 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55668,8 +55653,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -55717,7 +55702,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55770,7 +55755,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '200': description: Response @@ -55804,7 +55789,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 requestBody: required: true content: @@ -55832,7 +55817,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -55858,7 +55843,7 @@ paths: parameters: - *214 - *215 - - *103 + - *104 responses: '204': description: Response @@ -56031,14 +56016,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false category: dependency-graph @@ -56249,9 +56234,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *48 - '404': *5 - '403': *26 + Link: *49 + '404': *6 + '403': *27 x-github: githubCloudOnly: false category: dependency-graph @@ -56575,8 +56560,8 @@ paths: - string - 'null' default: none - - *16 - *17 + - *18 responses: '200': description: Response @@ -56588,7 +56573,7 @@ paths: examples: default: *357 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56791,7 +56776,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56861,7 +56846,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56893,8 +56878,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56914,8 +56899,8 @@ paths: - *214 - *215 - *358 - - *16 - *17 + - *18 responses: '200': description: Response @@ -56957,7 +56942,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 description: description: A short description of the status. default: '' @@ -57016,7 +57001,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -57065,8 +57050,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57203,7 +57188,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57236,7 +57221,7 @@ paths: schema: *359 examples: default: *360 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57294,8 +57279,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57319,8 +57304,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57442,8 +57427,8 @@ paths: type: *361 reviewer: anyOf: - - *3 - - *117 + - *4 + - *118 required: - id - node_id @@ -57748,7 +57733,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57795,8 +57780,8 @@ paths: - *214 - *215 - *363 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58290,8 +58275,8 @@ paths: - *363 - *215 - *214 + - *18 - *17 - - *16 responses: '200': description: A list of custom deployment rule integrations available for @@ -58414,8 +58399,8 @@ paths: - *214 - *215 - *363 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58435,7 +58420,7 @@ paths: examples: default: *262 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58493,7 +58478,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 responses: '200': description: Response @@ -58526,7 +58511,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 requestBody: required: true content: @@ -58557,7 +58542,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -58586,7 +58571,7 @@ paths: - *214 - *215 - *363 - - *103 + - *104 responses: '204': description: Default response @@ -58615,7 +58600,7 @@ paths: - *215 - *363 - *236 - - *17 + - *18 responses: '200': description: Response @@ -58635,7 +58620,7 @@ paths: examples: default: *266 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58685,7 +58670,7 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -58713,7 +58698,7 @@ paths: - *214 - *215 - *363 - - *107 + - *108 responses: '200': description: Response @@ -58744,7 +58729,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 - *363 requestBody: required: true @@ -58789,7 +58774,7 @@ paths: parameters: - *214 - *215 - - *107 + - *108 - *363 responses: '204': @@ -58813,8 +58798,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58822,7 +58807,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: 200-response: value: @@ -58903,8 +58888,8 @@ paths: - stargazers - watchers default: newest - - *16 - *17 + - *18 responses: '200': description: Response @@ -58912,7 +58897,7 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: value: @@ -59025,8 +59010,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *48 - '400': *13 + Link: *49 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59084,10 +59069,10 @@ paths: schema: *225 examples: default: *227 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59155,10 +59140,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *5 - '409': *156 - '403': *26 - '422': *14 + '404': *6 + '409': *157 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59233,10 +59218,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *5 - '422': *14 - '403': *26 - '409': *156 + '404': *6 + '422': *15 + '403': *27 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59561,9 +59546,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59649,8 +59634,8 @@ paths: reason: unsigned signature: payload: - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59747,8 +59732,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *48 - '409': *156 + Link: *49 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59787,8 +59772,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59845,8 +59830,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59899,8 +59884,8 @@ paths: schema: *378 examples: default: *379 - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59922,8 +59907,8 @@ paths: responses: '204': description: Response - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60129,8 +60114,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60190,8 +60175,8 @@ paths: schema: *381 examples: default: *382 - '404': *5 - '409': *156 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60380,10 +60365,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *14 - '404': *5 - '403': *26 - '409': *156 + '422': *15 + '404': *6 + '403': *27 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60469,9 +60454,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60491,8 +60476,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -60532,7 +60517,7 @@ paths: examples: - push - pull_request - config: *11 + config: *12 updated_at: type: string format: date-time @@ -60621,8 +60606,8 @@ paths: status: unused message: headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60659,10 +60644,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -60724,9 +60709,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60746,7 +60731,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '200': description: Response @@ -60755,7 +60740,7 @@ paths: schema: *384 examples: default: *385 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60776,7 +60761,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 requestBody: required: true content: @@ -60784,7 +60769,7 @@ paths: schema: type: object properties: - config: *11 + config: *12 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -60824,8 +60809,8 @@ paths: schema: *384 examples: default: *385 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60843,11 +60828,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60869,15 +60854,15 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60898,7 +60883,7 @@ paths: parameters: - *214 - *215 - - *131 + - *132 requestBody: required: false content: @@ -60907,10 +60892,10 @@ paths: type: object additionalProperties: false properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Example of updating content type and URL @@ -60922,9 +60907,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60944,9 +60929,9 @@ paths: parameters: - *214 - *215 - - *131 - - *16 - *132 + - *17 + - *133 - name: redelivery in: query required: false @@ -60959,11 +60944,11 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *134 - '400': *13 - '422': *14 + default: *135 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60982,18 +60967,18 @@ paths: parameters: - *214 - *215 - - *131 - - *15 + - *132 + - *16 responses: '200': description: Response content: application/json: - schema: *135 + schema: *136 examples: - default: *136 - '400': *13 - '422': *14 + default: *137 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61012,12 +60997,12 @@ paths: parameters: - *214 - *215 - - *131 - - *15 + - *132 + - *16 responses: - '202': *86 - '400': *13 - '422': *14 + '202': *87 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61037,11 +61022,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61063,11 +61048,11 @@ paths: parameters: - *214 - *215 - - *131 + - *132 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61249,12 +61234,12 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '404': *5 + '404': *6 '503': &387 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61350,8 +61335,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61601,7 +61586,7 @@ paths: name: svner@example.com url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import - '404': *5 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61668,8 +61653,8 @@ paths: name: Hubot url: https://api.github.com/repos/octocat/socm/import/authors/2268557 import_url: https://api.github.com/repos/octocat/socm/import - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *387 x-github: githubCloudOnly: false @@ -61793,7 +61778,7 @@ paths: schema: *386 examples: default: *389 - '422': *14 + '422': *15 '503': *387 x-github: githubCloudOnly: false @@ -61824,11 +61809,11 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *390 '301': *226 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -61856,7 +61841,7 @@ paths: application/json: schema: anyOf: - - *138 + - *139 - type: object properties: {} additionalProperties: false @@ -61904,7 +61889,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: *392 '409': @@ -61954,8 +61939,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62079,7 +62064,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62098,7 +62083,7 @@ paths: parameters: - *214 - *215 - - *142 + - *143 requestBody: required: false content: @@ -62260,7 +62245,7 @@ paths: parameters: - *214 - *215 - - *142 + - *143 responses: '204': description: Response @@ -62334,7 +62319,7 @@ paths: required: false schema: type: string - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -62346,10 +62331,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -62357,7 +62342,7 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: default: value: @@ -62506,10 +62491,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *48 + Link: *49 '301': *226 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62618,7 +62603,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: &397 value: @@ -62771,11 +62756,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *13 - '403': *26 - '422': *14 - '503': *53 - '404': *5 + '400': *14 + '403': *27 + '422': *15 + '503': *54 + '404': *6 '410': *223 x-github: triggersNotification: true @@ -62806,7 +62791,7 @@ paths: parameters: - *214 - *215 - - *74 + - *75 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -62816,9 +62801,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -62859,9 +62844,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *48 - '422': *14 - '404': *5 + Link: *49 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62888,7 +62873,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -62926,7 +62911,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62952,7 +62937,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -62977,7 +62962,7 @@ paths: schema: *394 examples: default: *395 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62996,7 +62981,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response @@ -63018,7 +63003,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -63035,8 +63020,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -63048,8 +63033,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63069,7 +63054,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -63111,7 +63096,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63133,7 +63118,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -63156,8 +63141,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63187,7 +63172,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 event: type: string examples: @@ -63212,7 +63197,7 @@ paths: issue: anyOf: - type: 'null' - - *65 + - *66 label: title: Issue Event Label description: Issue Event Label @@ -63232,20 +63217,20 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assigner: anyOf: - type: 'null' - - *3 + - *4 review_requester: anyOf: - type: 'null' - - *3 + - *4 requested_reviewer: anyOf: - type: 'null' - - *3 - requested_team: *117 + - *4 + requested_team: *118 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63312,7 +63297,7 @@ paths: required: - from - to - author_association: *51 + author_association: *52 lock_reason: type: - string @@ -63320,7 +63305,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -63486,8 +63471,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63708,9 +63693,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *5 + '404': *6 '410': *223 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63759,13 +63744,13 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 '301': *226 - '404': *5 + '404': *6 '410': *223 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63898,14 +63883,14 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 - '422': *14 - '503': *53 - '403': *26 + '422': *15 + '503': *54 + '403': *27 '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -63952,7 +63937,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 x-github: @@ -63997,7 +63982,7 @@ paths: description: Response content: application/json: - schema: *65 + schema: *66 examples: default: *397 x-github: @@ -64036,7 +64021,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64066,9 +64051,9 @@ paths: - *214 - *215 - *398 - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -64080,8 +64065,8 @@ paths: examples: default: *399 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -64143,10 +64128,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *26 + '403': *27 '410': *223 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -64167,8 +64152,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -64191,7 +64176,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64207,7 +64192,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -64240,7 +64225,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64256,7 +64241,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -64288,7 +64273,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64301,9 +64286,9 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 - assignee: *3 - assigner: *3 + performed_via_github_app: *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -64326,7 +64311,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64342,9 +64327,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 - assigner: *3 + - *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -64368,7 +64353,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64384,7 +64369,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -64414,7 +64399,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64430,7 +64415,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -64460,7 +64445,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64476,7 +64461,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 rename: type: object properties: @@ -64509,7 +64494,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64525,10 +64510,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *117 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *118 + requested_reviewer: *4 required: - review_requester - id @@ -64551,7 +64536,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64567,10 +64552,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *117 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *118 + requested_reviewer: *4 required: - review_requester - id @@ -64593,7 +64578,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64609,7 +64594,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 dismissed_review: type: object properties: @@ -64649,7 +64634,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64665,7 +64650,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 lock_reason: type: - string @@ -64694,7 +64679,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64710,7 +64695,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64755,7 +64740,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64771,7 +64756,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64816,7 +64801,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64832,7 +64817,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -64877,7 +64862,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -64890,7 +64875,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 + performed_via_github_app: *5 project_card: type: object properties: @@ -64958,7 +64943,7 @@ paths: name: label color: red headers: - Link: *48 + Link: *49 '410': *223 x-github: githubCloudOnly: false @@ -64979,8 +64964,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65056,9 +65041,9 @@ paths: color: a2eeef default: false headers: - Link: *48 + Link: *49 '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65141,9 +65126,9 @@ paths: examples: default: *401 '301': *226 - '404': *5 + '404': *6 '410': *223 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65225,9 +65210,9 @@ paths: examples: default: *401 '301': *226 - '404': *5 + '404': *6 '410': *223 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65250,7 +65235,7 @@ paths: '204': description: Response '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65297,7 +65282,7 @@ paths: color: f29513 default: true '301': *226 - '404': *5 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65348,10 +65333,10 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 '410': *223 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65373,8 +65358,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65410,8 +65395,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -65423,8 +65408,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -65487,7 +65472,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65533,8 +65518,8 @@ paths: - *214 - *215 - *398 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65566,7 +65551,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 id: description: Unique identifier of the issue comment type: integer @@ -65593,7 +65578,7 @@ paths: html_url: type: string format: uri - user: *3 + user: *4 created_at: type: string format: date-time @@ -65607,12 +65592,12 @@ paths: issue_url: type: string format: uri - author_association: *51 + author_association: *52 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - event - actor @@ -65631,7 +65616,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 created_at: type: string format: date-time @@ -65643,7 +65628,7 @@ paths: properties: type: type: string - issue: *65 + issue: *66 required: - event - created_at @@ -65801,7 +65786,7 @@ paths: type: string examples: - MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *3 + user: *4 body: description: The text of the review. type: @@ -65855,7 +65840,7 @@ paths: type: string body_text: type: string - author_association: *51 + author_association: *52 required: - event - id @@ -65951,7 +65936,7 @@ paths: type: integer examples: - 8 - user: *3 + user: *4 body: description: The text of the comment. type: string @@ -65981,7 +65966,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *51 + author_association: *52 _links: type: object properties: @@ -66076,7 +66061,7 @@ paths: enum: - line - file - reactions: *52 + reactions: *53 body_html: type: string examples: @@ -66125,7 +66110,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66141,8 +66126,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -66164,7 +66149,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66180,8 +66165,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -66203,7 +66188,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -66219,7 +66204,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 state_reason: type: - string @@ -66387,8 +66372,8 @@ paths: type: User site_admin: true headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 '410': *223 x-github: githubCloudOnly: false @@ -66408,8 +66393,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -66465,7 +66450,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66536,7 +66521,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66570,7 +66555,7 @@ paths: schema: *415 examples: default: *416 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66611,8 +66596,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -66624,8 +66609,8 @@ paths: examples: default: *401 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66696,8 +66681,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66729,7 +66714,7 @@ paths: schema: *400 examples: default: *418 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66946,7 +66931,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 required: - _links - git_url @@ -67009,7 +66994,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67137,8 +67122,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67188,8 +67173,8 @@ paths: - asc - desc default: asc - - *16 - *17 + - *18 responses: '200': description: Response @@ -67236,8 +67221,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67337,8 +67322,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67372,7 +67357,7 @@ paths: schema: *336 examples: default: *420 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67452,7 +67437,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67472,8 +67457,8 @@ paths: - *214 - *215 - *421 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67485,7 +67470,7 @@ paths: examples: default: *401 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67506,10 +67491,10 @@ paths: - *215 - *422 - *423 - - *55 + - *56 - *424 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67517,11 +67502,11 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: default: *425 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67771,7 +67756,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67851,8 +67836,8 @@ paths: schema: *426 examples: default: *427 - '422': *14 - '409': *156 + '422': *15 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67951,9 +67936,9 @@ paths: responses: '204': description: Response - '422': *14 - '400': *13 - '409': *156 + '422': *15 + '400': *14 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67979,9 +67964,9 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 - '409': *156 + '422': *15 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68003,8 +67988,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -68034,7 +68019,7 @@ paths: pusher: anyOf: - type: 'null' - - *3 + - *4 commit: type: string duration: @@ -68085,7 +68070,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68331,9 +68316,9 @@ paths: id: 4fd754f7e594640989b406850d0bc8f06a121251 status_url: https://api.github.com/repos/github/developer.github.com/pages/deployments/4fd754f7e594640989b406850d0bc8f06a121251/status page_url: developer.github.com - '400': *13 - '422': *14 - '404': *5 + '400': *14 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68393,7 +68378,7 @@ paths: default: value: status: succeed - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68417,8 +68402,8 @@ paths: - *215 - *430 responses: - '204': *173 - '404': *5 + '204': *174 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68711,7 +68696,7 @@ paths: description: Empty response content: application/json: - schema: *104 + schema: *105 examples: default: value: @@ -68719,7 +68704,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68758,7 +68743,7 @@ paths: default: value: enabled: true - '422': *13 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68779,8 +68764,8 @@ paths: - *214 - *215 responses: - '204': *173 - '422': *13 + '204': *174 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68801,8 +68786,8 @@ paths: - *214 - *215 responses: - '204': *173 - '422': *13 + '204': *174 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68835,8 +68820,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -68844,7 +68829,7 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: default: value: @@ -68880,12 +68865,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *48 - '401': *22 - '403': *26 - '404': *5 + Link: *49 + '401': *23 + '403': *27 + '404': *6 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68931,14 +68916,14 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: *222 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': *223 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68966,7 +68951,7 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: default: value: @@ -68976,8 +68961,8 @@ paths: value: web - property_name: team value: octocat - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69010,7 +68995,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *179 + items: *180 required: - properties examples: @@ -69027,9 +69012,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69114,8 +69099,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -69127,9 +69112,9 @@ paths: examples: default: *432 headers: - Link: *48 - '304': *34 - '422': *14 + Link: *49 + '304': *35 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,7 +69299,7 @@ paths: type: string examples: - Amazing new feature - user: *3 + user: *4 body: type: - string @@ -69394,17 +69379,17 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array @@ -70146,7 +70131,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 pushed_at: type: string format: date-time @@ -70348,7 +70333,7 @@ paths: - review_comments - review_comment - self - author_association: *51 + author_association: *52 auto_merge: *433 draft: description: Indicates whether or not the pull request is a draft. @@ -70376,7 +70361,7 @@ paths: merged_by: anyOf: - type: 'null' - - *3 + - *4 comments: type: integer examples: @@ -70950,8 +70935,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -70998,9 +70983,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -71062,7 +71047,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71089,7 +71074,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '200': description: Response @@ -71148,7 +71133,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71174,7 +71159,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -71216,11 +71201,11 @@ paths: parameters: - *214 - *215 - - *64 + - *65 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71239,7 +71224,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -71256,8 +71241,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -71269,8 +71254,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71290,7 +71275,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 requestBody: required: true content: @@ -71332,7 +71317,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71354,7 +71339,7 @@ paths: parameters: - *214 - *215 - - *64 + - *65 - *210 responses: '204': @@ -71416,10 +71401,10 @@ paths: schema: *436 examples: default: *437 - '304': *34 - '404': *5 - '500': *115 - '503': *53 + '304': *35 + '404': *6 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71493,8 +71478,8 @@ paths: schema: *436 examples: default: *437 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71577,7 +71562,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -71585,13 +71570,13 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71620,7 +71605,7 @@ paths: - *214 - *215 - *438 - - *74 + - *75 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -71630,9 +71615,9 @@ paths: enum: - asc - desc - - *55 - - *16 + - *56 - *17 + - *18 responses: '200': description: Response @@ -71644,7 +71629,7 @@ paths: examples: default: *439 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71841,8 +71826,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -71874,7 +71859,7 @@ paths: - *214 - *215 - *438 - - *64 + - *65 requestBody: required: true content: @@ -71954,7 +71939,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *5 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -71986,8 +71971,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71999,7 +71984,7 @@ paths: examples: default: *440 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72031,8 +72016,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72056,10 +72041,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *48 - '422': *14 - '500': *115 - '503': *53 + Link: *49 + '422': *15 + '500': *116 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72193,9 +72178,9 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -72232,10 +72217,10 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *117 + items: *118 required: - users - teams @@ -72276,7 +72261,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72851,7 +72836,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *26 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -73385,7 +73370,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73413,8 +73398,8 @@ paths: - *214 - *215 - *438 - - *16 - *17 + - *18 responses: '200': description: The list of reviews returns in chronological order. @@ -73439,7 +73424,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: description: The text of the review. type: string @@ -73495,7 +73480,7 @@ paths: type: string body_text: type: string - author_association: *51 + author_association: *52 required: - id - node_id @@ -73544,7 +73529,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73706,8 +73691,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 - '403': *26 + '422': *7 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -73785,7 +73770,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73873,7 +73858,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73909,8 +73894,8 @@ paths: schema: *441 examples: default: *443 - '422': *6 - '404': *5 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73939,8 +73924,8 @@ paths: - *215 - *438 - *442 - - *16 - *17 + - *18 responses: '200': description: Response @@ -74005,7 +73990,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: string examples: @@ -74030,7 +74015,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *51 + author_association: *52 _links: type: object properties: @@ -74045,7 +74030,7 @@ paths: type: string body_html: type: string - reactions: *52 + reactions: *53 side: description: The side of the first line of the range for a multi-line comment. @@ -74158,8 +74143,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74257,8 +74242,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74324,9 +74309,9 @@ paths: schema: *441 examples: default: *444 - '404': *5 - '422': *6 - '403': *26 + '404': *6 + '422': *7 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74386,8 +74371,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74443,8 +74428,8 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74491,8 +74476,8 @@ paths: schema: *445 examples: default: *446 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74514,8 +74499,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -74592,7 +74577,7 @@ paths: - string - 'null' format: date-time - author: *3 + author: *4 assets: type: array items: &448 @@ -74640,7 +74625,7 @@ paths: uploader: anyOf: - type: 'null' - - *3 + - *4 required: - id - name @@ -74665,7 +74650,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *52 + reactions: *53 required: - assets_url - upload_url @@ -74755,8 +74740,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74933,8 +74918,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *14 + schema: *3 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -75004,7 +74989,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 '302': *346 x-github: githubCloudOnly: false @@ -75163,7 +75148,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75226,7 +75211,7 @@ paths: schema: *447 examples: default: *451 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75357,7 +75342,7 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75398,8 +75383,8 @@ paths: - *214 - *215 - *452 - - *16 - *17 + - *18 responses: '200': description: Response @@ -75443,7 +75428,7 @@ paths: type: User site_admin: false headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75586,8 +75571,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -75599,8 +75584,8 @@ paths: examples: default: *209 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75660,7 +75645,7 @@ paths: schema: *207 examples: default: *208 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75710,8 +75695,8 @@ paths: - *214 - *215 - *282 - - *16 - *17 + - *18 responses: '200': description: Response @@ -75827,8 +75812,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -75844,7 +75829,7 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: default: value: @@ -75874,8 +75859,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/314 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -75910,16 +75895,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *181 + items: *185 + conditions: *182 rules: type: array description: An array of rules within the ruleset. - items: *186 + items: *187 required: - name - enforcement @@ -75950,7 +75935,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: &477 value: @@ -75984,8 +75969,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/42 created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -76011,8 +75996,8 @@ paths: - *469 - *470 - *471 - - *16 - *17 + - *18 responses: '200': description: Response @@ -76021,8 +76006,8 @@ paths: schema: *472 examples: default: *473 - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76052,8 +76037,8 @@ paths: schema: *475 examples: default: *476 - '404': *5 - '500': *115 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76096,11 +76081,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: *477 - '404': *5 - '500': *115 + '404': *6 + '500': *116 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -76141,16 +76126,16 @@ paths: enum: - branch - tag - enforcement: *183 + enforcement: *184 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *184 - conditions: *181 + items: *185 + conditions: *182 rules: description: An array of rules within the ruleset. type: array - items: *186 + items: *187 examples: default: value: @@ -76178,11 +76163,11 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: *477 - '404': *5 - '500': *115 + '404': *6 + '500': *116 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -76209,8 +76194,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *115 + '404': *6 + '500': *116 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -76229,16 +76214,16 @@ paths: parameters: - *214 - *215 - - *189 - *190 - *191 - *192 - - *36 + - *193 + - *37 + - *18 - *17 - - *16 - *478 - *479 - - *193 + - *194 responses: '200': description: Response @@ -76249,14 +76234,14 @@ paths: items: &482 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -76274,7 +76259,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -76300,7 +76285,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -76391,7 +76376,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76442,11 +76427,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *34 + '304': *35 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76544,7 +76529,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *53 + '503': *54 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -76569,8 +76554,8 @@ paths: - *214 - *215 - *313 + - *18 - *17 - - *16 responses: '200': description: Response @@ -76932,11 +76917,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *48 + Link: *49 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *53 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76960,7 +76945,7 @@ paths: parameters: - *214 - *215 - - *36 + - *37 - name: sort description: The property to sort the results by. in: query @@ -76972,8 +76957,8 @@ paths: - updated - published default: created - - *37 - *38 + - *39 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -77006,8 +76991,8 @@ paths: items: *483 examples: default: *484 - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77061,7 +77046,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77406,9 +77391,9 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha} - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77457,7 +77442,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77658,9 +77643,9 @@ paths: permission: admin parent: private_fork: - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77696,8 +77681,8 @@ paths: schema: *483 examples: default: *486 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77753,7 +77738,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *196 + ecosystem: *1 name: type: - string @@ -77896,13 +77881,13 @@ paths: examples: default: *486 add_credit: *486 - '403': *26 - '404': *5 + '403': *27 + '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *84 + schema: *85 examples: invalid_state_transition: value: @@ -77937,11 +77922,11 @@ paths: - *215 - *485 responses: - '202': *86 - '400': *13 - '403': *26 - '404': *5 - '422': *14 + '202': *87 + '400': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77972,10 +77957,10 @@ paths: schema: *225 examples: default: *227 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77999,8 +77984,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78009,7 +77994,7 @@ paths: schema: anyOf: - type: array - items: *3 + items: *4 - type: array items: title: Stargazer @@ -78022,7 +78007,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - starred_at - user @@ -78072,8 +78057,8 @@ paths: type: User site_admin: false headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78117,8 +78102,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *86 - '204': *173 + '202': *87 + '204': *174 '422': description: Repository contains more than 10,000 commits x-github: @@ -78189,8 +78174,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *86 - '204': *173 + '202': *87 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78233,7 +78218,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 total: type: integer examples: @@ -78288,8 +78273,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *86 - '204': *173 + '202': *87 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78442,7 +78427,7 @@ paths: - 1 - 10 - 3 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78490,7 +78475,7 @@ paths: - - 0 - 2 - 21 - '204': *173 + '204': *174 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78623,8 +78608,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78632,11 +78617,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78714,7 +78699,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78811,8 +78796,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -78869,7 +78854,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78930,8 +78915,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78978,8 +78963,8 @@ paths: default: value: enabled: true - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79009,8 +78994,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79070,8 +79055,8 @@ paths: parameters: - *214 - *215 - - *16 - *17 + - *18 responses: '200': description: Response @@ -79079,12 +79064,12 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: - default: *159 + default: *160 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79103,8 +79088,8 @@ paths: parameters: - *214 - *215 + - *18 - *17 - - *16 responses: '200': description: Response @@ -79129,7 +79114,7 @@ paths: - atom - electron - api - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79180,8 +79165,8 @@ paths: schema: *491 examples: default: *492 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79303,7 +79288,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79398,7 +79383,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79460,7 +79445,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79558,7 +79543,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79616,7 +79601,7 @@ paths: description: Response content: application/json: - schema: *105 + schema: *106 examples: default: value: @@ -80063,7 +80048,7 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: value: @@ -80138,8 +80123,8 @@ paths: example: ; rel="next" schema: type: string - '422': *14 - '304': *34 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80211,8 +80196,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -80251,7 +80236,7 @@ paths: html_url: type: string format: uri - repository: *105 + repository: *106 score: type: number file_size: @@ -80384,10 +80369,10 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *34 - '503': *53 - '422': *14 - '403': *26 + '304': *35 + '503': *54 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80446,8 +80431,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -80532,7 +80517,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' @@ -80548,7 +80533,7 @@ paths: type: string sha: type: string - repository: *105 + repository: *106 score: type: number node_id: @@ -80682,7 +80667,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80745,8 +80730,8 @@ paths: - created - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80806,11 +80791,11 @@ paths: type: - array - 'null' - items: *3 + items: *4 user: anyOf: - type: 'null' - - *3 + - *4 labels: type: array items: @@ -80842,7 +80827,7 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 milestone: anyOf: - type: 'null' @@ -80898,10 +80883,10 @@ paths: type: string score: type: number - author_association: *51 + author_association: *52 draft: type: boolean - repository: *50 + repository: *51 body_html: type: string body_text: @@ -80912,8 +80897,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *52 + - *5 + reactions: *53 required: - assignee - closed_at @@ -81029,10 +81014,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *53 - '422': *14 - '304': *34 - '403': *26 + '503': *54 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81083,8 +81068,8 @@ paths: - created - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81159,10 +81144,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *34 - '404': *5 - '403': *26 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81213,8 +81198,8 @@ paths: - help-wanted-issues - updated - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81249,7 +81234,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: type: boolean html_url: @@ -81431,7 +81416,7 @@ paths: license: anyOf: - type: 'null' - - *66 + - *67 permissions: type: object properties: @@ -81652,9 +81637,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *53 - '422': *14 - '304': *34 + '503': *54 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81689,8 +81674,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -81900,7 +81885,7 @@ paths: featured: true curated: true score: 1 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81951,8 +81936,8 @@ paths: - repositories - joined - *496 - - *16 - *17 + - *18 responses: '200': description: Response @@ -82118,9 +82103,9 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *34 - '503': *53 - '422': *14 + '304': *35 + '503': *54 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,7 +82140,7 @@ paths: schema: *199 examples: default: *200 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82253,9 +82238,9 @@ paths: schema: *199 examples: default: *200 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82283,8 +82268,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82310,9 +82295,9 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - *497 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -82324,7 +82309,7 @@ paths: examples: default: *498 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82526,9 +82511,9 @@ paths: parameters: - *497 - *203 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -82540,7 +82525,7 @@ paths: examples: default: *500 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82750,8 +82735,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -82763,7 +82748,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82868,8 +82853,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -82881,7 +82866,7 @@ paths: examples: default: *209 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82966,8 +82951,8 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -82975,11 +82960,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 + default: *142 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83014,8 +82999,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -83023,12 +83008,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83054,7 +83039,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: if user is a member @@ -83090,7 +83075,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83100,7 +83085,7 @@ paths: description: Unprocessable Entity if you attempt to add an organization to a team or you attempt to add a user to a team when they are not a member of at least one other team in the same organization - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83129,7 +83114,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83165,7 +83150,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 responses: '200': description: Response @@ -83174,7 +83159,7 @@ paths: schema: *211 examples: response-if-user-is-a-team-maintainer: *502 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83205,7 +83190,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 requestBody: required: false content: @@ -83238,7 +83223,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83265,7 +83250,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *497 - - *109 + - *110 responses: '204': description: Response @@ -83294,8 +83279,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83307,8 +83292,8 @@ paths: examples: default: *504 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83409,8 +83394,8 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83437,8 +83422,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83462,8 +83447,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83471,12 +83456,12 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83687,8 +83672,8 @@ paths: responses: '204': description: Response - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83739,8 +83724,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - *497 - - *16 - *17 + - *18 responses: '200': description: if child teams exist @@ -83748,14 +83733,14 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: response-if-child-teams-exist: *507 headers: - Link: *48 - '404': *5 - '403': *26 - '422': *14 + Link: *49 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84111,9 +84096,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84235,11 +84220,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84256,8 +84241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -84265,13 +84250,13 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + default: *146 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84290,7 +84275,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *109 + - *110 responses: '204': description: If the user is blocked @@ -84298,10 +84283,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84318,15 +84303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84342,14 +84327,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84369,8 +84354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - name: repository_id description: ID of the Repository to filter on in: query @@ -84391,14 +84376,14 @@ paths: type: integer codespaces: type: array - items: *146 + items: *147 examples: - default: *147 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + default: *148 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84532,7 +84517,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *146 + schema: *147 examples: default: *323 '202': @@ -84540,13 +84525,13 @@ paths: being retried in the background content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 - '503': *53 + '401': *23 + '403': *27 + '404': *6 + '503': *54 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84569,8 +84554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -84630,7 +84615,7 @@ paths: examples: default: *325 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84700,7 +84685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 responses: '200': description: Response @@ -84736,7 +84721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 requestBody: required: true content: @@ -84781,14 +84766,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *104 + schema: *105 examples: default: value: '204': description: Response after successfully updating a secret - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84809,7 +84794,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *103 + - *104 responses: '204': description: Response @@ -84834,7 +84819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *103 + - *104 responses: '200': description: Response @@ -84850,7 +84835,7 @@ paths: type: integer repositories: type: array - items: *105 + items: *106 examples: default: value: @@ -85086,10 +85071,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85110,7 +85095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *103 + - *104 requestBody: required: true content: @@ -85139,10 +85124,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85164,7 +85149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *103 + - *104 - name: repository_id in: path required: true @@ -85173,10 +85158,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85197,7 +85182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *103 + - *104 - name: repository_id in: path required: true @@ -85206,10 +85191,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *115 + '401': *23 + '403': *27 + '404': *6 + '500': *116 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85229,20 +85214,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85263,7 +85248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 requestBody: required: false content: @@ -85293,12 +85278,12 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85317,14 +85302,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: - '202': *86 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '202': *87 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85346,7 +85331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '202': description: Response @@ -85413,11 +85398,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *115 - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '500': *116 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85437,7 +85422,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *148 + - *149 - name: export_id in: path required: true @@ -85453,7 +85438,7 @@ paths: schema: *511 examples: default: *512 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85473,7 +85458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *148 + - *149 responses: '200': description: Response @@ -85492,11 +85477,11 @@ paths: items: *324 examples: default: *513 - '304': *34 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85520,7 +85505,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *148 + - *149 requestBody: required: true content: @@ -85573,8 +85558,8 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 + owner: *4 + billable_owner: *4 repository: *225 machine: anyOf: @@ -86354,10 +86339,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false category: codespaces @@ -86376,27 +86361,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '304': *34 - '500': *115 - '400': *13 - '401': *22 + '304': *35 + '500': *116 + '400': *14 + '401': *23 '402': description: Payment required content: application/json: - schema: *2 - '403': *26 - '404': *5 - '409': *156 + schema: *3 + '403': *27 + '404': *6 + '409': *157 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86416,19 +86401,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *146 + schema: *147 examples: default: *323 - '500': *115 - '401': *22 - '403': *26 - '404': *5 + '500': *116 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86454,7 +86439,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: &526 value: @@ -86593,11 +86578,11 @@ paths: primary: true verified: true visibility: private - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86618,8 +86603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86636,11 +86621,11 @@ paths: primary: true visibility: public headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86722,11 +86707,11 @@ paths: primary: false verified: false visibility: - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86786,11 +86771,11 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86807,8 +86792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86816,14 +86801,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86840,8 +86825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -86849,14 +86834,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86873,7 +86858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *109 + - *110 responses: '204': description: if the person is followed by the authenticated user @@ -86881,10 +86866,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86903,14 +86888,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86927,14 +86912,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *109 + - *110 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86954,8 +86939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -87138,11 +87123,11 @@ paths: revoked: false raw_key: string headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87226,11 +87211,11 @@ paths: raw_key: '"-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87265,10 +87250,10 @@ paths: schema: *515 examples: default: *516 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87291,11 +87276,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87317,8 +87302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *16 - *17 + - *18 responses: '200': description: You can find the permissions for the installation under the @@ -87335,7 +87320,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -87430,10 +87415,10 @@ paths: suspended_at: suspended_by: headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87455,9 +87440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *20 - - *16 + - *21 - *17 + - *18 responses: '200': description: The access the user has to each repository is included in the @@ -87476,14 +87461,14 @@ paths: type: string repositories: type: array - items: *50 + items: *51 examples: default: *518 headers: - Link: *48 - '404': *5 - '403': *26 - '304': *34 + Link: *49 + '404': *6 + '403': *27 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87501,14 +87486,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *20 - - *91 + - *21 + - *92 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87526,14 +87511,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *20 - - *91 + - *21 + - *92 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -87561,12 +87546,12 @@ paths: application/json: schema: anyOf: - - *138 + - *139 - type: object properties: {} additionalProperties: false examples: - default: *139 + default: *140 '204': description: Response when there are no restrictions x-github: @@ -87601,14 +87586,14 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87684,7 +87669,7 @@ paths: - closed - all default: open - - *143 + - *144 - name: sort description: What to sort results by. in: query @@ -87696,10 +87681,10 @@ paths: - updated - comments default: created - - *36 - - *55 - - *16 + - *37 + - *56 - *17 + - *18 responses: '200': description: Response @@ -87707,13 +87692,13 @@ paths: application/json: schema: type: array - items: *65 + items: *66 examples: - default: *144 + default: *145 headers: - Link: *48 - '404': *5 - '304': *34 + Link: *49 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87733,8 +87718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -87788,11 +87773,11 @@ paths: verified: false read_only: false headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87850,11 +87835,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87883,10 +87868,10 @@ paths: schema: *519 examples: default: *520 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87909,10 +87894,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87929,8 +87914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88006,7 +87991,7 @@ paths: - id - type - login - plan: *68 + plan: *69 required: - billing_cycle - next_billing_date @@ -88050,10 +88035,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *48 - '304': *34 - '401': *22 - '404': *5 + Link: *49 + '304': *35 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88070,8 +88055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88083,9 +88068,9 @@ paths: examples: default: *522 headers: - Link: *48 - '304': *34 - '401': *22 + Link: *49 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88112,8 +88097,8 @@ paths: enum: - active - pending - - *16 - *17 + - *18 responses: '200': description: Response @@ -88121,7 +88106,7 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: default: value: @@ -88198,11 +88183,11 @@ paths: type: User site_admin: false headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *49 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88223,13 +88208,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *81 + - *82 responses: '200': description: Response content: application/json: - schema: *151 + schema: *152 examples: default: value: @@ -88269,8 +88254,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88287,7 +88272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *81 + - *82 requestBody: required: true content: @@ -88312,7 +88297,7 @@ paths: description: Response content: application/json: - schema: *151 + schema: *152 examples: default: value: @@ -88352,9 +88337,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88371,8 +88356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-user-migrations parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -88380,7 +88365,7 @@ paths: application/json: schema: type: array - items: *153 + items: *154 examples: default: value: @@ -88533,10 +88518,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88642,7 +88627,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -88794,10 +88779,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88822,7 +88807,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *154 + - *155 - name: exclude in: query required: false @@ -88835,7 +88820,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -88988,10 +88973,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89029,13 +89014,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *154 + - *155 responses: '302': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89055,14 +89040,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *154 + - *155 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89084,15 +89069,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *154 + - *155 - *523 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89109,9 +89094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *154 - - *16 + - *155 - *17 + - *18 responses: '200': description: Response @@ -89119,12 +89104,12 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '404': *5 + Link: *49 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89144,8 +89129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -89153,14 +89138,14 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: *524 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89198,8 +89183,8 @@ paths: - nuget - container - *525 + - *18 - *17 - - *16 responses: '200': description: Response @@ -89207,7 +89192,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 '400': *527 @@ -89230,14 +89215,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: &538 value: @@ -89352,14 +89337,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89383,8 +89368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *162 - *163 + - *164 - name: token description: package token schema: @@ -89394,9 +89379,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89416,10 +89401,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *162 - *163 + - *164 + - *18 - *17 - - *16 - name: state in: query required: false @@ -89437,7 +89422,7 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: default: value: @@ -89464,9 +89449,9 @@ paths: package_type: container container: tags: [] - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89486,15 +89471,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -89530,15 +89515,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89562,15 +89547,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *162 - *163 - - *165 + - *164 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89622,7 +89607,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -89657,10 +89642,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89682,8 +89667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -89695,11 +89680,11 @@ paths: examples: default: *528 headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89777,8 +89762,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 - name: since description: 'Only show repositories updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -89804,7 +89789,7 @@ paths: application/json: schema: type: array - items: *50 + items: *51 examples: default: &535 summary: Default response @@ -89926,10 +89911,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90126,12 +90111,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *22 - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '400': *13 + '401': *23 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90149,8 +90134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90162,11 +90147,11 @@ paths: examples: default: *529 headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90183,14 +90168,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *142 + - *143 responses: '204': description: Response - '403': *26 - '409': *156 - '404': *5 - '304': *34 + '403': *27 + '409': *157 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90206,14 +90191,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *142 + - *143 responses: '204': description: Response - '409': *156 - '304': *34 - '404': *5 - '403': *26 + '409': *157 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90230,8 +90215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90261,11 +90246,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90322,11 +90307,11 @@ paths: items: *530 examples: default: *531 - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90376,11 +90361,11 @@ paths: responses: '204': description: Response - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90400,8 +90385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90442,11 +90427,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90505,11 +90490,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90544,10 +90529,10 @@ paths: schema: *532 examples: default: *533 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90570,10 +90555,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90608,9 +90593,9 @@ paths: - created - updated default: created - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -90618,7 +90603,7 @@ paths: application/json: schema: type: array - items: *50 + items: *51 examples: default-response: *535 application/vnd.github.v3.star+json: @@ -90632,7 +90617,7 @@ paths: starred_at: type: string format: date-time - repo: *50 + repo: *51 required: - starred_at - repo @@ -90760,10 +90745,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90789,10 +90774,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *22 - '304': *34 - '403': *26 + schema: *3 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90814,10 +90799,10 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 - '401': *22 - '304': *34 + '403': *27 + '404': *6 + '401': *23 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90839,10 +90824,10 @@ paths: responses: '204': description: Response - '404': *5 - '401': *22 - '304': *34 - '403': *26 + '404': *6 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90859,8 +90844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90868,14 +90853,14 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 - '304': *34 - '403': *26 - '401': *22 + Link: *49 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90898,8 +90883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -90958,10 +90943,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *48 - '304': *34 - '404': *5 - '403': *26 + Link: *49 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90982,7 +90967,7 @@ paths: url: https://docs.github.com/rest/users/users#list-users parameters: - *536 - - *16 + - *17 responses: '200': description: Response @@ -90990,15 +90975,15 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: Link: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91020,7 +91005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -91106,7 +91091,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91126,7 +91111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -91134,11 +91119,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91156,9 +91141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91166,7 +91151,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91234,10 +91219,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *109 - - *81 - - *16 + - *110 + - *82 - *17 + - *18 responses: '200': description: Response @@ -91245,7 +91230,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91322,9 +91307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91332,7 +91317,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -91399,9 +91384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91409,11 +91394,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91430,9 +91415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91440,11 +91425,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *145 + default: *146 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91461,7 +91446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *109 + - *110 - name: target_user in: path required: true @@ -91488,10 +91473,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *109 - - *55 - - *16 + - *110 + - *56 - *17 + - *18 responses: '200': description: Response @@ -91499,12 +91484,12 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: - default: *57 + default: *58 headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91522,9 +91507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91536,7 +91521,7 @@ paths: examples: default: *537 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91558,7 +91543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *109 + - *110 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -91609,8 +91594,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91630,13 +91615,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *390 x-github: @@ -91656,9 +91641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91684,7 +91669,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91704,9 +91689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -91714,11 +91699,11 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: default: *524 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91756,9 +91741,9 @@ paths: - nuget - container - *525 - - *109 + - *110 + - *18 - *17 - - *16 responses: '200': description: Response @@ -91766,11 +91751,11 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: *526 - '403': *26 - '401': *22 + '403': *27 + '401': *23 '400': *527 x-github: githubCloudOnly: false @@ -91791,15 +91776,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: *538 x-github: @@ -91822,15 +91807,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91856,9 +91841,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 - name: token description: package token schema: @@ -91868,9 +91853,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91890,9 +91875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *162 - *163 - - *109 + - *164 + - *110 responses: '200': description: Response @@ -91900,7 +91885,7 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: default: value: @@ -91936,9 +91921,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91958,16 +91943,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *162 - *163 - - *165 - - *109 + - *164 + - *166 + - *110 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -92002,16 +91987,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *162 - *163 - - *109 - - *165 + - *164 + - *110 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92037,16 +92022,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *162 - *163 - - *109 - - *165 + - *164 + - *110 + - *166 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92063,7 +92048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *109 + - *110 - name: state description: Indicates the state of the projects to return. in: query @@ -92075,8 +92060,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -92084,7 +92069,7 @@ paths: application/json: schema: type: array - items: *174 + items: *175 examples: default: value: @@ -92120,8 +92105,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *48 - '422': *14 + Link: *49 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92140,9 +92125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92150,7 +92135,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -92227,9 +92212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92237,7 +92222,7 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: default: value: @@ -92314,7 +92299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *109 + - *110 - name: type description: Limit results to repositories of the specified type. in: query @@ -92348,8 +92333,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -92357,11 +92342,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92383,7 +92368,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92413,7 +92398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92443,7 +92428,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *109 + - *110 responses: '200': description: Response @@ -92469,9 +92454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92483,7 +92468,7 @@ paths: examples: default: *531 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92501,9 +92486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92515,7 +92500,7 @@ paths: examples: default: *545 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92537,11 +92522,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *109 + - *110 - *546 - - *36 - - *16 + - *37 - *17 + - *18 responses: '200': description: Response @@ -92552,11 +92537,11 @@ paths: - type: array items: *547 - type: array - items: *50 + items: *51 examples: default-response: *535 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92573,9 +92558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -92583,11 +92568,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: - default: *166 + default: *167 headers: - Link: *48 + Link: *49 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92621,7 +92606,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92905,11 +92890,11 @@ webhooks: license: anyOf: - type: 'null' - - *66 + - *67 organization: anyOf: - type: 'null' - - *3 + - *4 forks: type: integer permissions: @@ -92929,7 +92914,7 @@ webhooks: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -94699,7 +94684,7 @@ webhooks: app: anyOf: - type: 'null' - - *4 + - *5 check_suite: description: A suite of checks performed on the code of a given code change @@ -94711,7 +94696,7 @@ webhooks: - 'null' examples: - d6fde92930d4715a2b49857d24b940956b26d2d3 - app: *4 + app: *5 before: type: - string @@ -94760,7 +94745,7 @@ webhooks: pull_requests: type: array items: *293 - repository: *105 + repository: *106 status: type: string enum: @@ -100698,7 +100683,7 @@ webhooks: type: string enum: - created - definition: *175 + definition: *176 enterprise: *548 installation: *549 organization: *550 @@ -100865,7 +100850,7 @@ webhooks: type: string enum: - updated - definition: *175 + definition: *176 enterprise: *548 installation: *549 organization: *550 @@ -100953,11 +100938,11 @@ webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *179 + items: *180 old_property_values: type: array description: The old custom property values for the repository. - items: *179 + items: *180 required: - action - repository @@ -111803,7 +111788,7 @@ webhooks: enum: - created enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -111976,7 +111961,7 @@ webhooks: enum: - deleted enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112082,7 +112067,7 @@ webhooks: enum: - new_permissions_accepted enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112188,7 +112173,7 @@ webhooks: enum: - added enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories_added: description: An array of repository objects, which were added to @@ -112392,7 +112377,7 @@ webhooks: enum: - removed enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories_added: description: An array of repository objects, which were added to @@ -112602,7 +112587,7 @@ webhooks: enum: - suspend enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -112893,7 +112878,7 @@ webhooks: enum: - unsuspend enterprise: *548 - installation: *19 + installation: *20 organization: *550 repositories: description: An array of repository objects that the installation @@ -113040,7 +113025,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -114450,7 +114435,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -115869,7 +115854,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -144950,7 +144935,7 @@ webhooks: description: Unique identifier of the request for access via fine-grained personal access token. Used as the `pat_request_id` parameter in the list and review API calls. - owner: *3 + owner: *4 permissions_added: type: object description: New requested permissions, categorized by type @@ -145406,10 +145391,10 @@ webhooks: config: type: object properties: - content_type: *8 - insecure_ssl: *10 - secret: *9 - url: *7 + content_type: *9 + insecure_ssl: *11 + secret: *10 + url: *8 created_at: type: string format: date-time @@ -148408,8 +148393,8 @@ webhooks: type: number node_id: type: string - owner: *3 - creator: *3 + owner: *4 + creator: *4 title: type: string description: @@ -148451,7 +148436,7 @@ webhooks: deleted_by: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -148873,7 +148858,7 @@ webhooks: - Issue - PullRequest - DraftIssue - creator: *3 + creator: *4 created_at: type: string format: date-time @@ -217682,7 +217667,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 sender: *552 required: - action @@ -217764,7 +217749,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 sender: *552 required: - action @@ -217846,7 +217831,7 @@ webhooks: installation: *549 organization: *550 repository: *551 - repository_ruleset: *187 + repository_ruleset: *188 changes: type: object properties: @@ -217865,16 +217850,16 @@ webhooks: properties: added: type: array - items: *181 + items: *182 deleted: type: array - items: *181 + items: *182 updated: type: array items: type: object properties: - condition: *181 + condition: *182 changes: type: object properties: @@ -217907,16 +217892,16 @@ webhooks: properties: added: type: array - items: *186 + items: *187 deleted: type: array - items: *186 + items: *187 updated: type: array items: type: object properties: - rule: *186 + rule: *187 changes: type: object properties: @@ -219359,14 +219344,14 @@ webhooks: alert: &562 type: object properties: - number: *42 - created_at: *43 + number: *43 + created_at: *44 updated_at: anyOf: - type: 'null' - - *44 - url: *45 - html_url: *46 + - *45 + url: *46 + html_url: *47 locations_url: type: string format: uri @@ -219395,7 +219380,7 @@ webhooks: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -219420,7 +219405,7 @@ webhooks: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -220644,7 +220629,7 @@ webhooks: from: type: object properties: - security_and_analysis: *180 + security_and_analysis: *181 enterprise: *548 installation: *549 organization: *550 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 9c17389872..f74878acbb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -475,19 +475,21 @@ "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { "type": "string", + "description": "The package's language or package management ecosystem.", "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", + "rubygems", "npm", - "nuget", - "other", "pip", + "maven", + "nuget", + "composer", + "go", + "rust", + "erlang", + "actions", "pub", - "rubygems", - "rust" + "other", + "swift" ] } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 75e34cf5cd..cbb658a6bb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -331,21 +331,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &1 type: string + description: The package's language or package management ecosystem. enum: - - actions - - composer - - erlang - - go - - maven + - rubygems - npm - - nuget - - other - pip - - pub - - rubygems + - maven + - nuget + - composer + - go - rust + - erlang + - actions + - pub + - other + - swift - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -412,7 +414,7 @@ paths: in: query schema: type: string - - &62 + - &63 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -421,7 +423,7 @@ paths: required: false schema: type: string - - &63 + - &64 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -430,7 +432,7 @@ paths: required: false schema: type: string - - &64 + - &65 name: direction description: The direction to sort the results by. in: query @@ -467,7 +469,7 @@ paths: application/json: schema: type: array - items: &1 + items: &2 description: A GitHub Security Advisory. type: object properties: @@ -610,24 +612,7 @@ paths: - object - 'null' properties: - ecosystem: &240 - type: string - description: The package's language or package management - ecosystem. - enum: - - rubygems - - npm - - pip - - maven - - nuget - - composer - - go - - rust - - erlang - - actions - - pub - - other - - swift + ecosystem: *1 name: type: - string @@ -708,7 +693,7 @@ paths: items: type: object properties: - user: &3 + user: &4 title: Simple User description: A GitHub user. type: object @@ -930,7 +915,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -943,11 +928,11 @@ paths: type: string status: type: string - '422': &6 + '422': &7 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &113 + schema: &114 title: Validation Error Simple description: Validation Error Simple type: object @@ -992,7 +977,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1053,11 +1038,11 @@ paths: type: User site_admin: false type: analyst - '404': &5 + '404': &6 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1082,7 +1067,7 @@ paths: description: Response content: application/json: - schema: &4 + schema: &5 title: GitHub app description: GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted @@ -1108,7 +1093,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 name: description: The name of the GitHub app type: string @@ -1205,7 +1190,7 @@ paths: - permissions - events examples: - default: &27 + default: &28 value: id: 1 slug: octoapp @@ -1274,7 +1259,7 @@ paths: application/json: schema: allOf: - - *4 + - *5 - type: object properties: client_id: @@ -1363,8 +1348,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1388,31 +1373,31 @@ paths: description: Response content: application/json: - schema: &11 + schema: &12 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &7 + url: &8 type: string description: The URL to which the payloads will be delivered. format: uri examples: - https://example.com/webhook - content_type: &8 + content_type: &9 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. examples: - '"json"' - secret: &9 + secret: &10 type: string description: If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers). examples: - '"********"' - insecure_ssl: &10 + insecure_ssl: &11 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1425,7 +1410,7 @@ paths: - '"0"' - type: number examples: - default: &12 + default: &13 value: content_type: json insecure_ssl: '0' @@ -1455,10 +1440,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: value: @@ -1471,9 +1456,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1493,7 +1478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &16 + - &17 name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1501,7 +1486,7 @@ paths: schema: type: integer default: 30 - - &176 + - &177 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1522,7 +1507,7 @@ paths: application/json: schema: type: array - items: &177 + items: &178 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1607,7 +1592,7 @@ paths: - installation_id - repository_id examples: - default: &178 + default: &179 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1631,11 +1616,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &13 + '400': &14 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: &538 title: Scim Error @@ -1664,11 +1649,11 @@ paths: type: array items: type: string - '422': &14 + '422': &15 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &112 + schema: &113 title: Validation Error description: Validation Error type: object @@ -1729,7 +1714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &15 + - &16 name: delivery_id in: path required: true @@ -1740,7 +1725,7 @@ paths: description: Response content: application/json: - schema: &179 + schema: &180 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1867,7 +1852,7 @@ paths: - request - response examples: - default: &180 + default: &181 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1903,8 +1888,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1924,9 +1909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *15 + - *16 responses: - '202': &114 + '202': &115 description: Accepted content: application/json: @@ -1935,8 +1920,8 @@ paths: examples: default: value: - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1954,8 +1939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *16 - - &17 + - *17 + - &18 name: page description: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1986,8 +1971,8 @@ paths: - MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *3 - - &18 + - *4 + - &19 title: Enterprise description: An enterprise on GitHub. type: object @@ -2053,7 +2038,7 @@ paths: - created_at - updated_at - avatar_url - requester: *3 + requester: *4 created_at: type: string format: date-time @@ -2107,13 +2092,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &34 + '304': &35 description: Not modified - '401': &22 + '401': &23 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2133,9 +2118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *16 - *17 - - &83 + - *18 + - &84 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2158,7 +2143,7 @@ paths: application/json: schema: type: array - items: &19 + items: &20 title: Installation description: Installation type: object @@ -2170,8 +2155,8 @@ paths: - 1 account: anyOf: - - *3 - - *18 + - *4 + - *19 type: - 'null' - object @@ -2209,7 +2194,7 @@ paths: type: string examples: - Organization - permissions: &21 + permissions: &22 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2602,7 +2587,7 @@ paths: suspended_by: anyOf: - type: 'null' - - *3 + - *4 suspended_at: type: - string @@ -2680,7 +2665,7 @@ paths: suspended_at: suspended_by: headers: - Link: &36 + Link: &37 example: ; rel="next", ; rel="last" schema: @@ -2704,7 +2689,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &20 + - &21 name: installation_id description: The unique identifier of the installation. in: path @@ -2719,7 +2704,7 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: value: @@ -2767,7 +2752,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2786,11 +2771,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2833,7 +2818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *20 + - *21 requestBody: required: false content: @@ -2857,7 +2842,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 examples: default: value: @@ -2881,7 +2866,7 @@ paths: type: string expires_at: type: string - permissions: *21 + permissions: *22 repository_selection: type: string enum: @@ -2889,7 +2874,7 @@ paths: - selected repositories: type: array - items: &54 + items: &55 title: Repository description: A repository on GitHub. type: object @@ -2915,7 +2900,7 @@ paths: license: anyOf: - type: 'null' - - &94 + - &95 title: License Simple description: License Simple type: object @@ -2973,7 +2958,7 @@ paths: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -3627,14 +3612,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &26 + '403': &27 description: Forbidden content: application/json: - schema: *2 - '401': *22 - '404': *5 - '422': *14 + schema: *3 + '401': *23 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3654,11 +3639,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3677,11 +3662,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#unsuspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3700,7 +3685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &23 + - &24 name: client_id in: path required: true @@ -3730,7 +3715,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3752,7 +3737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#check-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3774,7 +3759,7 @@ paths: description: Response content: application/json: - schema: &24 + schema: &25 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3838,14 +3823,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 installation: anyOf: - type: 'null' - title: Scoped Installation type: object properties: - permissions: *21 + permissions: *22 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3875,7 +3860,7 @@ paths: format: uri examples: - https://api.github.com/users/octocat/repos - account: *3 + account: *4 required: - permissions - repository_selection @@ -3902,7 +3887,7 @@ paths: - updated_at - expires_at examples: - default: &25 + default: &26 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3941,8 +3926,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3963,7 +3948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#reset-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3985,10 +3970,10 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: - default: *25 - '422': *14 + default: *26 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4008,7 +3993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4029,7 +4014,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4055,7 +4040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-a-scoped-access-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4099,7 +4084,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 required: - access_token examples: @@ -4116,7 +4101,7 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: default: value: @@ -4184,10 +4169,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4216,11 +4201,11 @@ paths: description: Response content: application/json: - schema: *4 + schema: *5 examples: - default: *27 - '403': *26 - '404': *5 + default: *28 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4238,7 +4223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-an-assignment parameters: - - &28 + - &29 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4353,7 +4338,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - starter_code_repository: &29 + starter_code_repository: &30 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4394,7 +4379,7 @@ paths: - node_id - private - default_branch - classroom: &31 + classroom: &32 title: Classroom description: A GitHub Classroom classroom type: object @@ -4516,7 +4501,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4535,9 +4520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *28 + - *29 + - *18 - *17 - - *16 responses: '200': description: Response @@ -4605,8 +4590,8 @@ paths: - login - avatar_url - html_url - repository: *29 - assignment: &33 + repository: *30 + assignment: &34 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4715,7 +4700,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - classroom: &30 + classroom: &31 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4831,7 +4816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-assignment-grades parameters: - - *28 + - *29 responses: '200': description: Response @@ -4914,7 +4899,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4932,8 +4917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-classrooms parameters: + - *18 - *17 - - *16 responses: '200': description: Response @@ -4941,7 +4926,7 @@ paths: application/json: schema: type: array - items: *30 + items: *31 examples: default: value: @@ -4966,7 +4951,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-a-classroom parameters: - - &32 + - &33 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4978,7 +4963,7 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: default: value: @@ -4993,7 +4978,7 @@ paths: name: Learn how to build fault tolerant applications avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -5011,9 +4996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *32 + - *33 + - *18 - *17 - - *16 responses: '200': description: Response @@ -5021,7 +5006,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -5069,7 +5054,7 @@ paths: application/json: schema: type: array - items: &35 + items: &36 title: Code Of Conduct description: Code Of Conduct type: object @@ -5157,7 +5142,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5184,7 +5169,7 @@ paths: description: Response content: application/json: - schema: *35 + schema: *36 examples: default: value: @@ -5238,8 +5223,8 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7143,7 +7128,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7505,7 +7490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - &37 + - &38 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7518,7 +7503,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 type: object properties: total_active_caches_count: @@ -7533,12 +7518,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &116 + default: &117 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7558,7 +7543,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7598,7 +7583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -7607,7 +7592,7 @@ paths: schema: type: object properties: - enabled_organizations: &38 + enabled_organizations: &39 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -7620,7 +7605,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &39 + allowed_actions: &40 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -7628,7 +7613,7 @@ paths: - all - local_only - selected - selected_actions_url: &119 + selected_actions_url: &120 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -7659,7 +7644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7670,8 +7655,8 @@ paths: schema: type: object properties: - enabled_organizations: *38 - allowed_actions: *39 + enabled_organizations: *39 + allowed_actions: *40 required: - enabled_organizations examples: @@ -7698,9 +7683,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Response @@ -7713,7 +7698,7 @@ paths: type: number organizations: type: array - items: &49 + items: &50 title: Organization Simple description: A GitHub organization. type: object @@ -7788,7 +7773,7 @@ paths: - total_count - organizations examples: - default: &50 + default: &51 value: total_count: 1 organizations: @@ -7822,7 +7807,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7866,8 +7851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *37 - - &40 + - *38 + - &41 name: org_id description: The unique identifier of the organization. in: path @@ -7895,8 +7880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *37 - - *40 + - *38 + - *41 responses: '204': description: Response @@ -7919,13 +7904,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: &41 + schema: &42 type: object properties: github_owned_allowed: @@ -7946,7 +7931,7 @@ paths: items: type: string examples: - default: &42 + default: &43 value: github_owned_allowed: true verified_allowed: false @@ -7971,7 +7956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7979,9 +7964,9 @@ paths: required: true content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8003,23 +7988,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Success response content: application/json: - schema: &122 + schema: &123 type: object properties: - default_workflow_permissions: &43 + default_workflow_permissions: &44 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &44 + can_approve_pull_request_reviews: &45 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -8027,7 +8012,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &45 + default: &46 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -8052,18 +8037,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: application/json: - schema: &123 + schema: &124 type: object properties: - default_workflow_permissions: *43 - can_approve_pull_request_reviews: *44 + default_workflow_permissions: *44 + can_approve_pull_request_reviews: *45 examples: - default: *45 + default: *46 responses: '204': description: Success response @@ -8086,9 +8071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 - name: visible_to_organization description: Only return runner groups that are allowed to be used by this organization. @@ -8108,7 +8093,7 @@ paths: type: number runner_groups: type: array - items: &46 + items: &47 type: object properties: id: @@ -8211,7 +8196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: @@ -8280,9 +8265,9 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: - default: &47 + default: &48 value: id: 2 name: octo-runner-group @@ -8314,8 +8299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 - - &48 + - *38 + - &49 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -8327,9 +8312,9 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: - default: *47 + default: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8348,8 +8333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: false content: @@ -8398,7 +8383,7 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: default: value: @@ -8431,8 +8416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 responses: '204': description: Response @@ -8455,10 +8440,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *16 + - *38 + - *49 - *17 + - *18 responses: '200': description: Response @@ -8471,12 +8456,12 @@ paths: type: number organizations: type: array - items: *49 + items: *50 required: - total_count - organizations examples: - default: *50 + default: *51 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8495,8 +8480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: true content: @@ -8541,9 +8526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *40 + - *38 + - *49 + - *41 responses: '204': description: Response @@ -8565,9 +8550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *40 + - *38 + - *49 + - *41 responses: '204': description: Response @@ -8590,10 +8575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *37 - - *48 - - *16 + - *38 + - *49 - *17 + - *18 responses: '200': description: Response @@ -8606,7 +8591,7 @@ paths: type: number runners: type: array - items: &52 + items: &53 title: Self hosted runners description: A self hosted runner type: object @@ -8640,7 +8625,7 @@ paths: type: boolean labels: type: array - items: &56 + items: &57 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -8671,7 +8656,7 @@ paths: - total_count - runners examples: - default: &53 + default: &54 value: total_count: 2 runners: @@ -8709,7 +8694,7 @@ paths: name: no-gpu type: custom headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8728,8 +8713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: true content: @@ -8773,9 +8758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *37 - - *48 - - &51 + - *38 + - *49 + - &52 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -8803,9 +8788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *37 - - *48 - - *51 + - *38 + - *49 + - *52 responses: '204': description: Response @@ -8833,9 +8818,9 @@ paths: in: query schema: type: string - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Response @@ -8848,11 +8833,11 @@ paths: type: number runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8872,7 +8857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -8880,7 +8865,7 @@ paths: application/json: schema: type: array - items: &127 + items: &128 title: Runner Application description: Runner Application type: object @@ -8905,7 +8890,7 @@ paths: - download_url - filename examples: - default: &128 + default: &129 value: - os: osx architecture: x64 @@ -8946,7 +8931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: @@ -8989,7 +8974,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &129 + '201': &130 description: Response content: application/json: @@ -8999,7 +8984,7 @@ paths: - runner - encoded_jit_config properties: - runner: *52 + runner: *53 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -9026,8 +9011,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9055,13 +9040,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *37 + - *38 responses: '201': description: Response content: application/json: - schema: &55 + schema: &56 title: Authentication Token description: Authentication Token type: object @@ -9085,7 +9070,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *54 + items: *55 single_file: type: - string @@ -9103,7 +9088,7 @@ paths: - token - expires_at examples: - default: &130 + default: &131 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9135,15 +9120,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *37 + - *38 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: &131 + default: &132 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -9166,16 +9151,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: &132 + default: &133 value: id: 23 name: MBP @@ -9213,8 +9198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: '204': description: Response @@ -9237,10 +9222,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: - '200': &57 + '200': &58 description: Response content: application/json: @@ -9254,7 +9239,7 @@ paths: type: integer labels: type: array - items: *56 + items: *57 examples: default: value: @@ -9272,7 +9257,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *5 + '404': *6 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9291,8 +9276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 requestBody: required: true content: @@ -9316,9 +9301,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9338,8 +9323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 requestBody: required: true content: @@ -9364,9 +9349,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9386,10 +9371,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: - '200': &133 + '200': &134 description: Response content: application/json: @@ -9403,7 +9388,7 @@ paths: type: integer labels: type: array - items: *56 + items: *57 examples: default: value: @@ -9418,8 +9403,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9443,9 +9428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 - - &134 + - *38 + - *52 + - &135 name: name description: The name of a self-hosted runner's custom label. in: path @@ -9453,9 +9438,9 @@ paths: schema: type: string responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9472,19 +9457,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: &61 + schema: &62 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &58 + announcement: &59 type: - string - 'null' @@ -9493,7 +9478,7 @@ paths: writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." examples: - Very **important** announcement about _something_. - expires_at: &59 + expires_at: &60 type: - string - 'null' @@ -9518,7 +9503,7 @@ paths: - expires_at - user_dismissible examples: - default: &60 + default: &61 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9542,27 +9527,27 @@ paths: required: true content: application/json: - schema: &141 + schema: &142 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *58 - expires_at: *59 + announcement: *59 + expires_at: *60 required: - announcement examples: - default: *60 + default: *61 parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9578,7 +9563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -9605,7 +9590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *37 + - *38 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -9613,7 +9598,7 @@ paths: required: false schema: type: string - - &142 + - &143 name: include description: |- The event types to include: @@ -9631,7 +9616,7 @@ paths: - web - git - all - - &143 + - &144 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -9639,7 +9624,7 @@ paths: required: false schema: type: string - - &144 + - &145 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -9647,7 +9632,7 @@ paths: required: false schema: type: string - - &145 + - &146 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -9660,8 +9645,8 @@ paths: enum: - desc - asc + - *18 - *17 - - *16 responses: '200': description: Response @@ -9669,7 +9654,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 type: object properties: "@timestamp": @@ -9791,7 +9776,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &147 + default: &148 value: - "@timestamp": 1606929874512 action: team.add_member @@ -9836,18 +9821,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *37 - - &149 + - *38 + - &150 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &65 + schema: &66 type: string description: The name of the tool used to generate the code scanning analysis. - - &150 + - &151 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -9855,23 +9840,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &66 + schema: &67 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *62 - *63 - - *17 - - *16 - *64 + - *18 + - *17 + - *65 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &151 + schema: &152 type: string description: State of a code scanning alert. enum: @@ -9896,31 +9881,31 @@ paths: application/json: schema: type: array - items: &152 + items: &153 type: object properties: - number: &68 + number: &69 type: integer description: The security alert number. readOnly: true - created_at: &73 + created_at: &74 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &74 + updated_at: &75 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &71 + url: &72 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &72 + html_url: &73 type: string description: The GitHub URL of the alert resource. format: uri @@ -9931,14 +9916,14 @@ paths: for an alert. format: uri readOnly: true - state: &67 + state: &68 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &76 + fixed_at: &77 type: - string - 'null' @@ -9949,8 +9934,8 @@ paths: dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: &75 + - *4 + dismissed_at: &76 type: - string - 'null' @@ -10024,14 +10009,14 @@ paths: tool: &353 type: object properties: - name: *65 + name: *66 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *66 + guid: *67 most_recent_instance: &354 type: object properties: @@ -10057,7 +10042,7 @@ paths: analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *67 + state: *68 commit_sha: type: string message: @@ -10098,7 +10083,7 @@ paths: - test - library - - repository: &77 + repository: &78 title: Simple Repository description: A GitHub repository. type: object @@ -10123,7 +10108,7 @@ paths: description: The full, globally unique, name of the repository. examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean description: Whether the repository is private. @@ -10434,7 +10419,7 @@ paths: - most_recent_instance - repository examples: - default: &153 + default: &154 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -10663,9 +10648,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *36 - '404': *5 - '503': &78 + Link: *37 + '404': *6 + '503': &79 description: Service unavailable content: application/json: @@ -10700,7 +10685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -10773,7 +10758,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: true secret_scanning_push_protection_custom_link: https://github.com/test-org/test-repo/blob/main/README.md secret_scanning_validity_checks_enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10794,7 +10779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: false content: @@ -10856,7 +10841,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10878,9 +10863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#list-enterprise-consumed-licenses parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Consumed Licenses Response @@ -11017,7 +11002,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11042,8 +11027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *37 - - &162 + - *38 + - &163 name: state in: query description: |- @@ -11052,7 +11037,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &163 + - &164 name: severity in: query description: |- @@ -11061,7 +11046,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &164 + - &165 name: ecosystem in: query description: |- @@ -11070,14 +11055,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &165 + - &166 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &166 + - &167 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -11087,7 +11072,7 @@ paths: enum: - development - runtime - - &167 + - &168 name: sort in: query description: |- @@ -11100,10 +11085,10 @@ paths: - created - updated default: created - - *64 - - *62 + - *65 - *63 - - &168 + - *64 + - &169 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -11116,7 +11101,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &169 + - &170 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -11128,7 +11113,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *16 + - *17 responses: '200': description: Response @@ -11136,11 +11121,11 @@ paths: application/json: schema: type: array - items: &170 + items: &171 type: object description: A Dependabot alert. properties: - number: *68 + number: *69 state: type: string description: The state of the Dependabot alert. @@ -11155,7 +11140,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &69 + package: &70 type: object description: Details for the vulnerable package. readOnly: true @@ -11219,13 +11204,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &70 + items: &71 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *69 + package: *70 severity: type: string description: The severity of the vulnerability. @@ -11392,16 +11377,16 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *70 - url: *71 - html_url: *72 - created_at: *73 - updated_at: *74 - dismissed_at: *75 + security_vulnerability: *71 + url: *72 + html_url: *73 + created_at: *74 + updated_at: *75 + dismissed_at: *76 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -11421,7 +11406,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *76 + fixed_at: *77 auto_dismissed_at: &392 type: - string @@ -11430,7 +11415,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *77 + repository: *78 required: - number - state @@ -11449,7 +11434,7 @@ paths: - repository additionalProperties: false examples: - default: &171 + default: &172 value: - number: 2 state: dismissed @@ -11750,10 +11735,10 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *34 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11776,7 +11761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#get-a-license-sync-status parameters: - - *37 + - *38 responses: '200': description: License Sync Status Response @@ -11840,8 +11825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *37 - - &233 + - *38 + - &234 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11852,7 +11837,7 @@ paths: enum: - open - resolved - - &234 + - &235 name: secret_type in: query description: |- @@ -11862,7 +11847,7 @@ paths: required: false schema: type: string - - &235 + - &236 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11871,7 +11856,7 @@ paths: required: false schema: type: string - - &236 + - &237 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -11883,11 +11868,11 @@ paths: - created - updated default: created - - *64 - - *16 - - *62 + - *65 + - *17 - *63 - - &237 + - *64 + - &238 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -11903,17 +11888,17 @@ paths: application/json: schema: type: array - items: &238 + items: &239 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -11948,7 +11933,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 secret_type: type: string description: The type of secret that secret scanning detected. @@ -11960,7 +11945,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *77 + repository: *78 push_protection_bypassed: type: - boolean @@ -11970,7 +11955,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -11992,7 +11977,7 @@ paths: - inactive - unknown examples: - default: &239 + default: &240 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -12195,9 +12180,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12219,7 +12204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-actions-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12325,9 +12310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Success @@ -12439,7 +12424,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-packages-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12489,7 +12474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-shared-storage-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12539,7 +12524,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *37 + - *38 - name: security_product in: path description: The security feature to enable or disable. @@ -12571,7 +12556,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12590,8 +12575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12599,7 +12584,7 @@ paths: application/json: schema: type: array - items: &104 + items: &105 title: Event description: Event type: object @@ -12610,7 +12595,7 @@ paths: type: - string - 'null' - actor: &79 + actor: &80 title: Actor description: Actor type: object @@ -12651,13 +12636,13 @@ paths: - id - name - url - org: *79 + org: *80 payload: type: object properties: action: type: string - issue: &93 + issue: &94 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -12729,7 +12714,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 labels: description: Labels to associate with this issue; pass one or more label names to replace the set of labels @@ -12768,12 +12753,12 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 milestone: anyOf: - type: 'null' @@ -12834,7 +12819,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 open_issues: type: integer examples: @@ -12941,7 +12926,7 @@ paths: closed_by: anyOf: - type: 'null' - - *3 + - *4 body_html: type: string body_text: @@ -12949,12 +12934,12 @@ paths: timeline_url: type: string format: uri - repository: *54 + repository: *55 performed_via_github_app: anyOf: - type: 'null' - - *4 - author_association: &80 + - *5 + author_association: &81 title: author_association type: string description: How the author is associated with the repository. @@ -12969,7 +12954,7 @@ paths: - OWNER examples: - OWNER - reactions: &81 + reactions: &82 title: Reaction Rollup type: object properties: @@ -13063,7 +13048,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -13077,12 +13062,12 @@ paths: issue_url: type: string format: uri - author_association: *80 + author_association: *81 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - id - node_id @@ -13177,9 +13162,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *34 - '403': *26 - '503': *78 + '304': *35 + '403': *27 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13268,7 +13253,7 @@ paths: _links: type: object properties: - timeline: &82 + timeline: &83 title: Link With Type description: Hypermedia Link with Type type: object @@ -13280,17 +13265,17 @@ paths: required: - href - type - user: *82 - security_advisories: *82 - current_user: *82 - current_user_public: *82 - current_user_actor: *82 - current_user_organization: *82 + user: *83 + security_advisories: *83 + current_user: *83 + current_user_public: *83 + current_user_actor: *83 + current_user_organization: *83 current_user_organizations: type: array - items: *82 - repository_discussions: *82 - repository_discussions_category: *82 + items: *83 + repository_discussions: *83 + repository_discussions_category: *83 required: - timeline - user @@ -13352,9 +13337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -13362,7 +13347,7 @@ paths: application/json: schema: type: array - items: &84 + items: &85 title: Base Gist description: Base Gist type: object @@ -13421,11 +13406,11 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri - owner: *3 + owner: *4 truncated: type: boolean forks: @@ -13452,7 +13437,7 @@ paths: - created_at - updated_at examples: - default: &85 + default: &86 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13497,9 +13482,9 @@ paths: site_admin: false truncated: false headers: - Link: *36 - '304': *34 - '403': *26 + Link: *37 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13575,7 +13560,7 @@ paths: description: Response content: application/json: - schema: &86 + schema: &87 title: Gist Simple description: Gist Simple type: object @@ -13784,7 +13769,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 version: type: string committed_at: @@ -13863,14 +13848,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri owner: anyOf: - type: 'null' - - *3 + - *4 truncated: type: boolean forks: @@ -13951,11 +13936,11 @@ paths: - 'null' comments_url: type: string - owner: *3 + owner: *4 truncated: type: boolean examples: - default: &87 + default: &88 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -14034,10 +14019,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *14 - '304': *34 - '404': *5 - '403': *26 + '422': *15 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14057,9 +14042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -14067,14 +14052,14 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '422': *14 - '304': *34 - '403': *26 + Link: *37 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14091,9 +14076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -14101,14 +14086,14 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '401': *22 - '304': *34 - '403': *26 + Link: *37 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14131,7 +14116,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &88 + - &89 name: gist_id description: The unique identifier of the gist. in: path @@ -14143,10 +14128,10 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 - '403': &91 + default: *88 + '403': &92 description: Forbidden Gist content: application/json: @@ -14168,8 +14153,8 @@ paths: type: string documentation_url: type: string - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14195,7 +14180,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *88 + - *89 requestBody: required: true content: @@ -14259,9 +14244,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - updateGist: *87 + updateGist: *88 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14402,8 +14387,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14419,13 +14404,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14448,9 +14433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14458,7 +14443,7 @@ paths: application/json: schema: type: array - items: &89 + items: &90 title: Gist Comment description: A comment made to a gist. type: object @@ -14485,7 +14470,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -14496,7 +14481,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *80 + author_association: *81 required: - url - id @@ -14536,10 +14521,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 + Link: *37 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14561,7 +14546,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *88 + - *89 requestBody: required: true content: @@ -14587,9 +14572,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: &90 + default: &91 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14622,9 +14607,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14647,8 +14632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *88 - - &92 + - *89 + - &93 name: comment_id description: The unique identifier of the comment. in: path @@ -14660,12 +14645,12 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: *90 - '304': *34 - '404': *5 - '403': *91 + default: *91 + '304': *35 + '404': *6 + '403': *92 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14687,8 +14672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *88 - - *92 + - *89 + - *93 requestBody: required: true content: @@ -14714,10 +14699,10 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: *90 - '404': *5 + default: *91 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14733,14 +14718,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *88 - - *92 + - *89 + - *93 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14757,9 +14742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14784,7 +14769,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 change_status: type: object properties: @@ -14839,9 +14824,9 @@ paths: example: ; rel="next" schema: type: string - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14858,9 +14843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14868,7 +14853,7 @@ paths: application/json: schema: type: array - items: *86 + items: *87 examples: default: value: @@ -14914,10 +14899,10 @@ paths: type: User site_admin: false headers: - Link: *36 - '404': *5 - '304': *34 - '403': *26 + Link: *37 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14933,13 +14918,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *88 + - *89 responses: '201': description: Response content: application/json: - schema: *84 + schema: *85 examples: default: value: @@ -14990,10 +14975,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *5 - '422': *14 - '304': *34 - '403': *26 + '404': *6 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15010,7 +14995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *88 + - *89 responses: '204': description: Response if gist is starred @@ -15022,8 +15007,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15040,13 +15025,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15062,13 +15047,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15091,7 +15076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *88 + - *89 - name: sha in: path required: true @@ -15102,12 +15087,12 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 - '422': *14 - '404': *5 - '403': *26 + default: *88 + '422': *15 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15144,7 +15129,7 @@ paths: - Bancha - C - C++ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15231,7 +15216,7 @@ paths: *.exe *.out *.app - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15248,8 +15233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -15265,7 +15250,7 @@ paths: type: integer repositories: type: array - items: *54 + items: *55 repository_selection: type: string examples: @@ -15389,10 +15374,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *36 - '403': *26 - '304': *34 - '401': *22 + Link: *37 + '403': *27 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15475,7 +15460,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15493,8 +15478,8 @@ paths: - updated - comments default: created - - *64 - - *83 + - *65 + - *84 - name: collab in: query required: false @@ -15515,8 +15500,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -15524,9 +15509,9 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15771,10 +15756,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *36 - '422': *14 - '304': *34 - '404': *5 + Link: *37 + '422': *15 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15797,8 +15782,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -15806,7 +15791,7 @@ paths: application/json: schema: type: array - items: *94 + items: *95 examples: default: value: @@ -15845,7 +15830,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16040,9 +16025,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *26 - '404': *5 - '304': *34 + '403': *27 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16103,7 +16088,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &95 + X-CommonMarker-Version: &96 example: 0.17.4 schema: type: string @@ -16115,7 +16100,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16158,7 +16143,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *95 + X-CommonMarker-Version: *96 content: text/html: schema: @@ -16167,7 +16152,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16187,7 +16172,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &98 + - &99 name: account_id description: account_id parameter in: path @@ -16199,7 +16184,7 @@ paths: description: Response content: application/json: - schema: &97 + schema: &98 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -16233,7 +16218,7 @@ paths: - 'null' id: type: integer - plan: &96 + plan: &97 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16336,7 +16321,7 @@ paths: - 'null' updated_at: type: string - plan: *96 + plan: *97 required: - url - id @@ -16344,7 +16329,7 @@ paths: - login - marketplace_purchase examples: - default: &99 + default: &100 value: url: https://api.github.com/orgs/github type: Organization @@ -16399,8 +16384,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *22 + schema: *3 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16420,8 +16405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -16429,9 +16414,9 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: &100 + default: &101 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16449,9 +16434,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '404': *5 - '401': *22 + Link: *37 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16471,14 +16456,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &101 + - &102 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &102 + - &103 name: sort description: The property to sort the results by. in: query @@ -16499,8 +16484,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -16508,9 +16493,9 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: &103 + default: &104 value: - url: https://api.github.com/orgs/github type: Organization @@ -16561,10 +16546,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '404': *5 - '422': *14 - '401': *22 + Link: *37 + '404': *6 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16584,18 +16569,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *98 + - *99 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *99 + default: *100 '404': description: Not Found when the account has not purchased the listing - '401': *22 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16615,8 +16600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -16624,12 +16609,12 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *100 + default: *101 headers: - Link: *36 - '401': *22 + Link: *37 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16649,8 +16634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *101 - *102 + - *103 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16661,8 +16646,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -16670,12 +16655,12 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *103 + default: *104 headers: - Link: *36 - '401': *22 + Link: *37 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16867,7 +16852,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16899,8 +16884,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -16908,7 +16893,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -16959,14 +16944,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *5 - '403': *26 - '304': *34 + '404': *6 + '403': *27 + '304': *35 '301': &284 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17001,7 +16986,7 @@ paths: schema: type: boolean default: false - - *83 + - *84 - &467 name: before description: 'Only show notifications updated before the given time. This @@ -17012,7 +16997,7 @@ paths: schema: type: string format: date-time - - *17 + - *18 - name: per_page description: The number of results per page (max 50). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -17027,14 +17012,14 @@ paths: application/json: schema: type: array - items: &105 + items: &106 title: Thread description: Thread type: object properties: id: type: string - repository: &126 + repository: &127 title: Minimal Repository description: Minimal Repository type: object @@ -17055,7 +17040,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -17338,7 +17323,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *35 + code_of_conduct: *36 license: type: - object @@ -17372,7 +17357,7 @@ paths: type: boolean examples: - false - security_and_analysis: &222 + security_and_analysis: &223 type: - object - 'null' @@ -17593,11 +17578,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *37 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17658,9 +17643,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17677,7 +17662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &106 + - &107 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -17691,7 +17676,7 @@ paths: description: Response content: application/json: - schema: *105 + schema: *106 examples: default: value: @@ -17774,9 +17759,9 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17794,12 +17779,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *106 + - *107 responses: '205': description: Reset Content - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17817,7 +17802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *106 + - *107 responses: '204': description: No content @@ -17840,13 +17825,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *106 + - *107 responses: '200': description: Response content: application/json: - schema: &107 + schema: &108 title: Thread Subscription description: Thread Subscription type: object @@ -17890,7 +17875,7 @@ paths: - url - subscribed examples: - default: &108 + default: &109 value: subscribed: true ignored: false @@ -17898,9 +17883,9 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17921,7 +17906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *106 + - *107 requestBody: required: false content: @@ -17942,12 +17927,12 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *108 - '304': *34 - '403': *26 - '401': *22 + default: *109 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17967,13 +17952,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *106 + - *107 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18053,7 +18038,7 @@ paths: required: false schema: type: integer - - *16 + - *17 responses: '200': description: Response @@ -18061,7 +18046,7 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: &594 value: @@ -18082,7 +18067,7 @@ paths: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18128,7 +18113,7 @@ paths: - 3 custom_roles: type: array - items: &157 + items: &158 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -18161,7 +18146,7 @@ paths: type: array items: type: string - organization: *3 + organization: *4 created_at: type: string format: date-time @@ -18177,7 +18162,7 @@ paths: - created_at - updated_at examples: - default: &158 + default: &159 value: id: 8030 name: Security Engineer @@ -18229,7 +18214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - &109 + - &110 name: org description: The organization name. The name is not case sensitive. in: path @@ -18241,7 +18226,7 @@ paths: description: Response content: application/json: - schema: &110 + schema: &111 title: Organization Full description: Organization Full type: object @@ -18580,7 +18565,7 @@ paths: - updated_at - archived_at examples: - default-response: &111 + default-response: &112 value: login: github id: 1 @@ -18645,7 +18630,7 @@ paths: secret_scanning_push_protection_custom_link: https://github.com/octo-org/octo-repo/blob/main/im-blocked.md secret_scanning_push_protection_custom_link_enabled: false secret_scanning_validity_checks_enabled: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18668,7 +18653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *109 + - *110 requestBody: required: false content: @@ -18867,22 +18852,22 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: *111 + default: *112 '422': description: Validation failed content: application/json: schema: oneOf: - - *112 - *113 - '409': &199 + - *114 + '409': &200 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18905,11 +18890,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *109 + - *110 responses: - '202': *114 - '404': *5 - '403': *26 + '202': *115 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18930,17 +18915,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18961,9 +18946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -19017,7 +19002,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19037,13 +19022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *109 + - *110 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &117 + schema: &118 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -19057,7 +19042,7 @@ paths: required: - include_claim_keys examples: - default: &118 + default: &119 value: include_claim_keys: - repo @@ -19079,20 +19064,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: *117 + schema: *118 examples: - default: *118 + default: *119 responses: '201': description: Empty response content: application/json: - schema: &137 + schema: &138 title: Empty Object description: An object without any properties. type: object @@ -19101,8 +19086,8 @@ paths: examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: enabledForGitHubApps: true previews: [] @@ -19122,7 +19107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -19131,7 +19116,7 @@ paths: schema: type: object properties: - enabled_repositories: &120 + enabled_repositories: &121 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -19144,8 +19129,8 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *39 - selected_actions_url: *119 + allowed_actions: *40 + selected_actions_url: *120 required: - enabled_repositories examples: @@ -19174,7 +19159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19185,8 +19170,8 @@ paths: schema: type: object properties: - enabled_repositories: *120 - allowed_actions: *39 + enabled_repositories: *121 + allowed_actions: *40 required: - enabled_repositories examples: @@ -19213,9 +19198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -19231,7 +19216,7 @@ paths: type: number repositories: type: array - items: *54 + items: *55 examples: default: &588 value: @@ -19373,7 +19358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19417,8 +19402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *109 - - &121 + - *110 + - &122 name: repository_id description: The unique identifier of the repository. in: path @@ -19446,8 +19431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *109 - - *121 + - *110 + - *122 responses: '204': description: Response @@ -19470,15 +19455,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *41 + schema: *42 examples: - default: *42 + default: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19501,7 +19486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19509,9 +19494,9 @@ paths: required: false content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19533,15 +19518,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19562,7 +19547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Success response @@ -19573,9 +19558,9 @@ paths: required: false content: application/json: - schema: *123 + schema: *124 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19595,9 +19580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: visible_to_repository description: Only return runner groups that are allowed to be used by this repository. @@ -19620,7 +19605,7 @@ paths: type: number runner_groups: type: array - items: &124 + items: &125 type: object properties: id: @@ -19731,7 +19716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -19801,9 +19786,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: &125 + default: &126 value: id: 2 name: octo-runner-group @@ -19836,14 +19821,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: default: value: @@ -19877,8 +19862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -19929,9 +19914,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *125 + default: *126 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19950,8 +19935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *109 - - *48 + - *110 + - *49 responses: '204': description: Response @@ -19974,10 +19959,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 + - *110 + - *49 + - *18 - *17 - - *16 responses: '200': description: Response @@ -19993,7 +19978,7 @@ paths: type: number repositories: type: array - items: *126 + items: *127 examples: default: &580 value: @@ -20247,8 +20232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -20292,9 +20277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 - - *121 + - *110 + - *49 + - *122 responses: '204': description: Response @@ -20316,9 +20301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 - - *121 + - *110 + - *49 + - *122 responses: '204': description: Response @@ -20341,10 +20326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *109 - - *48 - - *16 + - *110 + - *49 - *17 + - *18 responses: '200': description: Response @@ -20360,11 +20345,11 @@ paths: type: number runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -20383,8 +20368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -20428,9 +20413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *109 - - *48 - - *51 + - *110 + - *49 + - *52 responses: '204': description: Response @@ -20452,9 +20437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *109 - - *48 - - *51 + - *110 + - *49 + - *52 responses: '204': description: Response @@ -20484,9 +20469,9 @@ paths: in: query schema: type: string - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -20502,11 +20487,11 @@ paths: type: integer runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20528,7 +20513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -20536,9 +20521,9 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20560,7 +20545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -20603,9 +20588,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *129 - '404': *5 - '422': *6 + '201': *130 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20633,15 +20618,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *109 + - *110 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20669,15 +20654,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *109 + - *110 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20699,16 +20684,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *132 + default: *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20729,8 +20714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: '204': description: Response @@ -20755,11 +20740,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: - '200': *57 - '404': *5 + '200': *58 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20780,8 +20765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 requestBody: required: true content: @@ -20805,9 +20790,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20829,8 +20814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 requestBody: required: true content: @@ -20855,9 +20840,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20879,11 +20864,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: - '200': *133 - '404': *5 + '200': *134 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20909,13 +20894,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 - - *134 + - *110 + - *52 + - *135 responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20938,9 +20923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -20956,7 +20941,7 @@ paths: type: integer secrets: type: array - items: &135 + items: &136 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -21008,7 +20993,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21031,7 +21016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -21097,8 +21082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *109 - - &136 + - *110 + - &137 name: secret_name description: The name of the secret. in: path @@ -21110,7 +21095,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21140,8 +21125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -21196,7 +21181,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -21222,8 +21207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response @@ -21249,10 +21234,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -21268,9 +21253,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: &140 + default: &141 value: total_count: 1 repositories: @@ -21362,8 +21347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -21415,8 +21400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -21449,8 +21434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -21482,7 +21467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *109 + - *110 - &294 name: per_page description: The number of results per page (max 30). For more information, @@ -21491,7 +21476,7 @@ paths: schema: type: integer default: 10 - - *17 + - *18 responses: '200': description: Response @@ -21507,7 +21492,7 @@ paths: type: integer variables: type: array - items: &138 + items: &139 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21576,7 +21561,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21597,7 +21582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *109 + - *110 requestBody: required: true content: @@ -21645,7 +21630,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -21670,8 +21655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *109 - - &139 + - *110 + - &140 name: name description: The name of the variable. in: path @@ -21683,7 +21668,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: @@ -21713,8 +21698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 requestBody: required: true content: @@ -21776,8 +21761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 responses: '204': description: Response @@ -21803,10 +21788,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 + - *18 - *17 - - *16 responses: '200': description: Response @@ -21822,9 +21807,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 + default: *141 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21850,8 +21835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 requestBody: required: true content: @@ -21900,8 +21885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 - name: repository_id in: path required: true @@ -21935,8 +21920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 - name: repository_id in: path required: true @@ -21967,15 +21952,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21994,19 +21979,19 @@ paths: required: true content: application/json: - schema: *141 + schema: *142 examples: - default: *60 + default: *61 parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -22022,7 +22007,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -22053,7 +22038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *109 + - *110 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -22061,11 +22046,11 @@ paths: required: false schema: type: string - - *142 - *143 - *144 - *145 - - *16 + - *146 + - *17 responses: '200': description: Response @@ -22073,9 +22058,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *147 + default: *148 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -22092,9 +22077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -22102,9 +22087,9 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -22142,8 +22127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *109 - - &148 + - *110 + - &149 name: username description: The handle for the GitHub user account. in: path @@ -22157,7 +22142,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22174,12 +22159,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22195,8 +22180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -22221,20 +22206,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *109 - - *149 + - *110 - *150 - - *62 + - *151 - *63 - - *17 - - *16 - *64 + - *18 + - *17 + - *65 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *151 + schema: *152 - name: sort description: The property by which to sort the results. in: query @@ -22268,13 +22253,13 @@ paths: application/json: schema: type: array - items: *152 + items: *153 examples: - default: *153 + default: *154 headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22294,9 +22279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *16 - *17 - - *109 + - *18 + - *110 responses: '200': description: Response @@ -22312,7 +22297,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -22340,9 +22325,9 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 - repository: *126 + owner: *4 + billable_owner: *4 + repository: *127 machine: anyOf: - type: 'null' @@ -22633,7 +22618,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -23042,15 +23027,15 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *34 - '500': &154 + '304': *35 + '500': &155 description: Internal Error content: application/json: - schema: *2 - '401': *22 - '403': *26 - '404': *5 + schema: *3 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23069,7 +23054,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *109 + - *110 deprecated: true requestBody: required: true @@ -23108,12 +23093,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23136,7 +23121,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *109 + - *110 deprecated: true requestBody: required: true @@ -23163,12 +23148,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23191,7 +23176,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *109 + - *110 requestBody: required: true content: @@ -23217,12 +23202,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23243,9 +23228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -23261,7 +23246,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &156 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -23315,7 +23300,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23334,7 +23319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -23398,14 +23383,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: &372 value: @@ -23414,7 +23399,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23434,8 +23419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -23490,14 +23475,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: '204': description: Response when updating a secret - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23516,12 +23501,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23542,10 +23527,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -23561,10 +23546,10 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 - '404': *5 + default: *141 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23585,8 +23570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -23615,7 +23600,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected x-github: @@ -23636,8 +23621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -23646,10 +23631,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type is not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23670,8 +23655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -23680,10 +23665,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23709,7 +23694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *109 + - *110 responses: '200': description: OK @@ -23807,10 +23792,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: There is a problem with your account's associated payment method. x-github: @@ -23836,8 +23821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *109 - - *17 + - *110 + - *18 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -23859,7 +23844,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23871,8 +23856,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *3 - - &156 + - *4 + - &157 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24166,7 +24151,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *156 + - *157 type: - 'null' - object @@ -24275,11 +24260,11 @@ paths: type: User site_admin: false headers: - Link: *36 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + Link: *37 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24308,7 +24293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24349,10 +24334,10 @@ paths: default: value: seats_created: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24385,7 +24370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24426,10 +24411,10 @@ paths: default: value: seats_cancelled: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24463,7 +24448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24504,10 +24489,10 @@ paths: default: value: seats_created: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24540,7 +24525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24581,10 +24566,10 @@ paths: default: value: seats_cancelled: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24612,8 +24597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -24766,7 +24751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *109 + - *110 - name: credential_id in: path required: true @@ -24775,7 +24760,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24797,7 +24782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *109 + - *110 responses: '200': description: Response - list of custom role names @@ -24813,7 +24798,7 @@ paths: - 3 custom_roles: type: array - items: *157 + items: *158 examples: default: value: @@ -24900,12 +24885,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: &160 + schema: &161 type: object properties: name: @@ -24947,11 +24932,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24973,8 +24958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *109 - - &159 + - *110 + - &160 name: role_id description: The unique identifier of the role. in: path @@ -24986,10 +24971,10 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '404': *5 + default: *159 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25010,13 +24995,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: application/json: - schema: &161 + schema: &162 type: object properties: name: @@ -25055,11 +25040,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25081,8 +25066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -25110,12 +25095,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -25129,11 +25114,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25161,17 +25146,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '200': description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '404': *5 + default: *159 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25198,13 +25183,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: application/json: - schema: *161 + schema: *162 examples: default: value: @@ -25219,11 +25204,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25251,8 +25236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -25280,19 +25265,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *109 - - *162 + - *110 - *163 - *164 - *165 - *166 - *167 - - *64 - - *62 - - *63 - *168 + - *65 + - *63 + - *64 - *169 - - *16 + - *170 + - *17 responses: '200': description: Response @@ -25300,14 +25285,14 @@ paths: application/json: schema: type: array - items: *170 + items: *171 examples: - default: *171 - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + default: *172 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25328,9 +25313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -25346,7 +25331,7 @@ paths: type: integer secrets: type: array - items: &172 + items: &173 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25398,7 +25383,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25419,7 +25404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -25467,14 +25452,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -25502,8 +25487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -25558,7 +25543,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -25582,8 +25567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response @@ -25607,10 +25592,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -25626,9 +25611,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 + default: *141 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25649,8 +25634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -25700,8 +25685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -25732,8 +25717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -25763,7 +25748,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -25771,7 +25756,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Package description: A software package type: object @@ -25820,11 +25805,11 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 repository: anyOf: - type: 'null' - - *126 + - *127 created_at: type: string format: date-time @@ -25842,7 +25827,7 @@ paths: - created_at - updated_at examples: - default: &203 + default: &204 value: - id: 197 name: hello_docker @@ -25900,8 +25885,8 @@ paths: created_at: '2020-05-20T22:19:11Z' updated_at: '2020-05-20T22:19:11Z' html_url: https://github.com/orgs/github/packages/container/package/goodbye_docker - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25918,9 +25903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -25928,7 +25913,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: 200-response: value: @@ -25998,7 +25983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *109 + - *110 - name: group_id description: The unique identifier of the group. in: path @@ -26138,8 +26123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -26228,9 +26213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -26238,7 +26223,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Organization Invitation description: Organization Invitation type: object @@ -26265,7 +26250,7 @@ paths: type: - string - 'null' - inviter: *3 + inviter: *4 team_count: type: integer node_id: @@ -26291,7 +26276,7 @@ paths: - invitation_teams_url - node_id examples: - default: &185 + default: &186 value: - id: 1 login: monalisa @@ -26324,8 +26309,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26350,7 +26335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -26358,7 +26343,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -26372,7 +26357,7 @@ paths: - name - description examples: - default: &224 + default: &225 value: - name: add_assignee description: Assign or remove a user @@ -26403,9 +26388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -26413,7 +26398,7 @@ paths: application/json: schema: type: array - items: &173 + items: &174 title: Org Hook description: Org Hook type: object @@ -26513,8 +26498,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26534,7 +26519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *109 + - *110 requestBody: required: true content: @@ -26549,10 +26534,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 username: type: string examples: @@ -26596,9 +26581,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: &174 + default: &175 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26620,8 +26605,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26642,8 +26627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *109 - - &175 + - *110 + - &176 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -26656,10 +26641,10 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 - '404': *5 + default: *175 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26679,8 +26664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 requestBody: required: false content: @@ -26692,10 +26677,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 required: - url events: @@ -26726,7 +26711,7 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: default: value: @@ -26744,8 +26729,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26765,12 +26750,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26791,16 +26776,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *109 - - *175 + - *110 + - *176 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26820,8 +26805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *109 - - *175 + - *110 + - *176 requestBody: required: false content: @@ -26829,10 +26814,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Update an existing webhook @@ -26846,9 +26831,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26869,10 +26854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *109 - - *175 - - *16 + - *110 - *176 + - *17 + - *177 - name: redelivery in: query required: false @@ -26885,11 +26870,11 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: - default: *178 - '400': *13 - '422': *14 + default: *179 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26910,19 +26895,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *109 - - *175 - - *15 + - *110 + - *176 + - *16 responses: '200': description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 - '400': *13 - '422': *14 + default: *181 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26943,13 +26928,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *109 - - *175 - - *15 + - *110 + - *176 + - *16 responses: - '202': *114 - '400': *13 - '422': *14 + '202': *115 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26970,12 +26955,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26995,13 +26980,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: &433 value: @@ -27071,9 +27056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -27089,7 +27074,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -27141,7 +27126,7 @@ paths: suspended_at: suspended_by: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27160,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -27168,12 +27153,12 @@ paths: application/json: schema: anyOf: - - &182 + - &183 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &181 + limit: &182 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27201,7 +27186,7 @@ paths: properties: {} additionalProperties: false examples: - default: &183 + default: &184 value: limit: collaborators_only origin: organization @@ -27225,7 +27210,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -27236,7 +27221,7 @@ paths: duration type: object properties: - limit: *181 + limit: *182 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27261,10 +27246,10 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *183 - '422': *14 + default: *184 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27281,7 +27266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -27304,9 +27289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: role description: Filter invitations by their member role. in: query @@ -27338,12 +27323,12 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27363,7 +27348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *109 + - *110 requestBody: required: false content: @@ -27417,7 +27402,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -27449,8 +27434,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -27471,8 +27456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *109 - - &186 + - *110 + - &187 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27482,8 +27467,8 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -27502,10 +27487,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *109 - - *186 - - *16 + - *110 + - *187 - *17 + - *18 responses: '200': description: Response @@ -27513,9 +27498,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: &201 + default: &202 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27531,8 +27516,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27562,7 +27547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *109 + - *110 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27592,7 +27577,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -27604,10 +27589,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -27615,12 +27600,12 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: *188 + default: *189 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27639,7 +27624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *109 + - *110 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -27664,8 +27649,8 @@ paths: - admin - member default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -27673,12 +27658,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27695,8 +27680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response if requester is an organization member and user is @@ -27727,12 +27712,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27752,10 +27737,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *16 - *17 - - *109 - - *148 + - *18 + - *110 + - *149 responses: '200': description: Response @@ -27771,14 +27756,14 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + default: *192 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27798,9 +27783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *109 - - *148 - - &192 + - *110 + - *149 + - &193 name: codespace_name in: path required: true @@ -27808,12 +27793,12 @@ paths: schema: type: string responses: - '202': *114 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '202': *115 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27833,15 +27818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *109 - - *148 - - *192 + - *110 + - *149 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: &366 value: @@ -27984,11 +27969,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28012,14 +27997,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -28061,10 +28046,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -28086,14 +28071,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '200': description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -28126,11 +28111,11 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *49 + organization: *50 user: anyOf: - type: 'null' - - *3 + - *4 permissions: type: object properties: @@ -28146,7 +28131,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &195 + response-if-user-has-an-active-admin-membership-with-organization: &196 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28185,8 +28170,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28214,8 +28199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 requestBody: required: false content: @@ -28243,11 +28228,11 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - response-if-user-already-had-membership-with-organization: *195 - '422': *14 - '403': *26 + response-if-user-already-had-membership-with-organization: *196 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28266,13 +28251,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28292,9 +28277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -28314,7 +28299,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -28326,7 +28311,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 guid: type: string examples: @@ -28355,7 +28340,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *54 + items: *55 url: type: string format: uri @@ -28554,7 +28539,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28570,7 +28555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *109 + - *110 requestBody: required: true content: @@ -28651,7 +28636,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -28803,8 +28788,8 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28829,8 +28814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *109 - - &197 + - *110 + - &198 name: migration_id description: The unique identifier of the migration. in: path @@ -28858,7 +28843,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -29010,7 +28995,7 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29027,12 +29012,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *109 - - *197 + - *110 + - *198 responses: '302': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29049,12 +29034,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *109 - - *197 + - *110 + - *198 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29073,8 +29058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *109 - - *197 + - *110 + - *198 - &593 name: repo_name description: repo_name parameter @@ -29085,7 +29070,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29102,10 +29087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *109 - - *197 - - *16 + - *110 + - *198 - *17 + - *18 responses: '200': description: Response @@ -29113,9 +29098,9 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: &208 + default: &209 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29226,8 +29211,8 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29254,7 +29239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -29282,8 +29267,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29308,7 +29293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response - list of organization roles @@ -29324,7 +29309,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &198 + items: &199 title: Organization Role description: Organization roles type: object @@ -29349,7 +29334,7 @@ paths: organization: anyOf: - type: 'null' - - *3 + - *4 created_at: description: The date and time the role was created. type: string @@ -29425,8 +29410,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29450,7 +29435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *109 + - *110 requestBody: required: true content: @@ -29488,7 +29473,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29515,9 +29500,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29539,8 +29524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *109 - - &200 + - *110 + - &201 name: team_slug description: The slug of the team name. in: path @@ -29571,9 +29556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *109 - - *200 - - *159 + - *110 + - *201 + - *160 responses: '204': description: Response @@ -29602,9 +29587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *109 - - *200 - - *159 + - *110 + - *201 + - *160 responses: '204': description: Response @@ -29629,8 +29614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -29655,9 +29640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *109 - - *148 - - *159 + - *110 + - *149 + - *160 responses: '204': description: Response @@ -29687,9 +29672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *109 - - *148 - - *159 + - *110 + - *149 + - *160 responses: '204': description: Response @@ -29717,14 +29702,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29751,8 +29736,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29777,8 +29762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: @@ -29807,7 +29792,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29834,9 +29819,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '409': *199 - '404': *5 + '422': *15 + '409': *200 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29860,8 +29845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -29886,10 +29871,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *109 - - *159 - - *16 + - *110 + - *160 - *17 + - *18 responses: '200': description: Response - List of assigned teams @@ -29898,11 +29883,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 + Link: *37 '404': description: Response if the organization or role does not exist. '422': @@ -29929,10 +29914,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *109 - - *159 - - *16 + - *110 + - *160 - *17 + - *18 responses: '200': description: Response - List of assigned users @@ -29941,11 +29926,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 '404': description: Response if the organization or role does not exist. '422': @@ -29967,7 +29952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *109 + - *110 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -29980,8 +29965,8 @@ paths: - 2fa_disabled - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -29989,11 +29974,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30016,8 +30001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *109 - - *148 + - *110 + - *149 requestBody: required: false content: @@ -30057,7 +30042,7 @@ paths: a member of the organization, or if the enterprise enforces a policy for inviting outside collaborators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/enterprise-cloud@latest//admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30074,8 +30059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -30132,7 +30117,7 @@ paths: - docker - nuget - container - - *109 + - *110 - &595 name: visibility description: |- @@ -30169,11 +30154,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 - '403': *26 - '401': *22 + default: *204 + '403': *27 + '401': *23 '400': &597 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -30196,7 +30181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &204 + - &205 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -30214,20 +30199,20 @@ paths: - docker - nuget - container - - &205 + - &206 name: package_name description: The name of the package. in: path required: true schema: type: string - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -30279,15 +30264,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30313,9 +30298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 - name: token description: package token schema: @@ -30325,9 +30310,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30347,11 +30332,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 + - *18 - *17 - - *16 - name: state in: query required: false @@ -30369,7 +30354,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 title: Package Version description: A version of a software package type: object @@ -30482,9 +30467,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30504,10 +30489,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - &207 + - *206 + - *110 + - &208 name: package_version_id description: Unique identifier of the package version. in: path @@ -30519,7 +30504,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -30555,16 +30540,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - *207 + - *206 + - *110 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30590,16 +30575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - *207 + - *206 + - *110 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30620,10 +30605,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *109 - - *16 + - *110 - *17 - - &209 + - *18 + - &210 name: sort description: The property by which to sort the results. in: query @@ -30633,8 +30618,8 @@ paths: enum: - created_at default: created_at - - *64 - - &210 + - *65 + - &211 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30646,7 +30631,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &211 + - &212 name: repository description: The name of the repository to use to filter the results. in: query @@ -30655,7 +30640,7 @@ paths: type: string examples: - Hello-World - - &212 + - &213 name: permission description: The permission to use to filter the results. in: query @@ -30664,7 +30649,7 @@ paths: type: string examples: - issues_read - - &213 + - &214 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30674,7 +30659,7 @@ paths: schema: type: string format: date-time - - &214 + - &215 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30685,10 +30670,10 @@ paths: type: string format: date-time responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 + '500': *155 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -30711,7 +30696,7 @@ paths: - string - 'null' description: Reason for requesting access. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -30806,7 +30791,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30826,7 +30811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *109 + - *110 requestBody: required: true content: @@ -30868,11 +30853,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 - '202': *114 + '500': *155 + '422': *15 + '404': *6 + '403': *27 + '202': *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30893,7 +30878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *109 + - *110 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30930,11 +30915,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 - '204': &215 + '500': *155 + '422': *15 + '404': *6 + '403': *27 + '204': &216 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -30956,7 +30941,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *109 + - *110 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30964,23 +30949,23 @@ paths: required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *154 - '404': *5 - '403': *26 + '500': *155 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31001,21 +30986,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *109 - - *16 + - *110 - *17 - - *209 - - *64 + - *18 - *210 + - *65 - *211 - *212 - *213 - *214 + - *215 responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 + '500': *155 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -31033,7 +31018,7 @@ paths: description: Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -31127,7 +31112,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31147,7 +31132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *109 + - *110 requestBody: required: true content: @@ -31182,11 +31167,11 @@ paths: - 1296269 - 1296280 responses: - '500': *154 - '404': *5 - '202': *114 - '403': *26 - '422': *14 + '500': *155 + '404': *6 + '202': *115 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31207,7 +31192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *109 + - *110 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -31235,11 +31220,11 @@ paths: value: action: revoke responses: - '500': *154 - '404': *5 - '204': *215 - '403': *26 - '422': *14 + '500': *155 + '404': *6 + '204': *216 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31259,30 +31244,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *109 + - *110 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *154 - '404': *5 - '403': *26 + '500': *155 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31302,7 +31287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *109 + - *110 - name: state description: Indicates the state of the projects to return. in: query @@ -31314,8 +31299,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -31323,7 +31308,7 @@ paths: application/json: schema: type: array - items: &216 + items: &217 title: Project description: Projects are a way to organize columns and cards of work. @@ -31381,7 +31366,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -31456,8 +31441,8 @@ paths: organization_permission: write private: true headers: - Link: *36 - '422': *6 + Link: *37 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31476,7 +31461,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *109 + - *110 requestBody: required: true content: @@ -31502,7 +31487,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31537,15 +31522,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': &281 description: Gone content: application/json: - schema: *2 - '422': *6 + schema: *3 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31564,7 +31549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -31572,7 +31557,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31627,7 +31612,7 @@ paths: - property_name - value_type examples: - default: &218 + default: &219 value: - property_name: environment value_type: single_select @@ -31643,8 +31628,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31665,7 +31650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -31676,7 +31661,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *217 + items: *218 minItems: 1 maxItems: 100 required: @@ -31706,11 +31691,11 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 - '403': *26 - '404': *5 + default: *219 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31729,8 +31714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *109 - - &219 + - *110 + - &220 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -31742,9 +31727,9 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: &220 + default: &221 value: property_name: environment value_type: single_select @@ -31754,8 +31739,8 @@ paths: allowed_values: - production - development - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31776,8 +31761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *109 - - *219 + - *110 + - *220 requestBody: required: true content: @@ -31834,11 +31819,11 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *220 - '403': *26 - '404': *5 + default: *221 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31859,12 +31844,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *109 - - *219 + - *110 + - *220 responses: - '204': *215 - '403': *26 - '404': *5 + '204': *216 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31883,9 +31868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: repository_query description: Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit @@ -31924,7 +31909,7 @@ paths: - octocat/Hello-World properties: type: array - items: &221 + items: &222 title: Custom Property Value description: Custom property name and associated value type: object @@ -31966,9 +31951,9 @@ paths: - property_name: team value: octocat headers: - Link: *36 - '403': *26 - '404': *5 + Link: *37 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31994,7 +31979,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *109 + - *110 requestBody: required: true content: @@ -32014,7 +31999,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *221 + items: *222 required: - repository_names - properties @@ -32035,9 +32020,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32055,9 +32040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -32065,11 +32050,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32086,8 +32071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response if user is a public member @@ -32111,12 +32096,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -32133,8 +32118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -32157,7 +32142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *109 + - *110 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -32195,8 +32180,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -32204,11 +32189,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32227,7 +32212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *109 + - *110 requestBody: required: true content: @@ -32427,7 +32412,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -32751,7 +32736,7 @@ paths: template_repository: anyOf: - type: 'null' - - *54 + - *55 temp_clone_token: type: - string @@ -32851,13 +32836,13 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 organization: anyOf: - type: 'null' - - *3 - parent: *54 - source: *54 + - *4 + parent: *55 + source: *55 forks: type: integer master_branch: @@ -32900,7 +32885,7 @@ paths: - key - name - html_url - security_and_analysis: *222 + security_and_analysis: *223 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33479,8 +33464,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33502,7 +33487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -33510,9 +33495,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33534,9 +33519,9 @@ paths: category: orgs subcategory: rules parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -33544,7 +33529,7 @@ paths: application/json: schema: type: array - items: &231 + items: &232 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33576,7 +33561,7 @@ paths: source: type: string description: The name of the source - enforcement: &227 + enforcement: &228 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33588,7 +33573,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &228 + items: &229 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33646,7 +33631,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &225 + - &226 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33670,7 +33655,7 @@ paths: match. items: type: string - - &229 + - &230 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -33685,7 +33670,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33719,7 +33704,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33741,7 +33726,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33754,7 +33739,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &226 + items: &227 title: Repository ruleset property targeting definition type: object @@ -33779,7 +33764,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *226 + items: *227 required: - repository_property type: @@ -33787,7 +33772,7 @@ paths: - object rules: type: array - items: &230 + items: &231 title: Repository Rule type: object description: A repository rule. @@ -34246,8 +34231,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/432 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -34263,7 +34248,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 requestBody: description: Request body required: true @@ -34281,16 +34266,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *229 + items: *229 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *230 + items: *231 required: - name - enforcement @@ -34328,9 +34313,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: &232 + default: &233 value: id: 21 name: super cool ruleset @@ -34369,8 +34354,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/21 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -34384,7 +34369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *109 + - *110 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -34427,8 +34412,8 @@ paths: - bypass - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -34512,8 +34497,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34532,7 +34517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *109 + - *110 - &517 name: rule_suite_id description: |- @@ -34682,8 +34667,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34705,7 +34690,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34717,11 +34702,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *232 - '404': *5 - '500': *154 + default: *233 + '404': *6 + '500': *155 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -34737,7 +34722,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34761,16 +34746,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *229 + items: *229 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *230 + items: *231 examples: default: value: @@ -34805,11 +34790,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *232 - '404': *5 - '500': *154 + default: *233 + '404': *6 + '500': *155 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -34825,7 +34810,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34835,8 +34820,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -34853,14 +34838,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *109 - - *233 + - *110 - *234 - *235 - *236 - - *64 + - *237 + - *65 + - *18 - *17 - - *16 - &521 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). @@ -34881,7 +34866,7 @@ paths: required: false schema: type: string - - *237 + - *238 responses: '200': description: Response @@ -34889,13 +34874,13 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *239 + default: *240 headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34917,8 +34902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *109 - - *64 + - *110 + - *65 - name: sort description: The property to sort the results by. in: query @@ -34930,8 +34915,8 @@ paths: - updated - published default: created - - *62 - *63 + - *64 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35010,14 +34995,14 @@ paths: readOnly: true description: The author of the advisory. allOf: - - *3 + - *4 type: - 'null' publisher: readOnly: true description: The publisher of the advisory. allOf: - - *3 + - *4 type: - 'null' identifiers: @@ -35115,7 +35100,7 @@ paths: - object - 'null' properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -35214,7 +35199,7 @@ paths: advisory. type: object properties: - user: *3 + user: *4 type: *241 state: type: string @@ -35235,19 +35220,19 @@ paths: - array - 'null' description: A list of users that collaborate on the advisory. - items: *3 + items: *4 collaborating_teams: type: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *156 + items: *157 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *77 + - *78 type: - 'null' required: @@ -35624,8 +35609,8 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha} - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35647,7 +35632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *109 + - *110 responses: '200': description: Response @@ -35657,7 +35642,7 @@ paths: type: array items: *242 examples: - default: *201 + default: *202 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35680,8 +35665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -35709,8 +35694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -35736,7 +35721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35768,9 +35753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Success @@ -35800,7 +35785,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35830,7 +35815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35855,8 +35840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -35959,9 +35944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -35969,12 +35954,12 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 - '403': *26 + Link: *37 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35993,7 +35978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *109 + - *110 requestBody: required: true content: @@ -36493,8 +36478,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36514,8 +36499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -36524,7 +36509,7 @@ paths: schema: *251 examples: default: *252 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36543,8 +36528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: false content: @@ -36617,9 +36602,9 @@ paths: schema: *251 examples: default: *252 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36640,8 +36625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -36666,11 +36651,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *109 - - *200 - - *64 - - *16 + - *110 + - *201 + - *65 - *17 + - *18 - name: pinned in: query required: false @@ -36693,7 +36678,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the discussion. type: string @@ -36775,7 +36760,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *81 + reactions: *82 required: - author - body @@ -36845,7 +36830,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36868,8 +36853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -36976,8 +36961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - &255 name: discussion_number description: The number that identifies the discussion. @@ -37013,8 +36998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: false @@ -37109,8 +37094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 responses: '204': @@ -37136,12 +37121,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *109 - - *200 + - *110 + - *201 - *255 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -37157,7 +37142,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the comment. type: string @@ -37214,7 +37199,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *81 + reactions: *82 required: - author - body @@ -37273,7 +37258,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37296,8 +37281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: true @@ -37387,8 +37372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - &258 name: comment_number @@ -37425,8 +37410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 requestBody: @@ -37515,8 +37500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 responses: @@ -37543,8 +37528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 - name: content @@ -37563,8 +37548,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -37589,7 +37574,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 content: description: The reaction to use type: string @@ -37642,7 +37627,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37665,8 +37650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 requestBody: @@ -37756,8 +37741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 - &262 @@ -37791,8 +37776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -37810,8 +37795,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -37823,7 +37808,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37846,8 +37831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: true @@ -37911,8 +37896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *262 responses: @@ -37937,8 +37922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -37965,8 +37950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -38011,8 +37996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -38035,10 +38020,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38046,11 +38031,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38070,8 +38055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *109 - - *200 + - *110 + - *201 - name: role description: Filters members returned by their role in the team. in: query @@ -38083,8 +38068,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -38092,11 +38077,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38123,9 +38108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 responses: '200': description: Response @@ -38193,9 +38178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 requestBody: required: false content: @@ -38255,9 +38240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 responses: '204': description: Response @@ -38282,10 +38267,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38320,7 +38305,7 @@ paths: type: integer state: type: string - creator: *3 + creator: *4 created_at: type: string updated_at: @@ -38402,7 +38387,7 @@ paths: write: true admin: false headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38422,8 +38407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *109 - - *200 + - *110 + - *201 - &269 name: project_id description: The unique identifier of the project. @@ -38497,8 +38482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *109 - - *200 + - *110 + - *201 - *269 requestBody: required: false @@ -38563,8 +38548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *109 - - *200 + - *110 + - *201 - *269 responses: '204': @@ -38588,10 +38573,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38599,11 +38584,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38629,8 +38614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 responses: @@ -38664,7 +38649,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 forks: type: integer permissions: @@ -38691,7 +38676,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: description: Whether the repository is private or public. default: false @@ -39278,8 +39263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 requestBody: @@ -39326,8 +39311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 responses: @@ -39354,8 +39339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -39384,8 +39369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -39459,10 +39444,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: if child teams exist @@ -39470,7 +39455,7 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: response-if-child-teams-exist: &576 value: @@ -39500,7 +39485,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39522,7 +39507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *109 + - *110 - name: security_product in: path description: The security feature to enable or disable. @@ -39630,7 +39615,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -39707,10 +39692,10 @@ paths: column_url: https://api.github.com/projects/columns/367 content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39759,11 +39744,11 @@ paths: schema: *275 examples: default: *276 - '304': *34 - '403': *26 - '401': *22 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39783,7 +39768,7 @@ paths: responses: '204': description: Response - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -39799,8 +39784,8 @@ paths: type: array items: type: string - '401': *22 - '404': *5 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39859,7 +39844,7 @@ paths: examples: default: value: - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -39884,7 +39869,7 @@ paths: type: string field: type: string - '401': *22 + '401': *23 '503': description: Response content: @@ -39907,7 +39892,7 @@ paths: type: string message: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40000,10 +39985,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '404': *5 - '401': *22 + '304': *35 + '403': *27 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40047,9 +40032,9 @@ paths: schema: *278 examples: default: *279 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40069,9 +40054,9 @@ paths: responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40100,8 +40085,8 @@ paths: - archived - not_archived default: not_archived - - *16 - *17 + - *18 responses: '200': description: Response @@ -40143,10 +40128,10 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40209,17 +40194,17 @@ paths: schema: *275 examples: default: *276 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 '422': description: Validation failed content: application/json: schema: oneOf: - - *112 - *113 + - *114 '503': description: Response content: @@ -40293,10 +40278,10 @@ paths: examples: default: value: - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40321,7 +40306,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: &280 value: @@ -40356,9 +40341,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40425,13 +40410,13 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: *280 '404': description: Not Found if the authenticated user does not have access to the project - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -40447,9 +40432,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40470,7 +40455,7 @@ paths: responses: '204': description: Delete Success - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -40486,9 +40471,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *281 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40526,8 +40511,8 @@ paths: - direct - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -40535,16 +40520,16 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40563,7 +40548,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - *269 - - *148 + - *149 requestBody: required: false content: @@ -40591,11 +40576,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40613,15 +40598,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *269 - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40642,7 +40627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - *269 - - *148 + - *149 responses: '200': description: Response @@ -40658,7 +40643,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - permission - user @@ -40685,11 +40670,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40707,8 +40692,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - *269 - - *16 - *17 + - *18 responses: '200': description: Response @@ -40729,10 +40714,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40784,10 +40769,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40937,8 +40922,8 @@ paths: schema: type: integer format: timestamp - '304': *34 - '404': *5 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41465,8 +41450,8 @@ paths: status: disabled secret_scanning_validity_checks: status: disabled - '403': *26 - '404': *5 + '403': *27 + '404': *6 '301': *284 x-github: githubCloudOnly: false @@ -41717,10 +41702,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *26 - '422': *14 - '404': *5 + schema: *3 + '403': *27 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41766,7 +41751,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository '307': *286 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41790,8 +41775,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - &301 name: name description: The name field of an artifact. When specified, only artifacts @@ -41938,7 +41923,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42111,8 +42096,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - &290 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -42141,7 +42126,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *64 + - *65 responses: '200': description: Response @@ -42209,7 +42194,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42712,11 +42697,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42767,8 +42752,8 @@ paths: include_claim_keys: - repo - context - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: enabledForGitHubApps: true previews: [] @@ -42822,13 +42807,13 @@ paths: description: Empty response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '404': *5 - '400': *13 - '422': *6 + '404': *6 + '400': *14 + '422': *7 x-github: enabledForGitHubApps: true previews: [] @@ -42853,8 +42838,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -42902,7 +42887,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42927,7 +42912,7 @@ paths: - *270 - *271 - *294 - - *17 + - *18 responses: '200': description: Response @@ -42990,7 +42975,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43023,8 +43008,8 @@ paths: enabled: &295 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *39 - selected_actions_url: *119 + allowed_actions: *40 + selected_actions_url: *120 required: - enabled examples: @@ -43066,7 +43051,7 @@ paths: type: object properties: enabled: *295 - allowed_actions: *39 + allowed_actions: *40 required: - enabled examples: @@ -43185,9 +43170,9 @@ paths: description: Response content: application/json: - schema: *41 + schema: *42 examples: - default: *42 + default: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43219,9 +43204,9 @@ paths: required: false content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43250,9 +43235,9 @@ paths: description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43285,9 +43270,9 @@ paths: required: true content: application/json: - schema: *123 + schema: *124 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43316,8 +43301,8 @@ paths: type: string - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -43333,11 +43318,11 @@ paths: type: integer runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43368,9 +43353,9 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43436,9 +43421,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *129 - '404': *5 - '422': *6 + '201': *130 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43473,9 +43458,9 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43510,9 +43495,9 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43536,15 +43521,15 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *132 + default: *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43567,7 +43552,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: '204': description: Response @@ -43594,10 +43579,10 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: - '200': *57 - '404': *5 + '200': *58 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43620,7 +43605,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 requestBody: required: true content: @@ -43644,9 +43629,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43670,7 +43655,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 requestBody: required: true content: @@ -43695,9 +43680,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43721,10 +43706,10 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: - '200': *133 - '404': *5 + '200': *134 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43752,12 +43737,12 @@ paths: parameters: - *270 - *271 - - *51 - - *134 + - *52 + - *135 responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43831,8 +43816,8 @@ paths: - requested - waiting - pending - - *16 - *17 + - *18 - &319 name: created description: Returns workflow runs created within the given date-time range. @@ -44067,8 +44052,8 @@ paths: updated_at: type: string format: date-time - actor: *3 - triggering_actor: *3 + actor: *4 + triggering_actor: *4 run_started_at: type: string format: date-time @@ -44195,8 +44180,8 @@ paths: - timestamp - author - committer - repository: *126 - head_repository: *126 + repository: *127 + head_repository: *127 head_repository_id: type: integer examples: @@ -44450,7 +44435,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44823,7 +44808,7 @@ paths: type: string examples: - approved - user: *3 + user: *4 comment: type: string description: The comment submitted with the deployment review @@ -44893,12 +44878,12 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44923,8 +44908,8 @@ paths: - *270 - *271 - *300 - - *16 - *17 + - *18 - *301 responses: '200': @@ -44945,7 +44930,7 @@ paths: examples: default: *302 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45012,8 +44997,8 @@ paths: - *271 - *300 - *304 - - *16 - *17 + - *18 responses: '200': description: Response @@ -45120,8 +45105,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45183,11 +45168,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '409': *199 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45287,11 +45272,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '409': *199 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45329,8 +45314,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -45350,7 +45335,7 @@ paths: examples: default: *306 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45408,8 +45393,8 @@ paths: responses: '204': description: Response - '403': *26 - '500': *154 + '403': *27 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45511,8 +45496,8 @@ paths: - User reviewer: anyOf: - - *3 - - *156 + - *4 + - *157 required: - environment - wait_timer @@ -45697,7 +45682,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -45733,7 +45718,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -45830,7 +45815,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -45877,7 +45862,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46043,8 +46028,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46064,7 +46049,7 @@ paths: examples: default: *308 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46120,7 +46105,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -46156,7 +46141,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -46184,7 +46169,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46212,7 +46197,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -46240,7 +46225,7 @@ paths: - *270 - *271 - *294 - - *17 + - *18 responses: '200': description: Response @@ -46260,7 +46245,7 @@ paths: examples: default: *312 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46309,7 +46294,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46336,7 +46321,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 responses: '200': description: Response @@ -46372,7 +46357,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 requestBody: required: true content: @@ -46416,7 +46401,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 responses: '204': description: Response @@ -46443,8 +46428,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46555,7 +46540,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46742,8 +46727,8 @@ paths: - *316 - *317 - *318 - - *16 - *17 + - *18 - *319 - *298 - *320 @@ -46767,7 +46752,7 @@ paths: examples: default: *322 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46856,10 +46841,10 @@ paths: parameters: - *270 - *271 - - *64 - - *16 - - *62 + - *65 + - *17 - *63 + - *64 - name: ref description: |- The Git reference for the activities you want to list. @@ -46964,7 +46949,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -47004,8 +46989,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '422': *6 + Link: *37 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47025,8 +47010,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -47034,12 +47019,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47076,7 +47061,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47212,7 +47197,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47249,7 +47234,7 @@ paths: schema: *323 examples: default: *324 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47274,7 +47259,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47398,8 +47383,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -47504,17 +47489,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *3 + items: *4 teams: description: The list of teams with review dismissal access. type: array - items: *156 + items: *157 apps: description: The list of apps with review dismissal access. type: array - items: *4 + items: *5 url: type: string examples: @@ -47536,17 +47521,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *3 + items: *4 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *156 + items: *157 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *4 + items: *5 dismiss_stale_reviews: type: boolean examples: @@ -47869,8 +47854,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48025,11 +48010,11 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' - - *3 + - *4 parents: type: array items: @@ -48266,7 +48251,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *284 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48464,7 +48449,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48827,13 +48812,13 @@ paths: format: uri users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 apps: type: array - items: *4 + items: *5 required: - url - users_url @@ -48845,13 +48830,13 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 apps: type: array - items: *4 + items: *5 required: - users - teams @@ -48998,9 +48983,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *26 - '422': *6 - '404': *5 + '403': *27 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49026,7 +49011,7 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49114,7 +49099,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49343,7 +49328,7 @@ paths: schema: *332 examples: default: *333 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49369,7 +49354,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49405,7 +49390,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49435,7 +49420,7 @@ paths: schema: *330 examples: default: *334 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49460,7 +49445,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49498,7 +49483,7 @@ paths: contexts: - continuous-integration/travis-ci contexts_url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49573,8 +49558,8 @@ paths: schema: *335 examples: default: *336 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49636,7 +49621,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49702,9 +49687,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49769,8 +49754,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49834,8 +49819,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49938,7 +49923,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49992,7 +49977,7 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: &337 value: @@ -50032,7 +50017,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50089,10 +50074,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50150,10 +50135,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50210,10 +50195,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50244,10 +50229,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '404': *5 + default: *202 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50304,10 +50289,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50365,10 +50350,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50425,10 +50410,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50459,10 +50444,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '404': *5 + default: *190 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50522,10 +50507,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50586,10 +50571,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50649,10 +50634,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50789,9 +50774,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51220,7 +51205,7 @@ paths: app: anyOf: - type: 'null' - - *4 + - *5 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests @@ -51303,7 +51288,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -51896,8 +51881,8 @@ paths: - *270 - *271 - *341 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51985,7 +51970,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52015,7 +52000,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -52024,13 +52009,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *2 + schema: *3 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *2 - '404': *5 + schema: *3 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52160,8 +52145,8 @@ paths: app: anyOf: - type: 'null' - - *4 - repository: *126 + - *5 + repository: *127 created_at: type: - string @@ -52574,7 +52559,7 @@ paths: required: - app_id - setting - repository: *126 + repository: *127 examples: default: value: @@ -52891,8 +52876,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -52992,7 +52977,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53020,7 +53005,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -53049,10 +53034,10 @@ paths: parameters: - *270 - *271 - - *149 - *150 + - *151 + - *18 - *17 - - *16 - &358 name: ref description: The Git reference for the results you want to list. The `ref` @@ -53061,7 +53046,7 @@ paths: in: query required: false schema: *347 - - *64 + - *65 - name: sort description: The property by which to sort the results. in: query @@ -53077,7 +53062,7 @@ paths: be returned. in: query required: false - schema: *151 + schema: *152 - name: severity description: If specified, only code scanning alerts with this severity will be returned. @@ -53094,19 +53079,19 @@ paths: items: type: object properties: - number: *68 - created_at: *73 - updated_at: *74 - url: *71 - html_url: *72 + number: *69 + created_at: *74 + updated_at: *75 + url: *72 + html_url: *73 instances_url: *349 - state: *67 - fixed_at: *76 + state: *68 + fixed_at: *77 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *75 + - *4 + dismissed_at: *76 dismissed_reason: *350 dismissed_comment: *351 rule: *352 @@ -53226,15 +53211,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *34 + '304': *35 '403': &355 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *78 + schema: *3 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53264,7 +53249,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *68 + schema: *69 responses: '200': description: Response @@ -53273,19 +53258,19 @@ paths: schema: &357 type: object properties: - number: *68 - created_at: *73 - updated_at: *74 - url: *71 - html_url: *72 + number: *69 + created_at: *74 + updated_at: *75 + url: *72 + html_url: *73 instances_url: *349 - state: *67 - fixed_at: *76 + state: *68 + fixed_at: *77 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *75 + - *4 + dismissed_at: *76 dismissed_reason: *350 dismissed_comment: *351 rule: @@ -53437,10 +53422,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *34 + '304': *35 '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53571,9 +53556,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *78 + schema: *3 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53596,8 +53581,8 @@ paths: - *270 - *271 - *356 + - *18 - *17 - - *16 - *358 responses: '200': @@ -53646,8 +53631,8 @@ paths: classifications: - source '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53681,10 +53666,10 @@ paths: parameters: - *270 - *271 - - *149 - *150 + - *151 + - *18 - *17 - - *16 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -53701,7 +53686,7 @@ paths: description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *64 + - *65 - name: sort description: The property by which to sort the results. in: query @@ -53823,8 +53808,8 @@ paths: deletable: true warning: '' '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53927,8 +53912,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54064,10 +54049,10 @@ paths: value: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete - '400': *13 + '400': *14 '403': *363 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54110,7 +54095,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *3 + uploader: *4 content_type: type: string description: The MIME type of the CodeQL database file. @@ -54209,8 +54194,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54285,8 +54270,8 @@ paths: '302': &389 description: Found '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54374,8 +54359,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54440,7 +54425,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -54466,14 +54451,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *363 - '404': *5 + '404': *6 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *78 + schema: *3 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54612,10 +54597,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *363 - '404': *5 + '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54686,7 +54671,7 @@ paths: '403': *355 '404': description: Not Found if the sarif id does not match any upload - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54835,8 +54820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *270 - *271 responses: @@ -54854,7 +54839,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -55130,10 +55115,10 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55217,7 +55202,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -55225,14 +55210,14 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '400': *13 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '400': *14 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55254,8 +55239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *270 - *271 responses: @@ -55297,11 +55282,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *154 - '400': *13 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '400': *14 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55377,11 +55362,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55428,7 +55413,7 @@ paths: schema: type: object properties: - billable_owner: *3 + billable_owner: *4 defaults: type: object required: @@ -55466,9 +55451,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55534,11 +55519,11 @@ paths: default: value: accepted: true - '401': *22 - '403': *26 - '404': *5 - '422': *14 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '422': *15 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55561,8 +55546,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -55601,7 +55586,7 @@ paths: examples: default: *368 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55655,7 +55640,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -55685,7 +55670,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -55713,7 +55698,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -55739,7 +55724,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -55797,8 +55782,8 @@ paths: - push - maintain - admin - - *16 - *17 + - *18 responses: '200': description: Response @@ -55969,8 +55954,8 @@ paths: admin: false role_name: write headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55996,7 +55981,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '204': description: Response if user is a collaborator @@ -56040,7 +56025,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 requestBody: required: false content: @@ -56077,15 +56062,15 @@ paths: type: integer examples: - 42 - repository: *126 + repository: *127 invitee: anyOf: - type: 'null' - - *3 + - *4 inviter: anyOf: - type: 'null' - - *3 + - *4 permissions: description: The permission associated with the invitation. type: string @@ -56246,8 +56231,8 @@ paths: - an existing collaborator is added as a collaborator - an organization member is added as an individual collaborator - an existing team member (whose team is also a repository collaborator) is added as an individual collaborator - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -56287,12 +56272,12 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56318,7 +56303,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '200': description: if user has admin permissions @@ -56367,7 +56352,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56394,8 +56379,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -56437,15 +56422,15 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time updated_at: type: string format: date-time - author_association: *80 - reactions: *81 + author_association: *81 + reactions: *82 required: - url - html_url @@ -56495,7 +56480,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56522,7 +56507,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -56563,7 +56548,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56589,7 +56574,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -56646,7 +56631,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56664,11 +56649,11 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56687,7 +56672,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -56704,8 +56689,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -56717,8 +56702,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56738,7 +56723,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -56780,7 +56765,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56802,7 +56787,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -56878,7 +56863,7 @@ paths: required: false schema: type: string - - *83 + - *84 - name: until description: 'Only commits before this date will be returned. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -56887,8 +56872,8 @@ paths: schema: type: string format: date-time - - *16 - *17 + - *18 responses: '200': description: Response @@ -56967,11 +56952,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *36 - '500': *154 - '400': *13 - '404': *5 - '409': *199 + Link: *37 + '500': *155 + '400': *14 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57039,8 +57024,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57068,8 +57053,8 @@ paths: - *270 - *271 - *376 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57081,7 +57066,7 @@ paths: examples: default: *377 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57152,8 +57137,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -57177,8 +57162,8 @@ paths: - *270 - *271 - *376 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57267,7 +57252,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: - string @@ -57345,22 +57330,22 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array - 'null' - items: *156 + items: *157 head: type: object properties: @@ -57368,13 +57353,13 @@ paths: type: string ref: type: string - repo: *54 + repo: *55 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -57388,13 +57373,13 @@ paths: type: string ref: type: string - repo: *54 + repo: *55 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -57429,7 +57414,7 @@ paths: - review_comments - review_comment - self - author_association: *80 + author_association: *81 auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. @@ -57437,7 +57422,7 @@ paths: - object - 'null' properties: - enabled_by: *3 + enabled_by: *4 merge_method: type: string description: The merge method to use. @@ -57974,8 +57959,8 @@ paths: auto_merge: draft: false headers: - Link: *36 - '409': *199 + Link: *37 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58032,8 +58017,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 - &381 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -58134,11 +58119,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *14 - '404': *5 - '500': *154 - '503': *78 - '409': *199 + '422': *15 + '404': *6 + '500': *155 + '503': *79 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58178,8 +58163,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 - name: app_id in: query required: false @@ -58204,7 +58189,7 @@ paths: examples: default: *384 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58237,8 +58222,8 @@ paths: type: integer example: 1 - *382 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58429,7 +58414,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58457,8 +58442,8 @@ paths: - *270 - *271 - *381 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58527,7 +58512,7 @@ paths: type: string total_count: type: integer - repository: *126 + repository: *127 commit_url: type: string format: uri @@ -58638,7 +58623,7 @@ paths: hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks commit_url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58661,8 +58646,8 @@ paths: - *270 - *271 - *381 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58704,7 +58689,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 required: - url - avatar_url @@ -58750,7 +58735,7 @@ paths: type: User site_admin: false headers: - Link: *36 + Link: *37 '301': *284 x-github: githubCloudOnly: false @@ -58833,7 +58818,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 contributing: anyOf: - type: 'null' @@ -58979,8 +58964,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 - name: basehead description: The base branch and head branch to compare. This parameter expects the format `BASE...HEAD`. Both must be branch names in `repo`. To compare @@ -59293,9 +59278,9 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" - '404': *5 - '500': *154 - '503': *78 + '404': *6 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59913,8 +59898,8 @@ paths: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - '404': *5 - '403': *26 + '404': *6 + '403': *27 '302': *389 x-github: githubCloudOnly: false @@ -60227,9 +60212,9 @@ paths: reason: unsigned signature: payload: - '404': *5 - '422': *14 - '409': *199 + '404': *6 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60347,10 +60332,10 @@ paths: reason: unsigned signature: payload: - '422': *14 - '404': *5 - '409': *199 - '503': *78 + '422': *15 + '404': *6 + '409': *200 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60378,8 +60363,8 @@ paths: required: false schema: type: string - - *16 - *17 + - *18 responses: '200': description: If repository contains content @@ -60470,11 +60455,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *36 + Link: *37 '204': description: Response if repository is empty - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60495,19 +60480,19 @@ paths: parameters: - *270 - *271 - - *162 - *163 - *164 - *165 + - *166 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *166 - *167 - - *64 + - *168 + - *65 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -60524,10 +60509,10 @@ paths: schema: type: integer default: 30 - - *62 - *63 - - *168 + - *64 - *169 + - *170 responses: '200': description: Response @@ -60539,7 +60524,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *68 + number: *69 state: type: string description: The state of the Dependabot alert. @@ -60554,7 +60539,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *69 + package: *70 manifest_path: type: string description: The full path to the dependency manifest file, @@ -60571,16 +60556,16 @@ paths: - runtime - security_advisory: *391 - security_vulnerability: *70 - url: *71 - html_url: *72 - created_at: *73 - updated_at: *74 - dismissed_at: *75 + security_vulnerability: *71 + url: *72 + html_url: *73 + created_at: *74 + updated_at: *75 + dismissed_at: *76 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -60600,7 +60585,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *76 + fixed_at: *77 auto_dismissed_at: *392 required: - number @@ -60790,11 +60775,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60825,7 +60810,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *68 + schema: *69 responses: '200': description: Response @@ -60912,9 +60897,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '403': *26 - '404': *5 + '304': *35 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61077,11 +61062,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *13 - '403': *26 - '404': *5 - '409': *199 - '422': *6 + '400': *14 + '403': *27 + '404': *6 + '409': *200 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61105,8 +61090,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -61154,7 +61139,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61207,7 +61192,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -61241,7 +61226,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -61269,7 +61254,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -61295,7 +61280,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -61468,14 +61453,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false category: dependency-graph @@ -61686,9 +61671,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *36 - '404': *5 - '403': *26 + Link: *37 + '404': *6 + '403': *27 x-github: githubCloudOnly: false category: dependency-graph @@ -62012,8 +61997,8 @@ paths: - string - 'null' default: none - - *16 - *17 + - *18 responses: '200': description: Response @@ -62025,7 +62010,7 @@ paths: examples: default: *400 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62228,7 +62213,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62298,7 +62283,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62330,8 +62315,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62351,8 +62336,8 @@ paths: - *270 - *271 - *401 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62394,7 +62379,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 description: description: A short description of the status. default: '' @@ -62453,7 +62438,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -62502,8 +62487,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62640,7 +62625,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62673,7 +62658,7 @@ paths: schema: *402 examples: default: *403 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62731,8 +62716,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62756,8 +62741,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62879,8 +62864,8 @@ paths: type: *404 reviewer: anyOf: - - *3 - - *156 + - *4 + - *157 required: - id - node_id @@ -63185,7 +63170,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63232,8 +63217,8 @@ paths: - *270 - *271 - *406 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63727,8 +63712,8 @@ paths: - *406 - *271 - *270 + - *18 - *17 - - *16 responses: '200': description: A list of custom deployment rule integrations available for @@ -63851,8 +63836,8 @@ paths: - *270 - *271 - *406 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63872,7 +63857,7 @@ paths: examples: default: *308 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63930,7 +63915,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 responses: '200': description: Response @@ -63963,7 +63948,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 requestBody: required: true content: @@ -63994,7 +63979,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -64023,7 +64008,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 responses: '204': description: Default response @@ -64052,7 +64037,7 @@ paths: - *271 - *406 - *294 - - *17 + - *18 responses: '200': description: Response @@ -64072,7 +64057,7 @@ paths: examples: default: *312 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64122,7 +64107,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -64150,7 +64135,7 @@ paths: - *270 - *271 - *406 - - *139 + - *140 responses: '200': description: Response @@ -64181,7 +64166,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 - *406 requestBody: required: true @@ -64226,7 +64211,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 - *406 responses: '204': @@ -64250,8 +64235,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -64259,7 +64244,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: 200-response: value: @@ -64340,8 +64325,8 @@ paths: - stargazers - watchers default: newest - - *16 - *17 + - *18 responses: '200': description: Response @@ -64349,7 +64334,7 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: default: value: @@ -64462,8 +64447,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *36 - '400': *13 + Link: *37 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64521,10 +64506,10 @@ paths: schema: *283 examples: default: *285 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64592,10 +64577,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *5 - '409': *199 - '403': *26 - '422': *14 + '404': *6 + '409': *200 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64670,10 +64655,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *5 - '422': *14 - '403': *26 - '409': *199 + '404': *6 + '422': *15 + '403': *27 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64998,9 +64983,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65086,8 +65071,8 @@ paths: reason: unsigned signature: payload: - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65184,8 +65169,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *36 - '409': *199 + Link: *37 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65224,8 +65209,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65282,8 +65267,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65336,8 +65321,8 @@ paths: schema: *421 examples: default: *422 - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65359,8 +65344,8 @@ paths: responses: '204': description: Response - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65566,8 +65551,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65627,8 +65612,8 @@ paths: schema: *424 examples: default: *425 - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65817,10 +65802,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *14 - '404': *5 - '403': *26 - '409': *199 + '422': *15 + '404': *6 + '403': *27 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65906,9 +65891,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65928,8 +65913,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65969,7 +65954,7 @@ paths: examples: - push - pull_request - config: *11 + config: *12 updated_at: type: string format: date-time @@ -66058,8 +66043,8 @@ paths: status: unused message: headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66096,10 +66081,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -66161,9 +66146,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66183,7 +66168,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '200': description: Response @@ -66192,7 +66177,7 @@ paths: schema: *427 examples: default: *428 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66213,7 +66198,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 requestBody: required: true content: @@ -66221,7 +66206,7 @@ paths: schema: type: object properties: - config: *11 + config: *12 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -66261,8 +66246,8 @@ paths: schema: *427 examples: default: *428 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66280,11 +66265,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66306,15 +66291,15 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66335,7 +66320,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 requestBody: required: false content: @@ -66344,10 +66329,10 @@ paths: type: object additionalProperties: false properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Example of updating content type and URL @@ -66359,9 +66344,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66381,9 +66366,9 @@ paths: parameters: - *270 - *271 - - *175 - - *16 - *176 + - *17 + - *177 - name: redelivery in: query required: false @@ -66396,11 +66381,11 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: - default: *178 - '400': *13 - '422': *14 + default: *179 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66419,18 +66404,18 @@ paths: parameters: - *270 - *271 - - *175 - - *15 + - *176 + - *16 responses: '200': description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 - '400': *13 - '422': *14 + default: *181 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66449,12 +66434,12 @@ paths: parameters: - *270 - *271 - - *175 - - *15 + - *176 + - *16 responses: - '202': *114 - '400': *13 - '422': *14 + '202': *115 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66474,11 +66459,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66500,11 +66485,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66686,12 +66671,12 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '404': *5 + '404': *6 '503': &430 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66787,8 +66772,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67038,7 +67023,7 @@ paths: name: svner@example.com url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import - '404': *5 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67105,8 +67090,8 @@ paths: name: Hubot url: https://api.github.com/repos/octocat/socm/import/authors/2268557 import_url: https://api.github.com/repos/octocat/socm/import - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67230,7 +67215,7 @@ paths: schema: *429 examples: default: *432 - '422': *14 + '422': *15 '503': *430 x-github: githubCloudOnly: false @@ -67261,11 +67246,11 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *433 '301': *284 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67293,7 +67278,7 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false @@ -67341,7 +67326,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *435 '409': @@ -67391,8 +67376,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67516,7 +67501,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67535,7 +67520,7 @@ paths: parameters: - *270 - *271 - - *186 + - *187 requestBody: required: false content: @@ -67697,7 +67682,7 @@ paths: parameters: - *270 - *271 - - *186 + - *187 responses: '204': description: Response @@ -67771,7 +67756,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -67783,10 +67768,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -67794,7 +67779,7 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: default: value: @@ -67943,10 +67928,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *36 + Link: *37 '301': *284 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68055,7 +68040,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: &440 value: @@ -68208,11 +68193,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *13 - '403': *26 - '422': *14 - '503': *78 - '404': *5 + '400': *14 + '403': *27 + '422': *15 + '503': *79 + '404': *6 '410': *281 x-github: triggersNotification: true @@ -68243,7 +68228,7 @@ paths: parameters: - *270 - *271 - - *102 + - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -68253,9 +68238,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -68296,9 +68281,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *36 - '422': *14 - '404': *5 + Link: *37 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68325,7 +68310,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -68363,7 +68348,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68389,7 +68374,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -68414,7 +68399,7 @@ paths: schema: *437 examples: default: *438 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68433,7 +68418,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response @@ -68455,7 +68440,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -68472,8 +68457,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -68485,8 +68470,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68506,7 +68491,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -68548,7 +68533,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68570,7 +68555,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -68593,8 +68578,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -68624,7 +68609,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 event: type: string examples: @@ -68649,7 +68634,7 @@ paths: issue: anyOf: - type: 'null' - - *93 + - *94 label: title: Issue Event Label description: Issue Event Label @@ -68669,20 +68654,20 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assigner: anyOf: - type: 'null' - - *3 + - *4 review_requester: anyOf: - type: 'null' - - *3 + - *4 requested_reviewer: anyOf: - type: 'null' - - *3 - requested_team: *156 + - *4 + requested_team: *157 dismissed_review: title: Issue Event Dismissed Review type: object @@ -68749,7 +68734,7 @@ paths: required: - from - to - author_association: *80 + author_association: *81 lock_reason: type: - string @@ -68757,7 +68742,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -68923,8 +68908,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69145,9 +69130,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *5 + '404': *6 '410': *281 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69196,13 +69181,13 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 '301': *284 - '404': *5 + '404': *6 '410': *281 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69335,14 +69320,14 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 - '422': *14 - '503': *78 - '403': *26 + '422': *15 + '503': *79 + '403': *27 '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -69389,7 +69374,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 x-github: @@ -69434,7 +69419,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 x-github: @@ -69473,7 +69458,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69503,9 +69488,9 @@ paths: - *270 - *271 - *441 - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -69517,8 +69502,8 @@ paths: examples: default: *442 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -69580,10 +69565,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *26 + '403': *27 '410': *281 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -69604,8 +69589,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -69628,7 +69613,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69644,7 +69629,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -69677,7 +69662,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69693,7 +69678,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -69725,7 +69710,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69738,9 +69723,9 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 - assignee: *3 - assigner: *3 + performed_via_github_app: *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -69763,7 +69748,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69779,9 +69764,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 - assigner: *3 + - *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -69805,7 +69790,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69821,7 +69806,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -69851,7 +69836,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69867,7 +69852,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -69897,7 +69882,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69913,7 +69898,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 rename: type: object properties: @@ -69946,7 +69931,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69962,10 +69947,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *156 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *157 + requested_reviewer: *4 required: - review_requester - id @@ -69988,7 +69973,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70004,10 +69989,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *156 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *157 + requested_reviewer: *4 required: - review_requester - id @@ -70030,7 +70015,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70046,7 +70031,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 dismissed_review: type: object properties: @@ -70086,7 +70071,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70102,7 +70087,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 lock_reason: type: - string @@ -70131,7 +70116,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70147,7 +70132,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70192,7 +70177,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70208,7 +70193,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70253,7 +70238,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70269,7 +70254,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70314,7 +70299,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70327,7 +70312,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 + performed_via_github_app: *5 project_card: type: object properties: @@ -70395,7 +70380,7 @@ paths: name: label color: red headers: - Link: *36 + Link: *37 '410': *281 x-github: githubCloudOnly: false @@ -70416,8 +70401,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -70493,9 +70478,9 @@ paths: color: a2eeef default: false headers: - Link: *36 + Link: *37 '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70578,9 +70563,9 @@ paths: examples: default: *444 '301': *284 - '404': *5 + '404': *6 '410': *281 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70662,9 +70647,9 @@ paths: examples: default: *444 '301': *284 - '404': *5 + '404': *6 '410': *281 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70687,7 +70672,7 @@ paths: '204': description: Response '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70734,7 +70719,7 @@ paths: color: f29513 default: true '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70785,10 +70770,10 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 '410': *281 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70810,8 +70795,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70847,8 +70832,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -70860,8 +70845,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70924,7 +70909,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70970,8 +70955,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71003,7 +70988,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 id: description: Unique identifier of the issue comment type: integer @@ -71030,7 +71015,7 @@ paths: html_url: type: string format: uri - user: *3 + user: *4 created_at: type: string format: date-time @@ -71044,12 +71029,12 @@ paths: issue_url: type: string format: uri - author_association: *80 + author_association: *81 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - event - actor @@ -71068,7 +71053,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 created_at: type: string format: date-time @@ -71080,7 +71065,7 @@ paths: properties: type: type: string - issue: *93 + issue: *94 required: - event - created_at @@ -71238,7 +71223,7 @@ paths: type: string examples: - MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *3 + user: *4 body: description: The text of the review. type: @@ -71292,7 +71277,7 @@ paths: type: string body_text: type: string - author_association: *80 + author_association: *81 required: - event - id @@ -71388,7 +71373,7 @@ paths: type: integer examples: - 8 - user: *3 + user: *4 body: description: The text of the comment. type: string @@ -71418,7 +71403,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *80 + author_association: *81 _links: type: object properties: @@ -71513,7 +71498,7 @@ paths: enum: - line - file - reactions: *81 + reactions: *82 body_html: type: string examples: @@ -71562,7 +71547,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71578,8 +71563,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -71601,7 +71586,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71617,8 +71602,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -71640,7 +71625,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71656,7 +71641,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 state_reason: type: - string @@ -71824,8 +71809,8 @@ paths: type: User site_admin: true headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -71845,8 +71830,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71902,7 +71887,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71973,7 +71958,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72007,7 +71992,7 @@ paths: schema: *458 examples: default: *459 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72048,8 +72033,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72061,8 +72046,8 @@ paths: examples: default: *444 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72133,8 +72118,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72166,7 +72151,7 @@ paths: schema: *443 examples: default: *461 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72315,7 +72300,7 @@ paths: - *270 - *271 responses: - '202': *114 + '202': *115 '403': description: |- We will return a 403 with one of the following messages: @@ -72436,7 +72421,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 required: - _links - git_url @@ -72499,7 +72484,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72627,8 +72612,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72678,8 +72663,8 @@ paths: - asc - desc default: asc - - *16 - *17 + - *18 responses: '200': description: Response @@ -72726,8 +72711,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72827,8 +72812,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72862,7 +72847,7 @@ paths: schema: *379 examples: default: *463 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72942,7 +72927,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72962,8 +72947,8 @@ paths: - *270 - *271 - *464 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72975,7 +72960,7 @@ paths: examples: default: *444 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72996,10 +72981,10 @@ paths: - *271 - *465 - *466 - - *83 + - *84 - *467 - - *16 - *17 + - *18 responses: '200': description: Response @@ -73007,11 +72992,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: *468 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -73261,7 +73246,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73341,8 +73326,8 @@ paths: schema: *469 examples: default: *470 - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73449,9 +73434,9 @@ paths: responses: '204': description: Response - '422': *14 - '400': *13 - '409': *199 + '422': *15 + '400': *14 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73477,9 +73462,9 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73501,8 +73486,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -73532,7 +73517,7 @@ paths: pusher: anyOf: - type: 'null' - - *3 + - *4 commit: type: string duration: @@ -73583,7 +73568,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73829,9 +73814,9 @@ paths: id: 4fd754f7e594640989b406850d0bc8f06a121251 status_url: https://api.github.com/repos/github/developer.github.com/pages/deployments/4fd754f7e594640989b406850d0bc8f06a121251/status page_url: developer.github.com - '400': *13 - '422': *14 - '404': *5 + '400': *14 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73891,7 +73876,7 @@ paths: default: value: status: succeed - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73915,8 +73900,8 @@ paths: - *271 - *473 responses: - '204': *215 - '404': *5 + '204': *216 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74209,7 +74194,7 @@ paths: description: Empty response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -74217,7 +74202,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74256,7 +74241,7 @@ paths: default: value: enabled: true - '422': *13 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74277,8 +74262,8 @@ paths: - *270 - *271 responses: - '204': *215 - '422': *13 + '204': *216 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74299,8 +74284,8 @@ paths: - *270 - *271 responses: - '204': *215 - '422': *13 + '204': *216 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74333,8 +74318,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -74342,7 +74327,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -74378,12 +74363,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *36 - '401': *22 - '403': *26 - '404': *5 + Link: *37 + '401': *23 + '403': *27 + '404': *6 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74429,14 +74414,14 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: *280 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74464,7 +74449,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -74474,8 +74459,8 @@ paths: value: web - property_name: team value: octocat - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74508,7 +74493,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *221 + items: *222 required: - properties examples: @@ -74525,9 +74510,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74612,8 +74597,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -74625,9 +74610,9 @@ paths: examples: default: *475 headers: - Link: *36 - '304': *34 - '422': *14 + Link: *37 + '304': *35 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74812,7 +74797,7 @@ paths: type: string examples: - Amazing new feature - user: *3 + user: *4 body: type: - string @@ -74892,17 +74877,17 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array @@ -75644,7 +75629,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 pushed_at: type: string format: date-time @@ -75846,7 +75831,7 @@ paths: - review_comments - review_comment - self - author_association: *80 + author_association: *81 auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. @@ -75874,7 +75859,7 @@ paths: merged_by: anyOf: - type: 'null' - - *3 + - *4 comments: type: integer examples: @@ -76448,8 +76433,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -76496,9 +76481,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -76560,7 +76545,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76587,7 +76572,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -76646,7 +76631,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76672,7 +76657,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -76714,11 +76699,11 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76737,7 +76722,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -76754,8 +76739,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -76767,8 +76752,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76788,7 +76773,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -76830,7 +76815,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76852,7 +76837,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -76914,10 +76899,10 @@ paths: schema: *479 examples: default: *480 - '304': *34 - '404': *5 - '500': *154 - '503': *78 + '304': *35 + '404': *6 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76991,8 +76976,8 @@ paths: schema: *479 examples: default: *480 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77075,7 +77060,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -77083,13 +77068,13 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77118,7 +77103,7 @@ paths: - *270 - *271 - *481 - - *102 + - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -77128,9 +77113,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -77142,7 +77127,7 @@ paths: examples: default: *482 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77339,8 +77324,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -77372,7 +77357,7 @@ paths: - *270 - *271 - *481 - - *92 + - *93 requestBody: required: true content: @@ -77452,7 +77437,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *5 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -77484,8 +77469,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: Response @@ -77497,7 +77482,7 @@ paths: examples: default: *483 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77529,8 +77514,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: Response @@ -77554,10 +77539,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *36 - '422': *14 - '500': *154 - '503': *78 + Link: *37 + '422': *15 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77691,9 +77676,9 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -77730,10 +77715,10 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 required: - users - teams @@ -77774,7 +77759,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78349,7 +78334,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *26 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -78883,7 +78868,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78911,8 +78896,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: The list of reviews returns in chronological order. @@ -78937,7 +78922,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: description: The text of the review. type: string @@ -78993,7 +78978,7 @@ paths: type: string body_text: type: string - author_association: *80 + author_association: *81 required: - id - node_id @@ -79042,7 +79027,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79204,8 +79189,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 - '403': *26 + '422': *7 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -79283,7 +79268,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79371,7 +79356,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79407,8 +79392,8 @@ paths: schema: *484 examples: default: *486 - '422': *6 - '404': *5 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79437,8 +79422,8 @@ paths: - *271 - *481 - *485 - - *16 - *17 + - *18 responses: '200': description: Response @@ -79503,7 +79488,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: string examples: @@ -79528,7 +79513,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *80 + author_association: *81 _links: type: object properties: @@ -79543,7 +79528,7 @@ paths: type: string body_html: type: string - reactions: *81 + reactions: *82 side: description: The side of the first line of the range for a multi-line comment. @@ -79656,8 +79641,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79755,8 +79740,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79822,9 +79807,9 @@ paths: schema: *484 examples: default: *487 - '404': *5 - '422': *6 - '403': *26 + '404': *6 + '422': *7 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79884,8 +79869,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79941,8 +79926,8 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79989,8 +79974,8 @@ paths: schema: *488 examples: default: *489 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80012,8 +79997,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80090,7 +80075,7 @@ paths: - string - 'null' format: date-time - author: *3 + author: *4 assets: type: array items: &491 @@ -80138,7 +80123,7 @@ paths: uploader: anyOf: - type: 'null' - - *3 + - *4 required: - id - name @@ -80163,7 +80148,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *81 + reactions: *82 required: - assets_url - upload_url @@ -80253,8 +80238,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80431,8 +80416,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *14 + schema: *3 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -80502,7 +80487,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 '302': *389 x-github: githubCloudOnly: false @@ -80661,7 +80646,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80724,7 +80709,7 @@ paths: schema: *490 examples: default: *494 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80855,7 +80840,7 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80896,8 +80881,8 @@ paths: - *270 - *271 - *495 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80941,7 +80926,7 @@ paths: type: User site_admin: false headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81085,8 +81070,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -81098,8 +81083,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81159,7 +81144,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81209,8 +81194,8 @@ paths: - *270 - *271 - *328 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81326,8 +81311,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -81343,7 +81328,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -81373,8 +81358,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/314 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -81409,16 +81394,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *225 + items: *229 + conditions: *226 rules: type: array description: An array of rules within the ruleset. - items: *230 + items: *231 required: - name - enforcement @@ -81449,7 +81434,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: &520 value: @@ -81483,8 +81468,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/42 created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -81510,8 +81495,8 @@ paths: - *512 - *513 - *514 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81520,8 +81505,8 @@ paths: schema: *515 examples: default: *516 - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81551,8 +81536,8 @@ paths: schema: *518 examples: default: *519 - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81595,11 +81580,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *520 - '404': *5 - '500': *154 + '404': *6 + '500': *155 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -81640,16 +81625,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *225 + items: *229 + conditions: *226 rules: description: An array of rules within the ruleset. type: array - items: *230 + items: *231 examples: default: value: @@ -81677,11 +81662,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *520 - '404': *5 - '500': *154 + '404': *6 + '500': *155 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -81708,8 +81693,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -81728,16 +81713,16 @@ paths: parameters: - *270 - *271 - - *233 - *234 - *235 - *236 - - *64 + - *237 + - *65 + - *18 - *17 - - *16 - *521 - *522 - - *237 + - *238 responses: '200': description: Response @@ -81748,14 +81733,14 @@ paths: items: &525 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -81773,7 +81758,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -81799,7 +81784,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -81890,7 +81875,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81941,11 +81926,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *34 + '304': *35 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82043,7 +82028,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82068,8 +82053,8 @@ paths: - *270 - *271 - *356 + - *18 - *17 - - *16 responses: '200': description: Response @@ -82431,11 +82416,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *36 + Link: *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82459,7 +82444,7 @@ paths: parameters: - *270 - *271 - - *64 + - *65 - name: sort description: The property to sort the results by. in: query @@ -82471,8 +82456,8 @@ paths: - updated - published default: created - - *62 - *63 + - *64 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -82505,8 +82490,8 @@ paths: items: *526 examples: default: *527 - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82560,7 +82545,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -82905,9 +82890,9 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha} - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82956,7 +82941,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -83157,9 +83142,9 @@ paths: permission: admin parent: private_fork: - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83195,8 +83180,8 @@ paths: schema: *526 examples: default: *529 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83252,7 +83237,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -83395,13 +83380,13 @@ paths: examples: default: *529 add_credit: *529 - '403': *26 - '404': *5 + '403': *27 + '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *112 + schema: *113 examples: invalid_state_transition: value: @@ -83436,11 +83421,11 @@ paths: - *271 - *528 responses: - '202': *114 - '400': *13 - '403': *26 - '404': *5 - '422': *14 + '202': *115 + '400': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83471,10 +83456,10 @@ paths: schema: *283 examples: default: *285 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83498,8 +83483,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83508,7 +83493,7 @@ paths: schema: anyOf: - type: array - items: *3 + items: *4 - type: array items: title: Stargazer @@ -83521,7 +83506,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - starred_at - user @@ -83571,8 +83556,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83616,8 +83601,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *114 - '204': *215 + '202': *115 + '204': *216 '422': description: Repository contains more than 10,000 commits x-github: @@ -83688,8 +83673,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *114 - '204': *215 + '202': *115 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83732,7 +83717,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 total: type: integer examples: @@ -83787,8 +83772,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *114 - '204': *215 + '202': *115 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83941,7 +83926,7 @@ paths: - 1 - 10 - 3 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83989,7 +83974,7 @@ paths: - - 0 - 2 - 21 - '204': *215 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84122,8 +84107,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84131,11 +84116,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84213,7 +84198,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84310,8 +84295,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84368,7 +84353,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84429,8 +84414,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84477,8 +84462,8 @@ paths: default: value: enabled: true - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84508,8 +84493,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84569,8 +84554,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84578,12 +84563,12 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84602,8 +84587,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 responses: '200': description: Response @@ -84628,7 +84613,7 @@ paths: - atom - electron - api - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84679,8 +84664,8 @@ paths: schema: *534 examples: default: *535 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84802,7 +84787,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84897,7 +84882,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84959,7 +84944,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85057,7 +85042,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85115,7 +85100,7 @@ paths: description: Response content: application/json: - schema: *126 + schema: *127 examples: default: value: @@ -85562,7 +85547,7 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: default: value: @@ -85637,8 +85622,8 @@ paths: example: ; rel="next" schema: type: string - '422': *14 - '304': *34 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85708,7 +85693,7 @@ paths: format: int32 examples: - 1 - - *37 + - *38 responses: '200': description: Success, either groups were found or not found @@ -85934,7 +85919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *37 + - *38 requestBody: required: true content: @@ -86057,7 +86042,7 @@ paths: examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - *545 - - *37 + - *38 responses: '200': description: Success, a group was found @@ -86069,7 +86054,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86094,7 +86079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - *547 - - *37 + - *38 requestBody: required: true content: @@ -86132,7 +86117,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86162,7 +86147,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - *547 - - *37 + - *38 requestBody: required: true content: @@ -86234,7 +86219,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86258,14 +86243,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - *547 - - *37 + - *38 responses: '204': description: Group was deleted, no content '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86306,7 +86291,7 @@ paths: value: externalId eq 'E012345' - *550 - *551 - - *37 + - *38 responses: '200': description: Success, either users were found or not found @@ -86555,7 +86540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *37 + - *38 requestBody: required: true content: @@ -86764,7 +86749,7 @@ paths: required: true schema: type: string - - *37 + - *38 responses: '200': description: Success, a user was found @@ -86776,7 +86761,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86803,7 +86788,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - *556 - - *37 + - *38 requestBody: required: true content: @@ -86822,7 +86807,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86863,7 +86848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - *556 - - *37 + - *38 requestBody: required: true content: @@ -86916,7 +86901,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86940,14 +86925,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - *556 - - *37 + - *38 responses: '204': description: User was deleted, no content '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86982,7 +86967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *109 + - *110 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -87286,7 +87271,7 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 - '304': *34 + '304': *35 '404': &561 description: Resource not found content: @@ -87322,7 +87307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *109 + - *110 responses: '201': description: Response @@ -87352,7 +87337,7 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 - '304': *34 + '304': *35 '404': *561 '403': *562 '500': *544 @@ -87457,7 +87442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *109 + - *110 - *556 responses: '200': @@ -87469,7 +87454,7 @@ paths: default: *563 '404': *561 '403': *562 - '304': *34 + '304': *35 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87490,7 +87475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *109 + - *110 - *556 responses: '200': @@ -87500,7 +87485,7 @@ paths: schema: *560 examples: default: *563 - '304': *34 + '304': *35 '404': *561 '403': *562 requestBody: @@ -87611,7 +87596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *109 + - *110 - *556 responses: '200': @@ -87621,7 +87606,7 @@ paths: schema: *560 examples: default: *563 - '304': *34 + '304': *35 '404': *561 '403': *562 '400': *540 @@ -87629,7 +87614,7 @@ paths: description: Response content: application/json: - schema: *2 + schema: *3 requestBody: required: true content: @@ -87719,14 +87704,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *109 + - *110 - *556 responses: '204': description: Response '404': *561 '403': *562 - '304': *34 + '304': *35 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87799,8 +87784,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -87839,7 +87824,7 @@ paths: html_url: type: string format: uri - repository: *126 + repository: *127 score: type: number file_size: @@ -87972,10 +87957,10 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *34 - '503': *78 - '422': *14 - '403': *26 + '304': *35 + '503': *79 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88035,8 +88020,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -88121,7 +88106,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' @@ -88137,7 +88122,7 @@ paths: type: string sha: type: string - repository: *126 + repository: *127 score: type: number node_id: @@ -88271,7 +88256,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88335,8 +88320,8 @@ paths: - created - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88396,11 +88381,11 @@ paths: type: - array - 'null' - items: *3 + items: *4 user: anyOf: - type: 'null' - - *3 + - *4 labels: type: array items: @@ -88432,7 +88417,7 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 milestone: anyOf: - type: 'null' @@ -88488,10 +88473,10 @@ paths: type: string score: type: number - author_association: *80 + author_association: *81 draft: type: boolean - repository: *54 + repository: *55 body_html: type: string body_text: @@ -88502,8 +88487,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - assignee - closed_at @@ -88619,10 +88604,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *78 - '422': *14 - '304': *34 - '403': *26 + '503': *79 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88673,8 +88658,8 @@ paths: - created - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88749,10 +88734,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *34 - '404': *5 - '403': *26 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88804,8 +88789,8 @@ paths: - help-wanted-issues - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88840,7 +88825,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: type: boolean html_url: @@ -89022,7 +89007,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 permissions: type: object properties: @@ -89243,9 +89228,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *78 - '422': *14 - '304': *34 + '503': *79 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89281,8 +89266,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -89492,7 +89477,7 @@ paths: featured: true curated: true score: 1 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89545,8 +89530,8 @@ paths: - repositories - joined - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -89712,9 +89697,9 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *34 - '503': *78 - '422': *14 + '304': *35 + '503': *79 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89749,7 +89734,7 @@ paths: schema: *251 examples: default: *252 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89847,9 +89832,9 @@ paths: schema: *251 examples: default: *252 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89877,8 +89862,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89904,9 +89889,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - *566 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -89918,7 +89903,7 @@ paths: examples: default: *567 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90120,9 +90105,9 @@ paths: parameters: - *566 - *255 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -90134,7 +90119,7 @@ paths: examples: default: *569 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90344,8 +90329,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -90357,7 +90342,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90462,8 +90447,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -90475,7 +90460,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90560,8 +90545,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -90569,11 +90554,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90608,8 +90593,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -90617,12 +90602,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90648,7 +90633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: if user is a member @@ -90684,7 +90669,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90694,7 +90679,7 @@ paths: description: Unprocessable Entity if you attempt to add an organization to a team or you attempt to add a user to a team when they are not a member of at least one other team in the same organization - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90723,7 +90708,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90759,7 +90744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 responses: '200': description: Response @@ -90768,7 +90753,7 @@ paths: schema: *267 examples: response-if-user-is-a-team-maintainer: *571 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90799,7 +90784,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 requestBody: required: false content: @@ -90832,7 +90817,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90859,7 +90844,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90888,8 +90873,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -90901,8 +90886,8 @@ paths: examples: default: *573 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91003,8 +90988,8 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91031,8 +91016,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91056,8 +91041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -91065,12 +91050,12 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91281,8 +91266,8 @@ paths: responses: '204': description: Response - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91343,8 +91328,8 @@ paths: schema: *272 examples: default: *273 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -91437,8 +91422,8 @@ paths: - group_id: '123' group_name: Octocat admins group_description: The people who configure your octoworld. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -91462,8 +91447,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: if child teams exist @@ -91471,14 +91456,14 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: response-if-child-teams-exist: *576 headers: - Link: *36 - '404': *5 - '403': *26 - '422': *14 + Link: *37 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91834,9 +91819,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91958,11 +91943,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91979,8 +91964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -91988,13 +91973,13 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + default: *190 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92013,7 +91998,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *148 + - *149 responses: '204': description: If the user is blocked @@ -92021,10 +92006,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92041,15 +92026,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92065,14 +92050,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92092,8 +92077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - name: repository_id description: ID of the Repository to filter on in: query @@ -92114,14 +92099,14 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + default: *192 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92255,7 +92240,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -92263,13 +92248,13 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92292,8 +92277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -92353,7 +92338,7 @@ paths: examples: default: *368 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92423,7 +92408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 responses: '200': description: Response @@ -92459,7 +92444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 requestBody: required: true content: @@ -92504,14 +92489,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: '204': description: Response after successfully updating a secret - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92532,7 +92517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 responses: '204': description: Response @@ -92557,7 +92542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *136 + - *137 responses: '200': description: Response @@ -92573,13 +92558,13 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: default: *580 - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92600,7 +92585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *136 + - *137 requestBody: required: true content: @@ -92629,10 +92614,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92654,7 +92639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *136 + - *137 - name: repository_id in: path required: true @@ -92663,10 +92648,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92687,7 +92672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *136 + - *137 - name: repository_id in: path required: true @@ -92696,10 +92681,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92719,20 +92704,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92753,7 +92738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -92783,12 +92768,12 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92807,14 +92792,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: - '202': *114 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '202': *115 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92836,7 +92821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response @@ -92903,11 +92888,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *154 - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '500': *155 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92927,7 +92912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -92943,7 +92928,7 @@ paths: schema: *581 examples: default: *582 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92963,7 +92948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -92982,11 +92967,11 @@ paths: items: *367 examples: default: *583 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93010,7 +92995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -93063,8 +93048,8 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 + owner: *4 + billable_owner: *4 repository: *283 machine: anyOf: @@ -93844,10 +93829,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false category: codespaces @@ -93866,27 +93851,27 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '304': *34 - '500': *154 - '400': *13 - '401': *22 + '304': *35 + '500': *155 + '400': *14 + '401': *23 '402': description: Payment required content: application/json: - schema: *2 - '403': *26 - '404': *5 - '409': *199 + schema: *3 + '403': *27 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93906,19 +93891,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93944,7 +93929,7 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: &596 value: @@ -94083,11 +94068,11 @@ paths: primary: true verified: true visibility: private - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94108,8 +94093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94126,11 +94111,11 @@ paths: primary: true visibility: public headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94212,11 +94197,11 @@ paths: primary: false verified: false visibility: - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94276,11 +94261,11 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94297,8 +94282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94306,14 +94291,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94330,8 +94315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94339,14 +94324,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94363,7 +94348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *148 + - *149 responses: '204': description: if the person is followed by the authenticated user @@ -94371,10 +94356,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94393,14 +94378,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94417,14 +94402,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94444,8 +94429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94628,11 +94613,11 @@ paths: revoked: false raw_key: string headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94716,11 +94701,11 @@ paths: raw_key: '"-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94755,10 +94740,10 @@ paths: schema: *585 examples: default: *586 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94781,11 +94766,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94807,8 +94792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *16 - *17 + - *18 responses: '200': description: You can find the permissions for the installation under the @@ -94825,7 +94810,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -94920,10 +94905,10 @@ paths: suspended_at: suspended_by: headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94945,9 +94930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *20 - - *16 + - *21 - *17 + - *18 responses: '200': description: The access the user has to each repository is included in the @@ -94966,14 +94951,14 @@ paths: type: string repositories: type: array - items: *54 + items: *55 examples: default: *588 headers: - Link: *36 - '404': *5 - '403': *26 - '304': *34 + Link: *37 + '404': *6 + '403': *27 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94991,14 +94976,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *20 - - *121 + - *21 + - *122 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95016,14 +95001,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *20 - - *121 + - *21 + - *122 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -95051,12 +95036,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: *183 + default: *184 '204': description: Response when there are no restrictions x-github: @@ -95091,14 +95076,14 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95174,7 +95159,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -95186,10 +95171,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -95197,13 +95182,13 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: *188 + default: *189 headers: - Link: *36 - '404': *5 - '304': *34 + Link: *37 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95223,8 +95208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95278,11 +95263,11 @@ paths: verified: false read_only: false headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95340,11 +95325,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95373,10 +95358,10 @@ paths: schema: *589 examples: default: *590 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95399,10 +95384,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95419,8 +95404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95496,7 +95481,7 @@ paths: - id - type - login - plan: *96 + plan: *97 required: - billing_cycle - next_billing_date @@ -95540,10 +95525,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '304': *34 - '401': *22 - '404': *5 + Link: *37 + '304': *35 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95560,8 +95545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95573,9 +95558,9 @@ paths: examples: default: *592 headers: - Link: *36 - '304': *34 - '401': *22 + Link: *37 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95602,8 +95587,8 @@ paths: enum: - active - pending - - *16 - *17 + - *18 responses: '200': description: Response @@ -95611,7 +95596,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -95688,11 +95673,11 @@ paths: type: User site_admin: false headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *37 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95713,13 +95698,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -95759,8 +95744,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95777,7 +95762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *109 + - *110 requestBody: required: true content: @@ -95802,7 +95787,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -95842,9 +95827,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95861,8 +95846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-user-migrations parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95870,7 +95855,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -96023,10 +96008,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96132,7 +96117,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -96284,10 +96269,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96312,7 +96297,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *197 + - *198 - name: exclude in: query required: false @@ -96325,7 +96310,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -96478,10 +96463,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96519,13 +96504,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *197 + - *198 responses: '302': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96545,14 +96530,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *197 + - *198 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96574,15 +96559,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *197 + - *198 - *593 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96599,9 +96584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *197 - - *16 + - *198 - *17 + - *18 responses: '200': description: Response @@ -96609,12 +96594,12 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96634,8 +96619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -96643,14 +96628,14 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: *594 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96688,8 +96673,8 @@ paths: - nuget - container - *595 + - *18 - *17 - - *16 responses: '200': description: Response @@ -96697,7 +96682,7 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 '400': *597 @@ -96720,14 +96705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: &608 value: @@ -96842,14 +96827,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96873,8 +96858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 - name: token description: package token schema: @@ -96884,9 +96869,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96906,10 +96891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *204 - *205 + - *206 + - *18 - *17 - - *16 - name: state in: query required: false @@ -96927,7 +96912,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -96954,9 +96939,9 @@ paths: package_type: container container: tags: [] - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96976,15 +96961,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -97020,15 +97005,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97052,15 +97037,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97112,7 +97097,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -97147,10 +97132,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97172,8 +97157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97185,11 +97170,11 @@ paths: examples: default: *598 headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97267,8 +97252,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 - name: since description: 'Only show repositories updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -97294,7 +97279,7 @@ paths: application/json: schema: type: array - items: *54 + items: *55 examples: default: &605 summary: Default response @@ -97416,10 +97401,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97616,12 +97601,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *22 - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '400': *13 + '401': *23 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97639,8 +97624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97652,11 +97637,11 @@ paths: examples: default: *599 headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97673,14 +97658,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response - '403': *26 - '409': *199 - '404': *5 - '304': *34 + '403': *27 + '409': *200 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97696,14 +97681,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response - '409': *199 - '304': *34 - '404': *5 - '403': *26 + '409': *200 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97720,8 +97705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97751,11 +97736,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97812,11 +97797,11 @@ paths: items: *600 examples: default: *601 - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97866,11 +97851,11 @@ paths: responses: '204': description: Response - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97890,8 +97875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97932,11 +97917,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97995,11 +97980,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98034,10 +98019,10 @@ paths: schema: *602 examples: default: *603 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98060,10 +98045,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98098,9 +98083,9 @@ paths: - created - updated default: created - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -98108,7 +98093,7 @@ paths: application/json: schema: type: array - items: *54 + items: *55 examples: default-response: *605 application/vnd.github.v3.star+json: @@ -98122,7 +98107,7 @@ paths: starred_at: type: string format: date-time - repo: *54 + repo: *55 required: - starred_at - repo @@ -98250,10 +98235,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98279,10 +98264,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *22 - '304': *34 - '403': *26 + schema: *3 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98304,10 +98289,10 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 - '401': *22 - '304': *34 + '403': *27 + '404': *6 + '401': *23 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98329,10 +98314,10 @@ paths: responses: '204': description: Response - '404': *5 - '401': *22 - '304': *34 - '403': *26 + '404': *6 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98349,8 +98334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -98358,14 +98343,14 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98388,8 +98373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -98448,10 +98433,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 + Link: *37 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98472,7 +98457,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - *606 - - *16 + - *17 responses: '200': description: Response @@ -98480,15 +98465,15 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98510,7 +98495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -98596,7 +98581,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98616,7 +98601,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -98624,11 +98609,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98646,9 +98631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98656,7 +98641,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98724,10 +98709,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *148 - - *109 - - *16 + - *149 + - *110 - *17 + - *18 responses: '200': description: Response @@ -98735,7 +98720,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98812,9 +98797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98822,7 +98807,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98889,9 +98874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98899,11 +98884,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98920,9 +98905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98930,11 +98915,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98951,7 +98936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *148 + - *149 - name: target_user in: path required: true @@ -98978,10 +98963,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *148 - - *83 - - *16 + - *149 + - *84 - *17 + - *18 responses: '200': description: Response @@ -98989,12 +98974,12 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99012,9 +98997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99026,7 +99011,7 @@ paths: examples: default: *607 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99048,7 +99033,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *148 + - *149 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -99099,8 +99084,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99120,13 +99105,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *433 x-github: @@ -99146,9 +99131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99174,7 +99159,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99194,9 +99179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99204,11 +99189,11 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: *594 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99246,9 +99231,9 @@ paths: - nuget - container - *595 - - *148 + - *149 + - *18 - *17 - - *16 responses: '200': description: Response @@ -99256,11 +99241,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 - '403': *26 - '401': *22 + '403': *27 + '401': *23 '400': *597 x-github: githubCloudOnly: false @@ -99281,15 +99266,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: *608 x-github: @@ -99312,15 +99297,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99346,9 +99331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 - name: token description: package token schema: @@ -99358,9 +99343,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99380,9 +99365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '200': description: Response @@ -99390,7 +99375,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -99426,9 +99411,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99448,16 +99433,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *204 - *205 - - *207 - - *148 + - *206 + - *208 + - *149 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -99492,16 +99477,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *204 - *205 - - *148 - - *207 + - *206 + - *149 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99527,16 +99512,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *204 - *205 - - *148 - - *207 + - *206 + - *149 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99553,7 +99538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *148 + - *149 - name: state description: Indicates the state of the projects to return. in: query @@ -99565,8 +99550,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -99574,7 +99559,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -99610,8 +99595,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99630,9 +99615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99640,7 +99625,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -99717,9 +99702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99727,7 +99712,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -99804,7 +99789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *148 + - *149 - name: type description: Limit results to repositories of the specified type. in: query @@ -99838,8 +99823,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -99847,11 +99832,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99873,7 +99858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99903,7 +99888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99933,7 +99918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99959,9 +99944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99973,7 +99958,7 @@ paths: examples: default: *601 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99991,9 +99976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -100005,7 +99990,7 @@ paths: examples: default: *609 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100027,11 +100012,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *148 + - *149 - *610 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -100042,11 +100027,11 @@ paths: - type: array items: *611 - type: array - items: *54 + items: *55 examples: default-response: *605 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100063,9 +100048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -100073,11 +100058,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100111,7 +100096,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100395,11 +100380,11 @@ webhooks: license: anyOf: - type: 'null' - - *94 + - *95 organization: anyOf: - type: 'null' - - *3 + - *4 forks: type: integer permissions: @@ -100419,7 +100404,7 @@ webhooks: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -102189,7 +102174,7 @@ webhooks: app: anyOf: - type: 'null' - - *4 + - *5 check_suite: description: A suite of checks performed on the code of a given code change @@ -102201,7 +102186,7 @@ webhooks: - 'null' examples: - d6fde92930d4715a2b49857d24b940956b26d2d3 - app: *4 + app: *5 before: type: - string @@ -102250,7 +102235,7 @@ webhooks: pull_requests: type: array items: *339 - repository: *126 + repository: *127 status: type: string enum: @@ -108188,7 +108173,7 @@ webhooks: type: string enum: - created - definition: *217 + definition: *218 enterprise: *612 installation: *613 organization: *614 @@ -108355,7 +108340,7 @@ webhooks: type: string enum: - updated - definition: *217 + definition: *218 enterprise: *612 installation: *613 organization: *614 @@ -108443,11 +108428,11 @@ webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *221 + items: *222 old_property_values: type: array description: The old custom property values for the repository. - items: *221 + items: *222 required: - action - repository @@ -119293,7 +119278,7 @@ webhooks: enum: - created enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119466,7 +119451,7 @@ webhooks: enum: - deleted enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119572,7 +119557,7 @@ webhooks: enum: - new_permissions_accepted enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119678,7 +119663,7 @@ webhooks: enum: - added enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories_added: description: An array of repository objects, which were added to @@ -119882,7 +119867,7 @@ webhooks: enum: - removed enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories_added: description: An array of repository objects, which were added to @@ -120092,7 +120077,7 @@ webhooks: enum: - suspend enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -120384,7 +120369,7 @@ webhooks: enum: - unsuspend enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -120531,7 +120516,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -121941,7 +121926,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -123360,7 +123345,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -152441,7 +152426,7 @@ webhooks: description: Unique identifier of the request for access via fine-grained personal access token. Used as the `pat_request_id` parameter in the list and review API calls. - owner: *3 + owner: *4 permissions_added: type: object description: New requested permissions, categorized by type @@ -152897,10 +152882,10 @@ webhooks: config: type: object properties: - content_type: *8 - insecure_ssl: *10 - secret: *9 - url: *7 + content_type: *9 + insecure_ssl: *11 + secret: *10 + url: *8 created_at: type: string format: date-time @@ -155899,8 +155884,8 @@ webhooks: type: number node_id: type: string - owner: *3 - creator: *3 + owner: *4 + creator: *4 title: type: string description: @@ -155942,7 +155927,7 @@ webhooks: deleted_by: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -156364,7 +156349,7 @@ webhooks: - Issue - PullRequest - DraftIssue - creator: *3 + creator: *4 created_at: type: string format: date-time @@ -225173,7 +225158,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 sender: *616 required: - action @@ -225255,7 +225240,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 sender: *616 required: - action @@ -225337,7 +225322,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 changes: type: object properties: @@ -225356,16 +225341,16 @@ webhooks: properties: added: type: array - items: *225 + items: *226 deleted: type: array - items: *225 + items: *226 updated: type: array items: type: object properties: - condition: *225 + condition: *226 changes: type: object properties: @@ -225398,16 +225383,16 @@ webhooks: properties: added: type: array - items: *230 + items: *231 deleted: type: array - items: *230 + items: *231 updated: type: array items: type: object properties: - rule: *230 + rule: *231 changes: type: object properties: @@ -226850,14 +226835,14 @@ webhooks: alert: &626 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -226886,7 +226871,7 @@ webhooks: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -226911,7 +226896,7 @@ webhooks: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -228135,7 +228120,7 @@ webhooks: from: type: object properties: - security_and_analysis: *222 + security_and_analysis: *223 enterprise: *612 installation: *613 organization: *614 diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 9c17389872..f74878acbb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -475,19 +475,21 @@ "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { "type": "string", + "description": "The package's language or package management ecosystem.", "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", + "rubygems", "npm", - "nuget", - "other", "pip", + "maven", + "nuget", + "composer", + "go", + "rust", + "erlang", + "actions", "pub", - "rubygems", - "rust" + "other", + "swift" ] } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 75e34cf5cd..cbb658a6bb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -331,21 +331,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &1 type: string + description: The package's language or package management ecosystem. enum: - - actions - - composer - - erlang - - go - - maven + - rubygems - npm - - nuget - - other - pip - - pub - - rubygems + - maven + - nuget + - composer + - go - rust + - erlang + - actions + - pub + - other + - swift - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -412,7 +414,7 @@ paths: in: query schema: type: string - - &62 + - &63 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -421,7 +423,7 @@ paths: required: false schema: type: string - - &63 + - &64 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -430,7 +432,7 @@ paths: required: false schema: type: string - - &64 + - &65 name: direction description: The direction to sort the results by. in: query @@ -467,7 +469,7 @@ paths: application/json: schema: type: array - items: &1 + items: &2 description: A GitHub Security Advisory. type: object properties: @@ -610,24 +612,7 @@ paths: - object - 'null' properties: - ecosystem: &240 - type: string - description: The package's language or package management - ecosystem. - enum: - - rubygems - - npm - - pip - - maven - - nuget - - composer - - go - - rust - - erlang - - actions - - pub - - other - - swift + ecosystem: *1 name: type: - string @@ -708,7 +693,7 @@ paths: items: type: object properties: - user: &3 + user: &4 title: Simple User description: A GitHub user. type: object @@ -930,7 +915,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -943,11 +928,11 @@ paths: type: string status: type: string - '422': &6 + '422': &7 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &113 + schema: &114 title: Validation Error Simple description: Validation Error Simple type: object @@ -992,7 +977,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1053,11 +1038,11 @@ paths: type: User site_admin: false type: analyst - '404': &5 + '404': &6 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1082,7 +1067,7 @@ paths: description: Response content: application/json: - schema: &4 + schema: &5 title: GitHub app description: GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted @@ -1108,7 +1093,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 name: description: The name of the GitHub app type: string @@ -1205,7 +1190,7 @@ paths: - permissions - events examples: - default: &27 + default: &28 value: id: 1 slug: octoapp @@ -1274,7 +1259,7 @@ paths: application/json: schema: allOf: - - *4 + - *5 - type: object properties: client_id: @@ -1363,8 +1348,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1388,31 +1373,31 @@ paths: description: Response content: application/json: - schema: &11 + schema: &12 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &7 + url: &8 type: string description: The URL to which the payloads will be delivered. format: uri examples: - https://example.com/webhook - content_type: &8 + content_type: &9 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. examples: - '"json"' - secret: &9 + secret: &10 type: string description: If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#delivery-headers). examples: - '"********"' - insecure_ssl: &10 + insecure_ssl: &11 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1425,7 +1410,7 @@ paths: - '"0"' - type: number examples: - default: &12 + default: &13 value: content_type: json insecure_ssl: '0' @@ -1455,10 +1440,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: value: @@ -1471,9 +1456,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1493,7 +1478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &16 + - &17 name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1501,7 +1486,7 @@ paths: schema: type: integer default: 30 - - &176 + - &177 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1522,7 +1507,7 @@ paths: application/json: schema: type: array - items: &177 + items: &178 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1607,7 +1592,7 @@ paths: - installation_id - repository_id examples: - default: &178 + default: &179 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1631,11 +1616,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &13 + '400': &14 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: &538 title: Scim Error @@ -1664,11 +1649,11 @@ paths: type: array items: type: string - '422': &14 + '422': &15 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &112 + schema: &113 title: Validation Error description: Validation Error type: object @@ -1729,7 +1714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &15 + - &16 name: delivery_id in: path required: true @@ -1740,7 +1725,7 @@ paths: description: Response content: application/json: - schema: &179 + schema: &180 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1867,7 +1852,7 @@ paths: - request - response examples: - default: &180 + default: &181 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1903,8 +1888,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1924,9 +1909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *15 + - *16 responses: - '202': &114 + '202': &115 description: Accepted content: application/json: @@ -1935,8 +1920,8 @@ paths: examples: default: value: - '400': *13 - '422': *14 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1954,8 +1939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *16 - - &17 + - *17 + - &18 name: page description: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -1986,8 +1971,8 @@ paths: - MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *3 - - &18 + - *4 + - &19 title: Enterprise description: An enterprise on GitHub. type: object @@ -2053,7 +2038,7 @@ paths: - created_at - updated_at - avatar_url - requester: *3 + requester: *4 created_at: type: string format: date-time @@ -2107,13 +2092,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &34 + '304': &35 description: Not modified - '401': &22 + '401': &23 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2133,9 +2118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *16 - *17 - - &83 + - *18 + - &84 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2158,7 +2143,7 @@ paths: application/json: schema: type: array - items: &19 + items: &20 title: Installation description: Installation type: object @@ -2170,8 +2155,8 @@ paths: - 1 account: anyOf: - - *3 - - *18 + - *4 + - *19 type: - 'null' - object @@ -2209,7 +2194,7 @@ paths: type: string examples: - Organization - permissions: &21 + permissions: &22 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2602,7 +2587,7 @@ paths: suspended_by: anyOf: - type: 'null' - - *3 + - *4 suspended_at: type: - string @@ -2680,7 +2665,7 @@ paths: suspended_at: suspended_by: headers: - Link: &36 + Link: &37 example: ; rel="next", ; rel="last" schema: @@ -2704,7 +2689,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &20 + - &21 name: installation_id description: The unique identifier of the installation. in: path @@ -2719,7 +2704,7 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: value: @@ -2767,7 +2752,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2786,11 +2771,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2833,7 +2818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *20 + - *21 requestBody: required: false content: @@ -2857,7 +2842,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 examples: default: value: @@ -2881,7 +2866,7 @@ paths: type: string expires_at: type: string - permissions: *21 + permissions: *22 repository_selection: type: string enum: @@ -2889,7 +2874,7 @@ paths: - selected repositories: type: array - items: &54 + items: &55 title: Repository description: A repository on GitHub. type: object @@ -2915,7 +2900,7 @@ paths: license: anyOf: - type: 'null' - - &94 + - &95 title: License Simple description: License Simple type: object @@ -2973,7 +2958,7 @@ paths: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -3627,14 +3612,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &26 + '403': &27 description: Forbidden content: application/json: - schema: *2 - '401': *22 - '404': *5 - '422': *14 + schema: *3 + '401': *23 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3654,11 +3639,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3677,11 +3662,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#unsuspend-an-app-installation parameters: - - *20 + - *21 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3700,7 +3685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &23 + - &24 name: client_id in: path required: true @@ -3730,7 +3715,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3752,7 +3737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#check-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3774,7 +3759,7 @@ paths: description: Response content: application/json: - schema: &24 + schema: &25 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3838,14 +3823,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 installation: anyOf: - type: 'null' - title: Scoped Installation type: object properties: - permissions: *21 + permissions: *22 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3875,7 +3860,7 @@ paths: format: uri examples: - https://api.github.com/users/octocat/repos - account: *3 + account: *4 required: - permissions - repository_selection @@ -3902,7 +3887,7 @@ paths: - updated_at - expires_at examples: - default: &25 + default: &26 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3941,8 +3926,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3963,7 +3948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#reset-a-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -3985,10 +3970,10 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: - default: *25 - '422': *14 + default: *26 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4008,7 +3993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4029,7 +4014,7 @@ paths: responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4055,7 +4040,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-a-scoped-access-token parameters: - - *23 + - *24 requestBody: required: true content: @@ -4099,7 +4084,7 @@ paths: type: integer examples: - 1 - permissions: *21 + permissions: *22 required: - access_token examples: @@ -4116,7 +4101,7 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: default: value: @@ -4184,10 +4169,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4216,11 +4201,11 @@ paths: description: Response content: application/json: - schema: *4 + schema: *5 examples: - default: *27 - '403': *26 - '404': *5 + default: *28 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4238,7 +4223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-an-assignment parameters: - - &28 + - &29 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4353,7 +4338,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - starter_code_repository: &29 + starter_code_repository: &30 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4394,7 +4379,7 @@ paths: - node_id - private - default_branch - classroom: &31 + classroom: &32 title: Classroom description: A GitHub Classroom classroom type: object @@ -4516,7 +4501,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4535,9 +4520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *28 + - *29 + - *18 - *17 - - *16 responses: '200': description: Response @@ -4605,8 +4590,8 @@ paths: - login - avatar_url - html_url - repository: *29 - assignment: &33 + repository: *30 + assignment: &34 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4715,7 +4700,7 @@ paths: format: date-time examples: - '2011-01-26T19:06:43Z' - classroom: &30 + classroom: &31 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4831,7 +4816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-assignment-grades parameters: - - *28 + - *29 responses: '200': description: Response @@ -4914,7 +4899,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -4932,8 +4917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-classrooms parameters: + - *18 - *17 - - *16 responses: '200': description: Response @@ -4941,7 +4926,7 @@ paths: application/json: schema: type: array - items: *30 + items: *31 examples: default: value: @@ -4966,7 +4951,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-a-classroom parameters: - - &32 + - &33 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4978,7 +4963,7 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: default: value: @@ -4993,7 +4978,7 @@ paths: name: Learn how to build fault tolerant applications avatar_url: https://avatars.githubusercontent.com/u/9919?v=4 url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *5 + '404': *6 x-github: enabledForGitHubApps: true category: classroom @@ -5011,9 +4996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *32 + - *33 + - *18 - *17 - - *16 responses: '200': description: Response @@ -5021,7 +5006,7 @@ paths: application/json: schema: type: array - items: *33 + items: *34 examples: default: value: @@ -5069,7 +5054,7 @@ paths: application/json: schema: type: array - items: &35 + items: &36 title: Code Of Conduct description: Code Of Conduct type: object @@ -5157,7 +5142,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5184,7 +5169,7 @@ paths: description: Response content: application/json: - schema: *35 + schema: *36 examples: default: value: @@ -5238,8 +5223,8 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7143,7 +7128,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7505,7 +7490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - &37 + - &38 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7518,7 +7503,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 type: object properties: total_active_caches_count: @@ -7533,12 +7518,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &116 + default: &117 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7558,7 +7543,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7598,7 +7583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -7607,7 +7592,7 @@ paths: schema: type: object properties: - enabled_organizations: &38 + enabled_organizations: &39 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -7620,7 +7605,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &39 + allowed_actions: &40 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -7628,7 +7613,7 @@ paths: - all - local_only - selected - selected_actions_url: &119 + selected_actions_url: &120 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -7659,7 +7644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7670,8 +7655,8 @@ paths: schema: type: object properties: - enabled_organizations: *38 - allowed_actions: *39 + enabled_organizations: *39 + allowed_actions: *40 required: - enabled_organizations examples: @@ -7698,9 +7683,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Response @@ -7713,7 +7698,7 @@ paths: type: number organizations: type: array - items: &49 + items: &50 title: Organization Simple description: A GitHub organization. type: object @@ -7788,7 +7773,7 @@ paths: - total_count - organizations examples: - default: &50 + default: &51 value: total_count: 1 organizations: @@ -7822,7 +7807,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7866,8 +7851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *37 - - &40 + - *38 + - &41 name: org_id description: The unique identifier of the organization. in: path @@ -7895,8 +7880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *37 - - *40 + - *38 + - *41 responses: '204': description: Response @@ -7919,13 +7904,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: &41 + schema: &42 type: object properties: github_owned_allowed: @@ -7946,7 +7931,7 @@ paths: items: type: string examples: - default: &42 + default: &43 value: github_owned_allowed: true verified_allowed: false @@ -7971,7 +7956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -7979,9 +7964,9 @@ paths: required: true content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8003,23 +7988,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Success response content: application/json: - schema: &122 + schema: &123 type: object properties: - default_workflow_permissions: &43 + default_workflow_permissions: &44 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &44 + can_approve_pull_request_reviews: &45 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -8027,7 +8012,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &45 + default: &46 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -8052,18 +8037,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: application/json: - schema: &123 + schema: &124 type: object properties: - default_workflow_permissions: *43 - can_approve_pull_request_reviews: *44 + default_workflow_permissions: *44 + can_approve_pull_request_reviews: *45 examples: - default: *45 + default: *46 responses: '204': description: Success response @@ -8086,9 +8071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 - name: visible_to_organization description: Only return runner groups that are allowed to be used by this organization. @@ -8108,7 +8093,7 @@ paths: type: number runner_groups: type: array - items: &46 + items: &47 type: object properties: id: @@ -8211,7 +8196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: @@ -8280,9 +8265,9 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: - default: &47 + default: &48 value: id: 2 name: octo-runner-group @@ -8314,8 +8299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 - - &48 + - *38 + - &49 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -8327,9 +8312,9 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: - default: *47 + default: *48 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8348,8 +8333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: false content: @@ -8398,7 +8383,7 @@ paths: description: Response content: application/json: - schema: *46 + schema: *47 examples: default: value: @@ -8431,8 +8416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 responses: '204': description: Response @@ -8455,10 +8440,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *16 + - *38 + - *49 - *17 + - *18 responses: '200': description: Response @@ -8471,12 +8456,12 @@ paths: type: number organizations: type: array - items: *49 + items: *50 required: - total_count - organizations examples: - default: *50 + default: *51 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8495,8 +8480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: true content: @@ -8541,9 +8526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *40 + - *38 + - *49 + - *41 responses: '204': description: Response @@ -8565,9 +8550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *37 - - *48 - - *40 + - *38 + - *49 + - *41 responses: '204': description: Response @@ -8590,10 +8575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *37 - - *48 - - *16 + - *38 + - *49 - *17 + - *18 responses: '200': description: Response @@ -8606,7 +8591,7 @@ paths: type: number runners: type: array - items: &52 + items: &53 title: Self hosted runners description: A self hosted runner type: object @@ -8640,7 +8625,7 @@ paths: type: boolean labels: type: array - items: &56 + items: &57 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -8671,7 +8656,7 @@ paths: - total_count - runners examples: - default: &53 + default: &54 value: total_count: 2 runners: @@ -8709,7 +8694,7 @@ paths: name: no-gpu type: custom headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8728,8 +8713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *37 - - *48 + - *38 + - *49 requestBody: required: true content: @@ -8773,9 +8758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *37 - - *48 - - &51 + - *38 + - *49 + - &52 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -8803,9 +8788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *37 - - *48 - - *51 + - *38 + - *49 + - *52 responses: '204': description: Response @@ -8833,9 +8818,9 @@ paths: in: query schema: type: string - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Response @@ -8848,11 +8833,11 @@ paths: type: number runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8872,7 +8857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -8880,7 +8865,7 @@ paths: application/json: schema: type: array - items: &127 + items: &128 title: Runner Application description: Runner Application type: object @@ -8905,7 +8890,7 @@ paths: - download_url - filename examples: - default: &128 + default: &129 value: - os: osx architecture: x64 @@ -8946,7 +8931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: true content: @@ -8989,7 +8974,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &129 + '201': &130 description: Response content: application/json: @@ -8999,7 +8984,7 @@ paths: - runner - encoded_jit_config properties: - runner: *52 + runner: *53 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -9026,8 +9011,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9055,13 +9040,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *37 + - *38 responses: '201': description: Response content: application/json: - schema: &55 + schema: &56 title: Authentication Token description: Authentication Token type: object @@ -9085,7 +9070,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *54 + items: *55 single_file: type: - string @@ -9103,7 +9088,7 @@ paths: - token - expires_at examples: - default: &130 + default: &131 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9135,15 +9120,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *37 + - *38 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: &131 + default: &132 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -9166,16 +9151,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: &132 + default: &133 value: id: 23 name: MBP @@ -9213,8 +9198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: '204': description: Response @@ -9237,10 +9222,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: - '200': &57 + '200': &58 description: Response content: application/json: @@ -9254,7 +9239,7 @@ paths: type: integer labels: type: array - items: *56 + items: *57 examples: default: value: @@ -9272,7 +9257,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *5 + '404': *6 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -9291,8 +9276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 requestBody: required: true content: @@ -9316,9 +9301,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9338,8 +9323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 requestBody: required: true content: @@ -9364,9 +9349,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9386,10 +9371,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 + - *38 + - *52 responses: - '200': &133 + '200': &134 description: Response content: application/json: @@ -9403,7 +9388,7 @@ paths: type: integer labels: type: array - items: *56 + items: *57 examples: default: value: @@ -9418,8 +9403,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9443,9 +9428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - - *37 - - *51 - - &134 + - *38 + - *52 + - &135 name: name description: The name of a self-hosted runner's custom label. in: path @@ -9453,9 +9438,9 @@ paths: schema: type: string responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9472,19 +9457,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: &61 + schema: &62 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &58 + announcement: &59 type: - string - 'null' @@ -9493,7 +9478,7 @@ paths: writing and formatting syntax](https://docs.github.com/enterprise-cloud@latest//github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." examples: - Very **important** announcement about _something_. - expires_at: &59 + expires_at: &60 type: - string - 'null' @@ -9518,7 +9503,7 @@ paths: - expires_at - user_dismissible examples: - default: &60 + default: &61 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9542,27 +9527,27 @@ paths: required: true content: application/json: - schema: &141 + schema: &142 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *58 - expires_at: *59 + announcement: *59 + expires_at: *60 required: - announcement examples: - default: *60 + default: *61 parameters: - - *37 + - *38 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9578,7 +9563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *37 + - *38 responses: '204': description: Response @@ -9605,7 +9590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *37 + - *38 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -9613,7 +9598,7 @@ paths: required: false schema: type: string - - &142 + - &143 name: include description: |- The event types to include: @@ -9631,7 +9616,7 @@ paths: - web - git - all - - &143 + - &144 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -9639,7 +9624,7 @@ paths: required: false schema: type: string - - &144 + - &145 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -9647,7 +9632,7 @@ paths: required: false schema: type: string - - &145 + - &146 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -9660,8 +9645,8 @@ paths: enum: - desc - asc + - *18 - *17 - - *16 responses: '200': description: Response @@ -9669,7 +9654,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 type: object properties: "@timestamp": @@ -9791,7 +9776,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &147 + default: &148 value: - "@timestamp": 1606929874512 action: team.add_member @@ -9836,18 +9821,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *37 - - &149 + - *38 + - &150 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &65 + schema: &66 type: string description: The name of the tool used to generate the code scanning analysis. - - &150 + - &151 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -9855,23 +9840,23 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &66 + schema: &67 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *62 - *63 - - *17 - - *16 - *64 + - *18 + - *17 + - *65 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &151 + schema: &152 type: string description: State of a code scanning alert. enum: @@ -9896,31 +9881,31 @@ paths: application/json: schema: type: array - items: &152 + items: &153 type: object properties: - number: &68 + number: &69 type: integer description: The security alert number. readOnly: true - created_at: &73 + created_at: &74 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &74 + updated_at: &75 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &71 + url: &72 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &72 + html_url: &73 type: string description: The GitHub URL of the alert resource. format: uri @@ -9931,14 +9916,14 @@ paths: for an alert. format: uri readOnly: true - state: &67 + state: &68 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &76 + fixed_at: &77 type: - string - 'null' @@ -9949,8 +9934,8 @@ paths: dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: &75 + - *4 + dismissed_at: &76 type: - string - 'null' @@ -10024,14 +10009,14 @@ paths: tool: &353 type: object properties: - name: *65 + name: *66 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *66 + guid: *67 most_recent_instance: &354 type: object properties: @@ -10057,7 +10042,7 @@ paths: analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *67 + state: *68 commit_sha: type: string message: @@ -10098,7 +10083,7 @@ paths: - test - library - - repository: &77 + repository: &78 title: Simple Repository description: A GitHub repository. type: object @@ -10123,7 +10108,7 @@ paths: description: The full, globally unique, name of the repository. examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean description: Whether the repository is private. @@ -10434,7 +10419,7 @@ paths: - most_recent_instance - repository examples: - default: &153 + default: &154 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -10663,9 +10648,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *36 - '404': *5 - '503': &78 + Link: *37 + '404': *6 + '503': &79 description: Service unavailable content: application/json: @@ -10700,7 +10685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -10773,7 +10758,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: true secret_scanning_push_protection_custom_link: https://github.com/test-org/test-repo/blob/main/README.md secret_scanning_validity_checks_enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10794,7 +10779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *37 + - *38 requestBody: required: false content: @@ -10856,7 +10841,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10878,9 +10863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#list-enterprise-consumed-licenses parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Consumed Licenses Response @@ -11017,7 +11002,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11042,8 +11027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *37 - - &162 + - *38 + - &163 name: state in: query description: |- @@ -11052,7 +11037,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &163 + - &164 name: severity in: query description: |- @@ -11061,7 +11046,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &164 + - &165 name: ecosystem in: query description: |- @@ -11070,14 +11055,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &165 + - &166 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &166 + - &167 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -11087,7 +11072,7 @@ paths: enum: - development - runtime - - &167 + - &168 name: sort in: query description: |- @@ -11100,10 +11085,10 @@ paths: - created - updated default: created - - *64 - - *62 + - *65 - *63 - - &168 + - *64 + - &169 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -11116,7 +11101,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &169 + - &170 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -11128,7 +11113,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *16 + - *17 responses: '200': description: Response @@ -11136,11 +11121,11 @@ paths: application/json: schema: type: array - items: &170 + items: &171 type: object description: A Dependabot alert. properties: - number: *68 + number: *69 state: type: string description: The state of the Dependabot alert. @@ -11155,7 +11140,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &69 + package: &70 type: object description: Details for the vulnerable package. readOnly: true @@ -11219,13 +11204,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &70 + items: &71 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *69 + package: *70 severity: type: string description: The severity of the vulnerability. @@ -11392,16 +11377,16 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *70 - url: *71 - html_url: *72 - created_at: *73 - updated_at: *74 - dismissed_at: *75 + security_vulnerability: *71 + url: *72 + html_url: *73 + created_at: *74 + updated_at: *75 + dismissed_at: *76 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -11421,7 +11406,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *76 + fixed_at: *77 auto_dismissed_at: &392 type: - string @@ -11430,7 +11415,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *77 + repository: *78 required: - number - state @@ -11449,7 +11434,7 @@ paths: - repository additionalProperties: false examples: - default: &171 + default: &172 value: - number: 2 state: dismissed @@ -11750,10 +11735,10 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *34 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11776,7 +11761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#get-a-license-sync-status parameters: - - *37 + - *38 responses: '200': description: License Sync Status Response @@ -11840,8 +11825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *37 - - &233 + - *38 + - &234 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11852,7 +11837,7 @@ paths: enum: - open - resolved - - &234 + - &235 name: secret_type in: query description: |- @@ -11862,7 +11847,7 @@ paths: required: false schema: type: string - - &235 + - &236 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11871,7 +11856,7 @@ paths: required: false schema: type: string - - &236 + - &237 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -11883,11 +11868,11 @@ paths: - created - updated default: created - - *64 - - *16 - - *62 + - *65 + - *17 - *63 - - &237 + - *64 + - &238 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -11903,17 +11888,17 @@ paths: application/json: schema: type: array - items: &238 + items: &239 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -11948,7 +11933,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 secret_type: type: string description: The type of secret that secret scanning detected. @@ -11960,7 +11945,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *77 + repository: *78 push_protection_bypassed: type: - boolean @@ -11970,7 +11955,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -11992,7 +11977,7 @@ paths: - inactive - unknown examples: - default: &239 + default: &240 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -12195,9 +12180,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12219,7 +12204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-actions-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12325,9 +12310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *37 - - *16 + - *38 - *17 + - *18 responses: '200': description: Success @@ -12439,7 +12424,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-packages-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12489,7 +12474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-shared-storage-billing-for-an-enterprise parameters: - - *37 + - *38 responses: '200': description: Response @@ -12539,7 +12524,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *37 + - *38 - name: security_product in: path description: The security feature to enable or disable. @@ -12571,7 +12556,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12590,8 +12575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -12599,7 +12584,7 @@ paths: application/json: schema: type: array - items: &104 + items: &105 title: Event description: Event type: object @@ -12610,7 +12595,7 @@ paths: type: - string - 'null' - actor: &79 + actor: &80 title: Actor description: Actor type: object @@ -12651,13 +12636,13 @@ paths: - id - name - url - org: *79 + org: *80 payload: type: object properties: action: type: string - issue: &93 + issue: &94 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -12729,7 +12714,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 labels: description: Labels to associate with this issue; pass one or more label names to replace the set of labels @@ -12768,12 +12753,12 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 milestone: anyOf: - type: 'null' @@ -12834,7 +12819,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 open_issues: type: integer examples: @@ -12941,7 +12926,7 @@ paths: closed_by: anyOf: - type: 'null' - - *3 + - *4 body_html: type: string body_text: @@ -12949,12 +12934,12 @@ paths: timeline_url: type: string format: uri - repository: *54 + repository: *55 performed_via_github_app: anyOf: - type: 'null' - - *4 - author_association: &80 + - *5 + author_association: &81 title: author_association type: string description: How the author is associated with the repository. @@ -12969,7 +12954,7 @@ paths: - OWNER examples: - OWNER - reactions: &81 + reactions: &82 title: Reaction Rollup type: object properties: @@ -13063,7 +13048,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -13077,12 +13062,12 @@ paths: issue_url: type: string format: uri - author_association: *80 + author_association: *81 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - id - node_id @@ -13177,9 +13162,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *34 - '403': *26 - '503': *78 + '304': *35 + '403': *27 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13268,7 +13253,7 @@ paths: _links: type: object properties: - timeline: &82 + timeline: &83 title: Link With Type description: Hypermedia Link with Type type: object @@ -13280,17 +13265,17 @@ paths: required: - href - type - user: *82 - security_advisories: *82 - current_user: *82 - current_user_public: *82 - current_user_actor: *82 - current_user_organization: *82 + user: *83 + security_advisories: *83 + current_user: *83 + current_user_public: *83 + current_user_actor: *83 + current_user_organization: *83 current_user_organizations: type: array - items: *82 - repository_discussions: *82 - repository_discussions_category: *82 + items: *83 + repository_discussions: *83 + repository_discussions_category: *83 required: - timeline - user @@ -13352,9 +13337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -13362,7 +13347,7 @@ paths: application/json: schema: type: array - items: &84 + items: &85 title: Base Gist description: Base Gist type: object @@ -13421,11 +13406,11 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri - owner: *3 + owner: *4 truncated: type: boolean forks: @@ -13452,7 +13437,7 @@ paths: - created_at - updated_at examples: - default: &85 + default: &86 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13497,9 +13482,9 @@ paths: site_admin: false truncated: false headers: - Link: *36 - '304': *34 - '403': *26 + Link: *37 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13575,7 +13560,7 @@ paths: description: Response content: application/json: - schema: &86 + schema: &87 title: Gist Simple description: Gist Simple type: object @@ -13784,7 +13769,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 version: type: string committed_at: @@ -13863,14 +13848,14 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 comments_url: type: string format: uri owner: anyOf: - type: 'null' - - *3 + - *4 truncated: type: boolean forks: @@ -13951,11 +13936,11 @@ paths: - 'null' comments_url: type: string - owner: *3 + owner: *4 truncated: type: boolean examples: - default: &87 + default: &88 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -14034,10 +14019,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *14 - '304': *34 - '404': *5 - '403': *26 + '422': *15 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14057,9 +14042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -14067,14 +14052,14 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '422': *14 - '304': *34 - '403': *26 + Link: *37 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14091,9 +14076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -14101,14 +14086,14 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '401': *22 - '304': *34 - '403': *26 + Link: *37 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14131,7 +14116,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &88 + - &89 name: gist_id description: The unique identifier of the gist. in: path @@ -14143,10 +14128,10 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 - '403': &91 + default: *88 + '403': &92 description: Forbidden Gist content: application/json: @@ -14168,8 +14153,8 @@ paths: type: string documentation_url: type: string - '404': *5 - '304': *34 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14195,7 +14180,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *88 + - *89 requestBody: required: true content: @@ -14259,9 +14244,9 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - updateGist: *87 + updateGist: *88 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -14402,8 +14387,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14419,13 +14404,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14448,9 +14433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14458,7 +14443,7 @@ paths: application/json: schema: type: array - items: &89 + items: &90 title: Gist Comment description: A comment made to a gist. type: object @@ -14485,7 +14470,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -14496,7 +14481,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *80 + author_association: *81 required: - url - id @@ -14536,10 +14521,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 + Link: *37 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14561,7 +14546,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *88 + - *89 requestBody: required: true content: @@ -14587,9 +14572,9 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: &90 + default: &91 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14622,9 +14607,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14647,8 +14632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *88 - - &92 + - *89 + - &93 name: comment_id description: The unique identifier of the comment. in: path @@ -14660,12 +14645,12 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: *90 - '304': *34 - '404': *5 - '403': *91 + default: *91 + '304': *35 + '404': *6 + '403': *92 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14687,8 +14672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *88 - - *92 + - *89 + - *93 requestBody: required: true content: @@ -14714,10 +14699,10 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: - default: *90 - '404': *5 + default: *91 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14733,14 +14718,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *88 - - *92 + - *89 + - *93 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14757,9 +14742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14784,7 +14769,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 change_status: type: object properties: @@ -14839,9 +14824,9 @@ paths: example: ; rel="next" schema: type: string - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14858,9 +14843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *88 - - *16 + - *89 - *17 + - *18 responses: '200': description: Response @@ -14868,7 +14853,7 @@ paths: application/json: schema: type: array - items: *86 + items: *87 examples: default: value: @@ -14914,10 +14899,10 @@ paths: type: User site_admin: false headers: - Link: *36 - '404': *5 - '304': *34 - '403': *26 + Link: *37 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14933,13 +14918,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *88 + - *89 responses: '201': description: Response content: application/json: - schema: *84 + schema: *85 examples: default: value: @@ -14990,10 +14975,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *5 - '422': *14 - '304': *34 - '403': *26 + '404': *6 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15010,7 +14995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *88 + - *89 responses: '204': description: Response if gist is starred @@ -15022,8 +15007,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15040,13 +15025,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 + '404': *6 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15062,13 +15047,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *88 + - *89 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15091,7 +15076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *88 + - *89 - name: sha in: path required: true @@ -15102,12 +15087,12 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 - '422': *14 - '404': *5 - '403': *26 + default: *88 + '422': *15 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15144,7 +15129,7 @@ paths: - Bancha - C - C++ - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15231,7 +15216,7 @@ paths: *.exe *.out *.app - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15248,8 +15233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -15265,7 +15250,7 @@ paths: type: integer repositories: type: array - items: *54 + items: *55 repository_selection: type: string examples: @@ -15389,10 +15374,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *36 - '403': *26 - '304': *34 - '401': *22 + Link: *37 + '403': *27 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15475,7 +15460,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15493,8 +15478,8 @@ paths: - updated - comments default: created - - *64 - - *83 + - *65 + - *84 - name: collab in: query required: false @@ -15515,8 +15500,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -15524,9 +15509,9 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15771,10 +15756,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *36 - '422': *14 - '304': *34 - '404': *5 + Link: *37 + '422': *15 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15797,8 +15782,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -15806,7 +15791,7 @@ paths: application/json: schema: type: array - items: *94 + items: *95 examples: default: value: @@ -15845,7 +15830,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16040,9 +16025,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *26 - '404': *5 - '304': *34 + '403': *27 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16103,7 +16088,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &95 + X-CommonMarker-Version: &96 example: 0.17.4 schema: type: string @@ -16115,7 +16100,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16158,7 +16143,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *95 + X-CommonMarker-Version: *96 content: text/html: schema: @@ -16167,7 +16152,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16187,7 +16172,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &98 + - &99 name: account_id description: account_id parameter in: path @@ -16199,7 +16184,7 @@ paths: description: Response content: application/json: - schema: &97 + schema: &98 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -16233,7 +16218,7 @@ paths: - 'null' id: type: integer - plan: &96 + plan: &97 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -16336,7 +16321,7 @@ paths: - 'null' updated_at: type: string - plan: *96 + plan: *97 required: - url - id @@ -16344,7 +16329,7 @@ paths: - login - marketplace_purchase examples: - default: &99 + default: &100 value: url: https://api.github.com/orgs/github type: Organization @@ -16399,8 +16384,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *22 + schema: *3 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16420,8 +16405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -16429,9 +16414,9 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: &100 + default: &101 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -16449,9 +16434,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '404': *5 - '401': *22 + Link: *37 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16471,14 +16456,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &101 + - &102 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &102 + - &103 name: sort description: The property to sort the results by. in: query @@ -16499,8 +16484,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -16508,9 +16493,9 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: &103 + default: &104 value: - url: https://api.github.com/orgs/github type: Organization @@ -16561,10 +16546,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '404': *5 - '422': *14 - '401': *22 + Link: *37 + '404': *6 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16584,18 +16569,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *98 + - *99 responses: '200': description: Response content: application/json: - schema: *97 + schema: *98 examples: - default: *99 + default: *100 '404': description: Not Found when the account has not purchased the listing - '401': *22 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16615,8 +16600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -16624,12 +16609,12 @@ paths: application/json: schema: type: array - items: *96 + items: *97 examples: - default: *100 + default: *101 headers: - Link: *36 - '401': *22 + Link: *37 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16649,8 +16634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *101 - *102 + - *103 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16661,8 +16646,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -16670,12 +16655,12 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *103 + default: *104 headers: - Link: *36 - '401': *22 + Link: *37 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16867,7 +16852,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16899,8 +16884,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -16908,7 +16893,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -16959,14 +16944,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *5 - '403': *26 - '304': *34 + '404': *6 + '403': *27 + '304': *35 '301': &284 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17001,7 +16986,7 @@ paths: schema: type: boolean default: false - - *83 + - *84 - &467 name: before description: 'Only show notifications updated before the given time. This @@ -17012,7 +16997,7 @@ paths: schema: type: string format: date-time - - *17 + - *18 - name: per_page description: The number of results per page (max 50). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -17027,14 +17012,14 @@ paths: application/json: schema: type: array - items: &105 + items: &106 title: Thread description: Thread type: object properties: id: type: string - repository: &126 + repository: &127 title: Minimal Repository description: Minimal Repository type: object @@ -17055,7 +17040,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -17338,7 +17323,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *35 + code_of_conduct: *36 license: type: - object @@ -17372,7 +17357,7 @@ paths: type: boolean examples: - false - security_and_analysis: &222 + security_and_analysis: &223 type: - object - 'null' @@ -17593,11 +17578,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *37 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17658,9 +17643,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17677,7 +17662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &106 + - &107 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -17691,7 +17676,7 @@ paths: description: Response content: application/json: - schema: *105 + schema: *106 examples: default: value: @@ -17774,9 +17759,9 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17794,12 +17779,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *106 + - *107 responses: '205': description: Reset Content - '304': *34 - '403': *26 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17817,7 +17802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *106 + - *107 responses: '204': description: No content @@ -17840,13 +17825,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *106 + - *107 responses: '200': description: Response content: application/json: - schema: &107 + schema: &108 title: Thread Subscription description: Thread Subscription type: object @@ -17890,7 +17875,7 @@ paths: - url - subscribed examples: - default: &108 + default: &109 value: subscribed: true ignored: false @@ -17898,9 +17883,9 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17921,7 +17906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *106 + - *107 requestBody: required: false content: @@ -17942,12 +17927,12 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *108 - '304': *34 - '403': *26 - '401': *22 + default: *109 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17967,13 +17952,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *106 + - *107 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18053,7 +18038,7 @@ paths: required: false schema: type: integer - - *16 + - *17 responses: '200': description: Response @@ -18061,7 +18046,7 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: &594 value: @@ -18082,7 +18067,7 @@ paths: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18128,7 +18113,7 @@ paths: - 3 custom_roles: type: array - items: &157 + items: &158 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -18161,7 +18146,7 @@ paths: type: array items: type: string - organization: *3 + organization: *4 created_at: type: string format: date-time @@ -18177,7 +18162,7 @@ paths: - created_at - updated_at examples: - default: &158 + default: &159 value: id: 8030 name: Security Engineer @@ -18229,7 +18214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - &109 + - &110 name: org description: The organization name. The name is not case sensitive. in: path @@ -18241,7 +18226,7 @@ paths: description: Response content: application/json: - schema: &110 + schema: &111 title: Organization Full description: Organization Full type: object @@ -18580,7 +18565,7 @@ paths: - updated_at - archived_at examples: - default-response: &111 + default-response: &112 value: login: github id: 1 @@ -18645,7 +18630,7 @@ paths: secret_scanning_push_protection_custom_link: https://github.com/octo-org/octo-repo/blob/main/im-blocked.md secret_scanning_push_protection_custom_link_enabled: false secret_scanning_validity_checks_enabled: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18668,7 +18653,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *109 + - *110 requestBody: required: false content: @@ -18867,22 +18852,22 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: *111 + default: *112 '422': description: Validation failed content: application/json: schema: oneOf: - - *112 - *113 - '409': &199 + - *114 + '409': &200 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18905,11 +18890,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *109 + - *110 responses: - '202': *114 - '404': *5 - '403': *26 + '202': *115 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18930,17 +18915,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18961,9 +18946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -19017,7 +19002,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19037,13 +19022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *109 + - *110 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &117 + schema: &118 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -19057,7 +19042,7 @@ paths: required: - include_claim_keys examples: - default: &118 + default: &119 value: include_claim_keys: - repo @@ -19079,20 +19064,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: *117 + schema: *118 examples: - default: *118 + default: *119 responses: '201': description: Empty response content: application/json: - schema: &137 + schema: &138 title: Empty Object description: An object without any properties. type: object @@ -19101,8 +19086,8 @@ paths: examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: enabledForGitHubApps: true previews: [] @@ -19122,7 +19107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -19131,7 +19116,7 @@ paths: schema: type: object properties: - enabled_repositories: &120 + enabled_repositories: &121 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -19144,8 +19129,8 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *39 - selected_actions_url: *119 + allowed_actions: *40 + selected_actions_url: *120 required: - enabled_repositories examples: @@ -19174,7 +19159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19185,8 +19170,8 @@ paths: schema: type: object properties: - enabled_repositories: *120 - allowed_actions: *39 + enabled_repositories: *121 + allowed_actions: *40 required: - enabled_repositories examples: @@ -19213,9 +19198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -19231,7 +19216,7 @@ paths: type: number repositories: type: array - items: *54 + items: *55 examples: default: &588 value: @@ -19373,7 +19358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19417,8 +19402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *109 - - &121 + - *110 + - &122 name: repository_id description: The unique identifier of the repository. in: path @@ -19446,8 +19431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *109 - - *121 + - *110 + - *122 responses: '204': description: Response @@ -19470,15 +19455,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *41 + schema: *42 examples: - default: *42 + default: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19501,7 +19486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -19509,9 +19494,9 @@ paths: required: false content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -19533,15 +19518,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19562,7 +19547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Success response @@ -19573,9 +19558,9 @@ paths: required: false content: application/json: - schema: *123 + schema: *124 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19595,9 +19580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: visible_to_repository description: Only return runner groups that are allowed to be used by this repository. @@ -19620,7 +19605,7 @@ paths: type: number runner_groups: type: array - items: &124 + items: &125 type: object properties: id: @@ -19731,7 +19716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -19801,9 +19786,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: &125 + default: &126 value: id: 2 name: octo-runner-group @@ -19836,14 +19821,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 responses: '200': description: Response content: application/json: - schema: *124 + schema: *125 examples: default: value: @@ -19877,8 +19862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -19929,9 +19914,9 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: - default: *125 + default: *126 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19950,8 +19935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *109 - - *48 + - *110 + - *49 responses: '204': description: Response @@ -19974,10 +19959,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 + - *110 + - *49 + - *18 - *17 - - *16 responses: '200': description: Response @@ -19993,7 +19978,7 @@ paths: type: number repositories: type: array - items: *126 + items: *127 examples: default: &580 value: @@ -20247,8 +20232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -20292,9 +20277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 - - *121 + - *110 + - *49 + - *122 responses: '204': description: Response @@ -20316,9 +20301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *109 - - *48 - - *121 + - *110 + - *49 + - *122 responses: '204': description: Response @@ -20341,10 +20326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *109 - - *48 - - *16 + - *110 + - *49 - *17 + - *18 responses: '200': description: Response @@ -20360,11 +20345,11 @@ paths: type: number runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -20383,8 +20368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *109 - - *48 + - *110 + - *49 requestBody: required: true content: @@ -20428,9 +20413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *109 - - *48 - - *51 + - *110 + - *49 + - *52 responses: '204': description: Response @@ -20452,9 +20437,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *109 - - *48 - - *51 + - *110 + - *49 + - *52 responses: '204': description: Response @@ -20484,9 +20469,9 @@ paths: in: query schema: type: string - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -20502,11 +20487,11 @@ paths: type: integer runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20528,7 +20513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -20536,9 +20521,9 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20560,7 +20545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -20603,9 +20588,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *129 - '404': *5 - '422': *6 + '201': *130 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20633,15 +20618,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *109 + - *110 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20669,15 +20654,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *109 + - *110 responses: '201': description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20699,16 +20684,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *132 + default: *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20729,8 +20714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: '204': description: Response @@ -20755,11 +20740,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: - '200': *57 - '404': *5 + '200': *58 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20780,8 +20765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 requestBody: required: true content: @@ -20805,9 +20790,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20829,8 +20814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 requestBody: required: true content: @@ -20855,9 +20840,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20879,11 +20864,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 + - *110 + - *52 responses: - '200': *133 - '404': *5 + '200': *134 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20909,13 +20894,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *109 - - *51 - - *134 + - *110 + - *52 + - *135 responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20938,9 +20923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -20956,7 +20941,7 @@ paths: type: integer secrets: type: array - items: &135 + items: &136 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -21008,7 +20993,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21031,7 +21016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -21097,8 +21082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *109 - - &136 + - *110 + - &137 name: secret_name description: The name of the secret. in: path @@ -21110,7 +21095,7 @@ paths: description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21140,8 +21125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -21196,7 +21181,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -21222,8 +21207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response @@ -21249,10 +21234,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -21268,9 +21253,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: &140 + default: &141 value: total_count: 1 repositories: @@ -21362,8 +21347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -21415,8 +21400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -21449,8 +21434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -21482,7 +21467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *109 + - *110 - &294 name: per_page description: The number of results per page (max 30). For more information, @@ -21491,7 +21476,7 @@ paths: schema: type: integer default: 10 - - *17 + - *18 responses: '200': description: Response @@ -21507,7 +21492,7 @@ paths: type: integer variables: type: array - items: &138 + items: &139 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -21576,7 +21561,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21597,7 +21582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *109 + - *110 requestBody: required: true content: @@ -21645,7 +21630,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -21670,8 +21655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *109 - - &139 + - *110 + - &140 name: name description: The name of the variable. in: path @@ -21683,7 +21668,7 @@ paths: description: Response content: application/json: - schema: *138 + schema: *139 examples: default: value: @@ -21713,8 +21698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 requestBody: required: true content: @@ -21776,8 +21761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 responses: '204': description: Response @@ -21803,10 +21788,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 + - *18 - *17 - - *16 responses: '200': description: Response @@ -21822,9 +21807,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 + default: *141 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21850,8 +21835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 requestBody: required: true content: @@ -21900,8 +21885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 - name: repository_id in: path required: true @@ -21935,8 +21920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *109 - - *139 + - *110 + - *140 - name: repository_id in: path required: true @@ -21967,15 +21952,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21994,19 +21979,19 @@ paths: required: true content: application/json: - schema: *141 + schema: *142 examples: - default: *60 + default: *61 parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *60 + default: *61 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -22022,7 +22007,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -22053,7 +22038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *109 + - *110 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -22061,11 +22046,11 @@ paths: required: false schema: type: string - - *142 - *143 - *144 - *145 - - *16 + - *146 + - *17 responses: '200': description: Response @@ -22073,9 +22058,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *147 + default: *148 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -22092,9 +22077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -22102,9 +22087,9 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -22142,8 +22127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *109 - - &148 + - *110 + - &149 name: username description: The handle for the GitHub user account. in: path @@ -22157,7 +22142,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22174,12 +22159,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22195,8 +22180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -22221,20 +22206,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *109 - - *149 + - *110 - *150 - - *62 + - *151 - *63 - - *17 - - *16 - *64 + - *18 + - *17 + - *65 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *151 + schema: *152 - name: sort description: The property by which to sort the results. in: query @@ -22268,13 +22253,13 @@ paths: application/json: schema: type: array - items: *152 + items: *153 examples: - default: *153 + default: *154 headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22294,9 +22279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *16 - *17 - - *109 + - *18 + - *110 responses: '200': description: Response @@ -22312,7 +22297,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -22340,9 +22325,9 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 - repository: *126 + owner: *4 + billable_owner: *4 + repository: *127 machine: anyOf: - type: 'null' @@ -22633,7 +22618,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -23042,15 +23027,15 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] - '304': *34 - '500': &154 + '304': *35 + '500': &155 description: Internal Error content: application/json: - schema: *2 - '401': *22 - '403': *26 - '404': *5 + schema: *3 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23069,7 +23054,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *109 + - *110 deprecated: true requestBody: required: true @@ -23108,12 +23093,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23136,7 +23121,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *109 + - *110 deprecated: true requestBody: required: true @@ -23163,12 +23148,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23191,7 +23176,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *109 + - *110 requestBody: required: true content: @@ -23217,12 +23202,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *34 + '304': *35 '400': description: Users are neither members nor collaborators of this organization. - '404': *5 - '422': *14 - '500': *154 + '404': *6 + '422': *15 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23243,9 +23228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -23261,7 +23246,7 @@ paths: type: integer secrets: type: array - items: &155 + items: &156 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -23315,7 +23300,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23334,7 +23319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -23398,14 +23383,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: &372 value: @@ -23414,7 +23399,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23434,8 +23419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -23490,14 +23475,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: '204': description: Response when updating a secret - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23516,12 +23501,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23542,10 +23527,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -23561,10 +23546,10 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 - '404': *5 + default: *141 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23585,8 +23570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -23615,7 +23600,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected x-github: @@ -23636,8 +23621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -23646,10 +23631,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type is not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23670,8 +23655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -23680,10 +23665,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *5 + '404': *6 '409': description: Conflict when visibility type not set to selected - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23709,7 +23694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *109 + - *110 responses: '200': description: OK @@ -23807,10 +23792,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: There is a problem with your account's associated payment method. x-github: @@ -23836,8 +23821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *109 - - *17 + - *110 + - *18 - name: per_page description: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -23859,7 +23844,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23871,8 +23856,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *3 - - &156 + - *4 + - &157 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24166,7 +24151,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *156 + - *157 type: - 'null' - object @@ -24275,11 +24260,11 @@ paths: type: User site_admin: false headers: - Link: *36 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + Link: *37 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24308,7 +24293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24349,10 +24334,10 @@ paths: default: value: seats_created: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24385,7 +24370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24426,10 +24411,10 @@ paths: default: value: seats_cancelled: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24463,7 +24448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24504,10 +24489,10 @@ paths: default: value: seats_created: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24540,7 +24525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *109 + - *110 requestBody: content: application/json: @@ -24581,10 +24566,10 @@ paths: default: value: seats_cancelled: 5 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization, billing has not been set up for this organization, a public code suggestions @@ -24612,8 +24597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -24766,7 +24751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *109 + - *110 - name: credential_id in: path required: true @@ -24775,7 +24760,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24797,7 +24782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *109 + - *110 responses: '200': description: Response - list of custom role names @@ -24813,7 +24798,7 @@ paths: - 3 custom_roles: type: array - items: *157 + items: *158 examples: default: value: @@ -24900,12 +24885,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: &160 + schema: &161 type: object properties: name: @@ -24947,11 +24932,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24973,8 +24958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *109 - - &159 + - *110 + - &160 name: role_id description: The unique identifier of the role. in: path @@ -24986,10 +24971,10 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '404': *5 + default: *159 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25010,13 +24995,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: application/json: - schema: &161 + schema: &162 type: object properties: name: @@ -25055,11 +25040,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25081,8 +25066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -25110,12 +25095,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role parameters: - - *109 + - *110 requestBody: required: true content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -25129,11 +25114,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25161,17 +25146,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '200': description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '404': *5 + default: *159 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25198,13 +25183,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: application/json: - schema: *161 + schema: *162 examples: default: value: @@ -25219,11 +25204,11 @@ paths: description: Response content: application/json: - schema: *157 + schema: *158 examples: - default: *158 - '422': *14 - '404': *5 + default: *159 + '422': *15 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -25251,8 +25236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -25280,19 +25265,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *109 - - *162 + - *110 - *163 - *164 - *165 - *166 - *167 - - *64 - - *62 - - *63 - *168 + - *65 + - *63 + - *64 - *169 - - *16 + - *170 + - *17 responses: '200': description: Response @@ -25300,14 +25285,14 @@ paths: application/json: schema: type: array - items: *170 + items: *171 examples: - default: *171 - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + default: *172 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25328,9 +25313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -25346,7 +25331,7 @@ paths: type: integer secrets: type: array - items: &172 + items: &173 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25398,7 +25383,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25419,7 +25404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *109 + - *110 responses: '200': description: Response @@ -25467,14 +25452,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: default: value: @@ -25502,8 +25487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -25558,7 +25543,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -25582,8 +25567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 responses: '204': description: Response @@ -25607,10 +25592,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 + - *18 - *17 - - *16 responses: '200': description: Response @@ -25626,9 +25611,9 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: - default: *140 + default: *141 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25649,8 +25634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 requestBody: required: true content: @@ -25700,8 +25685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -25732,8 +25717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *109 - - *136 + - *110 + - *137 - name: repository_id in: path required: true @@ -25763,7 +25748,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -25771,7 +25756,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Package description: A software package type: object @@ -25820,11 +25805,11 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 repository: anyOf: - type: 'null' - - *126 + - *127 created_at: type: string format: date-time @@ -25842,7 +25827,7 @@ paths: - created_at - updated_at examples: - default: &203 + default: &204 value: - id: 197 name: hello_docker @@ -25900,8 +25885,8 @@ paths: created_at: '2020-05-20T22:19:11Z' updated_at: '2020-05-20T22:19:11Z' html_url: https://github.com/orgs/github/packages/container/package/goodbye_docker - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25918,9 +25903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -25928,7 +25913,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: 200-response: value: @@ -25998,7 +25983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *109 + - *110 - name: group_id description: The unique identifier of the group. in: path @@ -26138,8 +26123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -26228,9 +26213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -26238,7 +26223,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Organization Invitation description: Organization Invitation type: object @@ -26265,7 +26250,7 @@ paths: type: - string - 'null' - inviter: *3 + inviter: *4 team_count: type: integer node_id: @@ -26291,7 +26276,7 @@ paths: - invitation_teams_url - node_id examples: - default: &185 + default: &186 value: - id: 1 login: monalisa @@ -26324,8 +26309,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26350,7 +26335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -26358,7 +26343,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -26372,7 +26357,7 @@ paths: - name - description examples: - default: &224 + default: &225 value: - name: add_assignee description: Assign or remove a user @@ -26403,9 +26388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -26413,7 +26398,7 @@ paths: application/json: schema: type: array - items: &173 + items: &174 title: Org Hook description: Org Hook type: object @@ -26513,8 +26498,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26534,7 +26519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *109 + - *110 requestBody: required: true content: @@ -26549,10 +26534,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 username: type: string examples: @@ -26596,9 +26581,9 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: &174 + default: &175 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26620,8 +26605,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26642,8 +26627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *109 - - &175 + - *110 + - &176 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -26656,10 +26641,10 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 - '404': *5 + default: *175 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26679,8 +26664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 requestBody: required: false content: @@ -26692,10 +26677,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 required: - url events: @@ -26726,7 +26711,7 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: default: value: @@ -26744,8 +26729,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26765,12 +26750,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26791,16 +26776,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *109 - - *175 + - *110 + - *176 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26820,8 +26805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *109 - - *175 + - *110 + - *176 requestBody: required: false content: @@ -26829,10 +26814,10 @@ paths: schema: type: object properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Update an existing webhook @@ -26846,9 +26831,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26869,10 +26854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *109 - - *175 - - *16 + - *110 - *176 + - *17 + - *177 - name: redelivery in: query required: false @@ -26885,11 +26870,11 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: - default: *178 - '400': *13 - '422': *14 + default: *179 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26910,19 +26895,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *109 - - *175 - - *15 + - *110 + - *176 + - *16 responses: '200': description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 - '400': *13 - '422': *14 + default: *181 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26943,13 +26928,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *109 - - *175 - - *15 + - *110 + - *176 + - *16 responses: - '202': *114 - '400': *13 - '422': *14 + '202': *115 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26970,12 +26955,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *109 - - *175 + - *110 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26995,13 +26980,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: &433 value: @@ -27071,9 +27056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -27089,7 +27074,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -27141,7 +27126,7 @@ paths: suspended_at: suspended_by: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27160,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -27168,12 +27153,12 @@ paths: application/json: schema: anyOf: - - &182 + - &183 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &181 + limit: &182 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27201,7 +27186,7 @@ paths: properties: {} additionalProperties: false examples: - default: &183 + default: &184 value: limit: collaborators_only origin: organization @@ -27225,7 +27210,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -27236,7 +27221,7 @@ paths: duration type: object properties: - limit: *181 + limit: *182 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27261,10 +27246,10 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *183 - '422': *14 + default: *184 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27281,7 +27266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *109 + - *110 responses: '204': description: Response @@ -27304,9 +27289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: role description: Filter invitations by their member role. in: query @@ -27338,12 +27323,12 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27363,7 +27348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *109 + - *110 requestBody: required: false content: @@ -27417,7 +27402,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -27449,8 +27434,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -27471,8 +27456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *109 - - &186 + - *110 + - &187 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27482,8 +27467,8 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -27502,10 +27487,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *109 - - *186 - - *16 + - *110 + - *187 - *17 + - *18 responses: '200': description: Response @@ -27513,9 +27498,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: &201 + default: &202 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27531,8 +27516,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27562,7 +27547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *109 + - *110 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27592,7 +27577,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -27604,10 +27589,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -27615,12 +27600,12 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: *188 + default: *189 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27639,7 +27624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *109 + - *110 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -27664,8 +27649,8 @@ paths: - admin - member default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -27673,12 +27658,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27695,8 +27680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response if requester is an organization member and user is @@ -27727,12 +27712,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27752,10 +27737,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *16 - *17 - - *109 - - *148 + - *18 + - *110 + - *149 responses: '200': description: Response @@ -27771,14 +27756,14 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + default: *192 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27798,9 +27783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *109 - - *148 - - &192 + - *110 + - *149 + - &193 name: codespace_name in: path required: true @@ -27808,12 +27793,12 @@ paths: schema: type: string responses: - '202': *114 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '202': *115 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27833,15 +27818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *109 - - *148 - - *192 + - *110 + - *149 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: &366 value: @@ -27984,11 +27969,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28012,14 +27997,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -28061,10 +28046,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -28086,14 +28071,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '200': description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -28126,11 +28111,11 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *49 + organization: *50 user: anyOf: - type: 'null' - - *3 + - *4 permissions: type: object properties: @@ -28146,7 +28131,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &195 + response-if-user-has-an-active-admin-membership-with-organization: &196 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28185,8 +28170,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28214,8 +28199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 requestBody: required: false content: @@ -28243,11 +28228,11 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - response-if-user-already-had-membership-with-organization: *195 - '422': *14 - '403': *26 + response-if-user-already-had-membership-with-organization: *196 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28266,13 +28251,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28292,9 +28277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -28314,7 +28299,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -28326,7 +28311,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 guid: type: string examples: @@ -28355,7 +28340,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *54 + items: *55 url: type: string format: uri @@ -28554,7 +28539,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28570,7 +28555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *109 + - *110 requestBody: required: true content: @@ -28651,7 +28636,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -28803,8 +28788,8 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28829,8 +28814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *109 - - &197 + - *110 + - &198 name: migration_id description: The unique identifier of the migration. in: path @@ -28858,7 +28843,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -29010,7 +28995,7 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29027,12 +29012,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *109 - - *197 + - *110 + - *198 responses: '302': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29049,12 +29034,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *109 - - *197 + - *110 + - *198 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29073,8 +29058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *109 - - *197 + - *110 + - *198 - &593 name: repo_name description: repo_name parameter @@ -29085,7 +29070,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29102,10 +29087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *109 - - *197 - - *16 + - *110 + - *198 - *17 + - *18 responses: '200': description: Response @@ -29113,9 +29098,9 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: &208 + default: &209 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29226,8 +29211,8 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29254,7 +29239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -29282,8 +29267,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29308,7 +29293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response - list of organization roles @@ -29324,7 +29309,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &198 + items: &199 title: Organization Role description: Organization roles type: object @@ -29349,7 +29334,7 @@ paths: organization: anyOf: - type: 'null' - - *3 + - *4 created_at: description: The date and time the role was created. type: string @@ -29425,8 +29410,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29450,7 +29435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *109 + - *110 requestBody: required: true content: @@ -29488,7 +29473,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29515,9 +29500,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29539,8 +29524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *109 - - &200 + - *110 + - &201 name: team_slug description: The slug of the team name. in: path @@ -29571,9 +29556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *109 - - *200 - - *159 + - *110 + - *201 + - *160 responses: '204': description: Response @@ -29602,9 +29587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *109 - - *200 - - *159 + - *110 + - *201 + - *160 responses: '204': description: Response @@ -29629,8 +29614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -29655,9 +29640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *109 - - *148 - - *159 + - *110 + - *149 + - *160 responses: '204': description: Response @@ -29687,9 +29672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *109 - - *148 - - *159 + - *110 + - *149 + - *160 responses: '204': description: Response @@ -29717,14 +29702,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29751,8 +29736,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29777,8 +29762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *109 - - *159 + - *110 + - *160 requestBody: required: true content: @@ -29807,7 +29792,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -29834,9 +29819,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *14 - '409': *199 - '404': *5 + '422': *15 + '409': *200 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29860,8 +29845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *109 - - *159 + - *110 + - *160 responses: '204': description: Response @@ -29886,10 +29871,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *109 - - *159 - - *16 + - *110 + - *160 - *17 + - *18 responses: '200': description: Response - List of assigned teams @@ -29898,11 +29883,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 + Link: *37 '404': description: Response if the organization or role does not exist. '422': @@ -29929,10 +29914,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *109 - - *159 - - *16 + - *110 + - *160 - *17 + - *18 responses: '200': description: Response - List of assigned users @@ -29941,11 +29926,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 '404': description: Response if the organization or role does not exist. '422': @@ -29967,7 +29952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *109 + - *110 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -29980,8 +29965,8 @@ paths: - 2fa_disabled - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -29989,11 +29974,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30016,8 +30001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *109 - - *148 + - *110 + - *149 requestBody: required: false content: @@ -30057,7 +30042,7 @@ paths: a member of the organization, or if the enterprise enforces a policy for inviting outside collaborators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/enterprise-cloud@latest//admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30074,8 +30059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -30132,7 +30117,7 @@ paths: - docker - nuget - container - - *109 + - *110 - &595 name: visibility description: |- @@ -30169,11 +30154,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 - '403': *26 - '401': *22 + default: *204 + '403': *27 + '401': *23 '400': &597 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -30196,7 +30181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &204 + - &205 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -30214,20 +30199,20 @@ paths: - docker - nuget - container - - &205 + - &206 name: package_name description: The name of the package. in: path required: true schema: type: string - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -30279,15 +30264,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30313,9 +30298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 - name: token description: package token schema: @@ -30325,9 +30310,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30347,11 +30332,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *204 - *205 - - *109 + - *206 + - *110 + - *18 - *17 - - *16 - name: state in: query required: false @@ -30369,7 +30354,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 title: Package Version description: A version of a software package type: object @@ -30482,9 +30467,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30504,10 +30489,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - &207 + - *206 + - *110 + - &208 name: package_version_id description: Unique identifier of the package version. in: path @@ -30519,7 +30504,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -30555,16 +30540,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - *207 + - *206 + - *110 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30590,16 +30575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *204 - *205 - - *109 - - *207 + - *206 + - *110 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -30620,10 +30605,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *109 - - *16 + - *110 - *17 - - &209 + - *18 + - &210 name: sort description: The property by which to sort the results. in: query @@ -30633,8 +30618,8 @@ paths: enum: - created_at default: created_at - - *64 - - &210 + - *65 + - &211 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30646,7 +30631,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &211 + - &212 name: repository description: The name of the repository to use to filter the results. in: query @@ -30655,7 +30640,7 @@ paths: type: string examples: - Hello-World - - &212 + - &213 name: permission description: The permission to use to filter the results. in: query @@ -30664,7 +30649,7 @@ paths: type: string examples: - issues_read - - &213 + - &214 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30674,7 +30659,7 @@ paths: schema: type: string format: date-time - - &214 + - &215 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -30685,10 +30670,10 @@ paths: type: string format: date-time responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 + '500': *155 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -30711,7 +30696,7 @@ paths: - string - 'null' description: Reason for requesting access. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -30806,7 +30791,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30826,7 +30811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *109 + - *110 requestBody: required: true content: @@ -30868,11 +30853,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 - '202': *114 + '500': *155 + '422': *15 + '404': *6 + '403': *27 + '202': *115 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30893,7 +30878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *109 + - *110 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30930,11 +30915,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 - '204': &215 + '500': *155 + '422': *15 + '404': *6 + '403': *27 + '204': &216 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -30956,7 +30941,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *109 + - *110 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30964,23 +30949,23 @@ paths: required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *154 - '404': *5 - '403': *26 + '500': *155 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31001,21 +30986,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *109 - - *16 + - *110 - *17 - - *209 - - *64 + - *18 - *210 + - *65 - *211 - *212 - *213 - *214 + - *215 responses: - '500': *154 - '422': *14 - '404': *5 - '403': *26 + '500': *155 + '422': *15 + '404': *6 + '403': *27 '200': description: Response content: @@ -31033,7 +31018,7 @@ paths: description: Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token. - owner: *3 + owner: *4 repository_selection: type: string enum: @@ -31127,7 +31112,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31147,7 +31132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *109 + - *110 requestBody: required: true content: @@ -31182,11 +31167,11 @@ paths: - 1296269 - 1296280 responses: - '500': *154 - '404': *5 - '202': *114 - '403': *26 - '422': *14 + '500': *155 + '404': *6 + '202': *115 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31207,7 +31192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *109 + - *110 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -31235,11 +31220,11 @@ paths: value: action: revoke responses: - '500': *154 - '404': *5 - '204': *215 - '403': *26 - '422': *14 + '500': *155 + '404': *6 + '204': *216 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31259,30 +31244,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *109 + - *110 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *16 - *17 + - *18 responses: - '500': *154 - '404': *5 - '403': *26 + '500': *155 + '404': *6 + '403': *27 '200': description: Response content: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31302,7 +31287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *109 + - *110 - name: state description: Indicates the state of the projects to return. in: query @@ -31314,8 +31299,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -31323,7 +31308,7 @@ paths: application/json: schema: type: array - items: &216 + items: &217 title: Project description: Projects are a way to organize columns and cards of work. @@ -31381,7 +31366,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -31456,8 +31441,8 @@ paths: organization_permission: write private: true headers: - Link: *36 - '422': *6 + Link: *37 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31476,7 +31461,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *109 + - *110 requestBody: required: true content: @@ -31502,7 +31487,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -31537,15 +31522,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': &281 description: Gone content: application/json: - schema: *2 - '422': *6 + schema: *3 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31564,7 +31549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -31572,7 +31557,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31627,7 +31612,7 @@ paths: - property_name - value_type examples: - default: &218 + default: &219 value: - property_name: environment value_type: single_select @@ -31643,8 +31628,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31665,7 +31650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *109 + - *110 requestBody: required: true content: @@ -31676,7 +31661,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *217 + items: *218 minItems: 1 maxItems: 100 required: @@ -31706,11 +31691,11 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 - '403': *26 - '404': *5 + default: *219 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31729,8 +31714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *109 - - &219 + - *110 + - &220 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -31742,9 +31727,9 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: &220 + default: &221 value: property_name: environment value_type: single_select @@ -31754,8 +31739,8 @@ paths: allowed_values: - production - development - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31776,8 +31761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *109 - - *219 + - *110 + - *220 requestBody: required: true content: @@ -31834,11 +31819,11 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: - default: *220 - '403': *26 - '404': *5 + default: *221 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31859,12 +31844,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *109 - - *219 + - *110 + - *220 responses: - '204': *215 - '403': *26 - '404': *5 + '204': *216 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31883,9 +31868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *109 - - *16 + - *110 - *17 + - *18 - name: repository_query description: Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit @@ -31924,7 +31909,7 @@ paths: - octocat/Hello-World properties: type: array - items: &221 + items: &222 title: Custom Property Value description: Custom property name and associated value type: object @@ -31966,9 +31951,9 @@ paths: - property_name: team value: octocat headers: - Link: *36 - '403': *26 - '404': *5 + Link: *37 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31994,7 +31979,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *109 + - *110 requestBody: required: true content: @@ -32014,7 +31999,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *221 + items: *222 required: - repository_names - properties @@ -32035,9 +32020,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32055,9 +32040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -32065,11 +32050,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32086,8 +32071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response if user is a public member @@ -32111,12 +32096,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -32133,8 +32118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *109 - - *148 + - *110 + - *149 responses: '204': description: Response @@ -32157,7 +32142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *109 + - *110 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -32195,8 +32180,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -32204,11 +32189,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32227,7 +32212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *109 + - *110 requestBody: required: true content: @@ -32427,7 +32412,7 @@ paths: type: string examples: - octocat/Hello-World - owner: *3 + owner: *4 private: type: boolean html_url: @@ -32751,7 +32736,7 @@ paths: template_repository: anyOf: - type: 'null' - - *54 + - *55 temp_clone_token: type: - string @@ -32851,13 +32836,13 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 organization: anyOf: - type: 'null' - - *3 - parent: *54 - source: *54 + - *4 + parent: *55 + source: *55 forks: type: integer master_branch: @@ -32900,7 +32885,7 @@ paths: - key - name - html_url - security_and_analysis: *222 + security_and_analysis: *223 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33479,8 +33464,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33502,7 +33487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -33510,9 +33495,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33534,9 +33519,9 @@ paths: category: orgs subcategory: rules parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -33544,7 +33529,7 @@ paths: application/json: schema: type: array - items: &231 + items: &232 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33576,7 +33561,7 @@ paths: source: type: string description: The name of the source - enforcement: &227 + enforcement: &228 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33588,7 +33573,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &228 + items: &229 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33646,7 +33631,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &225 + - &226 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33670,7 +33655,7 @@ paths: match. items: type: string - - &229 + - &230 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -33685,7 +33670,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33719,7 +33704,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33741,7 +33726,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *225 + - *226 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33754,7 +33739,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &226 + items: &227 title: Repository ruleset property targeting definition type: object @@ -33779,7 +33764,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *226 + items: *227 required: - repository_property type: @@ -33787,7 +33772,7 @@ paths: - object rules: type: array - items: &230 + items: &231 title: Repository Rule type: object description: A repository rule. @@ -34246,8 +34231,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/432 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -34263,7 +34248,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 requestBody: description: Request body required: true @@ -34281,16 +34266,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *229 + items: *229 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *230 + items: *231 required: - name - enforcement @@ -34328,9 +34313,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: &232 + default: &233 value: id: 21 name: super cool ruleset @@ -34369,8 +34354,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/21 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -34384,7 +34369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *109 + - *110 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -34427,8 +34412,8 @@ paths: - bypass - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -34512,8 +34497,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34532,7 +34517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *109 + - *110 - &517 name: rule_suite_id description: |- @@ -34682,8 +34667,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34705,7 +34690,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34717,11 +34702,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *232 - '404': *5 - '500': *154 + default: *233 + '404': *6 + '500': *155 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -34737,7 +34722,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34761,16 +34746,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *229 + items: *229 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *230 + items: *231 examples: default: value: @@ -34805,11 +34790,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *232 - '404': *5 - '500': *154 + default: *233 + '404': *6 + '500': *155 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -34825,7 +34810,7 @@ paths: category: orgs subcategory: rules parameters: - - *109 + - *110 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34835,8 +34820,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -34853,14 +34838,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *109 - - *233 + - *110 - *234 - *235 - *236 - - *64 + - *237 + - *65 + - *18 - *17 - - *16 - &521 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). @@ -34881,7 +34866,7 @@ paths: required: false schema: type: string - - *237 + - *238 responses: '200': description: Response @@ -34889,13 +34874,13 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *239 + default: *240 headers: - Link: *36 - '404': *5 - '503': *78 + Link: *37 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34917,8 +34902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *109 - - *64 + - *110 + - *65 - name: sort description: The property to sort the results by. in: query @@ -34930,8 +34915,8 @@ paths: - updated - published default: created - - *62 - *63 + - *64 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -35010,14 +34995,14 @@ paths: readOnly: true description: The author of the advisory. allOf: - - *3 + - *4 type: - 'null' publisher: readOnly: true description: The publisher of the advisory. allOf: - - *3 + - *4 type: - 'null' identifiers: @@ -35115,7 +35100,7 @@ paths: - object - 'null' properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -35214,7 +35199,7 @@ paths: advisory. type: object properties: - user: *3 + user: *4 type: *241 state: type: string @@ -35235,19 +35220,19 @@ paths: - array - 'null' description: A list of users that collaborate on the advisory. - items: *3 + items: *4 collaborating_teams: type: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *156 + items: *157 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *77 + - *78 type: - 'null' required: @@ -35624,8 +35609,8 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha} - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35647,7 +35632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *109 + - *110 responses: '200': description: Response @@ -35657,7 +35642,7 @@ paths: type: array items: *242 examples: - default: *201 + default: *202 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35680,8 +35665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -35709,8 +35694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -35736,7 +35721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35768,9 +35753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Success @@ -35800,7 +35785,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35830,7 +35815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *109 + - *110 responses: '200': description: Response @@ -35855,8 +35840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *109 - - *16 + - *110 + - *17 - name: page description: Page token in: query @@ -35959,9 +35944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *109 - - *16 + - *110 - *17 + - *18 responses: '200': description: Response @@ -35969,12 +35954,12 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 - '403': *26 + Link: *37 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35993,7 +35978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *109 + - *110 requestBody: required: true content: @@ -36493,8 +36478,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36514,8 +36499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -36524,7 +36509,7 @@ paths: schema: *251 examples: default: *252 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36543,8 +36528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: false content: @@ -36617,9 +36602,9 @@ paths: schema: *251 examples: default: *252 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36640,8 +36625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -36666,11 +36651,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *109 - - *200 - - *64 - - *16 + - *110 + - *201 + - *65 - *17 + - *18 - name: pinned in: query required: false @@ -36693,7 +36678,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the discussion. type: string @@ -36775,7 +36760,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *81 + reactions: *82 required: - author - body @@ -36845,7 +36830,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36868,8 +36853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -36976,8 +36961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - &255 name: discussion_number description: The number that identifies the discussion. @@ -37013,8 +36998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: false @@ -37109,8 +37094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 responses: '204': @@ -37136,12 +37121,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *109 - - *200 + - *110 + - *201 - *255 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -37157,7 +37142,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 body: description: The main text of the comment. type: string @@ -37214,7 +37199,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *81 + reactions: *82 required: - author - body @@ -37273,7 +37258,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37296,8 +37281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: true @@ -37387,8 +37372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - &258 name: comment_number @@ -37425,8 +37410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 requestBody: @@ -37515,8 +37500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 responses: @@ -37543,8 +37528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 - name: content @@ -37563,8 +37548,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -37589,7 +37574,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 content: description: The reaction to use type: string @@ -37642,7 +37627,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37665,8 +37650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 requestBody: @@ -37756,8 +37741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *258 - &262 @@ -37791,8 +37776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -37810,8 +37795,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -37823,7 +37808,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37846,8 +37831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *109 - - *200 + - *110 + - *201 - *255 requestBody: required: true @@ -37911,8 +37896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *109 - - *200 + - *110 + - *201 - *255 - *262 responses: @@ -37937,8 +37922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -37965,8 +37950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -38011,8 +37996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '204': description: Response @@ -38035,10 +38020,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38046,11 +38031,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38070,8 +38055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *109 - - *200 + - *110 + - *201 - name: role description: Filters members returned by their role in the team. in: query @@ -38083,8 +38068,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -38092,11 +38077,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38123,9 +38108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 responses: '200': description: Response @@ -38193,9 +38178,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 requestBody: required: false content: @@ -38255,9 +38240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *109 - - *200 - - *148 + - *110 + - *201 + - *149 responses: '204': description: Response @@ -38282,10 +38267,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38320,7 +38305,7 @@ paths: type: integer state: type: string - creator: *3 + creator: *4 created_at: type: string updated_at: @@ -38402,7 +38387,7 @@ paths: write: true admin: false headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38422,8 +38407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *109 - - *200 + - *110 + - *201 - &269 name: project_id description: The unique identifier of the project. @@ -38497,8 +38482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *109 - - *200 + - *110 + - *201 - *269 requestBody: required: false @@ -38563,8 +38548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *109 - - *200 + - *110 + - *201 - *269 responses: '204': @@ -38588,10 +38573,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: Response @@ -38599,11 +38584,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38629,8 +38614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 responses: @@ -38664,7 +38649,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 forks: type: integer permissions: @@ -38691,7 +38676,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: description: Whether the repository is private or public. default: false @@ -39278,8 +39263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 requestBody: @@ -39326,8 +39311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *109 - - *200 + - *110 + - *201 - *270 - *271 responses: @@ -39354,8 +39339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *109 - - *200 + - *110 + - *201 responses: '200': description: Response @@ -39384,8 +39369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *109 - - *200 + - *110 + - *201 requestBody: required: true content: @@ -39459,10 +39444,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *109 - - *200 - - *16 + - *110 + - *201 - *17 + - *18 responses: '200': description: if child teams exist @@ -39470,7 +39455,7 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: response-if-child-teams-exist: &576 value: @@ -39500,7 +39485,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39522,7 +39507,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *109 + - *110 - name: security_product in: path description: The security feature to enable or disable. @@ -39630,7 +39615,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -39707,10 +39692,10 @@ paths: column_url: https://api.github.com/projects/columns/367 content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39759,11 +39744,11 @@ paths: schema: *275 examples: default: *276 - '304': *34 - '403': *26 - '401': *22 - '404': *5 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39783,7 +39768,7 @@ paths: responses: '204': description: Response - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -39799,8 +39784,8 @@ paths: type: array items: type: string - '401': *22 - '404': *5 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39859,7 +39844,7 @@ paths: examples: default: value: - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -39884,7 +39869,7 @@ paths: type: string field: type: string - '401': *22 + '401': *23 '503': description: Response content: @@ -39907,7 +39892,7 @@ paths: type: string message: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40000,10 +39985,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '404': *5 - '401': *22 + '304': *35 + '403': *27 + '404': *6 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40047,9 +40032,9 @@ paths: schema: *278 examples: default: *279 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40069,9 +40054,9 @@ paths: responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40100,8 +40085,8 @@ paths: - archived - not_archived default: not_archived - - *16 - *17 + - *18 responses: '200': description: Response @@ -40143,10 +40128,10 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40209,17 +40194,17 @@ paths: schema: *275 examples: default: *276 - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 '422': description: Validation failed content: application/json: schema: oneOf: - - *112 - *113 + - *114 '503': description: Response content: @@ -40293,10 +40278,10 @@ paths: examples: default: value: - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40321,7 +40306,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: &280 value: @@ -40356,9 +40341,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40425,13 +40410,13 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: *280 '404': description: Not Found if the authenticated user does not have access to the project - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -40447,9 +40432,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40470,7 +40455,7 @@ paths: responses: '204': description: Delete Success - '304': *34 + '304': *35 '403': description: Forbidden content: @@ -40486,9 +40471,9 @@ paths: type: array items: type: string - '401': *22 + '401': *23 '410': *281 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40526,8 +40511,8 @@ paths: - direct - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -40535,16 +40520,16 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40563,7 +40548,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - *269 - - *148 + - *149 requestBody: required: false content: @@ -40591,11 +40576,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40613,15 +40598,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *269 - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40642,7 +40627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - *269 - - *148 + - *149 responses: '200': description: Response @@ -40658,7 +40643,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - permission - user @@ -40685,11 +40670,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40707,8 +40692,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - *269 - - *16 - *17 + - *18 responses: '200': description: Response @@ -40729,10 +40714,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40784,10 +40769,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *34 - '403': *26 - '422': *6 - '401': *22 + '304': *35 + '403': *27 + '422': *7 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40937,8 +40922,8 @@ paths: schema: type: integer format: timestamp - '304': *34 - '404': *5 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41465,8 +41450,8 @@ paths: status: disabled secret_scanning_validity_checks: status: disabled - '403': *26 - '404': *5 + '403': *27 + '404': *6 '301': *284 x-github: githubCloudOnly: false @@ -41717,10 +41702,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *26 - '422': *14 - '404': *5 + schema: *3 + '403': *27 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41766,7 +41751,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository '307': *286 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41790,8 +41775,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - &301 name: name description: The name field of an artifact. When specified, only artifacts @@ -41938,7 +41923,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42111,8 +42096,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - &290 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -42141,7 +42126,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *64 + - *65 responses: '200': description: Response @@ -42209,7 +42194,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42712,11 +42697,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42767,8 +42752,8 @@ paths: include_claim_keys: - repo - context - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: enabledForGitHubApps: true previews: [] @@ -42822,13 +42807,13 @@ paths: description: Empty response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '404': *5 - '400': *13 - '422': *6 + '404': *6 + '400': *14 + '422': *7 x-github: enabledForGitHubApps: true previews: [] @@ -42853,8 +42838,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -42902,7 +42887,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42927,7 +42912,7 @@ paths: - *270 - *271 - *294 - - *17 + - *18 responses: '200': description: Response @@ -42990,7 +42975,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43023,8 +43008,8 @@ paths: enabled: &295 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *39 - selected_actions_url: *119 + allowed_actions: *40 + selected_actions_url: *120 required: - enabled examples: @@ -43066,7 +43051,7 @@ paths: type: object properties: enabled: *295 - allowed_actions: *39 + allowed_actions: *40 required: - enabled examples: @@ -43185,9 +43170,9 @@ paths: description: Response content: application/json: - schema: *41 + schema: *42 examples: - default: *42 + default: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43219,9 +43204,9 @@ paths: required: false content: application/json: - schema: *41 + schema: *42 examples: - selected_actions: *42 + selected_actions: *43 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43250,9 +43235,9 @@ paths: description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43285,9 +43270,9 @@ paths: required: true content: application/json: - schema: *123 + schema: *124 examples: - default: *45 + default: *46 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43316,8 +43301,8 @@ paths: type: string - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -43333,11 +43318,11 @@ paths: type: integer runners: type: array - items: *52 + items: *53 examples: - default: *53 + default: *54 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43368,9 +43353,9 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: - default: *128 + default: *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43436,9 +43421,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *129 - '404': *5 - '422': *6 + '201': *130 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43473,9 +43458,9 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43510,9 +43495,9 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: - default: *131 + default: *132 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43536,15 +43521,15 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: '200': description: Response content: application/json: - schema: *52 + schema: *53 examples: - default: *132 + default: *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43567,7 +43552,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: '204': description: Response @@ -43594,10 +43579,10 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: - '200': *57 - '404': *5 + '200': *58 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43620,7 +43605,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 requestBody: required: true content: @@ -43644,9 +43629,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43670,7 +43655,7 @@ paths: parameters: - *270 - *271 - - *51 + - *52 requestBody: required: true content: @@ -43695,9 +43680,9 @@ paths: - gpu - accelerated responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43721,10 +43706,10 @@ paths: parameters: - *270 - *271 - - *51 + - *52 responses: - '200': *133 - '404': *5 + '200': *134 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43752,12 +43737,12 @@ paths: parameters: - *270 - *271 - - *51 - - *134 + - *52 + - *135 responses: - '200': *57 - '404': *5 - '422': *6 + '200': *58 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43831,8 +43816,8 @@ paths: - requested - waiting - pending - - *16 - *17 + - *18 - &319 name: created description: Returns workflow runs created within the given date-time range. @@ -44067,8 +44052,8 @@ paths: updated_at: type: string format: date-time - actor: *3 - triggering_actor: *3 + actor: *4 + triggering_actor: *4 run_started_at: type: string format: date-time @@ -44195,8 +44180,8 @@ paths: - timestamp - author - committer - repository: *126 - head_repository: *126 + repository: *127 + head_repository: *127 head_repository_id: type: integer examples: @@ -44450,7 +44435,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44823,7 +44808,7 @@ paths: type: string examples: - approved - user: *3 + user: *4 comment: type: string description: The comment submitted with the deployment review @@ -44893,12 +44878,12 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '404': *5 - '403': *26 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44923,8 +44908,8 @@ paths: - *270 - *271 - *300 - - *16 - *17 + - *18 - *301 responses: '200': @@ -44945,7 +44930,7 @@ paths: examples: default: *302 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45012,8 +44997,8 @@ paths: - *271 - *300 - *304 - - *16 - *17 + - *18 responses: '200': description: Response @@ -45120,8 +45105,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45183,11 +45168,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '409': *199 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45287,11 +45272,11 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: - '409': *199 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45329,8 +45314,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -45350,7 +45335,7 @@ paths: examples: default: *306 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45408,8 +45393,8 @@ paths: responses: '204': description: Response - '403': *26 - '500': *154 + '403': *27 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45511,8 +45496,8 @@ paths: - User reviewer: anyOf: - - *3 - - *156 + - *4 + - *157 required: - environment - wait_timer @@ -45697,7 +45682,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time @@ -45733,7 +45718,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -45830,7 +45815,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -45877,7 +45862,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46043,8 +46028,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46064,7 +46049,7 @@ paths: examples: default: *308 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46120,7 +46105,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -46156,7 +46141,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -46184,7 +46169,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46212,7 +46197,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -46240,7 +46225,7 @@ paths: - *270 - *271 - *294 - - *17 + - *18 responses: '200': description: Response @@ -46260,7 +46245,7 @@ paths: examples: default: *312 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46309,7 +46294,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -46336,7 +46321,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 responses: '200': description: Response @@ -46372,7 +46357,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 requestBody: required: true content: @@ -46416,7 +46401,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 responses: '204': description: Response @@ -46443,8 +46428,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -46555,7 +46540,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46742,8 +46727,8 @@ paths: - *316 - *317 - *318 - - *16 - *17 + - *18 - *319 - *298 - *320 @@ -46767,7 +46752,7 @@ paths: examples: default: *322 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46856,10 +46841,10 @@ paths: parameters: - *270 - *271 - - *64 - - *16 - - *62 + - *65 + - *17 - *63 + - *64 - name: ref description: |- The Git reference for the activities you want to list. @@ -46964,7 +46949,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -47004,8 +46989,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '422': *6 + Link: *37 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47025,8 +47010,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -47034,12 +47019,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47076,7 +47061,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47212,7 +47197,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47249,7 +47234,7 @@ paths: schema: *323 examples: default: *324 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47274,7 +47259,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47398,8 +47383,8 @@ paths: required: false schema: type: boolean - - *16 - *17 + - *18 responses: '200': description: Response @@ -47504,17 +47489,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *3 + items: *4 teams: description: The list of teams with review dismissal access. type: array - items: *156 + items: *157 apps: description: The list of apps with review dismissal access. type: array - items: *4 + items: *5 url: type: string examples: @@ -47536,17 +47521,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *3 + items: *4 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *156 + items: *157 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *4 + items: *5 dismiss_stale_reviews: type: boolean examples: @@ -47869,8 +47854,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48025,11 +48010,11 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' - - *3 + - *4 parents: type: array items: @@ -48266,7 +48251,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *284 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48464,7 +48449,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48827,13 +48812,13 @@ paths: format: uri users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 apps: type: array - items: *4 + items: *5 required: - url - users_url @@ -48845,13 +48830,13 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 apps: type: array - items: *4 + items: *5 required: - users - teams @@ -48998,9 +48983,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *26 - '422': *6 - '404': *5 + '403': *27 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49026,7 +49011,7 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49114,7 +49099,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49343,7 +49328,7 @@ paths: schema: *332 examples: default: *333 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49369,7 +49354,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49405,7 +49390,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49435,7 +49420,7 @@ paths: schema: *330 examples: default: *334 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49460,7 +49445,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49498,7 +49483,7 @@ paths: contexts: - continuous-integration/travis-ci contexts_url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49573,8 +49558,8 @@ paths: schema: *335 examples: default: *336 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49636,7 +49621,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49702,9 +49687,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49769,8 +49754,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49834,8 +49819,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49938,7 +49923,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49992,7 +49977,7 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: &337 value: @@ -50032,7 +50017,7 @@ paths: events: - push - pull_request - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50089,10 +50074,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50150,10 +50135,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50210,10 +50195,10 @@ paths: application/json: schema: type: array - items: *4 + items: *5 examples: default: *337 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50244,10 +50229,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '404': *5 + default: *202 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50304,10 +50289,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50365,10 +50350,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50425,10 +50410,10 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 - '422': *14 + default: *202 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50459,10 +50444,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '404': *5 + default: *190 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50522,10 +50507,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50586,10 +50571,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50649,10 +50634,10 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '422': *14 + default: *190 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50789,9 +50774,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51220,7 +51205,7 @@ paths: app: anyOf: - type: 'null' - - *4 + - *5 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests @@ -51303,7 +51288,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -51896,8 +51881,8 @@ paths: - *270 - *271 - *341 - - *16 - *17 + - *18 responses: '200': description: Response @@ -51985,7 +51970,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52015,7 +52000,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -52024,13 +52009,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *2 + schema: *3 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *2 - '404': *5 + schema: *3 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52160,8 +52145,8 @@ paths: app: anyOf: - type: 'null' - - *4 - repository: *126 + - *5 + repository: *127 created_at: type: - string @@ -52574,7 +52559,7 @@ paths: required: - app_id - setting - repository: *126 + repository: *127 examples: default: value: @@ -52891,8 +52876,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 responses: '200': description: Response @@ -52992,7 +52977,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53020,7 +53005,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -53049,10 +53034,10 @@ paths: parameters: - *270 - *271 - - *149 - *150 + - *151 + - *18 - *17 - - *16 - &358 name: ref description: The Git reference for the results you want to list. The `ref` @@ -53061,7 +53046,7 @@ paths: in: query required: false schema: *347 - - *64 + - *65 - name: sort description: The property by which to sort the results. in: query @@ -53077,7 +53062,7 @@ paths: be returned. in: query required: false - schema: *151 + schema: *152 - name: severity description: If specified, only code scanning alerts with this severity will be returned. @@ -53094,19 +53079,19 @@ paths: items: type: object properties: - number: *68 - created_at: *73 - updated_at: *74 - url: *71 - html_url: *72 + number: *69 + created_at: *74 + updated_at: *75 + url: *72 + html_url: *73 instances_url: *349 - state: *67 - fixed_at: *76 + state: *68 + fixed_at: *77 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *75 + - *4 + dismissed_at: *76 dismissed_reason: *350 dismissed_comment: *351 rule: *352 @@ -53226,15 +53211,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *34 + '304': *35 '403': &355 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *78 + schema: *3 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53264,7 +53249,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *68 + schema: *69 responses: '200': description: Response @@ -53273,19 +53258,19 @@ paths: schema: &357 type: object properties: - number: *68 - created_at: *73 - updated_at: *74 - url: *71 - html_url: *72 + number: *69 + created_at: *74 + updated_at: *75 + url: *72 + html_url: *73 instances_url: *349 - state: *67 - fixed_at: *76 + state: *68 + fixed_at: *77 dismissed_by: anyOf: - type: 'null' - - *3 - dismissed_at: *75 + - *4 + dismissed_at: *76 dismissed_reason: *350 dismissed_comment: *351 rule: @@ -53437,10 +53422,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *34 + '304': *35 '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53571,9 +53556,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *5 - '503': *78 + schema: *3 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53596,8 +53581,8 @@ paths: - *270 - *271 - *356 + - *18 - *17 - - *16 - *358 responses: '200': @@ -53646,8 +53631,8 @@ paths: classifications: - source '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53681,10 +53666,10 @@ paths: parameters: - *270 - *271 - - *149 - *150 + - *151 + - *18 - *17 - - *16 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -53701,7 +53686,7 @@ paths: description: An identifier for the upload. examples: - 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *64 + - *65 - name: sort description: The property by which to sort the results. in: query @@ -53823,8 +53808,8 @@ paths: deletable: true warning: '' '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53927,8 +53912,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54064,10 +54049,10 @@ paths: value: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete - '400': *13 + '400': *14 '403': *363 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54110,7 +54095,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *3 + uploader: *4 content_type: type: string description: The MIME type of the CodeQL database file. @@ -54209,8 +54194,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54285,8 +54270,8 @@ paths: '302': &389 description: Found '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54374,8 +54359,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *355 - '404': *5 - '503': *78 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54440,7 +54425,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -54466,14 +54451,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *363 - '404': *5 + '404': *6 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *78 + schema: *3 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54612,10 +54597,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *363 - '404': *5 + '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54686,7 +54671,7 @@ paths: '403': *355 '404': description: Not Found if the sarif id does not match any upload - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54835,8 +54820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *270 - *271 responses: @@ -54854,7 +54839,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -55130,10 +55115,10 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55217,7 +55202,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -55225,14 +55210,14 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '400': *13 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '400': *14 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55254,8 +55239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - *270 - *271 responses: @@ -55297,11 +55282,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *154 - '400': *13 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '400': *14 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55377,11 +55362,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55428,7 +55413,7 @@ paths: schema: type: object properties: - billable_owner: *3 + billable_owner: *4 defaults: type: object required: @@ -55466,9 +55451,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55534,11 +55519,11 @@ paths: default: value: accepted: true - '401': *22 - '403': *26 - '404': *5 - '422': *14 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '422': *15 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55561,8 +55546,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -55601,7 +55586,7 @@ paths: examples: default: *368 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55655,7 +55640,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -55685,7 +55670,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -55713,7 +55698,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -55739,7 +55724,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -55797,8 +55782,8 @@ paths: - push - maintain - admin - - *16 - *17 + - *18 responses: '200': description: Response @@ -55969,8 +55954,8 @@ paths: admin: false role_name: write headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55996,7 +55981,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '204': description: Response if user is a collaborator @@ -56040,7 +56025,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 requestBody: required: false content: @@ -56077,15 +56062,15 @@ paths: type: integer examples: - 42 - repository: *126 + repository: *127 invitee: anyOf: - type: 'null' - - *3 + - *4 inviter: anyOf: - type: 'null' - - *3 + - *4 permissions: description: The permission associated with the invitation. type: string @@ -56246,8 +56231,8 @@ paths: - an existing collaborator is added as a collaborator - an organization member is added as an individual collaborator - an existing team member (whose team is also a repository collaborator) is added as an individual collaborator - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -56287,12 +56272,12 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56318,7 +56303,7 @@ paths: parameters: - *270 - *271 - - *148 + - *149 responses: '200': description: if user has admin permissions @@ -56367,7 +56352,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56394,8 +56379,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -56437,15 +56422,15 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 created_at: type: string format: date-time updated_at: type: string format: date-time - author_association: *80 - reactions: *81 + author_association: *81 + reactions: *82 required: - url - html_url @@ -56495,7 +56480,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56522,7 +56507,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -56563,7 +56548,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56589,7 +56574,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -56646,7 +56631,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56664,11 +56649,11 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56687,7 +56672,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -56704,8 +56689,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -56717,8 +56702,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56738,7 +56723,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -56780,7 +56765,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56802,7 +56787,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -56878,7 +56863,7 @@ paths: required: false schema: type: string - - *83 + - *84 - name: until description: 'Only commits before this date will be returned. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -56887,8 +56872,8 @@ paths: schema: type: string format: date-time - - *16 - *17 + - *18 responses: '200': description: Response @@ -56967,11 +56952,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *36 - '500': *154 - '400': *13 - '404': *5 - '409': *199 + Link: *37 + '500': *155 + '400': *14 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57039,8 +57024,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57068,8 +57053,8 @@ paths: - *270 - *271 - *376 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57081,7 +57066,7 @@ paths: examples: default: *377 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57152,8 +57137,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -57177,8 +57162,8 @@ paths: - *270 - *271 - *376 - - *16 - *17 + - *18 responses: '200': description: Response @@ -57267,7 +57252,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: - string @@ -57345,22 +57330,22 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array - 'null' - items: *156 + items: *157 head: type: object properties: @@ -57368,13 +57353,13 @@ paths: type: string ref: type: string - repo: *54 + repo: *55 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -57388,13 +57373,13 @@ paths: type: string ref: type: string - repo: *54 + repo: *55 sha: type: string user: anyOf: - type: 'null' - - *3 + - *4 required: - label - ref @@ -57429,7 +57414,7 @@ paths: - review_comments - review_comment - self - author_association: *80 + author_association: *81 auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. @@ -57437,7 +57422,7 @@ paths: - object - 'null' properties: - enabled_by: *3 + enabled_by: *4 merge_method: type: string description: The merge method to use. @@ -57974,8 +57959,8 @@ paths: auto_merge: draft: false headers: - Link: *36 - '409': *199 + Link: *37 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58032,8 +58017,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 - &381 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -58134,11 +58119,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *14 - '404': *5 - '500': *154 - '503': *78 - '409': *199 + '422': *15 + '404': *6 + '500': *155 + '503': *79 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58178,8 +58163,8 @@ paths: - latest - all default: latest - - *16 - *17 + - *18 - name: app_id in: query required: false @@ -58204,7 +58189,7 @@ paths: examples: default: *384 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58237,8 +58222,8 @@ paths: type: integer example: 1 - *382 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58429,7 +58414,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58457,8 +58442,8 @@ paths: - *270 - *271 - *381 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58527,7 +58512,7 @@ paths: type: string total_count: type: integer - repository: *126 + repository: *127 commit_url: type: string format: uri @@ -58638,7 +58623,7 @@ paths: hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks commit_url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58661,8 +58646,8 @@ paths: - *270 - *271 - *381 - - *16 - *17 + - *18 responses: '200': description: Response @@ -58704,7 +58689,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 required: - url - avatar_url @@ -58750,7 +58735,7 @@ paths: type: User site_admin: false headers: - Link: *36 + Link: *37 '301': *284 x-github: githubCloudOnly: false @@ -58833,7 +58818,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 contributing: anyOf: - type: 'null' @@ -58979,8 +58964,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 - name: basehead description: The base branch and head branch to compare. This parameter expects the format `BASE...HEAD`. Both must be branch names in `repo`. To compare @@ -59293,9 +59278,9 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" - '404': *5 - '500': *154 - '503': *78 + '404': *6 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59913,8 +59898,8 @@ paths: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - '404': *5 - '403': *26 + '404': *6 + '403': *27 '302': *389 x-github: githubCloudOnly: false @@ -60227,9 +60212,9 @@ paths: reason: unsigned signature: payload: - '404': *5 - '422': *14 - '409': *199 + '404': *6 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60347,10 +60332,10 @@ paths: reason: unsigned signature: payload: - '422': *14 - '404': *5 - '409': *199 - '503': *78 + '422': *15 + '404': *6 + '409': *200 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60378,8 +60363,8 @@ paths: required: false schema: type: string - - *16 - *17 + - *18 responses: '200': description: If repository contains content @@ -60470,11 +60455,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *36 + Link: *37 '204': description: Response if repository is empty - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60495,19 +60480,19 @@ paths: parameters: - *270 - *271 - - *162 - *163 - *164 - *165 + - *166 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *166 - *167 - - *64 + - *168 + - *65 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -60524,10 +60509,10 @@ paths: schema: type: integer default: 30 - - *62 - *63 - - *168 + - *64 - *169 + - *170 responses: '200': description: Response @@ -60539,7 +60524,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *68 + number: *69 state: type: string description: The state of the Dependabot alert. @@ -60554,7 +60539,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *69 + package: *70 manifest_path: type: string description: The full path to the dependency manifest file, @@ -60571,16 +60556,16 @@ paths: - runtime - security_advisory: *391 - security_vulnerability: *70 - url: *71 - html_url: *72 - created_at: *73 - updated_at: *74 - dismissed_at: *75 + security_vulnerability: *71 + url: *72 + html_url: *73 + created_at: *74 + updated_at: *75 + dismissed_at: *76 dismissed_by: anyOf: - type: 'null' - - *3 + - *4 dismissed_reason: type: - string @@ -60600,7 +60585,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *76 + fixed_at: *77 auto_dismissed_at: *392 required: - number @@ -60790,11 +60775,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '400': *13 - '403': *26 - '404': *5 - '422': *6 + '304': *35 + '400': *14 + '403': *27 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60825,7 +60810,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *68 + schema: *69 responses: '200': description: Response @@ -60912,9 +60897,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *34 - '403': *26 - '404': *5 + '304': *35 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61077,11 +61062,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *13 - '403': *26 - '404': *5 - '409': *199 - '422': *6 + '400': *14 + '403': *27 + '404': *6 + '409': *200 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61105,8 +61090,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -61154,7 +61139,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61207,7 +61192,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '200': description: Response @@ -61241,7 +61226,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 requestBody: required: true content: @@ -61269,7 +61254,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -61295,7 +61280,7 @@ paths: parameters: - *270 - *271 - - *136 + - *137 responses: '204': description: Response @@ -61468,14 +61453,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false category: dependency-graph @@ -61686,9 +61671,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *36 - '404': *5 - '403': *26 + Link: *37 + '404': *6 + '403': *27 x-github: githubCloudOnly: false category: dependency-graph @@ -62012,8 +61997,8 @@ paths: - string - 'null' default: none - - *16 - *17 + - *18 responses: '200': description: Response @@ -62025,7 +62010,7 @@ paths: examples: default: *400 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62228,7 +62213,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62298,7 +62283,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62330,8 +62315,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62351,8 +62336,8 @@ paths: - *270 - *271 - *401 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62394,7 +62379,7 @@ paths: creator: anyOf: - type: 'null' - - *3 + - *4 description: description: A short description of the status. default: '' @@ -62453,7 +62438,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -62502,8 +62487,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62640,7 +62625,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62673,7 +62658,7 @@ paths: schema: *402 examples: default: *403 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62731,8 +62716,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62756,8 +62741,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -62879,8 +62864,8 @@ paths: type: *404 reviewer: anyOf: - - *3 - - *156 + - *4 + - *157 required: - id - node_id @@ -63185,7 +63170,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63232,8 +63217,8 @@ paths: - *270 - *271 - *406 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63727,8 +63712,8 @@ paths: - *406 - *271 - *270 + - *18 - *17 - - *16 responses: '200': description: A list of custom deployment rule integrations available for @@ -63851,8 +63836,8 @@ paths: - *270 - *271 - *406 - - *16 - *17 + - *18 responses: '200': description: Response @@ -63872,7 +63857,7 @@ paths: examples: default: *308 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63930,7 +63915,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 responses: '200': description: Response @@ -63963,7 +63948,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 requestBody: required: true content: @@ -63994,7 +63979,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -64023,7 +64008,7 @@ paths: - *270 - *271 - *406 - - *136 + - *137 responses: '204': description: Default response @@ -64052,7 +64037,7 @@ paths: - *271 - *406 - *294 - - *17 + - *18 responses: '200': description: Response @@ -64072,7 +64057,7 @@ paths: examples: default: *312 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64122,7 +64107,7 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -64150,7 +64135,7 @@ paths: - *270 - *271 - *406 - - *139 + - *140 responses: '200': description: Response @@ -64181,7 +64166,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 - *406 requestBody: required: true @@ -64226,7 +64211,7 @@ paths: parameters: - *270 - *271 - - *139 + - *140 - *406 responses: '204': @@ -64250,8 +64235,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -64259,7 +64244,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: 200-response: value: @@ -64340,8 +64325,8 @@ paths: - stargazers - watchers default: newest - - *16 - *17 + - *18 responses: '200': description: Response @@ -64349,7 +64334,7 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: default: value: @@ -64462,8 +64447,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *36 - '400': *13 + Link: *37 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64521,10 +64506,10 @@ paths: schema: *283 examples: default: *285 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64592,10 +64577,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *5 - '409': *199 - '403': *26 - '422': *14 + '404': *6 + '409': *200 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64670,10 +64655,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *5 - '422': *14 - '403': *26 - '409': *199 + '404': *6 + '422': *15 + '403': *27 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64998,9 +64983,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65086,8 +65071,8 @@ paths: reason: unsigned signature: payload: - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65184,8 +65169,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *36 - '409': *199 + Link: *37 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65224,8 +65209,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65282,8 +65267,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65336,8 +65321,8 @@ paths: schema: *421 examples: default: *422 - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65359,8 +65344,8 @@ paths: responses: '204': description: Response - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65566,8 +65551,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65627,8 +65612,8 @@ paths: schema: *424 examples: default: *425 - '404': *5 - '409': *199 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65817,10 +65802,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *14 - '404': *5 - '403': *26 - '409': *199 + '422': *15 + '404': *6 + '403': *27 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65906,9 +65891,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65928,8 +65913,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -65969,7 +65954,7 @@ paths: examples: - push - pull_request - config: *11 + config: *12 updated_at: type: string format: date-time @@ -66058,8 +66043,8 @@ paths: status: unused message: headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66096,10 +66081,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -66161,9 +66146,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66183,7 +66168,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '200': description: Response @@ -66192,7 +66177,7 @@ paths: schema: *427 examples: default: *428 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66213,7 +66198,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 requestBody: required: true content: @@ -66221,7 +66206,7 @@ paths: schema: type: object properties: - config: *11 + config: *12 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -66261,8 +66246,8 @@ paths: schema: *427 examples: default: *428 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66280,11 +66265,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66306,15 +66291,15 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '200': description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66335,7 +66320,7 @@ paths: parameters: - *270 - *271 - - *175 + - *176 requestBody: required: false content: @@ -66344,10 +66329,10 @@ paths: type: object additionalProperties: false properties: - url: *7 - content_type: *8 - secret: *9 - insecure_ssl: *10 + url: *8 + content_type: *9 + secret: *10 + insecure_ssl: *11 examples: default: summary: Example of updating content type and URL @@ -66359,9 +66344,9 @@ paths: description: Response content: application/json: - schema: *11 + schema: *12 examples: - default: *12 + default: *13 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66381,9 +66366,9 @@ paths: parameters: - *270 - *271 - - *175 - - *16 - *176 + - *17 + - *177 - name: redelivery in: query required: false @@ -66396,11 +66381,11 @@ paths: application/json: schema: type: array - items: *177 + items: *178 examples: - default: *178 - '400': *13 - '422': *14 + default: *179 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66419,18 +66404,18 @@ paths: parameters: - *270 - *271 - - *175 - - *15 + - *176 + - *16 responses: '200': description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 - '400': *13 - '422': *14 + default: *181 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66449,12 +66434,12 @@ paths: parameters: - *270 - *271 - - *175 - - *15 + - *176 + - *16 responses: - '202': *114 - '400': *13 - '422': *14 + '202': *115 + '400': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66474,11 +66459,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66500,11 +66485,11 @@ paths: parameters: - *270 - *271 - - *175 + - *176 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66686,12 +66671,12 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '404': *5 + '404': *6 '503': &430 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66787,8 +66772,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67038,7 +67023,7 @@ paths: name: svner@example.com url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import - '404': *5 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67105,8 +67090,8 @@ paths: name: Hubot url: https://api.github.com/repos/octocat/socm/import/authors/2268557 import_url: https://api.github.com/repos/octocat/socm/import - '422': *14 - '404': *5 + '422': *15 + '404': *6 '503': *430 x-github: githubCloudOnly: false @@ -67230,7 +67215,7 @@ paths: schema: *429 examples: default: *432 - '422': *14 + '422': *15 '503': *430 x-github: githubCloudOnly: false @@ -67261,11 +67246,11 @@ paths: description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *433 '301': *284 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67293,7 +67278,7 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false @@ -67341,7 +67326,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *435 '409': @@ -67391,8 +67376,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -67516,7 +67501,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67535,7 +67520,7 @@ paths: parameters: - *270 - *271 - - *186 + - *187 requestBody: required: false content: @@ -67697,7 +67682,7 @@ paths: parameters: - *270 - *271 - - *186 + - *187 responses: '204': description: Response @@ -67771,7 +67756,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -67783,10 +67768,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -67794,7 +67779,7 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: default: value: @@ -67943,10 +67928,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *36 + Link: *37 '301': *284 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68055,7 +68040,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: &440 value: @@ -68208,11 +68193,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *13 - '403': *26 - '422': *14 - '503': *78 - '404': *5 + '400': *14 + '403': *27 + '422': *15 + '503': *79 + '404': *6 '410': *281 x-github: triggersNotification: true @@ -68243,7 +68228,7 @@ paths: parameters: - *270 - *271 - - *102 + - *103 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -68253,9 +68238,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -68296,9 +68281,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *36 - '422': *14 - '404': *5 + Link: *37 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68325,7 +68310,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -68363,7 +68348,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68389,7 +68374,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -68414,7 +68399,7 @@ paths: schema: *437 examples: default: *438 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68433,7 +68418,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response @@ -68455,7 +68440,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -68472,8 +68457,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -68485,8 +68470,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68506,7 +68491,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -68548,7 +68533,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68570,7 +68555,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -68593,8 +68578,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -68624,7 +68609,7 @@ paths: actor: anyOf: - type: 'null' - - *3 + - *4 event: type: string examples: @@ -68649,7 +68634,7 @@ paths: issue: anyOf: - type: 'null' - - *93 + - *94 label: title: Issue Event Label description: Issue Event Label @@ -68669,20 +68654,20 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assigner: anyOf: - type: 'null' - - *3 + - *4 review_requester: anyOf: - type: 'null' - - *3 + - *4 requested_reviewer: anyOf: - type: 'null' - - *3 - requested_team: *156 + - *4 + requested_team: *157 dismissed_review: title: Issue Event Dismissed Review type: object @@ -68749,7 +68734,7 @@ paths: required: - from - to - author_association: *80 + author_association: *81 lock_reason: type: - string @@ -68757,7 +68742,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 required: - id - node_id @@ -68923,8 +68908,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69145,9 +69130,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *5 + '404': *6 '410': *281 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69196,13 +69181,13 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 '301': *284 - '404': *5 + '404': *6 '410': *281 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69335,14 +69320,14 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 - '422': *14 - '503': *78 - '403': *26 + '422': *15 + '503': *79 + '403': *27 '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -69389,7 +69374,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 x-github: @@ -69434,7 +69419,7 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: default: *440 x-github: @@ -69473,7 +69458,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69503,9 +69488,9 @@ paths: - *270 - *271 - *441 - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -69517,8 +69502,8 @@ paths: examples: default: *442 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -69580,10 +69565,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *26 + '403': *27 '410': *281 - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -69604,8 +69589,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -69628,7 +69613,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69644,7 +69629,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -69677,7 +69662,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69693,7 +69678,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 label: type: object properties: @@ -69725,7 +69710,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69738,9 +69723,9 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 - assignee: *3 - assigner: *3 + performed_via_github_app: *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -69763,7 +69748,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69779,9 +69764,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 - assigner: *3 + - *5 + assignee: *4 + assigner: *4 required: - id - node_id @@ -69805,7 +69790,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69821,7 +69806,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -69851,7 +69836,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69867,7 +69852,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 milestone: type: object properties: @@ -69897,7 +69882,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69913,7 +69898,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 rename: type: object properties: @@ -69946,7 +69931,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -69962,10 +69947,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *156 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *157 + requested_reviewer: *4 required: - review_requester - id @@ -69988,7 +69973,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70004,10 +69989,10 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - review_requester: *3 - requested_team: *156 - requested_reviewer: *3 + - *5 + review_requester: *4 + requested_team: *157 + requested_reviewer: *4 required: - review_requester - id @@ -70030,7 +70015,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70046,7 +70031,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 dismissed_review: type: object properties: @@ -70086,7 +70071,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70102,7 +70087,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 lock_reason: type: - string @@ -70131,7 +70116,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70147,7 +70132,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70192,7 +70177,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70208,7 +70193,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70253,7 +70238,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70269,7 +70254,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 project_card: type: object properties: @@ -70314,7 +70299,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -70327,7 +70312,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *4 + performed_via_github_app: *5 project_card: type: object properties: @@ -70395,7 +70380,7 @@ paths: name: label color: red headers: - Link: *36 + Link: *37 '410': *281 x-github: githubCloudOnly: false @@ -70416,8 +70401,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -70493,9 +70478,9 @@ paths: color: a2eeef default: false headers: - Link: *36 + Link: *37 '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70578,9 +70563,9 @@ paths: examples: default: *444 '301': *284 - '404': *5 + '404': *6 '410': *281 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70662,9 +70647,9 @@ paths: examples: default: *444 '301': *284 - '404': *5 + '404': *6 '410': *281 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70687,7 +70672,7 @@ paths: '204': description: Response '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70734,7 +70719,7 @@ paths: color: f29513 default: true '301': *284 - '404': *5 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70785,10 +70770,10 @@ paths: responses: '204': description: Response - '403': *26 + '403': *27 '410': *281 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70810,8 +70795,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70847,8 +70832,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -70860,8 +70845,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -70924,7 +70909,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70970,8 +70955,8 @@ paths: - *270 - *271 - *441 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71003,7 +70988,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 id: description: Unique identifier of the issue comment type: integer @@ -71030,7 +71015,7 @@ paths: html_url: type: string format: uri - user: *3 + user: *4 created_at: type: string format: date-time @@ -71044,12 +71029,12 @@ paths: issue_url: type: string format: uri - author_association: *80 + author_association: *81 performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - event - actor @@ -71068,7 +71053,7 @@ paths: properties: event: type: string - actor: *3 + actor: *4 created_at: type: string format: date-time @@ -71080,7 +71065,7 @@ paths: properties: type: type: string - issue: *93 + issue: *94 required: - event - created_at @@ -71238,7 +71223,7 @@ paths: type: string examples: - MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *3 + user: *4 body: description: The text of the review. type: @@ -71292,7 +71277,7 @@ paths: type: string body_text: type: string - author_association: *80 + author_association: *81 required: - event - id @@ -71388,7 +71373,7 @@ paths: type: integer examples: - 8 - user: *3 + user: *4 body: description: The text of the comment. type: string @@ -71418,7 +71403,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *80 + author_association: *81 _links: type: object properties: @@ -71513,7 +71498,7 @@ paths: enum: - line - file - reactions: *81 + reactions: *82 body_html: type: string examples: @@ -71562,7 +71547,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71578,8 +71563,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -71601,7 +71586,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71617,8 +71602,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - assignee: *3 + - *5 + assignee: *4 required: - id - node_id @@ -71640,7 +71625,7 @@ paths: type: string url: type: string - actor: *3 + actor: *4 event: type: string commit_id: @@ -71656,7 +71641,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 state_reason: type: - string @@ -71824,8 +71809,8 @@ paths: type: User site_admin: true headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 '410': *281 x-github: githubCloudOnly: false @@ -71845,8 +71830,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -71902,7 +71887,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71973,7 +71958,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72007,7 +71992,7 @@ paths: schema: *458 examples: default: *459 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72048,8 +72033,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72061,8 +72046,8 @@ paths: examples: default: *444 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72133,8 +72118,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72166,7 +72151,7 @@ paths: schema: *443 examples: default: *461 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72315,7 +72300,7 @@ paths: - *270 - *271 responses: - '202': *114 + '202': *115 '403': description: |- We will return a 403 with one of the following messages: @@ -72436,7 +72421,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 required: - _links - git_url @@ -72499,7 +72484,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72627,8 +72612,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72678,8 +72663,8 @@ paths: - asc - desc default: asc - - *16 - *17 + - *18 responses: '200': description: Response @@ -72726,8 +72711,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72827,8 +72812,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72862,7 +72847,7 @@ paths: schema: *379 examples: default: *463 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72942,7 +72927,7 @@ paths: responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72962,8 +72947,8 @@ paths: - *270 - *271 - *464 - - *16 - *17 + - *18 responses: '200': description: Response @@ -72975,7 +72960,7 @@ paths: examples: default: *444 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72996,10 +72981,10 @@ paths: - *271 - *465 - *466 - - *83 + - *84 - *467 - - *16 - *17 + - *18 responses: '200': description: Response @@ -73007,11 +72992,11 @@ paths: application/json: schema: type: array - items: *105 + items: *106 examples: default: *468 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -73261,7 +73246,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73341,8 +73326,8 @@ paths: schema: *469 examples: default: *470 - '422': *14 - '409': *199 + '422': *15 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73449,9 +73434,9 @@ paths: responses: '204': description: Response - '422': *14 - '400': *13 - '409': *199 + '422': *15 + '400': *14 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73477,9 +73462,9 @@ paths: responses: '204': description: Response - '422': *14 - '404': *5 - '409': *199 + '422': *15 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73501,8 +73486,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -73532,7 +73517,7 @@ paths: pusher: anyOf: - type: 'null' - - *3 + - *4 commit: type: string duration: @@ -73583,7 +73568,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73829,9 +73814,9 @@ paths: id: 4fd754f7e594640989b406850d0bc8f06a121251 status_url: https://api.github.com/repos/github/developer.github.com/pages/deployments/4fd754f7e594640989b406850d0bc8f06a121251/status page_url: developer.github.com - '400': *13 - '422': *14 - '404': *5 + '400': *14 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73891,7 +73876,7 @@ paths: default: value: status: succeed - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73915,8 +73900,8 @@ paths: - *271 - *473 responses: - '204': *215 - '404': *5 + '204': *216 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74209,7 +74194,7 @@ paths: description: Empty response content: application/json: - schema: *137 + schema: *138 examples: default: value: @@ -74217,7 +74202,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74256,7 +74241,7 @@ paths: default: value: enabled: true - '422': *13 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74277,8 +74262,8 @@ paths: - *270 - *271 responses: - '204': *215 - '422': *13 + '204': *216 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74299,8 +74284,8 @@ paths: - *270 - *271 responses: - '204': *215 - '422': *13 + '204': *216 + '422': *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74333,8 +74318,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -74342,7 +74327,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -74378,12 +74363,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *36 - '401': *22 - '403': *26 - '404': *5 + Link: *37 + '401': *23 + '403': *27 + '404': *6 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74429,14 +74414,14 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: *280 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 '410': *281 - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74464,7 +74449,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -74474,8 +74459,8 @@ paths: value: web - property_name: team value: octocat - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74508,7 +74493,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *221 + items: *222 required: - properties examples: @@ -74525,9 +74510,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74612,8 +74597,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -74625,9 +74610,9 @@ paths: examples: default: *475 headers: - Link: *36 - '304': *34 - '422': *14 + Link: *37 + '304': *35 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74812,7 +74797,7 @@ paths: type: string examples: - Amazing new feature - user: *3 + user: *4 body: type: - string @@ -74892,17 +74877,17 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 assignees: type: - array - 'null' - items: *3 + items: *4 requested_reviewers: type: - array - 'null' - items: *3 + items: *4 requested_teams: type: - array @@ -75644,7 +75629,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 pushed_at: type: string format: date-time @@ -75846,7 +75831,7 @@ paths: - review_comments - review_comment - self - author_association: *80 + author_association: *81 auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. @@ -75874,7 +75859,7 @@ paths: merged_by: anyOf: - type: 'null' - - *3 + - *4 comments: type: integer examples: @@ -76448,8 +76433,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -76496,9 +76481,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -76560,7 +76545,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76587,7 +76572,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '200': description: Response @@ -76646,7 +76631,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76672,7 +76657,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -76714,11 +76699,11 @@ paths: parameters: - *270 - *271 - - *92 + - *93 responses: '204': description: Response - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76737,7 +76722,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -76754,8 +76739,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -76767,8 +76752,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76788,7 +76773,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 requestBody: required: true content: @@ -76830,7 +76815,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76852,7 +76837,7 @@ paths: parameters: - *270 - *271 - - *92 + - *93 - *262 responses: '204': @@ -76914,10 +76899,10 @@ paths: schema: *479 examples: default: *480 - '304': *34 - '404': *5 - '500': *154 - '503': *78 + '304': *35 + '404': *6 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76991,8 +76976,8 @@ paths: schema: *479 examples: default: *480 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77075,7 +77060,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -77083,13 +77068,13 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77118,7 +77103,7 @@ paths: - *270 - *271 - *481 - - *102 + - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -77128,9 +77113,9 @@ paths: enum: - asc - desc - - *83 - - *16 + - *84 - *17 + - *18 responses: '200': description: Response @@ -77142,7 +77127,7 @@ paths: examples: default: *482 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77339,8 +77324,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -77372,7 +77357,7 @@ paths: - *270 - *271 - *481 - - *92 + - *93 requestBody: required: true content: @@ -77452,7 +77437,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *5 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -77484,8 +77469,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: Response @@ -77497,7 +77482,7 @@ paths: examples: default: *483 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77529,8 +77514,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: Response @@ -77554,10 +77539,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *36 - '422': *14 - '500': *154 - '503': *78 + Link: *37 + '422': *15 + '500': *155 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77691,9 +77676,9 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': *14 - '403': *26 - '404': *5 + '422': *15 + '403': *27 + '404': *6 x-github: triggersNotification: true githubCloudOnly: false @@ -77730,10 +77715,10 @@ paths: properties: users: type: array - items: *3 + items: *4 teams: type: array - items: *156 + items: *157 required: - users - teams @@ -77774,7 +77759,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78349,7 +78334,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *26 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -78883,7 +78868,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78911,8 +78896,8 @@ paths: - *270 - *271 - *481 - - *16 - *17 + - *18 responses: '200': description: The list of reviews returns in chronological order. @@ -78937,7 +78922,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: description: The text of the review. type: string @@ -78993,7 +78978,7 @@ paths: type: string body_text: type: string - author_association: *80 + author_association: *81 required: - id - node_id @@ -79042,7 +79027,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79204,8 +79189,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 - '403': *26 + '422': *7 + '403': *27 x-github: triggersNotification: true githubCloudOnly: false @@ -79283,7 +79268,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79371,7 +79356,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79407,8 +79392,8 @@ paths: schema: *484 examples: default: *486 - '422': *6 - '404': *5 + '422': *7 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79437,8 +79422,8 @@ paths: - *271 - *481 - *485 - - *16 - *17 + - *18 responses: '200': description: Response @@ -79503,7 +79488,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 body: type: string examples: @@ -79528,7 +79513,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *80 + author_association: *81 _links: type: object properties: @@ -79543,7 +79528,7 @@ paths: type: string body_html: type: string - reactions: *81 + reactions: *82 side: description: The side of the first line of the range for a multi-line comment. @@ -79656,8 +79641,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79755,8 +79740,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79822,9 +79807,9 @@ paths: schema: *484 examples: default: *487 - '404': *5 - '422': *6 - '403': *26 + '404': *6 + '422': *7 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79884,8 +79869,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79941,8 +79926,8 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79989,8 +79974,8 @@ paths: schema: *488 examples: default: *489 - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80012,8 +79997,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80090,7 +80075,7 @@ paths: - string - 'null' format: date-time - author: *3 + author: *4 assets: type: array items: &491 @@ -80138,7 +80123,7 @@ paths: uploader: anyOf: - type: 'null' - - *3 + - *4 required: - id - name @@ -80163,7 +80148,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *81 + reactions: *82 required: - assets_url - upload_url @@ -80253,8 +80238,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80431,8 +80416,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *14 + schema: *3 + '422': *15 x-github: triggersNotification: true githubCloudOnly: false @@ -80502,7 +80487,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *5 + '404': *6 '302': *389 x-github: githubCloudOnly: false @@ -80661,7 +80646,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80724,7 +80709,7 @@ paths: schema: *490 examples: default: *494 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80855,7 +80840,7 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80896,8 +80881,8 @@ paths: - *270 - *271 - *495 - - *16 - *17 + - *18 responses: '200': description: Response @@ -80941,7 +80926,7 @@ paths: type: User site_admin: false headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81085,8 +81070,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -81098,8 +81083,8 @@ paths: examples: default: *261 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81159,7 +81144,7 @@ paths: schema: *259 examples: default: *260 - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81209,8 +81194,8 @@ paths: - *270 - *271 - *328 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81326,8 +81311,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -81343,7 +81328,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -81373,8 +81358,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/314 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -81409,16 +81394,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *225 + items: *229 + conditions: *226 rules: type: array description: An array of rules within the ruleset. - items: *230 + items: *231 required: - name - enforcement @@ -81449,7 +81434,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: &520 value: @@ -81483,8 +81468,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/42 created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -81510,8 +81495,8 @@ paths: - *512 - *513 - *514 - - *16 - *17 + - *18 responses: '200': description: Response @@ -81520,8 +81505,8 @@ paths: schema: *515 examples: default: *516 - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81551,8 +81536,8 @@ paths: schema: *518 examples: default: *519 - '404': *5 - '500': *154 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81595,11 +81580,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *520 - '404': *5 - '500': *154 + '404': *6 + '500': *155 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -81640,16 +81625,16 @@ paths: enum: - branch - tag - enforcement: *227 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *228 - conditions: *225 + items: *229 + conditions: *226 rules: description: An array of rules within the ruleset. type: array - items: *230 + items: *231 examples: default: value: @@ -81677,11 +81662,11 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *520 - '404': *5 - '500': *154 + '404': *6 + '500': *155 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -81708,8 +81693,8 @@ paths: responses: '204': description: Response - '404': *5 - '500': *154 + '404': *6 + '500': *155 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -81728,16 +81713,16 @@ paths: parameters: - *270 - *271 - - *233 - *234 - *235 - *236 - - *64 + - *237 + - *65 + - *18 - *17 - - *16 - *521 - *522 - - *237 + - *238 responses: '200': description: Response @@ -81748,14 +81733,14 @@ paths: items: &525 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -81773,7 +81758,7 @@ paths: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -81799,7 +81784,7 @@ paths: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -81890,7 +81875,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81941,11 +81926,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *34 + '304': *35 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82043,7 +82028,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *78 + '503': *79 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82068,8 +82053,8 @@ paths: - *270 - *271 - *356 + - *18 - *17 - - *16 responses: '200': description: Response @@ -82431,11 +82416,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *36 + Link: *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *78 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82459,7 +82444,7 @@ paths: parameters: - *270 - *271 - - *64 + - *65 - name: sort description: The property to sort the results by. in: query @@ -82471,8 +82456,8 @@ paths: - updated - published default: created - - *62 - *63 + - *64 - name: per_page description: The number of advisories to return per page. For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -82505,8 +82490,8 @@ paths: items: *526 examples: default: *527 - '400': *13 - '404': *5 + '400': *14 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82560,7 +82545,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -82905,9 +82890,9 @@ paths: tags_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags teams_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams trees_url: https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha} - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82956,7 +82941,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -83157,9 +83142,9 @@ paths: permission: admin parent: private_fork: - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83195,8 +83180,8 @@ paths: schema: *526 examples: default: *529 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83252,7 +83237,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *240 + ecosystem: *1 name: type: - string @@ -83395,13 +83380,13 @@ paths: examples: default: *529 add_credit: *529 - '403': *26 - '404': *5 + '403': *27 + '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *112 + schema: *113 examples: invalid_state_transition: value: @@ -83436,11 +83421,11 @@ paths: - *271 - *528 responses: - '202': *114 - '400': *13 - '403': *26 - '404': *5 - '422': *14 + '202': *115 + '400': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83471,10 +83456,10 @@ paths: schema: *283 examples: default: *285 - '400': *13 - '422': *14 - '403': *26 - '404': *5 + '400': *14 + '422': *15 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83498,8 +83483,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -83508,7 +83493,7 @@ paths: schema: anyOf: - type: array - items: *3 + items: *4 - type: array items: title: Stargazer @@ -83521,7 +83506,7 @@ paths: user: anyOf: - type: 'null' - - *3 + - *4 required: - starred_at - user @@ -83571,8 +83556,8 @@ paths: type: User site_admin: false headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83616,8 +83601,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *114 - '204': *215 + '202': *115 + '204': *216 '422': description: Repository contains more than 10,000 commits x-github: @@ -83688,8 +83673,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *114 - '204': *215 + '202': *115 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83732,7 +83717,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 total: type: integer examples: @@ -83787,8 +83772,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *114 - '204': *215 + '202': *115 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83941,7 +83926,7 @@ paths: - 1 - 10 - 3 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83989,7 +83974,7 @@ paths: - - 0 - 2 - 21 - '204': *215 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84122,8 +84107,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84131,11 +84116,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84213,7 +84198,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84310,8 +84295,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84368,7 +84353,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84429,8 +84414,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84477,8 +84462,8 @@ paths: default: value: enabled: true - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84508,8 +84493,8 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84569,8 +84554,8 @@ paths: parameters: - *270 - *271 - - *16 - *17 + - *18 responses: '200': description: Response @@ -84578,12 +84563,12 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *201 + default: *202 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84602,8 +84587,8 @@ paths: parameters: - *270 - *271 + - *18 - *17 - - *16 responses: '200': description: Response @@ -84628,7 +84613,7 @@ paths: - atom - electron - api - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84679,8 +84664,8 @@ paths: schema: *534 examples: default: *535 - '404': *5 - '422': *6 + '404': *6 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84802,7 +84787,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84897,7 +84882,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84959,7 +84944,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85057,7 +85042,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85115,7 +85100,7 @@ paths: description: Response content: application/json: - schema: *126 + schema: *127 examples: default: value: @@ -85562,7 +85547,7 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: default: value: @@ -85637,8 +85622,8 @@ paths: example: ; rel="next" schema: type: string - '422': *14 - '304': *34 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85708,7 +85693,7 @@ paths: format: int32 examples: - 1 - - *37 + - *38 responses: '200': description: Success, either groups were found or not found @@ -85934,7 +85919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *37 + - *38 requestBody: required: true content: @@ -86057,7 +86042,7 @@ paths: examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - *545 - - *37 + - *38 responses: '200': description: Success, a group was found @@ -86069,7 +86054,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86094,7 +86079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - *547 - - *37 + - *38 requestBody: required: true content: @@ -86132,7 +86117,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86162,7 +86147,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - *547 - - *37 + - *38 requestBody: required: true content: @@ -86234,7 +86219,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86258,14 +86243,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - *547 - - *37 + - *38 responses: '204': description: Group was deleted, no content '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86306,7 +86291,7 @@ paths: value: externalId eq 'E012345' - *550 - *551 - - *37 + - *38 responses: '200': description: Success, either users were found or not found @@ -86555,7 +86540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *37 + - *38 requestBody: required: true content: @@ -86764,7 +86749,7 @@ paths: required: true schema: type: string - - *37 + - *38 responses: '200': description: Success, a user was found @@ -86776,7 +86761,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86803,7 +86788,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - *556 - - *37 + - *38 requestBody: required: true content: @@ -86822,7 +86807,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86863,7 +86848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - *556 - - *37 + - *38 requestBody: required: true content: @@ -86916,7 +86901,7 @@ paths: '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '409': *549 '429': *543 '500': *544 @@ -86940,14 +86925,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - *556 - - *37 + - *38 responses: '204': description: User was deleted, no content '400': *540 '401': *541 '403': *542 - '404': *5 + '404': *6 '429': *543 '500': *544 x-github: @@ -86982,7 +86967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *109 + - *110 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -87286,7 +87271,7 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 - '304': *34 + '304': *35 '404': &561 description: Resource not found content: @@ -87322,7 +87307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *109 + - *110 responses: '201': description: Response @@ -87352,7 +87337,7 @@ paths: created: '2017-03-09T16:11:13-05:00' lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 - '304': *34 + '304': *35 '404': *561 '403': *562 '500': *544 @@ -87457,7 +87442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *109 + - *110 - *556 responses: '200': @@ -87469,7 +87454,7 @@ paths: default: *563 '404': *561 '403': *562 - '304': *34 + '304': *35 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87490,7 +87475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *109 + - *110 - *556 responses: '200': @@ -87500,7 +87485,7 @@ paths: schema: *560 examples: default: *563 - '304': *34 + '304': *35 '404': *561 '403': *562 requestBody: @@ -87611,7 +87596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *109 + - *110 - *556 responses: '200': @@ -87621,7 +87606,7 @@ paths: schema: *560 examples: default: *563 - '304': *34 + '304': *35 '404': *561 '403': *562 '400': *540 @@ -87629,7 +87614,7 @@ paths: description: Response content: application/json: - schema: *2 + schema: *3 requestBody: required: true content: @@ -87719,14 +87704,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *109 + - *110 - *556 responses: '204': description: Response '404': *561 '403': *562 - '304': *34 + '304': *35 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -87799,8 +87784,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -87839,7 +87824,7 @@ paths: html_url: type: string format: uri - repository: *126 + repository: *127 score: type: number file_size: @@ -87972,10 +87957,10 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *34 - '503': *78 - '422': *14 - '403': *26 + '304': *35 + '503': *79 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88035,8 +88020,8 @@ paths: - desc - asc default: desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -88121,7 +88106,7 @@ paths: author: anyOf: - type: 'null' - - *3 + - *4 committer: anyOf: - type: 'null' @@ -88137,7 +88122,7 @@ paths: type: string sha: type: string - repository: *126 + repository: *127 score: type: number node_id: @@ -88271,7 +88256,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88335,8 +88320,8 @@ paths: - created - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88396,11 +88381,11 @@ paths: type: - array - 'null' - items: *3 + items: *4 user: anyOf: - type: 'null' - - *3 + - *4 labels: type: array items: @@ -88432,7 +88417,7 @@ paths: assignee: anyOf: - type: 'null' - - *3 + - *4 milestone: anyOf: - type: 'null' @@ -88488,10 +88473,10 @@ paths: type: string score: type: number - author_association: *80 + author_association: *81 draft: type: boolean - repository: *54 + repository: *55 body_html: type: string body_text: @@ -88502,8 +88487,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *4 - reactions: *81 + - *5 + reactions: *82 required: - assignee - closed_at @@ -88619,10 +88604,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *78 - '422': *14 - '304': *34 - '403': *26 + '503': *79 + '422': *15 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88673,8 +88658,8 @@ paths: - created - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88749,10 +88734,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *34 - '404': *5 - '403': *26 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88804,8 +88789,8 @@ paths: - help-wanted-issues - updated - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -88840,7 +88825,7 @@ paths: owner: anyOf: - type: 'null' - - *3 + - *4 private: type: boolean html_url: @@ -89022,7 +89007,7 @@ paths: license: anyOf: - type: 'null' - - *94 + - *95 permissions: type: object properties: @@ -89243,9 +89228,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *78 - '422': *14 - '304': *34 + '503': *79 + '422': *15 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89281,8 +89266,8 @@ paths: required: true schema: type: string - - *16 - *17 + - *18 responses: '200': description: Response @@ -89492,7 +89477,7 @@ paths: featured: true curated: true score: 1 - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89545,8 +89530,8 @@ paths: - repositories - joined - *565 - - *16 - *17 + - *18 responses: '200': description: Response @@ -89712,9 +89697,9 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *34 - '503': *78 - '422': *14 + '304': *35 + '503': *79 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89749,7 +89734,7 @@ paths: schema: *251 examples: default: *252 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89847,9 +89832,9 @@ paths: schema: *251 examples: default: *252 - '404': *5 - '422': *14 - '403': *26 + '404': *6 + '422': *15 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89877,8 +89862,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89904,9 +89889,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - *566 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -89918,7 +89903,7 @@ paths: examples: default: *567 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90120,9 +90105,9 @@ paths: parameters: - *566 - *255 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -90134,7 +90119,7 @@ paths: examples: default: *569 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90344,8 +90329,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -90357,7 +90342,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90462,8 +90447,8 @@ paths: - hooray - rocket - eyes - - *16 - *17 + - *18 responses: '200': description: Response @@ -90475,7 +90460,7 @@ paths: examples: default: *261 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90560,8 +90545,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -90569,11 +90554,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90608,8 +90593,8 @@ paths: - maintainer - all default: all - - *16 - *17 + - *18 responses: '200': description: Response @@ -90617,12 +90602,12 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90648,7 +90633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: if user is a member @@ -90684,7 +90669,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90694,7 +90679,7 @@ paths: description: Unprocessable Entity if you attempt to add an organization to a team or you attempt to add a user to a team when they are not a member of at least one other team in the same organization - '403': *26 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90723,7 +90708,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90759,7 +90744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 responses: '200': description: Response @@ -90768,7 +90753,7 @@ paths: schema: *267 examples: response-if-user-is-a-team-maintainer: *571 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90799,7 +90784,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 requestBody: required: false content: @@ -90832,7 +90817,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90859,7 +90844,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *566 - - *148 + - *149 responses: '204': description: Response @@ -90888,8 +90873,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -90901,8 +90886,8 @@ paths: examples: default: *573 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91003,8 +90988,8 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91031,8 +91016,8 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91056,8 +91041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: Response @@ -91065,12 +91050,12 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91281,8 +91266,8 @@ paths: responses: '204': description: Response - '403': *26 - '422': *14 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91343,8 +91328,8 @@ paths: schema: *272 examples: default: *273 - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -91437,8 +91422,8 @@ paths: - group_id: '123' group_name: Octocat admins group_description: The people who configure your octoworld. - '422': *14 - '403': *26 + '422': *15 + '403': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -91462,8 +91447,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - *566 - - *16 - *17 + - *18 responses: '200': description: if child teams exist @@ -91471,14 +91456,14 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: response-if-child-teams-exist: *576 headers: - Link: *36 - '404': *5 - '403': *26 - '422': *14 + Link: *37 + '404': *6 + '403': *27 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91834,9 +91819,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91958,11 +91943,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91979,8 +91964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -91988,13 +91973,13 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + default: *190 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92013,7 +91998,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *148 + - *149 responses: '204': description: If the user is blocked @@ -92021,10 +92006,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92041,15 +92026,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92065,14 +92050,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '403': *26 - '401': *22 - '404': *5 + '304': *35 + '403': *27 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92092,8 +92077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *16 - *17 + - *18 - name: repository_id description: ID of the Repository to filter on in: query @@ -92114,14 +92099,14 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + default: *192 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92255,7 +92240,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: default: *366 '202': @@ -92263,13 +92248,13 @@ paths: being retried in the background content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 - '503': *78 + '401': *23 + '403': *27 + '404': *6 + '503': *79 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92292,8 +92277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -92353,7 +92338,7 @@ paths: examples: default: *368 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92423,7 +92408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 responses: '200': description: Response @@ -92459,7 +92444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 requestBody: required: true content: @@ -92504,14 +92489,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *137 + schema: *138 examples: default: value: '204': description: Response after successfully updating a secret - '422': *14 - '404': *5 + '422': *15 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92532,7 +92517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *136 + - *137 responses: '204': description: Response @@ -92557,7 +92542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *136 + - *137 responses: '200': description: Response @@ -92573,13 +92558,13 @@ paths: type: integer repositories: type: array - items: *126 + items: *127 examples: default: *580 - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92600,7 +92585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *136 + - *137 requestBody: required: true content: @@ -92629,10 +92614,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92654,7 +92639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *136 + - *137 - name: repository_id in: path required: true @@ -92663,10 +92648,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92687,7 +92672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *136 + - *137 - name: repository_id in: path required: true @@ -92696,10 +92681,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *22 - '403': *26 - '404': *5 - '500': *154 + '401': *23 + '403': *27 + '404': *6 + '500': *155 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92719,20 +92704,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92753,7 +92738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -92783,12 +92768,12 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '401': *22 - '403': *26 - '404': *5 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92807,14 +92792,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: - '202': *114 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '202': *115 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92836,7 +92821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response @@ -92903,11 +92888,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *154 - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '500': *155 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92927,7 +92912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -92943,7 +92928,7 @@ paths: schema: *581 examples: default: *582 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92963,7 +92948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -92982,11 +92967,11 @@ paths: items: *367 examples: default: *583 - '304': *34 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '304': *35 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93010,7 +92995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -93063,8 +93048,8 @@ paths: - 'null' examples: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 - owner: *3 - billable_owner: *3 + owner: *4 + billable_owner: *4 repository: *283 machine: anyOf: @@ -93844,10 +93829,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *22 - '403': *26 - '404': *5 - '422': *14 + '401': *23 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false category: codespaces @@ -93866,27 +93851,27 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '304': *34 - '500': *154 - '400': *13 - '401': *22 + '304': *35 + '500': *155 + '400': *14 + '401': *23 '402': description: Payment required content: application/json: - schema: *2 - '403': *26 - '404': *5 - '409': *199 + schema: *3 + '403': *27 + '404': *6 + '409': *200 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93906,19 +93891,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: default: *366 - '500': *154 - '401': *22 - '403': *26 - '404': *5 + '500': *155 + '401': *23 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93944,7 +93929,7 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: &596 value: @@ -94083,11 +94068,11 @@ paths: primary: true verified: true visibility: private - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94108,8 +94093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94126,11 +94111,11 @@ paths: primary: true visibility: public headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94212,11 +94197,11 @@ paths: primary: false verified: false visibility: - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94276,11 +94261,11 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 - '422': *14 + '304': *35 + '404': *6 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94297,8 +94282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94306,14 +94291,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94330,8 +94315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94339,14 +94324,14 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94363,7 +94348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *148 + - *149 responses: '204': description: if the person is followed by the authenticated user @@ -94371,10 +94356,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *34 - '403': *26 - '401': *22 + schema: *3 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94393,14 +94378,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94417,14 +94402,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *148 + - *149 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94444,8 +94429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -94628,11 +94613,11 @@ paths: revoked: false raw_key: string headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94716,11 +94701,11 @@ paths: raw_key: '"-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94755,10 +94740,10 @@ paths: schema: *585 examples: default: *586 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94781,11 +94766,11 @@ paths: responses: '204': description: Response - '404': *5 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94807,8 +94792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *16 - *17 + - *18 responses: '200': description: You can find the permissions for the installation under the @@ -94825,7 +94810,7 @@ paths: type: integer installations: type: array - items: *19 + items: *20 examples: default: value: @@ -94920,10 +94905,10 @@ paths: suspended_at: suspended_by: headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94945,9 +94930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *20 - - *16 + - *21 - *17 + - *18 responses: '200': description: The access the user has to each repository is included in the @@ -94966,14 +94951,14 @@ paths: type: string repositories: type: array - items: *54 + items: *55 examples: default: *588 headers: - Link: *36 - '404': *5 - '403': *26 - '304': *34 + Link: *37 + '404': *6 + '403': *27 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94991,14 +94976,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *20 - - *121 + - *21 + - *122 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95016,14 +95001,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *20 - - *121 + - *21 + - *122 responses: '204': description: Response - '403': *26 - '304': *34 - '404': *5 + '403': *27 + '304': *35 + '404': *6 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -95051,12 +95036,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: *183 + default: *184 '204': description: Response when there are no restrictions x-github: @@ -95091,14 +95076,14 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95174,7 +95159,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -95186,10 +95171,10 @@ paths: - updated - comments default: created - - *64 - - *83 - - *16 + - *65 + - *84 - *17 + - *18 responses: '200': description: Response @@ -95197,13 +95182,13 @@ paths: application/json: schema: type: array - items: *93 + items: *94 examples: - default: *188 + default: *189 headers: - Link: *36 - '404': *5 - '304': *34 + Link: *37 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95223,8 +95208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95278,11 +95263,11 @@ paths: verified: false read_only: false headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95340,11 +95325,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95373,10 +95358,10 @@ paths: schema: *589 examples: default: *590 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95399,10 +95384,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95419,8 +95404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95496,7 +95481,7 @@ paths: - id - type - login - plan: *96 + plan: *97 required: - billing_cycle - next_billing_date @@ -95540,10 +95525,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *36 - '304': *34 - '401': *22 - '404': *5 + Link: *37 + '304': *35 + '401': *23 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95560,8 +95545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95573,9 +95558,9 @@ paths: examples: default: *592 headers: - Link: *36 - '304': *34 - '401': *22 + Link: *37 + '304': *35 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95602,8 +95587,8 @@ paths: enum: - active - pending - - *16 - *17 + - *18 responses: '200': description: Response @@ -95611,7 +95596,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -95688,11 +95673,11 @@ paths: type: User site_admin: false headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 - '422': *14 + Link: *37 + '304': *35 + '403': *27 + '401': *23 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95713,13 +95698,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *109 + - *110 responses: '200': description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -95759,8 +95744,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 + '403': *27 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95777,7 +95762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *109 + - *110 requestBody: required: true content: @@ -95802,7 +95787,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -95842,9 +95827,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *26 - '404': *5 - '422': *14 + '403': *27 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95861,8 +95846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-user-migrations parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -95870,7 +95855,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -96023,10 +96008,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96132,7 +96117,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -96284,10 +96269,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96312,7 +96297,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *197 + - *198 - name: exclude in: query required: false @@ -96325,7 +96310,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -96478,10 +96463,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96519,13 +96504,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *197 + - *198 responses: '302': description: Response - '304': *34 - '403': *26 - '401': *22 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96545,14 +96530,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *197 + - *198 responses: '204': description: Response - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96574,15 +96559,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *197 + - *198 - *593 responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96599,9 +96584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *197 - - *16 + - *198 - *17 + - *18 responses: '200': description: Response @@ -96609,12 +96594,12 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '404': *5 + Link: *37 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96634,8 +96619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -96643,14 +96628,14 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: *594 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96688,8 +96673,8 @@ paths: - nuget - container - *595 + - *18 - *17 - - *16 responses: '200': description: Response @@ -96697,7 +96682,7 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 '400': *597 @@ -96720,14 +96705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: &608 value: @@ -96842,14 +96827,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96873,8 +96858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *204 - *205 + - *206 - name: token description: package token schema: @@ -96884,9 +96869,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96906,10 +96891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *204 - *205 + - *206 + - *18 - *17 - - *16 - name: state in: query required: false @@ -96927,7 +96912,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -96954,9 +96939,9 @@ paths: package_type: container container: tags: [] - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96976,15 +96961,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -97020,15 +97005,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97052,15 +97037,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *204 - *205 - - *207 + - *206 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97112,7 +97097,7 @@ paths: description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -97147,10 +97132,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *34 - '403': *26 - '401': *22 - '422': *6 + '304': *35 + '403': *27 + '401': *23 + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97172,8 +97157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97185,11 +97170,11 @@ paths: examples: default: *598 headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97267,8 +97252,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 - name: since description: 'Only show repositories updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -97294,7 +97279,7 @@ paths: application/json: schema: type: array - items: *54 + items: *55 examples: default: &605 summary: Default response @@ -97416,10 +97401,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *14 - '304': *34 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97616,12 +97601,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *22 - '304': *34 - '404': *5 - '403': *26 - '422': *14 - '400': *13 + '401': *23 + '304': *35 + '404': *6 + '403': *27 + '422': *15 + '400': *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97639,8 +97624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97652,11 +97637,11 @@ paths: examples: default: *599 headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97673,14 +97658,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response - '403': *26 - '409': *199 - '404': *5 - '304': *34 + '403': *27 + '409': *200 + '404': *6 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97696,14 +97681,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response - '409': *199 - '304': *34 - '404': *5 - '403': *26 + '409': *200 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97720,8 +97705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97751,11 +97736,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97812,11 +97797,11 @@ paths: items: *600 examples: default: *601 - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97866,11 +97851,11 @@ paths: responses: '204': description: Response - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97890,8 +97875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -97932,11 +97917,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97995,11 +97980,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *14 - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '422': *15 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98034,10 +98019,10 @@ paths: schema: *602 examples: default: *603 - '404': *5 - '304': *34 - '403': *26 - '401': *22 + '404': *6 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98060,10 +98045,10 @@ paths: responses: '204': description: Response - '304': *34 - '404': *5 - '403': *26 - '401': *22 + '304': *35 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98098,9 +98083,9 @@ paths: - created - updated default: created - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -98108,7 +98093,7 @@ paths: application/json: schema: type: array - items: *54 + items: *55 examples: default-response: *605 application/vnd.github.v3.star+json: @@ -98122,7 +98107,7 @@ paths: starred_at: type: string format: date-time - repo: *54 + repo: *55 required: - starred_at - repo @@ -98250,10 +98235,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98279,10 +98264,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *22 - '304': *34 - '403': *26 + schema: *3 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98304,10 +98289,10 @@ paths: responses: '204': description: Response - '403': *26 - '404': *5 - '401': *22 - '304': *34 + '403': *27 + '404': *6 + '401': *23 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98329,10 +98314,10 @@ paths: responses: '204': description: Response - '404': *5 - '401': *22 - '304': *34 - '403': *26 + '404': *6 + '401': *23 + '304': *35 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98349,8 +98334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -98358,14 +98343,14 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 - '304': *34 - '403': *26 - '401': *22 + Link: *37 + '304': *35 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98388,8 +98373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *16 - *17 + - *18 responses: '200': description: Response @@ -98448,10 +98433,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *36 - '304': *34 - '404': *5 - '403': *26 + Link: *37 + '304': *35 + '404': *6 + '403': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98472,7 +98457,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - *606 - - *16 + - *17 responses: '200': description: Response @@ -98480,15 +98465,15 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" schema: type: string - '304': *34 + '304': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98510,7 +98495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -98596,7 +98581,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98616,7 +98601,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -98624,11 +98609,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 - '403': *26 - '401': *22 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98646,9 +98631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98656,7 +98641,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98724,10 +98709,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *148 - - *109 - - *16 + - *149 + - *110 - *17 + - *18 responses: '200': description: Response @@ -98735,7 +98720,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98812,9 +98797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98822,7 +98807,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -98889,9 +98874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98899,11 +98884,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98920,9 +98905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -98930,11 +98915,11 @@ paths: application/json: schema: type: array - items: *3 + items: *4 examples: - default: *189 + default: *190 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98951,7 +98936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *148 + - *149 - name: target_user in: path required: true @@ -98978,10 +98963,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *148 - - *83 - - *16 + - *149 + - *84 - *17 + - *18 responses: '200': description: Response @@ -98989,12 +98974,12 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: *85 + default: *86 headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99012,9 +98997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99026,7 +99011,7 @@ paths: examples: default: *607 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99048,7 +99033,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *148 + - *149 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -99099,8 +99084,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *5 - '422': *14 + '404': *6 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99120,13 +99105,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *148 + - *149 responses: '200': description: Response content: application/json: - schema: *19 + schema: *20 examples: default: *433 x-github: @@ -99146,9 +99131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99174,7 +99159,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99194,9 +99179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99204,11 +99189,11 @@ paths: application/json: schema: type: array - items: *49 + items: *50 examples: default: *594 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99246,9 +99231,9 @@ paths: - nuget - container - *595 - - *148 + - *149 + - *18 - *17 - - *16 responses: '200': description: Response @@ -99256,11 +99241,11 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: default: *596 - '403': *26 - '401': *22 + '403': *27 + '401': *23 '400': *597 x-github: githubCloudOnly: false @@ -99281,15 +99266,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: *608 x-github: @@ -99312,15 +99297,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99346,9 +99331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 - name: token description: package token schema: @@ -99358,9 +99343,9 @@ paths: responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99380,9 +99365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *204 - *205 - - *148 + - *206 + - *149 responses: '200': description: Response @@ -99390,7 +99375,7 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: default: value: @@ -99426,9 +99411,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99448,16 +99433,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *204 - *205 - - *207 - - *148 + - *206 + - *208 + - *149 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -99492,16 +99477,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *204 - *205 - - *148 - - *207 + - *206 + - *149 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99527,16 +99512,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *204 - *205 - - *148 - - *207 + - *206 + - *149 + - *208 responses: '204': description: Response - '404': *5 - '403': *26 - '401': *22 + '404': *6 + '403': *27 + '401': *23 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99553,7 +99538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *148 + - *149 - name: state description: Indicates the state of the projects to return. in: query @@ -99565,8 +99550,8 @@ paths: - closed - all default: open - - *16 - *17 + - *18 responses: '200': description: Response @@ -99574,7 +99559,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -99610,8 +99595,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *36 - '422': *14 + Link: *37 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99630,9 +99615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99640,7 +99625,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -99717,9 +99702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99727,7 +99712,7 @@ paths: application/json: schema: type: array - items: *104 + items: *105 examples: default: value: @@ -99804,7 +99789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *148 + - *149 - name: type description: Limit results to repositories of the specified type. in: query @@ -99838,8 +99823,8 @@ paths: enum: - asc - desc - - *16 - *17 + - *18 responses: '200': description: Response @@ -99847,11 +99832,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99873,7 +99858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99903,7 +99888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99933,7 +99918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *148 + - *149 responses: '200': description: Response @@ -99959,9 +99944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -99973,7 +99958,7 @@ paths: examples: default: *601 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99991,9 +99976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -100005,7 +99990,7 @@ paths: examples: default: *609 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100027,11 +100012,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *148 + - *149 - *610 - - *64 - - *16 + - *65 - *17 + - *18 responses: '200': description: Response @@ -100042,11 +100027,11 @@ paths: - type: array items: *611 - type: array - items: *54 + items: *55 examples: default-response: *605 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100063,9 +100048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *148 - - *16 + - *149 - *17 + - *18 responses: '200': description: Response @@ -100073,11 +100058,11 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *208 + default: *209 headers: - Link: *36 + Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100111,7 +100096,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *5 + '404': *6 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100395,11 +100380,11 @@ webhooks: license: anyOf: - type: 'null' - - *94 + - *95 organization: anyOf: - type: 'null' - - *3 + - *4 forks: type: integer permissions: @@ -100419,7 +100404,7 @@ webhooks: - admin - pull - push - owner: *3 + owner: *4 private: description: Whether the repository is private or public. default: false @@ -102189,7 +102174,7 @@ webhooks: app: anyOf: - type: 'null' - - *4 + - *5 check_suite: description: A suite of checks performed on the code of a given code change @@ -102201,7 +102186,7 @@ webhooks: - 'null' examples: - d6fde92930d4715a2b49857d24b940956b26d2d3 - app: *4 + app: *5 before: type: - string @@ -102250,7 +102235,7 @@ webhooks: pull_requests: type: array items: *339 - repository: *126 + repository: *127 status: type: string enum: @@ -108188,7 +108173,7 @@ webhooks: type: string enum: - created - definition: *217 + definition: *218 enterprise: *612 installation: *613 organization: *614 @@ -108355,7 +108340,7 @@ webhooks: type: string enum: - updated - definition: *217 + definition: *218 enterprise: *612 installation: *613 organization: *614 @@ -108443,11 +108428,11 @@ webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *221 + items: *222 old_property_values: type: array description: The old custom property values for the repository. - items: *221 + items: *222 required: - action - repository @@ -119293,7 +119278,7 @@ webhooks: enum: - created enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119466,7 +119451,7 @@ webhooks: enum: - deleted enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119572,7 +119557,7 @@ webhooks: enum: - new_permissions_accepted enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -119678,7 +119663,7 @@ webhooks: enum: - added enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories_added: description: An array of repository objects, which were added to @@ -119882,7 +119867,7 @@ webhooks: enum: - removed enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories_added: description: An array of repository objects, which were added to @@ -120092,7 +120077,7 @@ webhooks: enum: - suspend enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -120384,7 +120369,7 @@ webhooks: enum: - unsuspend enterprise: *612 - installation: *19 + installation: *20 organization: *614 repositories: description: An array of repository objects that the installation @@ -120531,7 +120516,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -121941,7 +121926,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -123360,7 +123345,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *4 + - *5 reactions: title: Reactions type: object @@ -152441,7 +152426,7 @@ webhooks: description: Unique identifier of the request for access via fine-grained personal access token. Used as the `pat_request_id` parameter in the list and review API calls. - owner: *3 + owner: *4 permissions_added: type: object description: New requested permissions, categorized by type @@ -152897,10 +152882,10 @@ webhooks: config: type: object properties: - content_type: *8 - insecure_ssl: *10 - secret: *9 - url: *7 + content_type: *9 + insecure_ssl: *11 + secret: *10 + url: *8 created_at: type: string format: date-time @@ -155899,8 +155884,8 @@ webhooks: type: number node_id: type: string - owner: *3 - creator: *3 + owner: *4 + creator: *4 title: type: string description: @@ -155942,7 +155927,7 @@ webhooks: deleted_by: anyOf: - type: 'null' - - *3 + - *4 required: - id - node_id @@ -156364,7 +156349,7 @@ webhooks: - Issue - PullRequest - DraftIssue - creator: *3 + creator: *4 created_at: type: string format: date-time @@ -225173,7 +225158,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 sender: *616 required: - action @@ -225255,7 +225240,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 sender: *616 required: - action @@ -225337,7 +225322,7 @@ webhooks: installation: *613 organization: *614 repository: *615 - repository_ruleset: *231 + repository_ruleset: *232 changes: type: object properties: @@ -225356,16 +225341,16 @@ webhooks: properties: added: type: array - items: *225 + items: *226 deleted: type: array - items: *225 + items: *226 updated: type: array items: type: object properties: - condition: *225 + condition: *226 changes: type: object properties: @@ -225398,16 +225383,16 @@ webhooks: properties: added: type: array - items: *230 + items: *231 deleted: type: array - items: *230 + items: *231 updated: type: array items: type: object properties: - rule: *230 + rule: *231 changes: type: object properties: @@ -226850,14 +226835,14 @@ webhooks: alert: &626 type: object properties: - number: *68 - created_at: *73 + number: *69 + created_at: *74 updated_at: anyOf: - type: 'null' - - *74 - url: *71 - html_url: *72 + - *75 + url: *72 + html_url: *73 locations_url: type: string format: uri @@ -226886,7 +226871,7 @@ webhooks: resolved_by: anyOf: - type: 'null' - - *3 + - *4 resolution_comment: type: - string @@ -226911,7 +226896,7 @@ webhooks: push_protection_bypassed_by: anyOf: - type: 'null' - - *3 + - *4 push_protection_bypassed_at: type: - string @@ -228135,7 +228120,7 @@ webhooks: from: type: object properties: - security_and_analysis: *222 + security_and_analysis: *223 enterprise: *612 installation: *613 organization: *614 diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 761e303eea..87762c3ec1 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -272,21 +272,7 @@ "in": "query", "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { - "type": "string", - "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", - "npm", - "nuget", - "other", - "pip", - "pub", - "rubygems", - "rust" - ] + "$ref": "#/components/schemas/security-advisory-ecosystems" } }, { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index b958d92a7c..a8b0f42eeb 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -166,20 +166,7 @@ paths: in: query description: If specified, only advisories for these ecosystems will be returned. schema: - type: string - enum: - - actions - - composer - - erlang - - go - - maven - - npm - - nuget - - other - - pip - - pub - - rubygems - - rust + "$ref": "#/components/schemas/security-advisory-ecosystems" - name: severity in: query description: If specified, only advisories with these severities will be returned. diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 761e303eea..87762c3ec1 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -272,21 +272,7 @@ "in": "query", "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { - "type": "string", - "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", - "npm", - "nuget", - "other", - "pip", - "pub", - "rubygems", - "rust" - ] + "$ref": "#/components/schemas/security-advisory-ecosystems" } }, { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index b958d92a7c..a8b0f42eeb 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -166,20 +166,7 @@ paths: in: query description: If specified, only advisories for these ecosystems will be returned. schema: - type: string - enum: - - actions - - composer - - erlang - - go - - maven - - npm - - nuget - - other - - pip - - pub - - rubygems - - rust + "$ref": "#/components/schemas/security-advisory-ecosystems" - name: severity in: query description: If specified, only advisories with these severities will be returned. diff --git a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json index 071e4571b2..826d77c7ae 100644 --- a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json @@ -7289,19 +7289,21 @@ "description": "If specified, only advisories for these ecosystems will be returned.", "schema": { "type": "string", + "description": "The package's language or package management ecosystem.", "enum": [ - "actions", - "composer", - "erlang", - "go", - "maven", + "rubygems", "npm", - "nuget", - "other", "pip", + "maven", + "nuget", + "composer", + "go", + "rust", + "erlang", + "actions", "pub", - "rubygems", - "rust" + "other", + "swift" ] } }, diff --git a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml index 61ba3389d0..4b9ca3f23d 100644 --- a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml @@ -1343,7 +1343,7 @@ paths: description: Response content: application/json: - schema: &68 + schema: &69 title: Organization Simple description: A GitHub organization. type: object @@ -1470,7 +1470,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/orgs#update-an-organization-name parameters: - - &127 + - &128 name: org description: The organization name. The name is not case sensitive. in: path @@ -2512,7 +2512,7 @@ paths: - title: Scoped Installation type: object properties: - permissions: &35 + permissions: &36 title: App Permissions type: object description: The permissions granted to the user access @@ -2922,7 +2922,7 @@ paths: - updated_at - expires_at examples: - default: &46 + default: &47 value: - id: 2 url: https://enterprise.octocat.com/api/v3/authorizations/2 @@ -3264,21 +3264,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &20 type: string + description: The package's language or package management ecosystem. enum: - - actions - - composer - - erlang - - go - - maven + - rubygems - npm - - nuget - - other - pip - - pub - - rubygems + - maven + - nuget + - composer + - go - rust + - erlang + - actions + - pub + - other + - swift - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -3345,7 +3347,7 @@ paths: in: query schema: type: string - - &86 + - &87 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For @@ -3354,7 +3356,7 @@ paths: required: false schema: type: string - - &87 + - &88 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For @@ -3390,7 +3392,7 @@ paths: application/json: schema: type: array - items: &20 + items: &21 description: A GitHub Security Advisory. type: object properties: @@ -3533,24 +3535,7 @@ paths: - object - 'null' properties: - ecosystem: - type: string - description: The package's language or package management - ecosystem. - enum: - - rubygems - - npm - - pip - - maven - - nuget - - composer - - go - - rust - - erlang - - actions - - pub - - other - - swift + ecosystem: *20 name: type: - string @@ -3740,7 +3725,7 @@ paths: description: Too many requests content: application/json: - schema: &21 + schema: &22 title: Basic Error description: Basic Error type: object @@ -3753,11 +3738,11 @@ paths: type: string status: type: string - '422': &24 + '422': &25 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &131 + schema: &132 title: Validation Error Simple description: Validation Error Simple type: object @@ -3801,7 +3786,7 @@ paths: description: Response content: application/json: - schema: *20 + schema: *21 examples: default: value: @@ -3862,11 +3847,11 @@ paths: type: User site_admin: false type: analyst - '404': &23 + '404': &24 description: Resource not found content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3891,7 +3876,7 @@ paths: description: Response content: application/json: - schema: &22 + schema: &23 title: GitHub app description: GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted @@ -4014,7 +3999,7 @@ paths: - permissions - events examples: - default: &45 + default: &46 value: id: 1 slug: octoapp @@ -4083,7 +4068,7 @@ paths: application/json: schema: allOf: - - *22 + - *23 - type: object properties: client_id: @@ -4172,8 +4157,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *23 - '422': *24 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4197,31 +4182,31 @@ paths: description: Response content: application/json: - schema: &29 + schema: &30 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &25 + url: &26 type: string description: The URL to which the payloads will be delivered. format: uri examples: - https://example.com/webhook - content_type: &26 + content_type: &27 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. examples: - '"json"' - secret: &27 + secret: &28 type: string description: If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-server@3.11/webhooks/event-payloads/#delivery-headers). examples: - '"********"' - insecure_ssl: &28 + insecure_ssl: &29 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -4234,7 +4219,7 @@ paths: - '"0"' - type: number examples: - default: &30 + default: &31 value: content_type: json insecure_ssl: '0' @@ -4264,10 +4249,10 @@ paths: schema: type: object properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 examples: default: value: @@ -4280,9 +4265,9 @@ paths: description: Response content: application/json: - schema: *29 + schema: *30 examples: - default: *30 + default: *31 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4303,7 +4288,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - *4 - - &189 + - &190 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4324,7 +4309,7 @@ paths: application/json: schema: type: array - items: &190 + items: &191 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4409,7 +4394,7 @@ paths: - installation_id - repository_id examples: - default: &191 + default: &192 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4433,13 +4418,13 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &31 + '400': &32 description: Bad Request content: application/json: - schema: *21 + schema: *22 application/scim+json: - schema: &500 + schema: &501 title: Scim Error description: Scim Error type: object @@ -4466,11 +4451,11 @@ paths: type: array items: type: string - '422': &32 + '422': &33 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &130 + schema: &131 title: Validation Error description: Validation Error type: object @@ -4531,7 +4516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &33 + - &34 name: delivery_id in: path required: true @@ -4542,7 +4527,7 @@ paths: description: Response content: application/json: - schema: &192 + schema: &193 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4669,7 +4654,7 @@ paths: - request - response examples: - default: &193 + default: &194 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4705,8 +4690,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *31 - '422': *32 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4726,9 +4711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *33 + - *34 responses: - '202': &132 + '202': &133 description: Accepted content: application/json: @@ -4737,8 +4722,8 @@ paths: examples: default: value: - '400': *31 - '422': *32 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4782,7 +4767,7 @@ paths: account: anyOf: - *17 - - &34 + - &35 title: Enterprise description: An enterprise on GitHub. type: object @@ -4902,13 +4887,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &39 + '304': &40 description: Not modified - '401': &38 + '401': &39 description: Requires authentication content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4930,7 +4915,7 @@ paths: parameters: - *4 - *5 - - &106 + - &107 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -4953,7 +4938,7 @@ paths: application/json: schema: type: array - items: &36 + items: &37 title: Installation description: Installation type: object @@ -4966,7 +4951,7 @@ paths: account: anyOf: - *17 - - *34 + - *35 type: - 'null' - object @@ -5004,7 +4989,7 @@ paths: type: string examples: - Organization - permissions: *35 + permissions: *36 events: type: array items: @@ -5137,7 +5122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &37 + - &38 name: installation_id description: The unique identifier of the installation. in: path @@ -5152,7 +5137,7 @@ paths: description: Response content: application/json: - schema: *36 + schema: *37 examples: default: value: @@ -5200,7 +5185,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5219,11 +5204,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *37 + - *38 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5266,7 +5251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *37 + - *38 requestBody: required: false content: @@ -5290,7 +5275,7 @@ paths: type: integer examples: - 1 - permissions: *35 + permissions: *36 examples: default: value: @@ -5314,7 +5299,7 @@ paths: type: string expires_at: type: string - permissions: *35 + permissions: *36 repository_selection: type: string enum: @@ -5322,7 +5307,7 @@ paths: - selected repositories: type: array - items: &82 + items: &83 title: Repository description: A repository on GitHub. type: object @@ -5348,7 +5333,7 @@ paths: license: anyOf: - type: 'null' - - &117 + - &118 title: License Simple description: License Simple type: object @@ -6060,14 +6045,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &40 + '403': &41 description: Forbidden content: application/json: - schema: *21 - '401': *38 - '404': *23 - '422': *32 + schema: *22 + '401': *39 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6087,11 +6072,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#suspend-an-app-installation parameters: - - *37 + - *38 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6110,11 +6095,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#unsuspend-an-app-installation parameters: - - *37 + - *38 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6149,7 +6134,7 @@ paths: application/json: schema: type: array - items: &41 + items: &42 title: Application Grant description: The authorization associated with an OAuth Access. type: object @@ -6219,10 +6204,10 @@ paths: - public_repo headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 - '404': *23 + '304': *40 + '403': *41 + '401': *39 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6248,7 +6233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#get-a-single-grant parameters: - - &42 + - &43 name: grant_id description: The unique identifier of the grant. in: path @@ -6260,7 +6245,7 @@ paths: description: Response content: application/json: - schema: *41 + schema: *42 examples: default: value: @@ -6274,9 +6259,9 @@ paths: updated_at: '2011-09-06T20:39:23Z' scopes: - public_repo - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6298,13 +6283,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#delete-a-grant parameters: - - *42 + - *43 responses: '204': description: Response - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6326,7 +6311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &43 + - &44 name: client_id in: path required: true @@ -6356,7 +6341,7 @@ paths: responses: '204': description: Response - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6378,7 +6363,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#check-a-token parameters: - - *43 + - *44 requestBody: required: true content: @@ -6402,7 +6387,7 @@ paths: application/json: schema: *18 examples: - default: &44 + default: &45 value: id: 1 url: https://api.github.com/authorizations/1 @@ -6441,8 +6426,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6463,7 +6448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#reset-a-token parameters: - - *43 + - *44 requestBody: required: true content: @@ -6487,8 +6472,8 @@ paths: application/json: schema: *18 examples: - default: *44 - '422': *32 + default: *45 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6508,7 +6493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#delete-an-app-token parameters: - - *43 + - *44 requestBody: required: true content: @@ -6529,7 +6514,7 @@ paths: responses: '204': description: Response - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6555,7 +6540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#create-a-scoped-access-token parameters: - - *43 + - *44 requestBody: required: true content: @@ -6599,7 +6584,7 @@ paths: type: integer examples: - 1 - permissions: *35 + permissions: *36 required: - access_token examples: @@ -6684,10 +6669,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *38 - '403': *40 - '404': *23 - '422': *32 + '401': *39 + '403': *41 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6716,11 +6701,11 @@ paths: description: Response content: application/json: - schema: *22 + schema: *23 examples: - default: *45 - '403': *40 - '404': *23 + default: *46 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6760,13 +6745,13 @@ paths: type: array items: *18 examples: - default: *46 + default: *47 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 - '404': *23 + '304': *40 + '403': *41 + '401': *39 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6857,15 +6842,15 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *32 - '410': &219 + '422': *33 + '410': &220 description: Gone content: application/json: - schema: *21 - '304': *39 - '403': *40 - '401': *38 + schema: *22 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6894,7 +6879,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app parameters: - - &47 + - &48 name: client_id in: path required: true @@ -6999,10 +6984,10 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7029,7 +7014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint parameters: - - *47 + - *48 - name: fingerprint in: path required: true @@ -7137,7 +7122,7 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7163,7 +7148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#get-a-single-authorization parameters: - - &48 + - &49 name: authorization_id description: The unique identifier of the authorization. in: path @@ -7177,7 +7162,7 @@ paths: application/json: schema: *18 examples: - default: &49 + default: &50 value: id: 1 url: https://api.github.com/authorizations/1 @@ -7196,9 +7181,9 @@ paths: created_at: '2011-09-06T17:26:27Z' expires_at: '2011-10-06T17:26:27Z' fingerprint: jklmnop12345678 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7222,7 +7207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#update-an-existing-authorization parameters: - - *48 + - *49 requestBody: required: false content: @@ -7278,8 +7263,8 @@ paths: application/json: schema: *18 examples: - default: *49 - '422': *32 + default: *50 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7304,13 +7289,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#delete-an-authorization parameters: - - *48 + - *49 responses: '204': description: Response - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7337,7 +7322,7 @@ paths: application/json: schema: type: array - items: &50 + items: &51 title: Code Of Conduct description: Code Of Conduct type: object @@ -7425,7 +7410,7 @@ paths: name: Contributor Covenant url: https://api.github.com/codes_of_conduct/contributor_covenant html_url: https://www.contributor-covenant.org/version/2/0/code_of_conduct/ - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7452,7 +7437,7 @@ paths: description: Response content: application/json: - schema: *50 + schema: *51 examples: default: value: @@ -7506,8 +7491,8 @@ paths: This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/). html_url: http://contributor-covenant.org/version/1/4/ - '404': *23 - '304': *39 + '404': *24 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9411,7 +9396,7 @@ paths: zombie_woman: https://github.githubassets.com/images/icons/emoji/unicode/1f9df-2640.png?v8 zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 description: Response - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9433,12 +9418,12 @@ paths: description: Response content: application/json: - schema: &51 + schema: &52 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: &159 + announcement: &160 type: - string - 'null' @@ -9447,7 +9432,7 @@ paths: writing and formatting syntax](https://docs.github.com/enterprise-server@3.11/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)." examples: - Very **important** announcement about _something_. - expires_at: &160 + expires_at: &161 type: - string - 'null' @@ -9462,7 +9447,7 @@ paths: required: - announcement examples: - default: &52 + default: &53 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9487,7 +9472,7 @@ paths: required: true content: application/json: - schema: *51 + schema: *52 examples: default: value: @@ -9498,9 +9483,9 @@ paths: description: Response content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9589,7 +9574,7 @@ paths: schema: type: object properties: - repos: &61 + repos: &62 title: Repository Enterprise Stats type: object properties: @@ -9612,7 +9597,7 @@ paths: - org_repos - total_pushes - total_wikis - hooks: &55 + hooks: &56 title: Hooks Enterprise Stats type: object properties: @@ -9626,7 +9611,7 @@ paths: - total_hooks - active_hooks - inactive_hooks - pages: &59 + pages: &60 title: Enterprise Pages Stats type: object properties: @@ -9634,7 +9619,7 @@ paths: type: integer required: - total_pages - orgs: &58 + orgs: &59 title: Enterprise Organization Stats type: object properties: @@ -9651,7 +9636,7 @@ paths: - disabled_orgs - total_teams - total_team_members - users: &62 + users: &63 title: Enterprise User Stats type: object properties: @@ -9665,7 +9650,7 @@ paths: - total_users - admin_users - suspended_users - pulls: &60 + pulls: &61 title: Enterprise Pull Request Stats type: object properties: @@ -9682,7 +9667,7 @@ paths: - merged_pulls - mergeable_pulls - unmergeable_pulls - issues: &56 + issues: &57 title: Enterprise Issue Stats type: object properties: @@ -9696,7 +9681,7 @@ paths: - total_issues - open_issues - closed_issues - milestones: &57 + milestones: &58 title: Enterprise Milestone Stats type: object properties: @@ -9710,7 +9695,7 @@ paths: - total_milestones - open_milestones - closed_milestones - gists: &54 + gists: &55 title: Enterprise Gist Stats type: object properties: @@ -9724,7 +9709,7 @@ paths: - total_gists - private_gists - public_gists - comments: &53 + comments: &54 title: Enterprise Comment Stats type: object properties: @@ -9808,7 +9793,7 @@ paths: description: Response content: application/json: - schema: *53 + schema: *54 examples: default: value: @@ -9836,7 +9821,7 @@ paths: description: Response content: application/json: - schema: *54 + schema: *55 examples: default: value: @@ -9862,7 +9847,7 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: default: value: @@ -9889,7 +9874,7 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -9916,7 +9901,7 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: default: value: @@ -9943,7 +9928,7 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: default: value: @@ -9971,7 +9956,7 @@ paths: description: Response content: application/json: - schema: *59 + schema: *60 examples: default: value: @@ -9996,7 +9981,7 @@ paths: description: Response content: application/json: - schema: *60 + schema: *61 examples: default: value: @@ -10023,7 +10008,7 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: default: value: @@ -10128,7 +10113,7 @@ paths: description: Response content: application/json: - schema: *62 + schema: *63 examples: default: value: @@ -10155,7 +10140,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise parameters: - - &63 + - &64 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -10168,7 +10153,7 @@ paths: description: Response content: application/json: - schema: &133 + schema: &134 type: object properties: total_active_caches_count: @@ -10183,7 +10168,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &134 + default: &135 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -10208,13 +10193,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#get-github-actions-cache-usage-policy-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Response content: application/json: - schema: &64 + schema: &65 title: Actions cache usage policy for an enterprise description: GitHub Actions cache usage policy for an enterprise. type: object @@ -10233,7 +10218,7 @@ paths: examples: - 15 examples: - default: &65 + default: &66 value: repo_cache_size_limit_in_gb: 10 max_repo_cache_size_limit_in_gb: 15 @@ -10257,7 +10242,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#set-github-actions-cache-usage-policy-for-an-enterprise parameters: - - *63 + - *64 responses: '204': description: Response @@ -10265,9 +10250,9 @@ paths: required: true content: application/json: - schema: *64 + schema: *65 examples: - selected_actions: *65 + selected_actions: *66 x-github: enabledForGitHubApps: false githubCloudOnly: false @@ -10287,7 +10272,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Response @@ -10296,7 +10281,7 @@ paths: schema: type: object properties: - enabled_organizations: &66 + enabled_organizations: &67 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -10309,7 +10294,7 @@ paths: description: The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`. - allowed_actions: &67 + allowed_actions: &68 type: string description: The permissions policy that controls the actions that are allowed to run. @@ -10317,7 +10302,7 @@ paths: - all - local_only - selected - selected_actions_url: &137 + selected_actions_url: &138 type: string description: The API URL to use to get or set the actions that are allowed to run, when `allowed_actions` is set to `selected`. @@ -10347,7 +10332,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise parameters: - - *63 + - *64 responses: '204': description: Response @@ -10358,8 +10343,8 @@ paths: schema: type: object properties: - enabled_organizations: *66 - allowed_actions: *67 + enabled_organizations: *67 + allowed_actions: *68 required: - enabled_organizations examples: @@ -10386,7 +10371,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *63 + - *64 - *4 - *5 responses: @@ -10401,12 +10386,12 @@ paths: type: number organizations: type: array - items: *68 + items: *69 required: - total_count - organizations examples: - default: &78 + default: &79 value: total_count: 1 organizations: @@ -10440,7 +10425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise parameters: - - *63 + - *64 responses: '204': description: Response @@ -10484,8 +10469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *63 - - &69 + - *64 + - &70 name: org_id description: The unique identifier of the organization. in: path @@ -10513,8 +10498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise parameters: - - *63 - - *69 + - *64 + - *70 responses: '204': description: Response @@ -10537,13 +10522,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Response content: application/json: - schema: &70 + schema: &71 type: object properties: github_owned_allowed: @@ -10561,7 +10546,7 @@ paths: - github_owned_allowed - patterns_allowed examples: - default: &71 + default: &72 value: github_owned_allowed: true verified_allowed: false @@ -10586,7 +10571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-enterprise parameters: - - *63 + - *64 responses: '204': description: Response @@ -10594,9 +10579,9 @@ paths: required: true content: application/json: - schema: *70 + schema: *71 examples: - selected_actions: *71 + selected_actions: *72 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10618,23 +10603,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Success response content: application/json: - schema: &140 + schema: &141 type: object properties: - default_workflow_permissions: &72 + default_workflow_permissions: &73 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &73 + can_approve_pull_request_reviews: &74 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -10642,7 +10627,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &74 + default: &75 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -10667,18 +10652,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise parameters: - - *63 + - *64 requestBody: required: true content: application/json: - schema: &141 + schema: &142 type: object properties: - default_workflow_permissions: *72 - can_approve_pull_request_reviews: *73 + default_workflow_permissions: *73 + can_approve_pull_request_reviews: *74 examples: - default: *74 + default: *75 responses: '204': description: Success response @@ -10701,7 +10686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise parameters: - - *63 + - *64 - *4 - *5 - name: visible_to_organization @@ -10723,7 +10708,7 @@ paths: type: number runner_groups: type: array - items: &75 + items: &76 type: object properties: id: @@ -10826,7 +10811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-enterprise parameters: - - *63 + - *64 requestBody: required: true content: @@ -10895,9 +10880,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *76 examples: - default: &76 + default: &77 value: id: 2 name: octo-runner-group @@ -10929,8 +10914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise parameters: - - *63 - - &77 + - *64 + - &78 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -10942,9 +10927,9 @@ paths: description: Response content: application/json: - schema: *75 + schema: *76 examples: - default: *76 + default: *77 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10963,8 +10948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 requestBody: required: false content: @@ -11013,7 +10998,7 @@ paths: description: Response content: application/json: - schema: *75 + schema: *76 examples: default: value: @@ -11046,8 +11031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 responses: '204': description: Response @@ -11070,8 +11055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 - *4 - *5 responses: @@ -11086,12 +11071,12 @@ paths: type: number organizations: type: array - items: *68 + items: *69 required: - total_count - organizations examples: - default: *78 + default: *79 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11110,8 +11095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#set-organization-access-for-a-self-hosted-runner-group-in-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 requestBody: required: true content: @@ -11156,9 +11141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *63 - - *77 - - *69 + - *64 + - *78 + - *70 responses: '204': description: Response @@ -11180,9 +11165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise parameters: - - *63 - - *77 - - *69 + - *64 + - *78 + - *70 responses: '204': description: Response @@ -11205,8 +11190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 - *4 - *5 responses: @@ -11221,7 +11206,7 @@ paths: type: number runners: type: array - items: &80 + items: &81 title: Self hosted runners description: A self hosted runner type: object @@ -11255,7 +11240,7 @@ paths: type: boolean labels: type: array - items: &84 + items: &85 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -11286,7 +11271,7 @@ paths: - total_count - runners examples: - default: &81 + default: &82 value: total_count: 2 runners: @@ -11343,8 +11328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise parameters: - - *63 - - *77 + - *64 + - *78 requestBody: required: true content: @@ -11388,9 +11373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise parameters: - - *63 - - *77 - - &79 + - *64 + - *78 + - &80 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -11418,9 +11403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise parameters: - - *63 - - *77 - - *79 + - *64 + - *78 + - *80 responses: '204': description: Response @@ -11448,7 +11433,7 @@ paths: in: query schema: type: string - - *63 + - *64 - *4 - *5 responses: @@ -11463,9 +11448,9 @@ paths: type: number runners: type: array - items: *80 + items: *81 examples: - default: *81 + default: *82 headers: Link: *6 x-github: @@ -11487,7 +11472,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Response @@ -11495,7 +11480,7 @@ paths: application/json: schema: type: array - items: &145 + items: &146 title: Runner Application description: Runner Application type: object @@ -11520,7 +11505,7 @@ paths: - download_url - filename examples: - default: &146 + default: &147 value: - os: osx architecture: x64 @@ -11571,7 +11556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-enterprise parameters: - - *63 + - *64 requestBody: required: true content: @@ -11614,7 +11599,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &147 + '201': &148 description: Response content: application/json: @@ -11624,7 +11609,7 @@ paths: - runner - encoded_jit_config properties: - runner: *80 + runner: *81 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -11651,8 +11636,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *23 - '422': *24 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11680,13 +11665,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise parameters: - - *63 + - *64 responses: '201': description: Response content: application/json: - schema: &83 + schema: &84 title: Authentication Token description: Authentication Token type: object @@ -11710,7 +11695,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *82 + items: *83 single_file: type: - string @@ -11728,7 +11713,7 @@ paths: - token - expires_at examples: - default: &148 + default: &149 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -11760,15 +11745,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise parameters: - - *63 + - *64 responses: '201': description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: &149 + default: &150 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -11791,16 +11776,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 responses: '200': description: Response content: application/json: - schema: *80 + schema: *81 examples: - default: &150 + default: &151 value: id: 23 name: MBP @@ -11838,8 +11823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 responses: '204': description: Response @@ -11862,10 +11847,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 responses: - '200': &85 + '200': &86 description: Response content: application/json: @@ -11879,7 +11864,7 @@ paths: type: integer labels: type: array - items: *84 + items: *85 examples: default: value: @@ -11897,7 +11882,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *23 + '404': *24 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11916,8 +11901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 requestBody: required: true content: @@ -11941,9 +11926,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11963,8 +11948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 requestBody: required: true content: @@ -11989,9 +11974,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12011,10 +11996,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 + - *64 + - *80 responses: - '200': &151 + '200': &152 description: Response content: application/json: @@ -12028,7 +12013,7 @@ paths: type: integer labels: type: array - items: *84 + items: *85 examples: default: value: @@ -12043,8 +12028,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *23 - '422': *24 + '404': *24 + '422': *25 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12068,9 +12053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise parameters: - - *63 - - *79 - - &152 + - *64 + - *80 + - &153 name: name description: The name of a self-hosted runner's custom label. in: path @@ -12078,9 +12063,9 @@ paths: schema: type: string responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12102,7 +12087,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise parameters: - - *63 + - *64 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-server@3.11/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/searching-the-audit-log-for-your-enterprise#searching-the-audit-log). @@ -12110,7 +12095,7 @@ paths: required: false schema: type: string - - &162 + - &163 name: include description: |- The event types to include: @@ -12128,7 +12113,7 @@ paths: - web - git - all - - &163 + - &164 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -12136,7 +12121,7 @@ paths: required: false schema: type: string - - &164 + - &165 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -12144,7 +12129,7 @@ paths: required: false schema: type: string - - &165 + - &166 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -12166,7 +12151,7 @@ paths: application/json: schema: type: array - items: &166 + items: &167 type: object properties: "@timestamp": @@ -12288,7 +12273,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &167 + default: &168 value: - actor_ip: 88.123.45.123 from: pull_requests#merge @@ -12432,18 +12417,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - - *63 - - &168 + - *64 + - &169 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &88 + schema: &89 type: string description: The name of the tool used to generate the code scanning analysis. - - &169 + - &170 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -12451,14 +12436,14 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &89 + schema: &90 type: - string - 'null' description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *86 - *87 + - *88 - *5 - *4 - *9 @@ -12467,7 +12452,7 @@ paths: be returned. in: query required: false - schema: &170 + schema: &171 type: string description: State of a code scanning alert. enum: @@ -12492,49 +12477,49 @@ paths: application/json: schema: type: array - items: &171 + items: &172 type: object properties: - number: &91 + number: &92 type: integer description: The security alert number. readOnly: true - created_at: &96 + created_at: &97 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &97 + updated_at: &98 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &94 + url: &95 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &95 + html_url: &96 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &339 + instances_url: &340 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &90 + state: &91 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &99 + fixed_at: &100 type: - string - 'null' @@ -12546,7 +12531,7 @@ paths: anyOf: - type: 'null' - *17 - dismissed_at: &98 + dismissed_at: &99 type: - string - 'null' @@ -12554,7 +12539,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &340 + dismissed_reason: &341 type: - string - 'null' @@ -12565,14 +12550,14 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &341 + dismissed_comment: &342 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &342 + rule: &343 type: object properties: id: @@ -12617,26 +12602,26 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: &343 + tool: &344 type: object properties: - name: *88 + name: *89 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *89 - most_recent_instance: &344 + guid: *90 + most_recent_instance: &345 type: object properties: - ref: &337 + ref: &338 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &348 + analysis_key: &349 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12647,13 +12632,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &349 + category: &350 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *90 + state: *91 commit_sha: type: string message: @@ -12694,7 +12679,7 @@ paths: - test - library - - repository: &100 + repository: &101 title: Simple Repository description: A GitHub repository. type: object @@ -13030,7 +13015,7 @@ paths: - most_recent_instance - repository examples: - default: &172 + default: &173 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13260,8 +13245,8 @@ paths: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: Link: *6 - '404': *23 - '503': &101 + '404': *24 + '503': &102 description: Service unavailable content: application/json: @@ -13296,7 +13281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/code-security-and-analysis#get-code-security-and-analysis-features-for-an-enterprise parameters: - - *63 + - *64 responses: '200': description: Response @@ -13355,7 +13340,7 @@ paths: secret_scanning_enabled_for_new_repositories: true secret_scanning_push_protection_enabled_for_new_repositories: true secret_scanning_push_protection_custom_link: https://github.com/test-org/test-repo/blob/main/README.md - '404': *23 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -13376,7 +13361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/code-security-and-analysis#update-code-security-and-analysis-features-for-an-enterprise parameters: - - *63 + - *64 requestBody: required: false content: @@ -13424,7 +13409,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *23 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -13448,8 +13433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *63 - - &176 + - *64 + - &177 name: state in: query description: |- @@ -13458,7 +13443,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &177 + - &178 name: severity in: query description: |- @@ -13467,7 +13452,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &178 + - &179 name: ecosystem in: query description: |- @@ -13476,14 +13461,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &179 + - &180 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &180 + - &181 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13493,7 +13478,7 @@ paths: enum: - development - runtime - - &181 + - &182 name: sort in: query description: |- @@ -13507,9 +13492,9 @@ paths: - updated default: created - *9 - - *86 - *87 - - &182 + - *88 + - &183 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -13522,7 +13507,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &183 + - &184 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -13542,11 +13527,11 @@ paths: application/json: schema: type: array - items: &184 + items: &185 type: object description: A Dependabot alert. properties: - number: *91 + number: *92 state: type: string description: The state of the Dependabot alert. @@ -13561,7 +13546,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &92 + package: &93 type: object description: Details for the vulnerable package. readOnly: true @@ -13594,7 +13579,7 @@ paths: - development - runtime - - security_advisory: &369 + security_advisory: &370 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13625,13 +13610,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &93 + items: &94 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *92 + package: *93 severity: type: string description: The severity of the vulnerability. @@ -13798,12 +13783,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *93 - url: *94 - html_url: *95 - created_at: *96 - updated_at: *97 - dismissed_at: *98 + security_vulnerability: *94 + url: *95 + html_url: *96 + created_at: *97 + updated_at: *98 + dismissed_at: *99 dismissed_by: anyOf: - type: 'null' @@ -13827,8 +13812,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *99 - auto_dismissed_at: &370 + fixed_at: *100 + auto_dismissed_at: &371 type: - string - 'null' @@ -13836,7 +13821,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *100 + repository: *101 required: - number - state @@ -13855,7 +13840,7 @@ paths: - repository additionalProperties: false examples: - default: &185 + default: &186 value: - number: 2 state: dismissed @@ -14156,10 +14141,10 @@ paths: tags_url: https://api.github.com/repos/octo-org/hello-world/tags teams_url: https://api.github.com/repos/octo-org/hello-world/teams trees_url: https://api.github.com/repos/octo-org/hello-world/git/trees{/sha} - '304': *39 - '403': *40 - '404': *23 - '422': *24 + '304': *40 + '403': *41 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14179,8 +14164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *63 - - &228 + - *64 + - &229 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -14191,7 +14176,7 @@ paths: enum: - open - resolved - - &229 + - &230 name: secret_type in: query description: |- @@ -14201,7 +14186,7 @@ paths: required: false schema: type: string - - &230 + - &231 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -14210,7 +14195,7 @@ paths: required: false schema: type: string - - &231 + - &232 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -14224,8 +14209,8 @@ paths: default: created - *9 - *4 - - *86 - *87 + - *88 responses: '200': description: Response @@ -14233,30 +14218,30 @@ paths: application/json: schema: type: array - items: &232 + items: &233 type: object properties: - number: *91 - created_at: *96 + number: *92 + created_at: *97 updated_at: anyOf: - type: 'null' - - *97 - url: *94 - html_url: *95 + - *98 + url: *95 + html_url: *96 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &491 + state: &492 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &492 + resolution: &493 type: - string - 'null' @@ -14290,7 +14275,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *100 + repository: *101 push_protection_bypassed: type: - boolean @@ -14315,7 +14300,7 @@ paths: description: The comment that was optionally added when this alert was closed examples: - default: &233 + default: &234 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14517,8 +14502,8 @@ paths: resolution_comment: headers: Link: *6 - '404': *23 - '503': *101 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14540,7 +14525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - - *63 + - *64 - *4 - *5 responses: @@ -14548,7 +14533,7 @@ paths: description: Success content: application/json: - schema: &235 + schema: &236 type: object properties: total_advanced_security_committers: @@ -14593,7 +14578,7 @@ paths: required: - repositories examples: - default: &236 + default: &237 value: total_advanced_security_committers: 2 total_count: 2 @@ -14610,12 +14595,12 @@ paths: advanced_security_committers_breakdown: - user_login: octokitten last_pushed_date: '2021-10-26' - '403': &237 + '403': &238 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -14637,7 +14622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/code-security-and-analysis#enable-or-disable-a-security-feature parameters: - - *63 + - *64 - name: security_product in: path description: The security feature to enable or disable. @@ -14668,7 +14653,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *23 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -14696,7 +14681,7 @@ paths: application/json: schema: type: array - items: &122 + items: &123 title: Event description: Event type: object @@ -14707,7 +14692,7 @@ paths: type: - string - 'null' - actor: &102 + actor: &103 title: Actor description: Actor type: object @@ -14748,13 +14733,13 @@ paths: - id - name - url - org: *102 + org: *103 payload: type: object properties: action: type: string - issue: &116 + issue: &117 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -14874,7 +14859,7 @@ paths: milestone: anyOf: - type: 'null' - - &360 + - &361 title: Milestone description: A collection of related issues and pull requests. @@ -15046,12 +15031,12 @@ paths: timeline_url: type: string format: uri - repository: *82 + repository: *83 performed_via_github_app: anyOf: - type: 'null' - - *22 - author_association: &103 + - *23 + author_association: &104 title: author_association type: string description: How the author is associated with the repository. @@ -15066,7 +15051,7 @@ paths: - OWNER examples: - OWNER - reactions: &104 + reactions: &105 title: Reaction Rollup type: object properties: @@ -15124,7 +15109,7 @@ paths: - author_association - created_at - updated_at - comment: &410 + comment: &411 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15174,12 +15159,12 @@ paths: issue_url: type: string format: uri - author_association: *103 + author_association: *104 performed_via_github_app: anyOf: - type: 'null' - - *22 - reactions: *104 + - *23 + reactions: *105 required: - id - node_id @@ -15274,9 +15259,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *39 - '403': *40 - '503': *101 + '304': *40 + '403': *41 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15365,7 +15350,7 @@ paths: _links: type: object properties: - timeline: &105 + timeline: &106 title: Link With Type description: Hypermedia Link with Type type: object @@ -15377,17 +15362,17 @@ paths: required: - href - type - user: *105 - security_advisories: *105 - current_user: *105 - current_user_public: *105 - current_user_actor: *105 - current_user_organization: *105 + user: *106 + security_advisories: *106 + current_user: *106 + current_user_public: *106 + current_user_actor: *106 + current_user_organization: *106 current_user_organizations: type: array - items: *105 - repository_discussions: *105 - repository_discussions_category: *105 + items: *106 + repository_discussions: *106 + repository_discussions_category: *106 required: - timeline - user @@ -15446,7 +15431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *106 + - *107 - *4 - *5 responses: @@ -15456,7 +15441,7 @@ paths: application/json: schema: type: array - items: &107 + items: &108 title: Base Gist description: Base Gist type: object @@ -15546,7 +15531,7 @@ paths: - created_at - updated_at examples: - default: &108 + default: &109 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -15592,8 +15577,8 @@ paths: truncated: false headers: Link: *6 - '304': *39 - '403': *40 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15669,7 +15654,7 @@ paths: description: Response content: application/json: - schema: &109 + schema: &110 title: Gist Simple description: Gist Simple type: object @@ -15687,7 +15672,7 @@ paths: url: type: string format: uri - user: &538 + user: &539 title: Public User description: Public User type: object @@ -16049,7 +16034,7 @@ paths: truncated: type: boolean examples: - default: &110 + default: &111 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -16128,10 +16113,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *32 - '304': *39 - '404': *23 - '403': *40 + '422': *33 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16151,7 +16136,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-public-gists parameters: - - *106 + - *107 - *4 - *5 responses: @@ -16161,14 +16146,14 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 headers: Link: *6 - '422': *32 - '304': *39 - '403': *40 + '422': *33 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16185,7 +16170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-starred-gists parameters: - - *106 + - *107 - *4 - *5 responses: @@ -16195,14 +16180,14 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 headers: Link: *6 - '401': *38 - '304': *39 - '403': *40 + '401': *39 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16225,7 +16210,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#get-a-gist parameters: - - &111 + - &112 name: gist_id description: The unique identifier of the gist. in: path @@ -16237,10 +16222,10 @@ paths: description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 - '403': &114 + default: *111 + '403': &115 description: Forbidden Gist content: application/json: @@ -16262,8 +16247,8 @@ paths: type: string documentation_url: type: string - '404': *23 - '304': *39 + '404': *24 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16289,7 +16274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#update-a-gist parameters: - - *111 + - *112 requestBody: required: true content: @@ -16353,9 +16338,9 @@ paths: description: Response content: application/json: - schema: *109 + schema: *110 examples: - updateGist: *110 + updateGist: *111 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -16496,8 +16481,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16513,13 +16498,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#delete-a-gist parameters: - - *111 + - *112 responses: '204': description: Response - '404': *23 - '304': *39 - '403': *40 + '404': *24 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16542,7 +16527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#list-gist-comments parameters: - - *111 + - *112 - *4 - *5 responses: @@ -16552,7 +16537,7 @@ paths: application/json: schema: type: array - items: &112 + items: &113 title: Gist Comment description: A comment made to a gist. type: object @@ -16590,7 +16575,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *103 + author_association: *104 required: - url - id @@ -16631,9 +16616,9 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16655,7 +16640,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#create-a-gist-comment parameters: - - *111 + - *112 requestBody: required: true content: @@ -16681,9 +16666,9 @@ paths: description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: &113 + default: &114 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -16716,9 +16701,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *39 - '404': *23 - '403': *40 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16741,8 +16726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#get-a-gist-comment parameters: - - *111 - - &115 + - *112 + - &116 name: comment_id description: The unique identifier of the comment. in: path @@ -16754,12 +16739,12 @@ paths: description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *113 - '304': *39 - '404': *23 - '403': *114 + default: *114 + '304': *40 + '404': *24 + '403': *115 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16781,8 +16766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#update-a-gist-comment parameters: - - *111 - - *115 + - *112 + - *116 requestBody: required: true content: @@ -16808,10 +16793,10 @@ paths: description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *113 - '404': *23 + default: *114 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16827,14 +16812,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#delete-a-gist-comment parameters: - - *111 - - *115 + - *112 + - *116 responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16851,7 +16836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gist-commits parameters: - - *111 + - *112 - *4 - *5 responses: @@ -16933,9 +16918,9 @@ paths: example: ; rel="next" schema: type: string - '404': *23 - '304': *39 - '403': *40 + '404': *24 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16952,7 +16937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gist-forks parameters: - - *111 + - *112 - *4 - *5 responses: @@ -16962,7 +16947,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -17009,9 +16994,9 @@ paths: site_admin: false headers: Link: *6 - '404': *23 - '304': *39 - '403': *40 + '404': *24 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17027,13 +17012,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#fork-a-gist parameters: - - *111 + - *112 responses: '201': description: Response content: application/json: - schema: *107 + schema: *108 examples: default: value: @@ -17084,10 +17069,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *23 - '422': *32 - '304': *39 - '403': *40 + '404': *24 + '422': *33 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17104,7 +17089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *111 + - *112 responses: '204': description: Response if gist is starred @@ -17116,8 +17101,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *39 - '403': *40 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17134,13 +17119,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#star-a-gist parameters: - - *111 + - *112 responses: '204': description: Response - '404': *23 - '304': *39 - '403': *40 + '404': *24 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17156,13 +17141,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#unstar-a-gist parameters: - - *111 + - *112 responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17185,7 +17170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#get-a-gist-revision parameters: - - *111 + - *112 - name: sha in: path required: true @@ -17196,12 +17181,12 @@ paths: description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 - '422': *32 - '404': *23 - '403': *40 + default: *111 + '422': *33 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17238,7 +17223,7 @@ paths: - Bancha - C - C++ - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17325,7 +17310,7 @@ paths: *.exe *.out *.app - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17359,7 +17344,7 @@ paths: type: integer repositories: type: array - items: *82 + items: *83 repository_selection: type: string examples: @@ -17484,9 +17469,9 @@ paths: watchers: 1 headers: Link: *6 - '403': *40 - '304': *39 - '401': *38 + '403': *41 + '304': *40 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17569,7 +17554,7 @@ paths: - closed - all default: open - - &194 + - &195 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17588,7 +17573,7 @@ paths: - comments default: created - *9 - - *106 + - *107 - name: collab in: query required: false @@ -17618,9 +17603,9 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: - default: &195 + default: &196 value: - id: 1 node_id: MDU6SXNzdWUx @@ -17866,9 +17851,9 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '422': *32 - '304': *39 - '404': *23 + '422': *33 + '304': *40 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17900,7 +17885,7 @@ paths: application/json: schema: type: array - items: *117 + items: *118 examples: default: value: @@ -17939,7 +17924,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18134,9 +18119,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *40 - '404': *23 - '304': *39 + '403': *41 + '404': *24 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18163,14 +18148,14 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - &118 + - &119 name: uuid description: The UUID which identifies a node. in: query required: false schema: type: string - - &119 + - &120 name: cluster_roles description: The cluster roles from the cluster configuration file. in: query @@ -18270,8 +18255,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *118 - *119 + - *120 responses: '200': description: Response @@ -18473,8 +18458,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *118 - *119 + - *120 responses: '200': description: Response @@ -18483,7 +18468,7 @@ paths: schema: type: object properties: - status: &120 + status: &121 type: string enum: - UNKNOWN @@ -18497,13 +18482,13 @@ paths: properties: hostname: type: string - status: *120 + status: *121 services: type: array items: type: object properties: - status: *120 + status: *121 name: type: string details: @@ -18575,8 +18560,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *118 - *119 + - *120 responses: '200': description: Response @@ -18684,7 +18669,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &121 + X-CommonMarker-Version: &122 example: 0.17.4 schema: type: string @@ -18696,7 +18681,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18739,7 +18724,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *121 + X-CommonMarker-Version: *122 content: text/html: schema: @@ -18748,7 +18733,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18848,7 +18833,7 @@ paths: packages: - "*.example.com" installed_version: 3.11.0 - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18865,14 +18850,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &259 + - &260 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &260 + - &261 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -18889,7 +18874,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -18940,14 +18925,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *23 - '403': *40 - '304': *39 - '301': &271 + '404': *24 + '403': *41 + '304': *40 + '301': &272 description: Moved permanently content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18965,7 +18950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &438 + - &439 name: all description: If `true`, show notifications marked as read. in: query @@ -18973,7 +18958,7 @@ paths: schema: type: boolean default: false - - &439 + - &440 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18982,8 +18967,8 @@ paths: schema: type: boolean default: false - - *106 - - &440 + - *107 + - &441 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -19008,14 +18993,14 @@ paths: application/json: schema: type: array - items: &123 + items: &124 title: Thread description: Thread type: object properties: id: type: string - repository: &144 + repository: &145 title: Minimal Repository description: Minimal Repository type: object @@ -19319,7 +19304,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *50 + code_of_conduct: *51 license: type: - object @@ -19353,7 +19338,7 @@ paths: type: boolean examples: - false - security_and_analysis: &220 + security_and_analysis: &221 type: - object - 'null' @@ -19484,7 +19469,7 @@ paths: - url - subscription_url examples: - default: &441 + default: &442 value: - id: '1' repository: @@ -19567,10 +19552,10 @@ paths: subscription_url: https://api.github.com/notifications/threads/1/subscription headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 - '422': *32 + '304': *40 + '403': *41 + '401': *39 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19631,9 +19616,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19650,7 +19635,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#get-a-thread parameters: - - &124 + - &125 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -19664,7 +19649,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -19747,9 +19732,9 @@ paths: last_read_at: '2014-11-07T22:01:45Z' url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19767,12 +19752,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#mark-a-thread-as-read parameters: - - *124 + - *125 responses: '205': description: Reset Content - '304': *39 - '403': *40 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19792,13 +19777,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *124 + - *125 responses: '200': description: Response content: application/json: - schema: &125 + schema: &126 title: Thread Subscription description: Thread Subscription type: object @@ -19842,7 +19827,7 @@ paths: - url - subscribed examples: - default: &126 + default: &127 value: subscribed: true ignored: false @@ -19850,9 +19835,9 @@ paths: created_at: '2012-10-06T21:34:12Z' url: https://api.github.com/notifications/threads/1/subscription thread_url: https://api.github.com/notifications/threads/1 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19873,7 +19858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#set-a-thread-subscription parameters: - - *124 + - *125 requestBody: required: false content: @@ -19894,12 +19879,12 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *126 - '304': *39 - '403': *40 - '401': *38 + default: *127 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19919,13 +19904,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#delete-a-thread-subscription parameters: - - *124 + - *125 responses: '204': description: Response - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20013,9 +19998,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: &547 + default: &548 value: - login: github id: 1 @@ -20034,7 +20019,7 @@ paths: example: ; rel="next" schema: type: string - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20080,7 +20065,7 @@ paths: - 3 custom_roles: type: array - items: &173 + items: &174 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -20129,7 +20114,7 @@ paths: - created_at - updated_at examples: - default: &174 + default: &175 value: id: 8030 name: Security Engineer @@ -20181,13 +20166,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#get-an-organization parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: &128 + schema: &129 title: Organization Full description: Organization Full type: object @@ -20519,7 +20504,7 @@ paths: - updated_at - archived_at examples: - default-response: &129 + default-response: &130 value: login: github id: 1 @@ -20582,7 +20567,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: false secret_scanning_push_protection_custom_link: https://github.com/octo-org/octo-repo/blob/main/im-blocked.md secret_scanning_push_protection_custom_link_enabled: false - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20605,7 +20590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#update-an-organization parameters: - - *127 + - *128 requestBody: required: false content: @@ -20787,22 +20772,22 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: - default: *129 + default: *130 '422': description: Validation failed content: application/json: schema: oneOf: - - *130 - *131 - '409': &295 + - *132 + '409': &296 description: Conflict content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20825,11 +20810,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#delete-an-organization parameters: - - *127 + - *128 responses: - '202': *132 - '404': *23 - '403': *40 + '202': *133 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20850,15 +20835,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *133 + schema: *134 examples: - default: *134 + default: *135 headers: Link: *6 x-github: @@ -20881,7 +20866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *127 + - *128 - *4 - *5 responses: @@ -20899,7 +20884,7 @@ paths: type: integer repository_cache_usages: type: array - items: &276 + items: &277 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20957,13 +20942,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *127 + - *128 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &135 + schema: &136 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -20977,7 +20962,7 @@ paths: required: - include_claim_keys examples: - default: &136 + default: &137 value: include_claim_keys: - repo @@ -20999,20 +20984,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *127 + - *128 requestBody: required: true content: application/json: - schema: *135 + schema: *136 examples: - default: *136 + default: *137 responses: '201': description: Empty response content: application/json: - schema: &155 + schema: &156 title: Empty Object description: An object without any properties. type: object @@ -21021,8 +21006,8 @@ paths: examples: default: value: - '404': *23 - '403': *40 + '404': *24 + '403': *41 x-github: enabledForGitHubApps: true previews: [] @@ -21042,7 +21027,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response @@ -21051,7 +21036,7 @@ paths: schema: type: object properties: - enabled_repositories: &138 + enabled_repositories: &139 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -21064,8 +21049,8 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: *67 - selected_actions_url: *137 + allowed_actions: *68 + selected_actions_url: *138 required: - enabled_repositories examples: @@ -21094,7 +21079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *127 + - *128 responses: '204': description: Response @@ -21105,8 +21090,8 @@ paths: schema: type: object properties: - enabled_repositories: *138 - allowed_actions: *67 + enabled_repositories: *139 + allowed_actions: *68 required: - enabled_repositories examples: @@ -21133,7 +21118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *127 + - *128 - *4 - *5 responses: @@ -21151,9 +21136,9 @@ paths: type: number repositories: type: array - items: *82 + items: *83 examples: - default: &544 + default: &545 value: total_count: 1 repositories: @@ -21293,7 +21278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *127 + - *128 responses: '204': description: Response @@ -21337,8 +21322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *127 - - &139 + - *128 + - &140 name: repository_id description: The unique identifier of the repository. in: path @@ -21366,8 +21351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *127 - - *139 + - *128 + - *140 responses: '204': description: Response @@ -21390,15 +21375,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *70 + schema: *71 examples: - default: *71 + default: *72 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21421,7 +21406,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *127 + - *128 responses: '204': description: Response @@ -21429,9 +21414,9 @@ paths: required: false content: application/json: - schema: *70 + schema: *71 examples: - selected_actions: *71 + selected_actions: *72 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -21453,15 +21438,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *74 + default: *75 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21482,7 +21467,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *127 + - *128 responses: '204': description: Success response @@ -21493,9 +21478,9 @@ paths: required: false content: application/json: - schema: *141 + schema: *142 examples: - default: *74 + default: *75 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21515,7 +21500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *127 + - *128 - *4 - *5 - name: visible_to_repository @@ -21540,7 +21525,7 @@ paths: type: number runner_groups: type: array - items: &142 + items: &143 type: object properties: id: @@ -21651,7 +21636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *127 + - *128 requestBody: required: true content: @@ -21721,9 +21706,9 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: &143 + default: &144 value: id: 2 name: octo-runner-group @@ -21756,14 +21741,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *127 - - *77 + - *128 + - *78 responses: '200': description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -21797,8 +21782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *127 - - *77 + - *128 + - *78 requestBody: required: true content: @@ -21849,9 +21834,9 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: *143 + default: *144 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -21870,8 +21855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *127 - - *77 + - *128 + - *78 responses: '204': description: Response @@ -21894,8 +21879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *127 - - *77 + - *128 + - *78 - *5 - *4 responses: @@ -21913,7 +21898,7 @@ paths: type: number repositories: type: array - items: *144 + items: *145 examples: default: value: @@ -22167,8 +22152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *127 - - *77 + - *128 + - *78 requestBody: required: true content: @@ -22212,9 +22197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *127 - - *77 - - *139 + - *128 + - *78 + - *140 responses: '204': description: Response @@ -22236,9 +22221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *127 - - *77 - - *139 + - *128 + - *78 + - *140 responses: '204': description: Response @@ -22261,8 +22246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *127 - - *77 + - *128 + - *78 - *4 - *5 responses: @@ -22280,9 +22265,9 @@ paths: type: number runners: type: array - items: *80 + items: *81 examples: - default: *81 + default: *82 headers: Link: *6 x-github: @@ -22303,8 +22288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *127 - - *77 + - *128 + - *78 requestBody: required: true content: @@ -22348,9 +22333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *127 - - *77 - - *79 + - *128 + - *78 + - *80 responses: '204': description: Response @@ -22372,9 +22357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *127 - - *77 - - *79 + - *128 + - *78 + - *80 responses: '204': description: Response @@ -22404,7 +22389,7 @@ paths: in: query schema: type: string - - *127 + - *128 - *4 - *5 responses: @@ -22422,9 +22407,9 @@ paths: type: integer runners: type: array - items: *80 + items: *81 examples: - default: *81 + default: *82 headers: Link: *6 x-github: @@ -22448,7 +22433,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response @@ -22456,9 +22441,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *146 + default: *147 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22480,7 +22465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *127 + - *128 requestBody: required: true content: @@ -22523,9 +22508,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *147 - '404': *23 - '422': *24 + '201': *148 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22553,15 +22538,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *127 + - *128 responses: '201': description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *148 + default: *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22589,15 +22574,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *127 + - *128 responses: '201': description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *149 + default: *150 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22619,16 +22604,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 + - *128 + - *80 responses: '200': description: Response content: application/json: - schema: *80 + schema: *81 examples: - default: *150 + default: *151 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22649,8 +22634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *127 - - *79 + - *128 + - *80 responses: '204': description: Response @@ -22675,11 +22660,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 + - *128 + - *80 responses: - '200': *85 - '404': *23 + '200': *86 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22700,8 +22685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 + - *128 + - *80 requestBody: required: true content: @@ -22725,9 +22710,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22749,8 +22734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 + - *128 + - *80 requestBody: required: true content: @@ -22775,9 +22760,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22799,11 +22784,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 + - *128 + - *80 responses: - '200': *151 - '404': *23 + '200': *152 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22829,13 +22814,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *127 - - *79 - - *152 + - *128 + - *80 + - *153 responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22858,7 +22843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-organization-secrets parameters: - - *127 + - *128 - *4 - *5 responses: @@ -22876,7 +22861,7 @@ paths: type: integer secrets: type: array - items: &153 + items: &154 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -22951,13 +22936,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-organization-public-key parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: &299 + schema: &300 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -22992,7 +22977,7 @@ paths: - key_id - key examples: - default: &300 + default: &301 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23017,8 +23002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-organization-secret parameters: - - *127 - - &154 + - *128 + - &155 name: secret_name description: The name of the secret. in: path @@ -23030,7 +23015,7 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -23060,8 +23045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 requestBody: required: true content: @@ -23116,7 +23101,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -23142,8 +23127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 responses: '204': description: Response @@ -23169,8 +23154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - *5 - *4 responses: @@ -23188,9 +23173,9 @@ paths: type: integer repositories: type: array - items: *144 + items: *145 examples: - default: &158 + default: &159 value: total_count: 1 repositories: @@ -23282,8 +23267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 requestBody: required: true content: @@ -23335,8 +23320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - name: repository_id in: path required: true @@ -23369,8 +23354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - name: repository_id in: path required: true @@ -23402,8 +23387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-organization-variables parameters: - - *127 - - &283 + - *128 + - &284 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.11/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -23427,7 +23412,7 @@ paths: type: integer variables: type: array - items: &156 + items: &157 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -23517,7 +23502,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-an-organization-variable parameters: - - *127 + - *128 requestBody: required: true content: @@ -23565,7 +23550,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -23590,8 +23575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-an-organization-variable parameters: - - *127 - - &157 + - *128 + - &158 name: name description: The name of the variable. in: path @@ -23603,7 +23588,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: default: value: @@ -23633,8 +23618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 requestBody: required: true content: @@ -23696,8 +23681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 responses: '204': description: Response @@ -23723,8 +23708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 - *5 - *4 responses: @@ -23742,9 +23727,9 @@ paths: type: integer repositories: type: array - items: *144 + items: *145 examples: - default: *158 + default: *159 '409': description: Response when the visibility of the variable is not set to `selected` @@ -23770,8 +23755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 requestBody: required: true content: @@ -23820,8 +23805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 - name: repository_id in: path required: true @@ -23855,8 +23840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *127 - - *157 + - *128 + - *158 - name: repository_id in: path required: true @@ -23887,20 +23872,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: &161 + schema: &162 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: *159 - expires_at: *160 + announcement: *160 + expires_at: *161 user_dismissible: type: - boolean @@ -23914,7 +23899,7 @@ paths: - expires_at - user_dismissible examples: - default: *52 + default: *53 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23933,19 +23918,19 @@ paths: required: true content: application/json: - schema: *51 + schema: *52 examples: - default: *52 + default: *53 parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *161 + schema: *162 examples: - default: *52 + default: *53 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23961,7 +23946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *127 + - *128 responses: '204': description: Response @@ -23990,7 +23975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *127 + - *128 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-server@3.11/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -23998,10 +23983,10 @@ paths: required: false schema: type: string - - *162 - *163 - *164 - *165 + - *166 - *4 - *5 responses: @@ -24011,9 +23996,9 @@ paths: application/json: schema: type: array - items: *166 + items: *167 examples: - default: *167 + default: *168 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24035,11 +24020,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *127 - - *168 + - *128 - *169 - - *86 + - *170 - *87 + - *88 - *5 - *4 - *9 @@ -24048,7 +24033,7 @@ paths: be returned. in: query required: false - schema: *170 + schema: *171 - name: sort description: The property by which to sort the results. in: query @@ -24064,7 +24049,7 @@ paths: be returned. in: query required: false - schema: &338 + schema: &339 type: string description: Severity of a code scanning alert. enum: @@ -24082,13 +24067,13 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 headers: Link: *6 - '404': *23 - '503': *101 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24110,7 +24095,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *127 + - *128 responses: '200': description: Response - list of custom role names @@ -24126,7 +24111,7 @@ paths: - 3 custom_roles: type: array - items: *173 + items: *174 examples: default: value: @@ -24213,7 +24198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *127 + - *128 requestBody: required: true content: @@ -24260,11 +24245,11 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 - '422': *32 - '404': *23 + default: *175 + '422': *33 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24286,8 +24271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *127 - - &175 + - *128 + - &176 name: role_id description: The unique identifier of the role. in: path @@ -24299,10 +24284,10 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 - '404': *23 + default: *175 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24323,8 +24308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *127 - - *175 + - *128 + - *176 requestBody: required: true content: @@ -24368,11 +24353,11 @@ paths: description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 - '422': *32 - '404': *23 + default: *175 + '422': *33 + '404': *24 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24394,8 +24379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *127 - - *175 + - *128 + - *176 responses: '204': description: Response @@ -24420,18 +24405,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *127 - - *176 + - *128 - *177 - *178 - *179 - *180 - *181 + - *182 - *9 - - *86 - *87 - - *182 + - *88 - *183 + - *184 - *4 responses: '200': @@ -24440,14 +24425,14 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 - '304': *39 - '400': *31 - '403': *40 - '404': *23 - '422': *24 + default: *186 + '304': *40 + '400': *32 + '403': *41 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24468,7 +24453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#list-organization-secrets parameters: - - *127 + - *128 - *4 - *5 responses: @@ -24486,7 +24471,7 @@ paths: type: integer secrets: type: array - items: &186 + items: &187 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24559,13 +24544,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: &373 + schema: &374 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24584,7 +24569,7 @@ paths: - key_id - key examples: - default: &374 + default: &375 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24607,14 +24592,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -24642,8 +24627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 requestBody: required: true content: @@ -24698,7 +24683,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -24722,8 +24707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 responses: '204': description: Response @@ -24747,8 +24732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - *5 - *4 responses: @@ -24766,9 +24751,9 @@ paths: type: integer repositories: type: array - items: *144 + items: *145 examples: - default: *158 + default: *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24789,8 +24774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 requestBody: required: true content: @@ -24840,8 +24825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - name: repository_id in: path required: true @@ -24872,8 +24857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *127 - - *154 + - *128 + - *155 - name: repository_id in: path required: true @@ -24903,7 +24888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *127 + - *128 responses: '200': description: Response @@ -24911,7 +24896,7 @@ paths: application/json: schema: type: array - items: &201 + items: &202 title: Package description: A software package type: object @@ -24964,7 +24949,7 @@ paths: repository: anyOf: - type: 'null' - - *144 + - *145 created_at: type: string format: date-time @@ -24982,7 +24967,7 @@ paths: - created_at - updated_at examples: - default: &202 + default: &203 value: - id: 197 name: hello_docker @@ -25040,8 +25025,8 @@ paths: created_at: '2020-05-20T22:19:11Z' updated_at: '2020-05-20T22:19:11Z' html_url: https://github.com/orgs/github/packages/container/package/goodbye_docker - '403': *40 - '401': *38 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25058,7 +25043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-public-organization-events parameters: - - *127 + - *128 - *4 - *5 responses: @@ -25068,7 +25053,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: 200-response: value: @@ -25138,7 +25123,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#get-an-external-group parameters: - - *127 + - *128 - name: group_id description: The unique identifier of the group. in: path @@ -25150,7 +25135,7 @@ paths: description: Response content: application/json: - schema: &254 + schema: &255 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -25240,7 +25225,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &255 + default: &256 value: group_id: '123' group_name: Octocat admins @@ -25278,7 +25263,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *127 + - *128 - *4 - name: page description: Page token @@ -25295,7 +25280,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -25335,7 +25320,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &253 + default: &254 value: groups: - group_id: '123' @@ -25369,7 +25354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#list-organization-webhooks parameters: - - *127 + - *128 - *4 - *5 responses: @@ -25379,7 +25364,7 @@ paths: application/json: schema: type: array - items: &187 + items: &188 title: Org Hook description: Org Hook type: object @@ -25480,7 +25465,7 @@ paths: type: Organization headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25500,7 +25485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *127 + - *128 requestBody: required: true content: @@ -25515,10 +25500,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 username: type: string examples: @@ -25562,9 +25547,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: &188 + default: &189 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25586,8 +25571,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25609,17 +25594,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *127 + - *128 - *3 responses: '200': description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 - '404': *23 + default: *189 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25643,7 +25628,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *127 + - *128 - *3 requestBody: required: false @@ -25656,10 +25641,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 required: - url events: @@ -25690,7 +25675,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -25708,8 +25693,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25728,12 +25713,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *127 + - *128 - *3 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25756,16 +25741,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *127 + - *128 - *3 responses: '200': description: Response content: application/json: - schema: *29 + schema: *30 examples: - default: *30 + default: *31 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25787,7 +25772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *127 + - *128 - *3 requestBody: required: false @@ -25796,10 +25781,10 @@ paths: schema: type: object properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 examples: default: summary: Update an existing webhook @@ -25813,9 +25798,9 @@ paths: description: Response content: application/json: - schema: *29 + schema: *30 examples: - default: *30 + default: *31 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25837,10 +25822,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *127 + - *128 - *3 - *4 - - *189 + - *190 - name: redelivery in: query required: false @@ -25853,11 +25838,11 @@ paths: application/json: schema: type: array - items: *190 + items: *191 examples: - default: *191 - '400': *31 - '422': *32 + default: *192 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25878,19 +25863,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *127 + - *128 - *3 - - *33 + - *34 responses: '200': description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 - '400': *31 - '422': *32 + default: *194 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25911,13 +25896,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *127 + - *128 - *3 - - *33 + - *34 responses: - '202': *132 - '400': *31 - '422': *32 + '202': *133 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25939,12 +25924,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *127 + - *128 - *3 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25964,15 +25949,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *36 + schema: *37 examples: - default: &407 + default: &408 value: id: 1 account: @@ -26040,7 +26025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *127 + - *128 - *4 - *5 responses: @@ -26058,7 +26043,7 @@ paths: type: integer installations: type: array - items: *36 + items: *37 examples: default: value: @@ -26140,7 +26125,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *127 + - *128 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -26170,7 +26155,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -26183,7 +26168,7 @@ paths: - comments default: created - *9 - - *106 + - *107 - *4 - *5 responses: @@ -26193,12 +26178,12 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: - default: *195 + default: *196 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26217,7 +26202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#list-organization-members parameters: - - *127 + - *128 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -26253,7 +26238,7 @@ paths: type: array items: *17 examples: - default: &200 + default: &201 value: - login: octocat id: 1 @@ -26275,7 +26260,7 @@ paths: site_admin: false headers: Link: *6 - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26292,7 +26277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *127 + - *128 - *8 responses: '204': @@ -26324,12 +26309,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#remove-an-organization-member parameters: - - *127 + - *128 - *8 responses: '204': description: Response - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26348,14 +26333,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *127 + - *128 - *8 responses: '200': description: Response content: application/json: - schema: &196 + schema: &197 title: Org Membership description: Org Membership type: object @@ -26388,7 +26373,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *68 + organization: *69 user: anyOf: - type: 'null' @@ -26408,7 +26393,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &197 + response-if-user-has-an-active-admin-membership-with-organization: &198 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -26447,8 +26432,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *23 - '403': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26476,7 +26461,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *127 + - *128 - *8 requestBody: required: false @@ -26505,11 +26490,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - response-if-user-already-had-membership-with-organization: *197 - '422': *32 - '403': *40 + response-if-user-already-had-membership-with-organization: *198 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26528,13 +26513,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *127 + - *128 - *8 responses: '204': description: Response - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26554,7 +26539,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#list-organization-migrations parameters: - - *127 + - *128 - *4 - *5 - name: exclude @@ -26576,7 +26561,7 @@ paths: application/json: schema: type: array - items: &198 + items: &199 title: Migration description: A migration. type: object @@ -26617,7 +26602,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *82 + items: *83 url: type: string format: uri @@ -26835,7 +26820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#start-an-organization-migration parameters: - - *127 + - *128 requestBody: required: true content: @@ -26916,7 +26901,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -27068,8 +27053,8 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27094,8 +27079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *127 - - &199 + - *128 + - &200 name: migration_id description: The unique identifier of the migration. in: path @@ -27123,7 +27108,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -27275,7 +27260,7 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27292,12 +27277,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *127 - - *199 + - *128 + - *200 responses: '302': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27314,12 +27299,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *127 - - *199 + - *128 + - *200 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27338,8 +27323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *127 - - *199 + - *128 + - *200 - name: repo_name description: repo_name parameter in: path @@ -27349,7 +27334,7 @@ paths: responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27366,8 +27351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *127 - - *199 + - *128 + - *200 - *4 - *5 responses: @@ -27377,9 +27362,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: &208 + default: &209 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -27489,7 +27474,7 @@ paths: status: disabled headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27506,7 +27491,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *127 + - *128 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -27530,7 +27515,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -27555,7 +27540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *127 + - *128 - *8 requestBody: required: false @@ -27596,7 +27581,7 @@ paths: a member of the organization, or if the enterprise enforces a policy for inviting outside collaborators. For more information, see "[Enforcing repository management policies in your enterprise](https://docs.github.com/enterprise-server@3.11/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories)." - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27613,7 +27598,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *127 + - *128 - *8 responses: '204': @@ -27671,8 +27656,8 @@ paths: - docker - nuget - container - - *127 - - &548 + - *128 + - &549 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -27708,12 +27693,12 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *202 - '403': *40 - '401': *38 - '400': &550 + default: *203 + '403': *41 + '401': *39 + '400': &551 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -27735,7 +27720,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-for-an-organization parameters: - - &203 + - &204 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -27753,20 +27738,20 @@ paths: - docker - nuget - container - - &204 + - &205 name: package_name description: The name of the package. in: path required: true schema: type: string - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -27818,15 +27803,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *203 - *204 - - *127 + - *205 + - *128 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27852,9 +27837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *203 - *204 - - *127 + - *205 + - *128 - name: token description: package token schema: @@ -27864,9 +27849,9 @@ paths: responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27886,9 +27871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *203 - *204 - - *127 + - *205 + - *128 - *5 - *4 - name: state @@ -27908,7 +27893,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Package Version description: A version of a software package type: object @@ -28021,9 +28006,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28043,10 +28028,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *203 - *204 - - *127 - - &206 + - *205 + - *128 + - &207 name: package_version_id description: Unique identifier of the package version. in: path @@ -28058,7 +28043,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -28094,16 +28079,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *203 - *204 - - *127 - - *206 + - *205 + - *128 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28129,16 +28114,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *203 - *204 - - *127 - - *206 + - *205 + - *128 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28159,10 +28144,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *127 + - *128 - *4 - *5 - - &209 + - &210 name: sort description: The property by which to sort the results. in: query @@ -28173,7 +28158,7 @@ paths: - created_at default: created_at - *9 - - &210 + - &211 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -28185,7 +28170,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &211 + - &212 name: repository description: The name of the repository to use to filter the results. in: query @@ -28194,7 +28179,7 @@ paths: type: string examples: - Hello-World - - &212 + - &213 name: permission description: The permission to use to filter the results. in: query @@ -28203,7 +28188,7 @@ paths: type: string examples: - issues_read - - &213 + - &214 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -28213,7 +28198,7 @@ paths: schema: type: string format: date-time - - &214 + - &215 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -28224,14 +28209,14 @@ paths: type: string format: date-time responses: - '500': &207 + '500': &208 description: Internal Error content: application/json: - schema: *21 - '422': *32 - '404': *23 - '403': *40 + schema: *22 + '422': *33 + '404': *24 + '403': *41 '200': description: Response content: @@ -28369,7 +28354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *127 + - *128 requestBody: required: true content: @@ -28411,11 +28396,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *207 - '422': *32 - '404': *23 - '403': *40 - '202': *132 + '500': *208 + '422': *33 + '404': *24 + '403': *41 + '202': *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28436,7 +28421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *127 + - *128 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -28473,11 +28458,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *207 - '422': *32 - '404': *23 - '403': *40 - '204': &215 + '500': *208 + '422': *33 + '404': *24 + '403': *41 + '204': &216 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -28499,7 +28484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *127 + - *128 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -28510,18 +28495,18 @@ paths: - *4 - *5 responses: - '500': *207 - '404': *23 - '403': *40 + '500': *208 + '404': *24 + '403': *41 '200': description: Response content: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -28544,21 +28529,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *127 + - *128 - *4 - *5 - - *209 - - *9 - *210 + - *9 - *211 - *212 - *213 - *214 + - *215 responses: - '500': *207 - '422': *32 - '404': *23 - '403': *40 + '500': *208 + '422': *33 + '404': *24 + '403': *41 '200': description: Response content: @@ -28690,7 +28675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *127 + - *128 requestBody: required: true content: @@ -28725,11 +28710,11 @@ paths: - 1296269 - 1296280 responses: - '500': *207 - '404': *23 - '202': *132 - '403': *40 - '422': *32 + '500': *208 + '404': *24 + '202': *133 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28750,7 +28735,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *127 + - *128 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -28778,11 +28763,11 @@ paths: value: action: revoke responses: - '500': *207 - '404': *23 - '204': *215 - '403': *40 - '422': *32 + '500': *208 + '404': *24 + '204': *216 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28802,7 +28787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *127 + - *128 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -28812,18 +28797,18 @@ paths: - *4 - *5 responses: - '500': *207 - '404': *23 - '403': *40 + '500': *208 + '404': *24 + '403': *41 '200': description: Response content: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -28845,7 +28830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/org-pre-receive-hooks#list-pre-receive-hooks-for-an-organization parameters: - - *127 + - *128 - *4 - *5 - *9 @@ -28867,7 +28852,7 @@ paths: application/json: schema: type: array - items: &216 + items: &217 type: object properties: id: @@ -28904,16 +28889,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/org-pre-receive-hooks#get-a-pre-receive-hook-for-an-organization parameters: - - *127 + - *128 - *16 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: &217 + default: &218 value: id: 42 name: Check Commits @@ -28936,14 +28921,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/org-pre-receive-hooks#update-pre-receive-hook-enforcement-for-an-organization parameters: - - *127 + - *128 - *16 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: default: value: @@ -28985,16 +28970,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/org-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-an-organization parameters: - - *127 + - *128 - *16 responses: '200': description: Response content: application/json: - schema: *216 + schema: *217 examples: - default: *217 + default: *218 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29014,7 +28999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#list-organization-projects parameters: - - *127 + - *128 - name: state description: Indicates the state of the projects to return. in: query @@ -29035,7 +29020,7 @@ paths: application/json: schema: type: array - items: &218 + items: &219 title: Project description: Projects are a way to organize columns and cards of work. @@ -29169,7 +29154,7 @@ paths: private: true headers: Link: *6 - '422': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29188,7 +29173,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#create-an-organization-project parameters: - - *127 + - *128 requestBody: required: true content: @@ -29214,7 +29199,7 @@ paths: description: Response content: application/json: - schema: *218 + schema: *219 examples: default: value: @@ -29249,11 +29234,11 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *38 - '403': *40 - '404': *23 - '410': *219 - '422': *24 + '401': *39 + '403': *41 + '404': *24 + '410': *220 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29271,7 +29256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#list-public-organization-members parameters: - - *127 + - *128 - *4 - *5 responses: @@ -29283,7 +29268,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -29302,7 +29287,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *127 + - *128 - *8 responses: '204': @@ -29327,12 +29312,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *127 + - *128 - *8 responses: '204': description: Response - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29349,7 +29334,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *127 + - *128 - *8 responses: '204': @@ -29373,7 +29358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-organization-repositories parameters: - - *127 + - *128 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -29421,9 +29406,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -29444,7 +29429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#create-an-organization-repository parameters: - - *127 + - *128 requestBody: required: true content: @@ -29629,7 +29614,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Full Repository description: Full Repository type: object @@ -29974,7 +29959,7 @@ paths: template_repository: anyOf: - type: 'null' - - *82 + - *83 temp_clone_token: type: - string @@ -30074,13 +30059,13 @@ paths: license: anyOf: - type: 'null' - - *117 + - *118 organization: anyOf: - type: 'null' - *17 - parent: *82 - source: *82 + parent: *83 + source: *83 forks: type: integer master_branch: @@ -30123,7 +30108,7 @@ paths: - key - name - html_url - security_and_analysis: *220 + security_and_analysis: *221 required: - archive_url - assignees_url @@ -30201,7 +30186,7 @@ paths: - network_count - subscribers_count examples: - default: &272 + default: &273 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30696,8 +30681,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *40 - '422': *32 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30719,7 +30704,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *127 + - *128 responses: '200': description: Response @@ -30770,7 +30755,7 @@ paths: category: orgs subcategory: rules parameters: - - *127 + - *128 - *4 - *5 responses: @@ -30780,7 +30765,7 @@ paths: application/json: schema: type: array - items: &226 + items: &227 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -30812,7 +30797,7 @@ paths: source: type: string description: The name of the source - enforcement: &222 + enforcement: &223 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -30824,7 +30809,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &223 + items: &224 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -30882,7 +30867,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &221 + - &222 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -30906,7 +30891,7 @@ paths: match. items: type: string - - &224 + - &225 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -30921,7 +30906,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *221 + - *222 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -30955,7 +30940,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *221 + - *222 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -30977,12 +30962,12 @@ paths: - object rules: type: array - items: &225 + items: &226 title: Repository Rule type: object description: A repository rule. oneOf: - - &472 + - &473 title: creation description: Only allow users with bypass permission to create matching refs. @@ -30994,7 +30979,7 @@ paths: type: string enum: - creation - - &473 + - &474 title: update description: Only allow users with bypass permission to update matching refs. @@ -31015,7 +31000,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &475 + - &476 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -31027,7 +31012,7 @@ paths: type: string enum: - deletion - - &476 + - &477 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -31039,7 +31024,7 @@ paths: type: string enum: - required_linear_history - - &477 + - &478 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -31063,7 +31048,7 @@ paths: type: string required: - required_deployment_environments - - &478 + - &479 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -31075,7 +31060,7 @@ paths: type: string enum: - required_signatures - - &479 + - &480 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -31121,7 +31106,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &480 + - &481 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -31164,7 +31149,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &481 + - &482 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -31176,7 +31161,7 @@ paths: type: string enum: - non_fast_forward - - &482 + - &483 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -31212,7 +31197,7 @@ paths: required: - operator - pattern - - &483 + - &484 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -31248,7 +31233,7 @@ paths: required: - operator - pattern - - &484 + - &485 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -31284,7 +31269,7 @@ paths: required: - operator - pattern - - &485 + - &486 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -31320,7 +31305,7 @@ paths: required: - operator - pattern - - &486 + - &487 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -31356,7 +31341,7 @@ paths: required: - operator - pattern - - &487 + - &488 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -31436,8 +31421,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/432 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *23 - '500': *207 + '404': *24 + '500': *208 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -31453,7 +31438,7 @@ paths: category: orgs subcategory: rules parameters: - - *127 + - *128 requestBody: description: Request body required: true @@ -31471,16 +31456,16 @@ paths: enum: - branch - tag - enforcement: *222 + enforcement: *223 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *223 - conditions: *224 + items: *224 + conditions: *225 rules: type: array description: An array of rules within the ruleset. - items: *225 + items: *226 required: - name - enforcement @@ -31518,9 +31503,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &227 + default: &228 value: id: 21 name: super cool ruleset @@ -31559,8 +31544,8 @@ paths: href: https://github.com/organizations/my-org/settings/rules/21 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *23 - '500': *207 + '404': *24 + '500': *208 "/orgs/{org}/rulesets/{ruleset_id}": get: summary: Get an organization repository ruleset @@ -31577,7 +31562,7 @@ paths: category: orgs subcategory: rules parameters: - - *127 + - *128 - name: ruleset_id description: The ID of the ruleset. in: path @@ -31589,11 +31574,11 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *227 - '404': *23 - '500': *207 + default: *228 + '404': *24 + '500': *208 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -31609,7 +31594,7 @@ paths: category: orgs subcategory: rules parameters: - - *127 + - *128 - name: ruleset_id description: The ID of the ruleset. in: path @@ -31633,16 +31618,16 @@ paths: enum: - branch - tag - enforcement: *222 + enforcement: *223 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *223 - conditions: *224 + items: *224 + conditions: *225 rules: description: An array of rules within the ruleset. type: array - items: *225 + items: *226 examples: default: value: @@ -31677,11 +31662,11 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *227 - '404': *23 - '500': *207 + default: *228 + '404': *24 + '500': *208 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -31697,7 +31682,7 @@ paths: category: orgs subcategory: rules parameters: - - *127 + - *128 - name: ruleset_id description: The ID of the ruleset. in: path @@ -31707,8 +31692,8 @@ paths: responses: '204': description: Response - '404': *23 - '500': *207 + '404': *24 + '500': *208 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -31725,15 +31710,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *127 - - *228 + - *128 - *229 - *230 - *231 + - *232 - *9 - *5 - *4 - - &489 + - &490 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -31743,7 +31728,7 @@ paths: required: false schema: type: string - - &490 + - &491 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.11/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -31760,13 +31745,13 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *233 + default: *234 headers: Link: *6 - '404': *23 - '503': *101 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31788,7 +31773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/security-managers#list-security-manager-teams parameters: - - *127 + - *128 responses: '200': description: Response @@ -31796,7 +31781,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -31880,7 +31865,7 @@ paths: - repositories_url - slug examples: - default: &239 + default: &240 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -31917,8 +31902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *127 - - &234 + - *128 + - &235 name: team_slug description: The slug of the team name. in: path @@ -31952,8 +31937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *127 - - *234 + - *128 + - *235 responses: '204': description: Response @@ -31981,7 +31966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *127 + - *128 - *4 - *5 responses: @@ -31989,10 +31974,10 @@ paths: description: Success content: application/json: - schema: *235 + schema: *236 examples: - default: *236 - '403': *237 + default: *237 + '403': *238 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32010,7 +31995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-teams parameters: - - *127 + - *128 - *4 - *5 responses: @@ -32020,7 +32005,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -32079,7 +32064,7 @@ paths: parent: anyOf: - type: 'null' - - *238 + - *239 required: - id - node_id @@ -32093,10 +32078,10 @@ paths: - slug - parent examples: - default: *239 + default: *240 headers: Link: *6 - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32115,7 +32100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#create-a-team parameters: - - *127 + - *128 requestBody: required: true content: @@ -32195,7 +32180,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &241 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -32269,7 +32254,7 @@ paths: parent: anyOf: - type: 'null' - - *238 + - *239 members_count: type: integer examples: @@ -32575,7 +32560,7 @@ paths: - repos_count - organization examples: - default: &241 + default: &242 value: id: 1 node_id: MDQ6VGVhbTE= @@ -32622,8 +32607,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization ldap_dn: uid=asdf,ou=users,dc=github,dc=com - '422': *32 - '403': *40 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32643,17 +32628,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#get-a-team-by-name parameters: - - *127 - - *234 + - *128 + - *235 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *23 + default: *242 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32672,8 +32657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#update-a-team parameters: - - *127 - - *234 + - *128 + - *235 requestBody: required: false content: @@ -32736,19 +32721,19 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *23 - '422': *32 - '403': *40 + default: *242 + '404': *24 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32769,8 +32754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#delete-a-team parameters: - - *127 - - *234 + - *128 + - *235 responses: '204': description: Response @@ -32795,8 +32780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#list-discussions parameters: - - *127 - - *234 + - *128 + - *235 - *9 - *4 - *5 @@ -32813,7 +32798,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -32904,7 +32889,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *104 + reactions: *105 required: - author - body @@ -32924,7 +32909,7 @@ paths: - updated_at - url examples: - default: &528 + default: &529 value: - author: login: octocat @@ -32997,8 +32982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#create-a-discussion parameters: - - *127 - - *234 + - *128 + - *235 requestBody: required: true content: @@ -33032,9 +33017,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &243 + default: &244 value: author: login: octocat @@ -33105,9 +33090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#get-a-discussion parameters: - - *127 - - *234 - - &244 + - *128 + - *235 + - &245 name: discussion_number description: The number that identifies the discussion. in: path @@ -33119,9 +33104,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33142,9 +33127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#update-a-discussion parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 requestBody: required: false content: @@ -33167,9 +33152,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &529 + default: &530 value: author: login: octocat @@ -33238,9 +33223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#delete-a-discussion parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 responses: '204': description: Response @@ -33265,9 +33250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#list-discussion-comments parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 - *9 - *4 - *5 @@ -33278,7 +33263,7 @@ paths: application/json: schema: type: array - items: &245 + items: &246 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -33343,7 +33328,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *104 + reactions: *105 required: - author - body @@ -33358,7 +33343,7 @@ paths: - updated_at - url examples: - default: &530 + default: &531 value: - author: login: octocat @@ -33425,9 +33410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 requestBody: required: true content: @@ -33449,9 +33434,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: author: login: octocat @@ -33516,10 +33501,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *127 - - *234 - - *244 - - &247 + - *128 + - *235 + - *245 + - &248 name: comment_number description: The number that identifies the comment. in: path @@ -33531,9 +33516,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33554,10 +33539,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *127 - - *234 - - *244 - - *247 + - *128 + - *235 + - *245 + - *248 requestBody: required: true content: @@ -33579,9 +33564,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &531 + default: &532 value: author: login: octocat @@ -33644,10 +33629,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *127 - - *234 - - *244 - - *247 + - *128 + - *235 + - *245 + - *248 responses: '204': description: Response @@ -33672,10 +33657,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *127 - - *234 - - *244 - - *247 + - *128 + - *235 + - *245 + - *248 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -33701,7 +33686,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -33745,7 +33730,7 @@ paths: - content - created_at examples: - default: &250 + default: &251 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -33794,10 +33779,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *127 - - *234 - - *244 - - *247 + - *128 + - *235 + - *245 + - *248 requestBody: required: true content: @@ -33830,9 +33815,9 @@ paths: team discussion comment content: application/json: - schema: *248 + schema: *249 examples: - default: &249 + default: &250 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -33861,9 +33846,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33885,11 +33870,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *127 - - *234 - - *244 - - *247 - - &251 + - *128 + - *235 + - *245 + - *248 + - &252 name: reaction_id description: The unique identifier of the reaction. in: path @@ -33920,9 +33905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -33948,9 +33933,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 x-github: @@ -33975,9 +33960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *127 - - *234 - - *244 + - *128 + - *235 + - *245 requestBody: required: true content: @@ -34009,16 +33994,16 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -34040,10 +34025,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *127 - - *234 - - *244 - - *251 + - *128 + - *235 + - *245 + - *252 responses: '204': description: Response @@ -34066,16 +34051,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *127 - - *234 + - *128 + - *235 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -34094,8 +34079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *127 - - *234 + - *128 + - *235 requestBody: required: true content: @@ -34119,9 +34104,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -34140,8 +34125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *127 - - *234 + - *128 + - *235 responses: '204': description: Response @@ -34164,8 +34149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/members#list-team-members parameters: - - *127 - - *234 + - *128 + - *235 - name: role description: Filters members returned by their role in the team. in: query @@ -34188,7 +34173,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -34217,15 +34202,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/members#get-team-membership-for-a-user parameters: - - *127 - - *234 + - *128 + - *235 - *8 responses: '200': description: Response content: application/json: - schema: &256 + schema: &257 title: Team Membership description: Team Membership type: object @@ -34253,7 +34238,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &532 + response-if-user-is-a-team-maintainer: &533 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -34287,8 +34272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *127 - - *234 + - *128 + - *235 - *8 requestBody: required: false @@ -34314,9 +34299,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: &533 + response-if-users-membership-with-team-is-now-pending: &534 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -34349,8 +34334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/members#remove-team-membership-for-a-user parameters: - - *127 - - *234 + - *128 + - *235 - *8 responses: '204': @@ -34376,8 +34361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-team-projects parameters: - - *127 - - *234 + - *128 + - *235 - *4 - *5 responses: @@ -34387,7 +34372,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Team Project description: A team's access to a project. type: object @@ -34456,7 +34441,7 @@ paths: - updated_at - permissions examples: - default: &534 + default: &535 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -34516,9 +34501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *127 - - *234 - - &258 + - *128 + - *235 + - &259 name: project_id description: The unique identifier of the project. in: path @@ -34530,9 +34515,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &535 + default: &536 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -34591,9 +34576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *127 - - *234 - - *258 + - *128 + - *235 + - *259 requestBody: required: false content: @@ -34657,9 +34642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-project-from-a-team parameters: - - *127 - - *234 - - *258 + - *128 + - *235 + - *259 responses: '204': description: Response @@ -34682,8 +34667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-team-repositories parameters: - - *127 - - *234 + - *128 + - *235 - *4 - *5 responses: @@ -34693,9 +34678,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -34723,16 +34708,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *127 - - *234 - - *259 + - *128 + - *235 - *260 + - *261 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &536 + schema: &537 title: Team Repository description: A team's access to a repository. type: object @@ -34758,7 +34743,7 @@ paths: license: anyOf: - type: 'null' - - *117 + - *118 forks: type: integer permissions: @@ -35372,10 +35357,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *127 - - *234 - - *259 + - *128 + - *235 - *260 + - *261 requestBody: required: false content: @@ -35420,10 +35405,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *127 - - *234 - - *259 + - *128 + - *235 - *260 + - *261 responses: '204': description: Response @@ -35446,8 +35431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-child-teams parameters: - - *127 - - *234 + - *128 + - *235 - *4 - *5 responses: @@ -35457,9 +35442,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: &537 + response-if-child-teams-exist: &538 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -35509,7 +35494,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *127 + - *128 - name: security_product in: path description: The security feature to enable or disable. @@ -35577,7 +35562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#get-a-project-card parameters: - - &262 + - &263 name: card_id description: The unique identifier of the card. in: path @@ -35589,7 +35574,7 @@ paths: description: Response content: application/json: - schema: &263 + schema: &264 title: Project Card description: Project cards represent a scope of work. type: object @@ -35663,7 +35648,7 @@ paths: - created_at - updated_at examples: - default: &264 + default: &265 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -35694,10 +35679,10 @@ paths: column_url: https://api.github.com/projects/columns/367 content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 - '304': *39 - '403': *40 - '401': *38 - '404': *23 + '304': *40 + '403': *41 + '401': *39 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35713,7 +35698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#update-an-existing-project-card parameters: - - *262 + - *263 requestBody: required: false content: @@ -35743,14 +35728,14 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 - '304': *39 - '403': *40 - '401': *38 - '404': *23 - '422': *24 + default: *265 + '304': *40 + '403': *41 + '401': *39 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35766,11 +35751,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#delete-a-project-card parameters: - - *262 + - *263 responses: '204': description: Response - '304': *39 + '304': *40 '403': description: Forbidden content: @@ -35786,8 +35771,8 @@ paths: type: array items: type: string - '401': *38 - '404': *23 + '401': *39 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35804,7 +35789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#move-a-project-card parameters: - - *262 + - *263 requestBody: required: true content: @@ -35846,7 +35831,7 @@ paths: examples: default: value: - '304': *39 + '304': *40 '403': description: Forbidden content: @@ -35871,7 +35856,7 @@ paths: type: string field: type: string - '401': *38 + '401': *39 '503': description: Response content: @@ -35894,7 +35879,7 @@ paths: type: string message: type: string - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35911,7 +35896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#get-a-project-column parameters: - - &265 + - &266 name: column_id description: The unique identifier of the column. in: path @@ -35923,7 +35908,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &267 title: Project Column description: Project columns contain cards of work. type: object @@ -35977,7 +35962,7 @@ paths: - created_at - updated_at examples: - default: &267 + default: &268 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -35987,10 +35972,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *39 - '403': *40 - '404': *23 - '401': *38 + '304': *40 + '403': *41 + '404': *24 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36006,7 +35991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#update-an-existing-project-column parameters: - - *265 + - *266 requestBody: required: true content: @@ -36031,12 +36016,12 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 - '304': *39 - '403': *40 - '401': *38 + default: *268 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36052,13 +36037,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#delete-a-project-column parameters: - - *265 + - *266 responses: '204': description: Response - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36075,7 +36060,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#list-project-cards parameters: - - *265 + - *266 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -36096,7 +36081,7 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: default: value: @@ -36131,9 +36116,9 @@ paths: project_url: https://api.github.com/projects/120 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36149,7 +36134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#create-a-project-card parameters: - - *265 + - *266 requestBody: required: true content: @@ -36193,20 +36178,20 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 - '304': *39 - '403': *40 - '401': *38 + default: *265 + '304': *40 + '403': *41 + '401': *39 '422': description: Validation failed content: application/json: schema: oneOf: - - *130 - *131 + - *132 '503': description: Response content: @@ -36245,7 +36230,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#move-a-project-column parameters: - - *265 + - *266 requestBody: required: true content: @@ -36280,10 +36265,10 @@ paths: examples: default: value: - '304': *39 - '403': *40 - '422': *24 - '401': *38 + '304': *40 + '403': *41 + '422': *25 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36302,15 +36287,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#get-a-project parameters: - - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *218 + schema: *219 examples: - default: &268 + default: &269 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -36343,9 +36328,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36363,7 +36348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#update-a-project parameters: - - *258 + - *259 requestBody: required: false content: @@ -36412,13 +36397,13 @@ paths: description: Response content: application/json: - schema: *218 + schema: *219 examples: - default: *268 + default: *269 '404': description: Not Found if the authenticated user does not have access to the project - '304': *39 + '304': *40 '403': description: Forbidden content: @@ -36434,9 +36419,9 @@ paths: type: array items: type: string - '401': *38 - '410': *219 - '422': *24 + '401': *39 + '410': *220 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36453,11 +36438,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#delete-a-project parameters: - - *258 + - *259 responses: '204': description: Delete Success - '304': *39 + '304': *40 '403': description: Forbidden content: @@ -36473,9 +36458,9 @@ paths: type: array items: type: string - '401': *38 - '410': *219 - '404': *23 + '401': *39 + '410': *220 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36497,7 +36482,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#list-project-collaborators parameters: - - *258 + - *259 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -36524,14 +36509,14 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 - '404': *23 - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '404': *24 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36549,7 +36534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#add-project-collaborator parameters: - - *258 + - *259 - *8 requestBody: required: false @@ -36578,11 +36563,11 @@ paths: responses: '204': description: Response - '404': *23 - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '404': *24 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36599,16 +36584,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *258 + - *259 - *8 responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '422': *32 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '422': *33 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36628,7 +36613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *258 + - *259 - *8 responses: '200': @@ -36672,11 +36657,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *23 - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '404': *24 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36693,7 +36678,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#list-project-columns parameters: - - *258 + - *259 - *4 - *5 responses: @@ -36703,7 +36688,7 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: default: value: @@ -36717,9 +36702,9 @@ paths: updated_at: '2016-09-05T14:22:28Z' headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36735,7 +36720,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#create-a-project-column parameters: - - *258 + - *259 requestBody: required: true content: @@ -36759,7 +36744,7 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -36771,10 +36756,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *39 - '403': *40 - '422': *24 - '401': *38 + '304': *40 + '403': *41 + '422': *25 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36818,7 +36803,7 @@ paths: resources: type: object properties: - core: &269 + core: &270 title: Rate Limit type: object properties: @@ -36835,18 +36820,18 @@ paths: - remaining - reset - used - graphql: *269 - search: *269 - code_search: *269 - source_import: *269 - integration_manifest: *269 - code_scanning_upload: *269 - actions_runner_registration: *269 - scim: *269 + graphql: *270 + search: *270 + code_search: *270 + source_import: *270 + integration_manifest: *270 + code_scanning_upload: *270 + actions_runner_registration: *270 + scim: *270 required: - core - search - rate: *269 + rate: *270 required: - rate - resources @@ -36923,8 +36908,8 @@ paths: schema: type: integer format: timestamp - '304': *39 - '404': *23 + '304': *40 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36944,14 +36929,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: default-response: summary: Default response @@ -37447,9 +37432,9 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *40 - '404': *23 - '301': *271 + '403': *41 + '404': *24 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37467,8 +37452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#update-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -37678,17 +37663,17 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 - '307': &273 + default: *273 + '307': &274 description: Temporary Redirect content: application/json: - schema: *21 - '403': *40 - '422': *32 - '404': *23 + schema: *22 + '403': *41 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37726,8 +37711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#delete-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -37749,8 +37734,8 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#delete-a-repository - '307': *273 - '404': *23 + '307': *274 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37772,11 +37757,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 - - &290 + - &291 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -37799,7 +37784,7 @@ paths: type: integer artifacts: type: array - items: &274 + items: &275 title: Artifact description: An artifact type: object @@ -37885,7 +37870,7 @@ paths: - expires_at - updated_at examples: - default: &291 + default: &292 value: total_count: 2 artifacts: @@ -37944,9 +37929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#get-an-artifact parameters: - - *259 - *260 - - &275 + - *261 + - &276 name: artifact_id description: The unique identifier of the artifact. in: path @@ -37958,7 +37943,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -37995,9 +37980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#delete-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 responses: '204': description: Response @@ -38021,9 +38006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#download-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 - name: archive_format in: path required: true @@ -38037,7 +38022,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *219 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38060,14 +38045,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38093,14 +38078,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &277 + schema: &278 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -38113,7 +38098,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &278 + default: &279 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -38134,8 +38119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -38143,9 +38128,9 @@ paths: required: true content: application/json: - schema: *277 + schema: *278 examples: - selected_actions: *278 + selected_actions: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38165,11 +38150,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 - - &279 + - &280 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -38203,7 +38188,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &281 title: Repository actions caches description: Repository actions caches type: object @@ -38253,7 +38238,7 @@ paths: - total_count - actions_caches examples: - default: &281 + default: &282 value: total_count: 1 actions_caches: @@ -38285,23 +38270,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *259 - *260 + - *261 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38321,8 +38306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *259 - *260 + - *261 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -38353,9 +38338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *259 - *260 - - &282 + - *261 + - &283 name: job_id description: The unique identifier of the job. in: path @@ -38367,7 +38352,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &295 title: Job description: Information of a job execution in a workflow run type: object @@ -38714,9 +38699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *259 - *260 - - *282 + - *261 + - *283 responses: '302': description: Response @@ -38744,9 +38729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *259 - *260 - - *282 + - *261 + - *283 requestBody: required: false content: @@ -38768,11 +38753,11 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38792,8 +38777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Status response @@ -38823,8 +38808,8 @@ paths: include_claim_keys: - repo - context - '400': *31 - '404': *23 + '400': *32 + '404': *24 x-github: enabledForGitHubApps: true previews: [] @@ -38843,8 +38828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -38878,13 +38863,13 @@ paths: description: Empty response content: application/json: - schema: *155 + schema: *156 examples: default: value: - '404': *23 - '400': *31 - '422': *24 + '404': *24 + '400': *32 + '422': *25 x-github: enabledForGitHubApps: true previews: [] @@ -38907,8 +38892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-repository-organization-secrets parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -38926,7 +38911,7 @@ paths: type: integer secrets: type: array - items: &297 + items: &298 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -38947,7 +38932,7 @@ paths: - created_at - updated_at examples: - default: &298 + default: &299 value: total_count: 2 secrets: @@ -38980,9 +38965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-repository-organization-variables parameters: - - *259 - *260 - - *283 + - *261 + - *284 - *5 responses: '200': @@ -38999,7 +38984,7 @@ paths: type: integer variables: type: array - items: &301 + items: &302 title: Actions Variable type: object properties: @@ -39033,7 +39018,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &303 value: total_count: 2 variables: @@ -39066,8 +39051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -39076,11 +39061,11 @@ paths: schema: type: object properties: - enabled: &284 + enabled: &285 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *67 - selected_actions_url: *137 + allowed_actions: *68 + selected_actions_url: *138 required: - enabled examples: @@ -39109,8 +39094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -39121,8 +39106,8 @@ paths: schema: type: object properties: - enabled: *284 - allowed_actions: *67 + enabled: *285 + allowed_actions: *68 required: - enabled examples: @@ -39152,14 +39137,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &285 + schema: &286 type: object properties: access_level: @@ -39177,7 +39162,7 @@ paths: required: - access_level examples: - default: &286 + default: &287 value: access_level: organization x-github: @@ -39202,15 +39187,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 responses: '204': description: Response @@ -39234,16 +39219,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *70 + schema: *71 examples: - default: *71 + default: *72 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39266,8 +39251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -39275,9 +39260,9 @@ paths: required: false content: application/json: - schema: *70 + schema: *71 examples: - selected_actions: *71 + selected_actions: *72 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -39299,16 +39284,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *74 + default: *75 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39329,8 +39314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Success response @@ -39341,9 +39326,9 @@ paths: required: true content: application/json: - schema: *141 + schema: *142 examples: - default: *74 + default: *75 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39370,8 +39355,8 @@ paths: in: query schema: type: string - - *259 - *260 + - *261 - *4 - *5 responses: @@ -39389,9 +39374,9 @@ paths: type: integer runners: type: array - items: *80 + items: *81 examples: - default: *81 + default: *82 headers: Link: *6 x-github: @@ -39415,8 +39400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -39424,9 +39409,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *146 + default: *147 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39448,8 +39433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -39492,9 +39477,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *147 - '404': *23 - '422': *24 + '201': *148 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39522,16 +39507,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *148 + default: *149 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39559,16 +39544,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *149 + default: *150 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39590,17 +39575,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 responses: '200': description: Response content: application/json: - schema: *80 + schema: *81 examples: - default: *150 + default: *151 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39621,9 +39606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 responses: '204': description: Response @@ -39648,12 +39633,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 responses: - '200': *85 - '404': *23 + '200': *86 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39674,9 +39659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 requestBody: required: true content: @@ -39700,9 +39685,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39724,9 +39709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 requestBody: required: true content: @@ -39751,9 +39736,9 @@ paths: - gpu - accelerated responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39775,12 +39760,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 + - *261 + - *80 responses: - '200': *151 - '404': *23 + '200': *152 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39806,14 +39791,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *79 - - *152 + - *261 + - *80 + - *153 responses: - '200': *85 - '404': *23 - '422': *24 + '200': *86 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39835,9 +39820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *259 - *260 - - &305 + - *261 + - &306 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -39845,7 +39830,7 @@ paths: required: false schema: type: string - - &306 + - &307 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -39853,7 +39838,7 @@ paths: required: false schema: type: string - - &307 + - &308 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -39862,7 +39847,7 @@ paths: required: false schema: type: string - - &308 + - &309 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -39889,7 +39874,7 @@ paths: - pending - *4 - *5 - - &309 + - &310 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.11/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -39898,7 +39883,7 @@ paths: schema: type: string format: date-time - - &287 + - &288 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -39907,13 +39892,13 @@ paths: schema: type: boolean default: false - - &310 + - &311 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &311 + - &312 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -39936,7 +39921,7 @@ paths: type: integer workflow_runs: type: array - items: &288 + items: &289 title: Workflow Run description: An invocation of a workflow type: object @@ -40053,7 +40038,7 @@ paths: type: - array - 'null' - items: &329 + items: &330 title: Pull Request Minimal type: object properties: @@ -40177,7 +40162,7 @@ paths: head_commit: anyOf: - type: 'null' - - &333 + - &334 title: Simple Commit description: A commit. type: object @@ -40251,8 +40236,8 @@ paths: - timestamp - author - committer - repository: *144 - head_repository: *144 + repository: *145 + head_repository: *145 head_repository_id: type: integer examples: @@ -40292,7 +40277,7 @@ paths: - workflow_url - pull_requests examples: - default: &312 + default: &313 value: total_count: 1 workflow_runs: @@ -40528,24 +40513,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *259 - *260 - - &289 + - *261 + - &290 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: &292 + default: &293 value: id: 30433642 name: Build @@ -40786,9 +40771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '204': description: Response @@ -40811,9 +40796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '200': description: Response @@ -40943,12 +40928,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *259 - *260 - - *289 + - *261 + - *290 - *4 - *5 - - *290 + - *291 responses: '200': description: Response @@ -40964,9 +40949,9 @@ paths: type: integer artifacts: type: array - items: *274 + items: *275 examples: - default: *291 + default: *292 headers: Link: *6 x-github: @@ -40990,25 +40975,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *259 - *260 - - *289 - - &293 + - *261 + - *290 + - &294 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *292 + default: *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41031,10 +41016,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *259 - *260 - - *289 - - *293 + - *261 + - *290 + - *294 - *4 - *5 responses: @@ -41052,9 +41037,9 @@ paths: type: integer jobs: type: array - items: *294 + items: *295 examples: - default: &296 + default: &297 value: total_count: 1 jobs: @@ -41144,7 +41129,7 @@ paths: head_branch: main headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41167,10 +41152,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *259 - *260 - - *289 - - *293 + - *261 + - *290 + - *294 responses: '302': description: Response @@ -41198,19 +41183,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '202': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: - '409': *295 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41233,9 +41218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 requestBody: required: true content: @@ -41304,9 +41289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -41336,9 +41321,9 @@ paths: type: integer jobs: type: array - items: *294 + items: *295 examples: - default: *296 + default: *297 headers: Link: *6 x-github: @@ -41363,9 +41348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '302': description: Response @@ -41392,14 +41377,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '204': description: Response - '403': *40 - '500': *207 + '403': *41 + '500': *208 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41421,9 +41406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 responses: '200': description: Response @@ -41491,7 +41476,7 @@ paths: items: type: object properties: - type: &382 + type: &383 type: string description: The type of reviewer. enum: @@ -41502,7 +41487,7 @@ paths: reviewer: anyOf: - *17 - - *261 + - *262 required: - environment - wait_timer @@ -41577,9 +41562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 requestBody: required: true content: @@ -41629,7 +41614,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -41723,7 +41708,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 required: - id - node_id @@ -41740,7 +41725,7 @@ paths: - created_at - updated_at examples: - default: &378 + default: &379 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -41796,9 +41781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *259 - *260 - - *289 + - *261 + - *290 requestBody: required: false content: @@ -41820,7 +41805,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -41843,9 +41828,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *259 - *260 - - *289 + - *261 + - *290 requestBody: required: false content: @@ -41867,7 +41852,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -41893,8 +41878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -41912,9 +41897,9 @@ paths: type: integer secrets: type: array - items: *297 + items: *298 examples: - default: *298 + default: *299 headers: Link: *6 x-github: @@ -41939,16 +41924,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41970,17 +41955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: &395 + default: &396 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42006,9 +41991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 requestBody: required: true content: @@ -42036,7 +42021,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -42062,9 +42047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 responses: '204': description: Response @@ -42089,9 +42074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-repository-variables parameters: - - *259 - *260 - - *283 + - *261 + - *284 - *5 responses: '200': @@ -42108,9 +42093,9 @@ paths: type: integer variables: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *6 x-github: @@ -42133,8 +42118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-a-repository-variable parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -42161,7 +42146,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -42186,17 +42171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-a-repository-variable parameters: - - *259 - *260 - - *157 + - *261 + - *158 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: &396 + default: &397 value: name: USERNAME value: octocat @@ -42222,9 +42207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-a-repository-variable parameters: - - *259 - *260 - - *157 + - *261 + - *158 requestBody: required: true content: @@ -42266,9 +42251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-a-repository-variable parameters: - - *259 - *260 - - *157 + - *261 + - *158 responses: '204': description: Response @@ -42293,8 +42278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#list-repository-workflows parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -42312,7 +42297,7 @@ paths: type: integer workflows: type: array - items: &303 + items: &304 title: Workflow description: A GitHub Actions workflow type: object @@ -42430,9 +42415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#get-a-workflow parameters: - - *259 - *260 - - &304 + - *261 + - &305 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -42447,7 +42432,7 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: default: value: @@ -42480,9 +42465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#disable-a-workflow parameters: - - *259 - *260 - - *304 + - *261 + - *305 responses: '204': description: Response @@ -42507,9 +42492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *259 - *260 - - *304 + - *261 + - *305 responses: '204': description: Response @@ -42560,9 +42545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#enable-a-workflow parameters: - - *259 - *260 - - *304 + - *261 + - *305 responses: '204': description: Response @@ -42587,19 +42572,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *259 - *260 - - *304 + - *261 - *305 - *306 - *307 - *308 + - *309 - *4 - *5 - - *309 - - *287 - *310 + - *288 - *311 + - *312 responses: '200': description: Response @@ -42615,9 +42600,9 @@ paths: type: integer workflow_runs: type: array - items: *288 + items: *289 examples: - default: *312 + default: *313 headers: Link: *6 x-github: @@ -42640,12 +42625,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-activities parameters: - - *259 - *260 + - *261 - *9 - *4 - - *86 - *87 + - *88 - name: ref description: |- The Git reference for the activities you want to list. @@ -42791,7 +42776,7 @@ paths: site_admin: false headers: Link: *6 - '422': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42809,8 +42794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#list-assignees parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -42822,10 +42807,10 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42847,8 +42832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *259 - *260 + - *261 - name: assignee in: path required: true @@ -42862,7 +42847,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42882,8 +42867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -42891,7 +42876,7 @@ paths: application/json: schema: type: array - items: &313 + items: &314 title: Autolink reference description: An autolink reference. type: object @@ -42945,8 +42930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -42985,9 +42970,9 @@ paths: description: response content: application/json: - schema: *313 + schema: *314 examples: - default: &314 + default: &315 value: id: 1 key_prefix: TICKET- @@ -42998,7 +42983,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43018,9 +43003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *259 - *260 - - &315 + - *261 + - &316 name: autolink_id description: The unique identifier of the autolink. in: path @@ -43032,10 +43017,10 @@ paths: description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *314 - '404': *23 + default: *315 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43054,13 +43039,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *259 - *260 - - *315 + - *261 + - *316 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43080,8 +43065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response if dependabot is enabled @@ -43130,8 +43115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#list-branches parameters: - - *259 - *260 + - *261 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -43169,7 +43154,7 @@ paths: - url protected: type: boolean - protection: &317 + protection: &318 title: Branch Protection description: Branch Protection type: object @@ -43212,7 +43197,7 @@ paths: required: - contexts - checks - enforce_admins: &320 + enforce_admins: &321 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -43229,7 +43214,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &322 + required_pull_request_reviews: &323 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -43251,12 +43236,12 @@ paths: description: The list of teams with review dismissal access. type: array - items: *261 + items: *262 apps: description: The list of apps with review dismissal access. type: array - items: *22 + items: *23 url: type: string examples: @@ -43283,12 +43268,12 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *261 + items: *262 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *22 + items: *23 dismiss_stale_reviews: type: boolean examples: @@ -43313,7 +43298,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &319 + restrictions: &320 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -43612,7 +43597,7 @@ paths: protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43629,9 +43614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#get-a-branch parameters: - - *259 - *260 - - &318 + - *261 + - &319 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.11/graphql). @@ -43645,14 +43630,14 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &356 + commit: &357 title: Commit description: Commit type: object @@ -43691,7 +43676,7 @@ paths: author: anyOf: - type: 'null' - - &316 + - &317 title: Git User description: Metaproperties for Git author/committer information. @@ -43712,7 +43697,7 @@ paths: committer: anyOf: - type: 'null' - - *316 + - *317 message: type: string examples: @@ -43736,7 +43721,7 @@ paths: required: - sha - url - verification: &401 + verification: &402 title: Verification type: object properties: @@ -43805,7 +43790,7 @@ paths: type: integer files: type: array - items: &366 + items: &367 title: Diff Entry description: Diff Entry type: object @@ -43899,7 +43884,7 @@ paths: - self protected: type: boolean - protection: *317 + protection: *318 protection_url: type: string format: uri @@ -44007,8 +43992,8 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *271 - '404': *23 + '301': *272 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44029,15 +44014,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -44206,7 +44191,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44229,9 +44214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#update-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: true content: @@ -44491,7 +44476,7 @@ paths: url: type: string format: uri - required_status_checks: &325 + required_status_checks: &326 title: Status Check Policy description: Status Check Policy type: object @@ -44572,10 +44557,10 @@ paths: items: *17 teams: type: array - items: *261 + items: *262 apps: type: array - items: *22 + items: *23 required: - url - users_url @@ -44590,10 +44575,10 @@ paths: items: *17 teams: type: array - items: *261 + items: *262 apps: type: array - items: *22 + items: *23 required: - users - teams @@ -44650,7 +44635,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *319 + restrictions: *320 required_conversation_resolution: type: object properties: @@ -44740,9 +44725,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *40 - '422': *24 - '404': *23 + '403': *41 + '422': *25 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44762,13 +44747,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44789,17 +44774,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: &321 + default: &322 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -44821,17 +44806,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44850,13 +44835,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44877,17 +44862,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: &323 + default: &324 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -44982,9 +44967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45082,10 +45067,10 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 - '422': *32 + default: *324 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45105,13 +45090,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45133,21 +45118,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: &324 + default: &325 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45166,18 +45151,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *324 - '404': *23 + default: *325 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45196,13 +45181,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45223,24 +45208,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-status-checks-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &326 + default: &327 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true contexts: - continuous-integration/travis-ci contexts_url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks/contexts - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45259,9 +45244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#update-status-check-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45312,11 +45297,11 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 - '404': *23 - '422': *32 + default: *327 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45336,9 +45321,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-status-check-protection parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response @@ -45362,9 +45347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response @@ -45378,7 +45363,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45398,9 +45383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-status-check-contexts parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45444,9 +45429,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *32 - '403': *40 - '404': *23 + '422': *33 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45467,9 +45452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-status-check-contexts parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45511,8 +45496,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45533,9 +45518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: content: application/json: @@ -45576,8 +45561,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45600,15 +45585,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -45680,7 +45665,7 @@ paths: events: - push - pull_request - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45699,9 +45684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '204': description: Response @@ -45724,9 +45709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response @@ -45734,9 +45719,9 @@ paths: application/json: schema: type: array - items: *22 + items: *23 examples: - default: &327 + default: &328 value: - id: 1 slug: octoapp @@ -45774,7 +45759,7 @@ paths: events: - push - pull_request - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45793,9 +45778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45831,10 +45816,10 @@ paths: application/json: schema: type: array - items: *22 + items: *23 examples: - default: *327 - '422': *32 + default: *328 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45854,9 +45839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -45892,10 +45877,10 @@ paths: application/json: schema: type: array - items: *22 + items: *23 examples: - default: *327 - '422': *32 + default: *328 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45915,9 +45900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: content: application/json: @@ -45952,10 +45937,10 @@ paths: application/json: schema: type: array - items: *22 + items: *23 examples: - default: *327 - '422': *32 + default: *328 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45976,9 +45961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response @@ -45986,10 +45971,10 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *239 - '404': *23 + default: *240 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46008,9 +45993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -46046,10 +46031,10 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *239 - '422': *32 + default: *240 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46069,9 +46054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -46107,10 +46092,10 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *239 - '422': *32 + default: *240 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46130,9 +46115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: content: application/json: @@ -46167,10 +46152,10 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *239 - '422': *32 + default: *240 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46191,9 +46176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *318 + - *261 + - *319 responses: '200': description: Response @@ -46203,8 +46188,8 @@ paths: type: array items: *17 examples: - default: *200 - '404': *23 + default: *201 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46227,9 +46212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -46266,8 +46251,8 @@ paths: type: array items: *17 examples: - default: *200 - '422': *32 + default: *201 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46291,9 +46276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: false content: @@ -46330,8 +46315,8 @@ paths: type: array items: *17 examples: - default: *200 - '422': *32 + default: *201 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46355,9 +46340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: content: application/json: @@ -46393,8 +46378,8 @@ paths: type: array items: *17 examples: - default: *200 - '422': *32 + default: *201 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46419,9 +46404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#rename-a-branch parameters: - - *259 - *260 - - *318 + - *261 + - *319 requestBody: required: true content: @@ -46443,7 +46428,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -46531,9 +46516,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *40 - '404': *23 - '422': *32 + '403': *41 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46557,8 +46542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#create-a-check-run parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -46835,7 +46820,7 @@ paths: description: Response content: application/json: - schema: &330 + schema: &331 title: CheckRun description: A check performed on the code of a given code change type: object @@ -46962,15 +46947,15 @@ paths: app: anyOf: - type: 'null' - - *22 + - *23 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *329 - deployment: &569 + items: *330 + deployment: &570 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -47045,7 +47030,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 required: - id - node_id @@ -47256,9 +47241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#get-a-check-run parameters: - - *259 - *260 - - &331 + - *261 + - &332 name: check_run_id description: The unique identifier of the check run. in: path @@ -47270,9 +47255,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &332 + default: &333 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -47371,9 +47356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#update-a-check-run parameters: - - *259 - *260 - - *331 + - *261 + - *332 requestBody: required: true content: @@ -47613,9 +47598,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47635,9 +47620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#list-check-run-annotations parameters: - - *259 - *260 - - *331 + - *261 + - *332 - *4 - *5 responses: @@ -47749,15 +47734,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#rerequest-a-check-run parameters: - - *259 - *260 - - *331 + - *261 + - *332 responses: '201': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -47766,13 +47751,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *21 + schema: *22 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *21 - '404': *23 + schema: *22 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47794,8 +47779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#create-a-check-suite parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -47817,7 +47802,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &334 + schema: &335 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -47898,12 +47883,12 @@ paths: type: - array - 'null' - items: *329 + items: *330 app: anyOf: - type: 'null' - - *22 - repository: *144 + - *23 + repository: *145 created_at: type: - string @@ -47914,7 +47899,7 @@ paths: - string - 'null' format: date-time - head_commit: *333 + head_commit: *334 latest_check_runs_count: type: integer check_runs_url: @@ -47942,7 +47927,7 @@ paths: - check_runs_url - pull_requests examples: - default: &335 + default: &336 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -48233,9 +48218,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48254,8 +48239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -48316,7 +48301,7 @@ paths: required: - app_id - setting - repository: *144 + repository: *145 examples: default: value: @@ -48563,9 +48548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#get-a-check-suite parameters: - - *259 - *260 - - &336 + - *261 + - &337 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -48577,9 +48562,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48601,17 +48586,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *259 - *260 - - *336 - - &363 + - *261 + - *337 + - &364 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &364 + - &365 name: status description: Returns check runs with the specified `status`. in: query @@ -48650,9 +48635,9 @@ paths: type: integer check_runs: type: array - items: *330 + items: *331 examples: - default: &365 + default: &366 value: total_count: 1 check_runs: @@ -48754,15 +48739,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#rerequest-a-check-suite parameters: - - *259 - *260 - - *336 + - *261 + - *337 responses: '201': description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -48789,20 +48774,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *168 + - *261 - *169 + - *170 - *5 - *4 - - &347 + - &348 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *337 + schema: *338 - *9 - name: sort description: The property by which to sort the results. @@ -48819,13 +48804,13 @@ paths: be returned. in: query required: false - schema: *170 + schema: *171 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *338 + schema: *339 responses: '200': description: Response @@ -48836,24 +48821,24 @@ paths: items: type: object properties: - number: *91 - created_at: *96 - updated_at: *97 - url: *94 - html_url: *95 - instances_url: *339 - state: *90 - fixed_at: *99 + number: *92 + created_at: *97 + updated_at: *98 + url: *95 + html_url: *96 + instances_url: *340 + state: *91 + fixed_at: *100 dismissed_by: anyOf: - type: 'null' - *17 - dismissed_at: *98 - dismissed_reason: *340 - dismissed_comment: *341 - rule: *342 - tool: *343 - most_recent_instance: *344 + dismissed_at: *99 + dismissed_reason: *341 + dismissed_comment: *342 + rule: *343 + tool: *344 + most_recent_instance: *345 required: - number - created_at @@ -48968,10 +48953,10 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *39 - '403': *237 - '404': *23 - '503': *101 + '304': *40 + '403': *238 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48991,9 +48976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *259 - *260 - - &345 + - *261 + - &346 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -49001,30 +48986,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *91 + schema: *92 responses: '200': description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: - number: *91 - created_at: *96 - updated_at: *97 - url: *94 - html_url: *95 - instances_url: *339 - state: *90 - fixed_at: *99 + number: *92 + created_at: *97 + updated_at: *98 + url: *95 + html_url: *96 + instances_url: *340 + state: *91 + fixed_at: *100 dismissed_by: anyOf: - type: 'null' - *17 - dismissed_at: *98 - dismissed_reason: *340 - dismissed_comment: *341 + dismissed_at: *99 + dismissed_reason: *341 + dismissed_comment: *342 rule: type: object properties: @@ -49085,8 +49070,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *343 - most_recent_instance: *344 + tool: *344 + most_recent_instance: *345 required: - number - created_at @@ -49174,10 +49159,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *39 - '403': *237 - '404': *23 - '503': *101 + '304': *40 + '403': *238 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49195,9 +49180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *259 - *260 - - *345 + - *261 + - *346 requestBody: required: true content: @@ -49212,8 +49197,8 @@ paths: enum: - open - dismissed - dismissed_reason: *340 - dismissed_comment: *341 + dismissed_reason: *341 + dismissed_comment: *342 required: - state examples: @@ -49228,7 +49213,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49303,14 +49288,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &352 + '403': &353 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *21 - '404': *23 - '503': *101 + schema: *22 + '404': *24 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49330,12 +49315,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *259 - *260 - - *345 + - *261 + - *346 - *5 - *4 - - *347 + - *348 responses: '200': description: Response @@ -49343,7 +49328,7 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: default: value: @@ -49382,9 +49367,9 @@ paths: end_column: 50 classifications: - source - '403': *237 - '404': *23 - '503': *101 + '403': *238 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49416,10 +49401,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *259 - *260 - - *168 + - *261 - *169 + - *170 - *5 - *4 - name: ref @@ -49428,12 +49413,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *337 + schema: *338 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &350 + schema: &351 type: string description: An identifier for the upload. examples: @@ -49455,23 +49440,23 @@ paths: application/json: schema: type: array - items: &351 + items: &352 type: object properties: - ref: *337 - commit_sha: &353 + ref: *338 + commit_sha: &354 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *348 + analysis_key: *349 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *349 + category: *350 error: type: string examples: @@ -49496,8 +49481,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *350 - tool: *343 + sarif_id: *351 + tool: *344 deletable: type: boolean warning: @@ -49559,9 +49544,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *237 - '404': *23 - '503': *101 + '403': *238 + '404': *24 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49595,8 +49580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -49609,7 +49594,7 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: response: summary: application/json response @@ -49663,9 +49648,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *237 - '404': *23 - '503': *101 + '403': *238 + '404': *24 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49745,8 +49730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -49801,10 +49786,10 @@ paths: value: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete - '400': *31 - '403': *352 - '404': *23 - '503': *101 + '400': *32 + '403': *353 + '404': *24 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -49824,8 +49809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -49890,9 +49875,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *237 - '404': *23 - '503': *101 + '403': *238 + '404': *24 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49911,8 +49896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -49959,7 +49944,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -49984,15 +49969,15 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *352 - '404': *23 + '403': *353 + '404': *24 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *21 - '503': *101 + schema: *22 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50047,8 +50032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -50056,7 +50041,7 @@ paths: schema: type: object properties: - commit_sha: *353 + commit_sha: *354 ref: type: string description: |- @@ -50111,7 +50096,7 @@ paths: schema: type: object properties: - id: *350 + id: *351 url: type: string description: The REST API URL for checking the status of the upload. @@ -50125,11 +50110,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *352 - '404': *23 + '403': *353 + '404': *24 '413': description: Payload Too Large if the sarif field is too large - '503': *101 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -50148,8 +50133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *259 - *260 + - *261 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -50197,10 +50182,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *237 + '403': *238 '404': description: Not Found if the sarif id does not match any upload - '503': *101 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -50222,8 +50207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-codeowners-errors parameters: - - *259 - *260 + - *261 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -50354,8 +50339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *259 - *260 + - *261 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -50393,7 +50378,7 @@ paths: application/json: schema: type: array - items: &354 + items: &355 title: Collaborator description: Collaborator type: object @@ -50556,7 +50541,7 @@ paths: role_name: write headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50580,8 +50565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *259 - *260 + - *261 - *8 responses: '204': @@ -50618,8 +50603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *259 - *260 + - *261 - *8 requestBody: required: false @@ -50645,8 +50630,8 @@ paths: - an existing collaborator is added as a collaborator - an organization member is added as an individual collaborator - an existing team member (whose team is also a repository collaborator) is added as an individual collaborator - '422': *32 - '403': *40 + '422': *33 + '403': *41 x-github: triggersNotification: true githubCloudOnly: false @@ -50684,14 +50669,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *259 - *260 + - *261 - *8 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *32 - '403': *40 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50715,8 +50700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *259 - *260 + - *261 - *8 responses: '200': @@ -50737,7 +50722,7 @@ paths: user: anyOf: - type: 'null' - - *354 + - *355 required: - permission - role_name @@ -50766,7 +50751,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50791,8 +50776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -50802,7 +50787,7 @@ paths: application/json: schema: type: array - items: &355 + items: &356 title: Commit Comment description: Commit Comment type: object @@ -50843,8 +50828,8 @@ paths: updated_at: type: string format: date-time - author_association: *103 - reactions: *104 + author_association: *104 + reactions: *105 required: - url - html_url @@ -50860,7 +50845,7 @@ paths: - created_at - updated_at examples: - default: &358 + default: &359 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -50919,17 +50904,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#get-a-commit-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &359 + default: &360 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -50962,7 +50947,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50986,9 +50971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#update-a-commit-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -51010,7 +50995,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -51045,7 +51030,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51061,13 +51046,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#delete-a-commit-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51084,9 +51069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -51112,12 +51097,12 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51135,9 +51120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -51169,17 +51154,17 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 - '422': *32 + default: *250 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51199,10 +51184,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *259 - *260 - - *115 - - *251 + - *261 + - *116 + - *252 responses: '204': description: Response @@ -51250,8 +51235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#list-commits parameters: - - *259 - *260 + - *261 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -51277,7 +51262,7 @@ paths: required: false schema: type: string - - *106 + - *107 - name: until description: 'Only commits before this date will be returned. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -51295,9 +51280,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: &458 + default: &459 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51367,10 +51352,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *207 - '400': *31 - '404': *23 - '409': *295 + '500': *208 + '400': *32 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51390,9 +51375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#list-branches-for-head-commit parameters: - - *259 - *260 - - &357 + - *261 + - &358 name: commit_sha description: The SHA of the commit. in: path @@ -51438,8 +51423,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *32 - '409': *295 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51464,9 +51449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#list-commit-comments parameters: - - *259 - *260 - - *357 + - *261 + - *358 - *4 - *5 responses: @@ -51476,9 +51461,9 @@ paths: application/json: schema: type: array - items: *355 + items: *356 examples: - default: *358 + default: *359 headers: Link: *6 x-github: @@ -51506,9 +51491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#create-a-commit-comment parameters: - - *259 - *260 - - *357 + - *261 + - *358 requestBody: required: true content: @@ -51543,16 +51528,16 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *359 + default: *360 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *40 - '422': *32 + '403': *41 + '422': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -51573,9 +51558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *259 - *260 - - *357 + - *261 + - *358 - *4 - *5 responses: @@ -51585,7 +51570,7 @@ paths: application/json: schema: type: array - items: &448 + items: &449 title: Pull Request Simple description: Pull Request Simple type: object @@ -51704,7 +51689,7 @@ paths: milestone: anyOf: - type: 'null' - - *360 + - *361 active_lock_reason: type: - string @@ -51759,7 +51744,7 @@ paths: type: - array - 'null' - items: *261 + items: *262 head: type: object properties: @@ -51767,7 +51752,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -51787,7 +51772,7 @@ paths: type: string ref: type: string - repo: *82 + repo: *83 sha: type: string user: @@ -51803,7 +51788,7 @@ paths: _links: type: object properties: - comments: &361 + comments: &362 title: Link description: Hypermedia Link type: object @@ -51812,13 +51797,13 @@ paths: type: string required: - href - commits: *361 - statuses: *361 - html: *361 - issue: *361 - review_comments: *361 - review_comment: *361 - self: *361 + commits: *362 + statuses: *362 + html: *362 + issue: *362 + review_comments: *362 + review_comment: *362 + self: *362 required: - comments - commits @@ -51828,8 +51813,8 @@ paths: - review_comments - review_comment - self - author_association: *103 - auto_merge: &450 + author_association: *104 + auto_merge: &451 title: Auto merge description: The status of auto merging a pull request. type: @@ -51894,7 +51879,7 @@ paths: - author_association - auto_merge examples: - default: &449 + default: &450 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -52374,7 +52359,7 @@ paths: draft: false headers: Link: *6 - '409': *295 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52429,11 +52414,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#get-a-commit parameters: - - *259 - *260 + - *261 - *5 - *4 - - &362 + - &363 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -52448,9 +52433,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -52533,11 +52518,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *32 - '404': *23 - '500': *207 - '503': *101 - '409': *295 + '422': *33 + '404': *24 + '500': *208 + '503': *102 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52561,11 +52546,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *259 - *260 - - *362 + - *261 - *363 - *364 + - *365 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -52599,9 +52584,9 @@ paths: type: integer check_runs: type: array - items: *330 + items: *331 examples: - default: *365 + default: *366 headers: Link: *6 x-github: @@ -52625,9 +52610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *259 - *260 - - *362 + - *261 + - *363 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -52635,7 +52620,7 @@ paths: schema: type: integer example: 1 - - *363 + - *364 - *4 - *5 responses: @@ -52653,7 +52638,7 @@ paths: type: integer check_suites: type: array - items: *334 + items: *335 examples: default: value: @@ -52853,9 +52838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *259 - *260 - - *362 + - *261 + - *363 - *4 - *5 responses: @@ -52926,7 +52911,7 @@ paths: type: string total_count: type: integer - repository: *144 + repository: *145 commit_url: type: string format: uri @@ -53037,7 +53022,7 @@ paths: hooks_url: http://api.github.com/repos/octocat/Hello-World/hooks commit_url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e url: https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53057,9 +53042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *259 - *260 - - *362 + - *261 + - *363 - *4 - *5 responses: @@ -53069,7 +53054,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Status description: The status of a commit. type: object @@ -53150,7 +53135,7 @@ paths: site_admin: false headers: Link: *6 - '301': *271 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53217,8 +53202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#compare-two-commits parameters: - - *259 - *260 + - *261 - *5 - *4 - name: basehead @@ -53266,8 +53251,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *356 - merge_base_commit: *356 + base_commit: *357 + merge_base_commit: *357 status: type: string enum: @@ -53291,10 +53276,10 @@ paths: - 6 commits: type: array - items: *356 + items: *357 files: type: array - items: *366 + items: *367 required: - url - html_url @@ -53533,9 +53518,9 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" - '404': *23 - '500': *207 - '503': *101 + '404': *24 + '500': *208 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53577,8 +53562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#get-repository-content parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -53731,7 +53716,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &367 + response-if-content-is-a-file: &368 summary: Response if content is a file value: type: file @@ -53868,7 +53853,7 @@ paths: - size - type - url - - &463 + - &464 title: Content File description: Content File type: object @@ -54086,7 +54071,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *367 + response-if-content-is-a-file: *368 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -54153,9 +54138,9 @@ paths: git: https://api.github.com/repos/jquery/qunit/git/trees/6ca3721222109997540bd6d9ccd396902e0ad2f9 self: https://api.github.com/repos/jquery/jquery/contents/test/qunit?ref=master html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 - '404': *23 - '403': *40 - '302': &467 + '404': *24 + '403': *41 + '302': &468 description: Found x-github: githubCloudOnly: false @@ -54177,8 +54162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#create-or-update-file-contents parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -54273,7 +54258,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: File Commit description: File Commit type: object @@ -54424,7 +54409,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: example-for-creating-a-file: value: @@ -54468,9 +54453,9 @@ paths: reason: unsigned signature: payload: - '404': *23 - '422': *32 - '409': *295 + '404': *24 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54495,8 +54480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#delete-a-file parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -54557,7 +54542,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -54588,10 +54573,10 @@ paths: reason: unsigned signature: payload: - '422': *32 - '404': *23 - '409': *295 - '503': *101 + '422': *33 + '404': *24 + '409': *296 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54611,8 +54596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-contributors parameters: - - *259 - *260 + - *261 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -54714,8 +54699,8 @@ paths: Link: *6 '204': description: Response if repository is empty - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54734,20 +54719,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *259 - *260 - - *176 + - *261 - *177 - *178 - *179 + - *180 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *180 - *181 + - *182 - *9 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based @@ -54765,10 +54750,10 @@ paths: schema: type: integer default: 30 - - *86 - *87 - - *182 + - *88 - *183 + - *184 responses: '200': description: Response @@ -54776,11 +54761,11 @@ paths: application/json: schema: type: array - items: &371 + items: &372 type: object description: A Dependabot alert. properties: - number: *91 + number: *92 state: type: string description: The state of the Dependabot alert. @@ -54795,7 +54780,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *92 + package: *93 manifest_path: type: string description: The full path to the dependency manifest file, @@ -54811,13 +54796,13 @@ paths: - development - runtime - - security_advisory: *369 - security_vulnerability: *93 - url: *94 - html_url: *95 - created_at: *96 - updated_at: *97 - dismissed_at: *98 + security_advisory: *370 + security_vulnerability: *94 + url: *95 + html_url: *96 + created_at: *97 + updated_at: *98 + dismissed_at: *99 dismissed_by: anyOf: - type: 'null' @@ -54841,8 +54826,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *99 - auto_dismissed_at: *370 + fixed_at: *100 + auto_dismissed_at: *371 required: - number - state @@ -55031,11 +55016,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *39 - '400': *31 - '403': *40 - '404': *23 - '422': *24 + '304': *40 + '400': *32 + '403': *41 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55055,9 +55040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *259 - *260 - - &372 + - *261 + - &373 name: alert_number in: path description: |- @@ -55066,13 +55051,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *91 + schema: *92 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: default: value: @@ -55153,9 +55138,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *39 - '403': *40 - '404': *23 + '304': *40 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55175,9 +55160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *259 - *260 - - *372 + - *261 + - *373 requestBody: required: true content: @@ -55222,7 +55207,7 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: default: value: @@ -55318,11 +55303,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *31 - '403': *40 - '404': *23 - '409': *295 - '422': *24 + '400': *32 + '403': *41 + '404': *24 + '409': *296 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55344,8 +55329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -55363,7 +55348,7 @@ paths: type: integer secrets: type: array - items: &375 + items: &376 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -55417,16 +55402,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55446,15 +55431,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -55480,9 +55465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 requestBody: required: true content: @@ -55510,7 +55495,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -55534,9 +55519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *154 + - *261 + - *155 responses: '204': description: Response @@ -55558,8 +55543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *259 - *260 + - *261 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -55710,13 +55695,13 @@ paths: advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: Link: *6 - '404': *23 + '404': *24 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false category: dependency-graph @@ -55733,8 +55718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -55928,8 +55913,8 @@ paths: licenseDeclared: MIT headers: Link: *6 - '404': *23 - '403': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false category: dependency-graph @@ -55950,8 +55935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -56034,7 +56019,7 @@ paths: - version - url additionalProperties: false - metadata: &376 + metadata: &377 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -56073,7 +56058,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *376 + metadata: *377 resolved: type: object description: A collection of resolved package dependencies. @@ -56087,7 +56072,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *376 + metadata: *377 relationship: type: string description: A notation of whether a dependency is requested @@ -56220,8 +56205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#list-deployments parameters: - - *259 - *260 + - *261 - name: sha description: The SHA recorded at creation time. in: query @@ -56262,9 +56247,9 @@ paths: application/json: schema: type: array - items: *377 + items: *378 examples: - default: *378 + default: *379 headers: Link: *6 x-github: @@ -56330,8 +56315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#create-a-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -56413,7 +56398,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: simple-example: summary: Simple example @@ -56469,7 +56454,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56486,9 +56471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#get-a-deployment parameters: - - *259 - *260 - - &379 + - *261 + - &380 name: deployment_id description: deployment_id parameter in: path @@ -56500,7 +56485,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -56539,7 +56524,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56565,14 +56550,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#delete-a-deployment parameters: - - *259 - *260 - - *379 + - *261 + - *380 responses: '204': description: Response - '404': *23 - '422': *24 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56589,9 +56574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#list-deployment-statuses parameters: - - *259 - *260 - - *379 + - *261 + - *380 - *4 - *5 responses: @@ -56601,7 +56586,7 @@ paths: application/json: schema: type: array - items: &380 + items: &381 title: Deployment Status description: The status of a deployment. type: object @@ -56694,7 +56679,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 required: - id - node_id @@ -56744,7 +56729,7 @@ paths: log_url: https://example.com/deployment/42/output headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56763,9 +56748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#create-a-deployment-status parameters: - - *259 - *260 - - *379 + - *261 + - *380 requestBody: required: true content: @@ -56840,9 +56825,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: &381 + default: &382 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -56881,7 +56866,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56898,9 +56883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#get-a-deployment-status parameters: - - *259 - *260 - - *379 + - *261 + - *380 - name: status_id in: path required: true @@ -56911,10 +56896,10 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 - '404': *23 + default: *382 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56938,8 +56923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -56972,8 +56957,8 @@ paths: responses: '204': description: Response - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56995,8 +56980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#list-environments parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -57014,7 +56999,7 @@ paths: - 5 environments: type: array - items: &383 + items: &384 title: Environment description: Details of a deployment environment type: object @@ -57075,7 +57060,7 @@ paths: type: string examples: - wait_timer - wait_timer: &385 + wait_timer: &386 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -57117,11 +57102,11 @@ paths: items: type: object properties: - type: *382 + type: *383 reviewer: anyOf: - *17 - - *261 + - *262 required: - id - node_id @@ -57144,7 +57129,7 @@ paths: - id - node_id - type - deployment_branch_policy: &386 + deployment_branch_policy: &387 type: - object - 'null' @@ -57259,9 +57244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#get-an-environment parameters: - - *259 - *260 - - &384 + - *261 + - &385 name: environment_name in: path required: true @@ -57274,9 +57259,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &387 + default: &388 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -57357,9 +57342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#create-or-update-an-environment parameters: - - *259 - *260 - - *384 + - *261 + - *385 requestBody: required: false content: @@ -57369,7 +57354,7 @@ paths: - object - 'null' properties: - wait_timer: *385 + wait_timer: *386 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -57388,14 +57373,14 @@ paths: items: type: object properties: - type: *382 + type: *383 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *386 + deployment_branch_policy: *387 additionalProperties: false examples: default: @@ -57415,16 +57400,16 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *387 + default: *388 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` are set to the same value content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57441,9 +57426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#delete-an-environment parameters: - - *259 - *260 - - *384 + - *261 + - *385 responses: '204': description: Default response @@ -57468,9 +57453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *259 - *260 - - *384 + - *261 + - *385 - *4 - *5 responses: @@ -57489,7 +57474,7 @@ paths: - 2 branch_policies: type: array - items: &388 + items: &389 title: Deployment branch policy description: Details of a deployment branch policy. type: object @@ -57541,9 +57526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *259 - *260 - - *384 + - *261 + - *385 requestBody: required: true content: @@ -57577,9 +57562,9 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: - example-wildcard: &389 + example-wildcard: &390 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -57615,10 +57600,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *259 - *260 - - *384 - - &390 + - *261 + - *385 + - &391 name: branch_policy_id in: path required: true @@ -57630,9 +57615,9 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57651,10 +57636,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *259 - *260 - - *384 - - *390 + - *261 + - *385 + - *391 requestBody: required: true content: @@ -57683,9 +57668,9 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57704,10 +57689,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *259 - *260 - - *384 - - *390 + - *261 + - *385 + - *391 responses: '204': description: Response @@ -57732,9 +57717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *384 + - *385 + - *261 - *260 - - *259 responses: '200': description: List of deployment protection rules @@ -57751,7 +57736,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &391 + items: &392 title: Deployment protection rule description: Deployment protection rule type: object @@ -57773,7 +57758,7 @@ paths: for the environment. examples: - true - app: &392 + app: &393 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -57876,9 +57861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *384 + - *385 + - *261 - *260 - - *259 requestBody: content: application/json: @@ -57899,9 +57884,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *391 + schema: *392 examples: - default: &393 + default: &394 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -57934,9 +57919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *384 + - *385 + - *261 - *260 - - *259 - *5 - *4 responses: @@ -57956,7 +57941,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *392 + items: *393 examples: default: value: @@ -57991,10 +57976,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *259 - *260 - - *384 - - &394 + - *261 + - *385 + - &395 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -58006,9 +57991,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58029,10 +58014,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *384 + - *385 + - *261 - *260 - - *259 - - *394 + - *395 responses: '204': description: Response @@ -58058,9 +58043,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-environment-secrets parameters: - - *259 - *260 - - *384 + - *261 + - *385 - *4 - *5 responses: @@ -58078,9 +58063,9 @@ paths: type: integer secrets: type: array - items: *297 + items: *298 examples: - default: *298 + default: *299 headers: Link: *6 x-github: @@ -58105,17 +58090,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-environment-public-key parameters: - - *259 - *260 - - *384 + - *261 + - *385 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58137,18 +58122,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-environment-secret parameters: - - *259 - *260 - - *384 - - *154 + - *261 + - *385 + - *155 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58170,10 +58155,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *259 - *260 - - *384 - - *154 + - *261 + - *385 + - *155 requestBody: required: true content: @@ -58204,7 +58189,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -58230,10 +58215,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-an-environment-secret parameters: - - *259 - *260 - - *384 - - *154 + - *261 + - *385 + - *155 responses: '204': description: Default response @@ -58258,10 +58243,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-environment-variables parameters: - - *259 - *260 - - *384 - - *283 + - *261 + - *385 + - *284 - *5 responses: '200': @@ -58278,9 +58263,9 @@ paths: type: integer variables: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 headers: Link: *6 x-github: @@ -58303,9 +58288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-an-environment-variable parameters: - - *259 - *260 - - *384 + - *261 + - *385 requestBody: required: true content: @@ -58332,7 +58317,7 @@ paths: description: Response content: application/json: - schema: *155 + schema: *156 examples: default: value: @@ -58357,18 +58342,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-an-environment-variable parameters: - - *259 - *260 - - *384 - - *157 + - *261 + - *385 + - *158 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: - default: *396 + default: *397 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58389,10 +58374,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-an-environment-variable parameters: - - *259 - *260 - - *157 - - *384 + - *261 + - *158 + - *385 requestBody: required: true content: @@ -58434,10 +58419,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-an-environment-variable parameters: - - *259 - *260 - - *157 - - *384 + - *261 + - *158 + - *385 responses: '204': description: Response @@ -58458,8 +58443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-repository-events parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -58469,7 +58454,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: 200-response: value: @@ -58536,8 +58521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/forks#list-forks parameters: - - *259 - *260 + - *261 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -58559,7 +58544,7 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: default: value: @@ -58673,7 +58658,7 @@ paths: node_id: MDc6TGljZW5zZW1pdA== headers: Link: *6 - '400': *31 + '400': *32 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58694,8 +58679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/forks#create-a-fork parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -58728,13 +58713,13 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 - '400': *31 - '422': *32 - '403': *40 - '404': *23 + default: *273 + '400': *32 + '422': *33 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58751,8 +58736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/blobs#create-a-blob parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -58802,10 +58787,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *23 - '409': *295 - '403': *40 - '422': *32 + '404': *24 + '409': *296 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58830,8 +58815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/blobs#get-a-blob parameters: - - *259 - *260 + - *261 - name: file_sha in: path required: true @@ -58880,10 +58865,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *23 - '422': *32 - '403': *40 - '409': *295 + '404': *24 + '422': *33 + '403': *41 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58930,8 +58915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/commits#create-a-commit parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -59039,7 +59024,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &398 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -59208,9 +59193,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *32 - '404': *23 - '409': *295 + '422': *33 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59259,15 +59244,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/commits#get-a-commit-object parameters: - - *259 - *260 - - *357 + - *261 + - *358 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -59296,8 +59281,8 @@ paths: reason: unsigned signature: payload: - '404': *23 - '409': *295 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59321,9 +59306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#list-matching-references parameters: - - *259 - *260 - - &398 + - *261 + - &399 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -59340,7 +59325,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Git Reference description: Git references within a repository type: object @@ -59395,7 +59380,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *6 - '409': *295 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59415,17 +59400,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#get-a-reference parameters: - - *259 - *260 - - *398 + - *261 + - *399 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &400 + default: &401 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -59434,8 +59419,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *23 - '409': *295 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59454,8 +59439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#create-a-reference parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -59484,16 +59469,16 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *32 - '409': *295 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59512,9 +59497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#update-a-reference parameters: - - *259 - *260 - - *398 + - *261 + - *399 requestBody: required: true content: @@ -59543,11 +59528,11 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 - '422': *32 - '409': *295 + default: *401 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59563,14 +59548,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#delete-a-reference parameters: - - *259 - *260 - - *398 + - *261 + - *399 responses: '204': description: Response - '422': *32 - '409': *295 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59617,8 +59602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/tags#create-a-tag-object parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -59685,7 +59670,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: Git Tag description: Metadata for a Git tag type: object @@ -59741,7 +59726,7 @@ paths: - sha - type - url - verification: *401 + verification: *402 required: - sha - url @@ -59751,7 +59736,7 @@ paths: - tag - message examples: - default: &403 + default: &404 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -59776,8 +59761,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *32 - '409': *295 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59822,8 +59807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/tags#get-a-tag parameters: - - *259 - *260 + - *261 - name: tag_sha in: path required: true @@ -59834,11 +59819,11 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 - '404': *23 - '409': *295 + default: *404 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59860,8 +59845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/trees#create-a-tree parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -59935,7 +59920,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &405 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60027,10 +60012,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *32 - '404': *23 - '403': *40 - '409': *295 + '422': *33 + '404': *24 + '403': *41 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60053,8 +60038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/trees#get-a-tree parameters: - - *259 - *260 + - *261 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -60077,7 +60062,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default-response: summary: Default response @@ -60116,9 +60101,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *32 - '404': *23 - '409': *295 + '422': *33 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60136,8 +60121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#list-repository-webhooks parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -60147,7 +60132,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Webhook description: Webhooks for repositories. type: object @@ -60179,7 +60164,7 @@ paths: examples: - push - pull_request - config: *29 + config: *30 updated_at: type: string format: date-time @@ -60210,7 +60195,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &574 + last_response: &575 title: Hook Response type: object properties: @@ -60269,7 +60254,7 @@ paths: message: headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60287,8 +60272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#create-a-repository-webhook parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -60306,10 +60291,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 events: type: array description: Determines what [events](https://docs.github.com/enterprise-server@3.11/webhooks/event-payloads) @@ -60341,9 +60326,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: type: Repository id: 12345678 @@ -60371,9 +60356,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *23 - '422': *32 - '403': *40 + '404': *24 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60391,18 +60376,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#get-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 - '404': *23 + default: *407 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60421,8 +60406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#update-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 requestBody: required: true @@ -60431,7 +60416,7 @@ paths: schema: type: object properties: - config: *29 + config: *30 events: type: array description: Determines what [events](https://docs.github.com/enterprise-server@3.11/webhooks/event-payloads) @@ -60468,11 +60453,11 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 - '422': *32 - '404': *23 + default: *407 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60488,13 +60473,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60514,17 +60499,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 + - *261 - *3 responses: '200': description: Response content: application/json: - schema: *29 + schema: *30 examples: - default: *30 + default: *31 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60543,8 +60528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 + - *261 - *3 requestBody: required: false @@ -60554,10 +60539,10 @@ paths: type: object additionalProperties: false properties: - url: *25 - content_type: *26 - secret: *27 - insecure_ssl: *28 + url: *26 + content_type: *27 + secret: *28 + insecure_ssl: *29 examples: default: summary: Example of updating content type and URL @@ -60569,9 +60554,9 @@ paths: description: Response content: application/json: - schema: *29 + schema: *30 examples: - default: *30 + default: *31 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60589,11 +60574,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 - *4 - - *189 + - *190 - name: redelivery in: query required: false @@ -60606,11 +60591,11 @@ paths: application/json: schema: type: array - items: *190 + items: *191 examples: - default: *191 - '400': *31 - '422': *32 + default: *192 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60627,20 +60612,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 - - *33 + - *34 responses: '200': description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 - '400': *31 - '422': *32 + default: *194 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60657,14 +60642,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 - - *33 + - *34 responses: - '202': *132 - '400': *31 - '422': *32 + '202': *133 + '400': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60682,13 +60667,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *259 - *260 + - *261 - *3 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60708,13 +60693,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *259 - *260 + - *261 - *3 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60734,18 +60719,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *36 + schema: *37 examples: - default: *407 - '301': *271 - '404': *23 + default: *408 + '301': *272 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60763,8 +60748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#list-repository-invitations parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -60774,7 +60759,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60785,7 +60770,7 @@ paths: type: integer examples: - 42 - repository: *144 + repository: *145 invitee: anyOf: - type: 'null' @@ -60835,7 +60820,7 @@ paths: - html_url - created_at examples: - default: &552 + default: &553 value: - id: 1 repository: @@ -60966,9 +60951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *259 - *260 - - &409 + - *261 + - &410 name: invitation_id description: The unique identifier of the invitation. in: path @@ -61003,7 +60988,7 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: default: value: @@ -61134,9 +61119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *259 - *260 - - *409 + - *261 + - *410 responses: '204': description: Response @@ -61169,8 +61154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#list-repository-issues parameters: - - *259 - *260 + - *261 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -61210,7 +61195,7 @@ paths: required: false schema: type: string - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -61223,7 +61208,7 @@ paths: - comments default: created - *9 - - *106 + - *107 - *4 - *5 responses: @@ -61233,7 +61218,7 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: default: value: @@ -61383,9 +61368,9 @@ paths: state_reason: completed headers: Link: *6 - '301': *271 - '422': *32 - '404': *23 + '301': *272 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61412,8 +61397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#create-an-issue parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -61494,9 +61479,9 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: &413 + default: &414 value: id: 1 node_id: MDU6SXNzdWUx @@ -61647,12 +61632,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *31 - '403': *40 - '422': *32 - '503': *101 - '404': *23 - '410': *219 + '400': *32 + '403': *41 + '422': *33 + '503': *102 + '404': *24 + '410': *220 x-github: triggersNotification: true githubCloudOnly: false @@ -61680,9 +61665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *259 - *260 - - &456 + - *261 + - &457 name: sort description: The property to sort the results by. in: query @@ -61702,7 +61687,7 @@ paths: enum: - asc - desc - - *106 + - *107 - *4 - *5 responses: @@ -61712,9 +61697,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: &415 + default: &416 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -61746,8 +61731,8 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61772,17 +61757,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#get-an-issue-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -61812,7 +61797,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61836,9 +61821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#update-an-issue-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -61860,10 +61845,10 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 - '422': *32 + default: *412 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61880,9 +61865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#delete-an-issue-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '204': description: Response @@ -61902,9 +61887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -61930,12 +61915,12 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61953,9 +61938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -61987,17 +61972,17 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 - '422': *32 + default: *250 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62017,10 +62002,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *259 - *260 - - *115 - - *251 + - *261 + - *116 + - *252 responses: '204': description: Response @@ -62040,8 +62025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/events#list-issue-events-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -62051,7 +62036,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 title: Issue Event description: Issue Event type: object @@ -62098,7 +62083,7 @@ paths: issue: anyOf: - type: 'null' - - *116 + - *117 label: title: Issue Event Label description: Issue Event Label @@ -62131,7 +62116,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *261 + requested_team: *262 dismissed_review: title: Issue Event Dismissed Review type: object @@ -62198,7 +62183,7 @@ paths: required: - from - to - author_association: *103 + author_association: *104 lock_reason: type: - string @@ -62206,7 +62191,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 required: - id - node_id @@ -62373,7 +62358,7 @@ paths: state_reason: completed headers: Link: *6 - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62390,8 +62375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/events#get-an-issue-event parameters: - - *259 - *260 + - *261 - name: event_id in: path required: true @@ -62402,7 +62387,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -62594,9 +62579,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *23 - '410': *219 - '403': *40 + '404': *24 + '410': *220 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62631,9 +62616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue parameters: - - *259 - *260 - - &414 + - *261 + - &415 name: issue_number description: The number that identifies the issue. in: path @@ -62645,13 +62630,13 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *413 - '301': *271 - '404': *23 - '410': *219 - '304': *39 + default: *414 + '301': *272 + '404': *24 + '410': *220 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62675,9 +62660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#update-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: false content: @@ -62784,15 +62769,15 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *413 - '422': *32 - '503': *101 - '403': *40 - '301': *271 - '404': *23 - '410': *219 + default: *414 + '422': *33 + '503': *102 + '403': *41 + '301': *272 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62810,9 +62795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: false content: @@ -62838,9 +62823,9 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62856,9 +62841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: content: application/json: @@ -62883,9 +62868,9 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62907,9 +62892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 - name: assignee in: path required: true @@ -62922,7 +62907,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *21 + schema: *22 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62949,10 +62934,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#list-issue-comments parameters: - - *259 - *260 - - *414 - - *106 + - *261 + - *415 + - *107 - *4 - *5 responses: @@ -62962,13 +62947,13 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *415 + default: *416 headers: Link: *6 - '404': *23 - '410': *219 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62997,9 +62982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#create-an-issue-comment parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: true content: @@ -63021,18 +63006,18 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *40 - '410': *219 - '422': *32 - '404': *23 + '403': *41 + '410': *220 + '422': *33 + '404': *24 x-github: triggersNotification: true githubCloudOnly: false @@ -63050,9 +63035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/events#list-issue-events parameters: - - *259 - *260 - - *414 + - *261 + - *415 - *4 - *5 responses: @@ -63066,7 +63051,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &418 + - &419 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -63093,7 +63078,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 label: type: object properties: @@ -63115,7 +63100,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &419 + - &420 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -63142,7 +63127,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 label: type: object properties: @@ -63187,7 +63172,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *22 + performed_via_github_app: *23 assignee: *17 assigner: *17 required: @@ -63228,7 +63213,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 assignee: *17 assigner: *17 required: @@ -63243,7 +63228,7 @@ paths: - performed_via_github_app - assignee - assigner - - &420 + - &421 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -63270,7 +63255,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 milestone: type: object properties: @@ -63289,7 +63274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &421 + - &422 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -63316,7 +63301,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 milestone: type: object properties: @@ -63335,7 +63320,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &422 + - &423 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -63362,7 +63347,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 rename: type: object properties: @@ -63384,7 +63369,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &423 + - &424 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -63411,9 +63396,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 review_requester: *17 - requested_team: *261 + requested_team: *262 requested_reviewer: *17 required: - review_requester @@ -63426,7 +63411,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &424 + - &425 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -63453,9 +63438,9 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 review_requester: *17 - requested_team: *261 + requested_team: *262 requested_reviewer: *17 required: - review_requester @@ -63468,7 +63453,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &425 + - &426 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -63495,7 +63480,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 dismissed_review: type: object properties: @@ -63524,7 +63509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &426 + - &427 title: Locked Issue Event description: Locked Issue Event type: object @@ -63551,7 +63536,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 lock_reason: type: - string @@ -63569,7 +63554,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &427 + - &428 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -63596,7 +63581,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 project_card: type: object properties: @@ -63630,7 +63615,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &428 + - &429 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -63657,7 +63642,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 project_card: type: object properties: @@ -63691,7 +63676,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &429 + - &430 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -63718,7 +63703,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 project_card: type: object properties: @@ -63752,7 +63737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &430 + - &431 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -63776,7 +63761,7 @@ paths: - 'null' created_at: type: string - performed_via_github_app: *22 + performed_via_github_app: *23 project_card: type: object properties: @@ -63845,7 +63830,7 @@ paths: color: red headers: Link: *6 - '410': *219 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63862,9 +63847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#list-labels-for-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 - *4 - *5 responses: @@ -63874,7 +63859,7 @@ paths: application/json: schema: type: array - items: &416 + items: &417 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -63925,7 +63910,7 @@ paths: - color - default examples: - default: &417 + default: &418 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -63943,9 +63928,9 @@ paths: default: false headers: Link: *6 - '301': *271 - '404': *23 - '410': *219 + '301': *272 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63962,9 +63947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#add-labels-to-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: false content: @@ -64023,13 +64008,13 @@ paths: application/json: schema: type: array - items: *416 + items: *417 examples: - default: *417 - '301': *271 - '404': *23 - '410': *219 - '422': *32 + default: *418 + '301': *272 + '404': *24 + '410': *220 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64045,9 +64030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#set-labels-for-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: false content: @@ -64107,13 +64092,13 @@ paths: application/json: schema: type: array - items: *416 + items: *417 examples: - default: *417 - '301': *271 - '404': *23 - '410': *219 - '422': *32 + default: *418 + '301': *272 + '404': *24 + '410': *220 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64129,15 +64114,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 responses: '204': description: Response - '301': *271 - '404': *23 - '410': *219 + '301': *272 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64156,9 +64141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 - name: name in: path required: true @@ -64171,7 +64156,7 @@ paths: application/json: schema: type: array - items: *416 + items: *417 examples: default: value: @@ -64182,9 +64167,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *271 - '404': *23 - '410': *219 + '301': *272 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64204,9 +64189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#lock-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: false content: @@ -64234,10 +64219,10 @@ paths: responses: '204': description: Response - '403': *40 - '410': *219 - '404': *23 - '422': *32 + '403': *41 + '410': *220 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64253,14 +64238,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#unlock-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 responses: '204': description: Response - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64277,9 +64262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -64305,13 +64290,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 - '404': *23 - '410': *219 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64329,9 +64314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 requestBody: required: true content: @@ -64363,17 +64348,17 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 - '422': *32 + default: *250 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -64393,10 +64378,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *259 - *260 - - *414 - - *251 + - *261 + - *415 + - *252 responses: '204': description: Response @@ -64416,9 +64401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *259 - *260 - - *414 + - *261 + - *415 - *4 - *5 responses: @@ -64433,7 +64418,6 @@ paths: description: Timeline Event type: object anyOf: - - *418 - *419 - *420 - *421 @@ -64446,6 +64430,7 @@ paths: - *428 - *429 - *430 + - *431 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -64493,12 +64478,12 @@ paths: issue_url: type: string format: uri - author_association: *103 + author_association: *104 performed_via_github_app: anyOf: - type: 'null' - - *22 - reactions: *104 + - *23 + reactions: *105 required: - event - actor @@ -64529,7 +64514,7 @@ paths: properties: type: type: string - issue: *116 + issue: *117 required: - event - created_at @@ -64741,7 +64726,7 @@ paths: type: string body_text: type: string - author_association: *103 + author_association: *104 required: - event - id @@ -64764,7 +64749,7 @@ paths: type: string comments: type: array - items: &451 + items: &452 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -64867,7 +64852,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *103 + author_association: *104 _links: type: object properties: @@ -64962,7 +64947,7 @@ paths: enum: - line - file - reactions: *104 + reactions: *105 body_html: type: string examples: @@ -65000,7 +64985,7 @@ paths: type: string comments: type: array - items: *355 + items: *356 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -65027,7 +65012,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 assignee: *17 required: - id @@ -65066,7 +65051,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 assignee: *17 required: - id @@ -65105,7 +65090,7 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 state_reason: type: - string @@ -65274,8 +65259,8 @@ paths: site_admin: true headers: Link: *6 - '404': *23 - '410': *219 + '404': *24 + '410': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65292,8 +65277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -65303,7 +65288,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -65367,8 +65352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65404,9 +65389,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 key: ssh-rsa AAA... @@ -65422,7 +65407,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65439,9 +65424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *259 - *260 - - &433 + - *261 + - &434 name: key_id description: The unique identifier of the key. in: path @@ -65453,10 +65438,10 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 - '404': *23 + default: *433 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65473,9 +65458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *259 - *260 - - *433 + - *261 + - *434 responses: '204': description: Response @@ -65495,8 +65480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#list-labels-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -65506,12 +65491,12 @@ paths: application/json: schema: type: array - items: *416 + items: *417 examples: - default: *417 + default: *418 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65529,8 +65514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#create-a-label parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65566,9 +65551,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: &434 + default: &435 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -65582,8 +65567,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *32 - '404': *23 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65600,8 +65585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#get-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -65612,10 +65597,10 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *434 - '404': *23 + default: *435 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65631,8 +65616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#update-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -65671,7 +65656,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -65697,8 +65682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#delete-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -65724,8 +65709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-languages parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -65761,10 +65746,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *259 - *260 + - *261 responses: - '202': *132 + '202': *133 '403': description: |- We will return a 403 with one of the following messages: @@ -65790,8 +65775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -65817,8 +65802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -65884,7 +65869,7 @@ paths: license: anyOf: - type: 'null' - - *117 + - *118 required: - _links - git_url @@ -65947,7 +65932,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65965,8 +65950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -66031,8 +66016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#merge-a-branch parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -66066,17 +66051,17 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *356 + schema: *357 examples: - default: *435 + default: *436 '204': description: Response when already merged '404': description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *40 - '422': *32 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66093,8 +66078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#list-milestones parameters: - - *259 - *260 + - *261 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -66135,7 +66120,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -66175,7 +66160,7 @@ paths: due_on: '2012-10-09T23:39:01Z' headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66191,8 +66176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#create-a-milestone parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -66232,9 +66217,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -66275,8 +66260,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66293,9 +66278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#get-a-milestone parameters: - - *259 - *260 - - &437 + - *261 + - &438 name: milestone_number description: The number that identifies the milestone. in: path @@ -66307,10 +66292,10 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *436 - '404': *23 + default: *437 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66326,9 +66311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#update-a-milestone parameters: - - *259 - *260 - - *437 + - *261 + - *438 requestBody: required: false content: @@ -66366,9 +66351,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66384,13 +66369,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#delete-a-milestone parameters: - - *259 - *260 - - *437 + - *261 + - *438 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66407,9 +66392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *259 - *260 - - *437 + - *261 + - *438 - *4 - *5 responses: @@ -66419,9 +66404,9 @@ paths: application/json: schema: type: array - items: *416 + items: *417 examples: - default: *417 + default: *418 headers: Link: *6 x-github: @@ -66440,12 +66425,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *259 - *260 - - *438 + - *261 - *439 - - *106 - *440 + - *107 + - *441 - *4 - *5 responses: @@ -66455,9 +66440,9 @@ paths: application/json: schema: type: array - items: *123 + items: *124 examples: - default: *441 + default: *442 headers: Link: *6 x-github: @@ -66481,8 +66466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -66540,14 +66525,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &442 + schema: &443 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -66691,7 +66676,7 @@ paths: - custom_404 - public examples: - default: &443 + default: &444 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -66709,7 +66694,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66730,8 +66715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#create-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -66786,11 +66771,11 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 - '422': *32 - '409': *295 + default: *444 + '422': *33 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66811,8 +66796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -66889,9 +66874,9 @@ paths: responses: '204': description: Response - '422': *32 - '400': *31 - '409': *295 + '422': *33 + '400': *32 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66912,14 +66897,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '204': description: Response - '422': *32 - '404': *23 - '409': *295 + '422': *33 + '404': *24 + '409': *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66939,8 +66924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#list-apiname-pages-builds parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -66950,7 +66935,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Page Build description: Page Build type: object @@ -67042,8 +67027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#request-a-apiname-pages-build parameters: - - *259 - *260 + - *261 responses: '201': description: Response @@ -67090,16 +67075,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-latest-pages-build parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &445 + default: &446 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -67147,8 +67132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-apiname-pages-build parameters: - - *259 - *260 + - *261 - name: build_id in: path required: true @@ -67159,9 +67144,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67181,8 +67166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#create-a-github-pages-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67256,9 +67241,9 @@ paths: value: status_url: https://api.github.com/repos/github/developer.github.com/pages/deployment/status/4fd754f7e594640989b406850d0bc8f06a121251 page_url: developer.github.com - '400': *31 - '422': *32 - '404': *23 + '400': *32 + '422': *33 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67278,8 +67263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *259 - *260 + - *261 - *4 - *5 - *9 @@ -67300,7 +67285,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 type: object properties: id: @@ -67334,17 +67319,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *259 - *260 + - *261 - *16 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: id: 42 name: Check Commits @@ -67366,15 +67351,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *259 - *260 + - *261 - *16 responses: '200': description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -67418,8 +67403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *259 - *260 + - *261 - *16 responses: '200': @@ -67427,9 +67412,9 @@ paths: global level. content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67449,8 +67434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#list-repository-projects parameters: - - *259 - *260 + - *261 - name: state description: Indicates the state of the projects to return. in: query @@ -67471,7 +67456,7 @@ paths: application/json: schema: type: array - items: *218 + items: *219 examples: default: value: @@ -67508,11 +67493,11 @@ paths: updated_at: '2014-03-03T18:58:10Z' headers: Link: *6 - '401': *38 - '403': *40 - '404': *23 - '410': *219 - '422': *24 + '401': *39 + '403': *41 + '404': *24 + '410': *220 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67531,8 +67516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#create-a-repository-project parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67558,14 +67543,14 @@ paths: description: Response content: application/json: - schema: *218 + schema: *219 examples: - default: *268 - '401': *38 - '403': *40 - '404': *23 - '410': *219 - '422': *24 + default: *269 + '401': *39 + '403': *41 + '404': *24 + '410': *220 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67598,8 +67583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#list-pull-requests parameters: - - *259 - *260 + - *261 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -67659,13 +67644,13 @@ paths: application/json: schema: type: array - items: *448 + items: *449 examples: - default: *449 + default: *450 headers: Link: *6 - '304': *39 - '422': *32 + '304': *40 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67694,8 +67679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#create-a-pull-request parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67762,7 +67747,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -67890,7 +67875,7 @@ paths: milestone: anyOf: - type: 'null' - - *360 + - *361 active_lock_reason: type: - string @@ -67945,7 +67930,7 @@ paths: type: - array - 'null' - items: *238 + items: *239 head: type: object properties: @@ -68682,7 +68667,7 @@ paths: license: anyOf: - type: 'null' - - *117 + - *118 pushed_at: type: string format: date-time @@ -68867,14 +68852,14 @@ paths: _links: type: object properties: - comments: *361 - commits: *361 - statuses: *361 - html: *361 - issue: *361 - review_comments: *361 - review_comment: *361 - self: *361 + comments: *362 + commits: *362 + statuses: *362 + html: *362 + issue: *362 + review_comments: *362 + review_comment: *362 + self: *362 required: - comments - commits @@ -68884,8 +68869,8 @@ paths: - review_comments - review_comment - self - author_association: *103 - auto_merge: *450 + author_association: *104 + auto_merge: *451 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -68987,7 +68972,7 @@ paths: - merged_by - review_comments examples: - default: &454 + default: &455 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69486,8 +69471,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *40 - '422': *32 + '403': *41 + '422': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -69514,8 +69499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *259 - *260 + - *261 - name: sort in: query required: false @@ -69534,7 +69519,7 @@ paths: enum: - asc - desc - - *106 + - *107 - *4 - *5 responses: @@ -69544,9 +69529,9 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: - default: &457 + default: &458 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69623,17 +69608,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &452 + default: &453 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69684,7 +69669,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69708,9 +69693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -69732,9 +69717,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69750,13 +69735,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '204': description: Response - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69773,9 +69758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -69801,12 +69786,12 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69824,9 +69809,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -69858,17 +69843,17 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 - '422': *32 + default: *250 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69888,10 +69873,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *259 - *260 - - *115 - - *251 + - *261 + - *116 + - *252 responses: '204': description: Response @@ -69934,9 +69919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#get-a-pull-request parameters: - - *259 - *260 - - &455 + - *261 + - &456 name: pull_number description: The number that identifies the pull request. in: path @@ -69949,13 +69934,13 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *453 + schema: *454 examples: - default: *454 - '304': *39 - '404': *23 - '500': *207 - '503': *101 + default: *455 + '304': *40 + '404': *24 + '500': *208 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69982,9 +69967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#update-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: false content: @@ -70026,11 +70011,11 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 - '422': *32 - '403': *40 + default: *455 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70056,10 +70041,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 - *456 + - *457 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -70069,7 +70054,7 @@ paths: enum: - asc - desc - - *106 + - *107 - *4 - *5 responses: @@ -70079,9 +70064,9 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: - default: *457 + default: *458 headers: Link: *6 x-github: @@ -70114,9 +70099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: true content: @@ -70222,7 +70207,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: example-for-a-multi-line-comment: value: @@ -70280,8 +70265,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *32 - '403': *40 + '422': *33 + '403': *41 x-github: triggersNotification: true githubCloudOnly: false @@ -70310,10 +70295,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *259 - *260 - - *455 - - *115 + - *261 + - *456 + - *116 requestBody: required: true content: @@ -70335,7 +70320,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -70393,7 +70378,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *23 + '404': *24 x-github: triggersNotification: true githubCloudOnly: false @@ -70422,9 +70407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 - *4 - *5 responses: @@ -70434,9 +70419,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *458 + default: *459 headers: Link: *6 x-github: @@ -70467,9 +70452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#list-pull-requests-files parameters: - - *259 - *260 - - *455 + - *261 + - *456 - *4 - *5 responses: @@ -70479,7 +70464,7 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: default: value: @@ -70496,9 +70481,9 @@ paths: module Test" headers: Link: *6 - '422': *32 - '500': *207 - '503': *101 + '422': *33 + '500': *208 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70517,9 +70502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *259 - *260 - - *455 + - *261 + - *456 responses: '204': description: Response if pull request has been merged @@ -70542,9 +70527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#merge-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: false content: @@ -70632,9 +70617,9 @@ paths: response-if-sha-was-provided-and-pull-request-head-did-not-match: value: message: Head branch was modified. Review and try the merge again. - '422': *32 - '403': *40 - '404': *23 + '422': *33 + '403': *41 + '404': *24 x-github: triggersNotification: true githubCloudOnly: false @@ -70656,9 +70641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 responses: '200': description: Response @@ -70674,7 +70659,7 @@ paths: items: *17 teams: type: array - items: *261 + items: *262 required: - users - teams @@ -70733,9 +70718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: false content: @@ -70772,7 +70757,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -71290,7 +71275,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *40 + '403': *41 x-github: triggersNotification: true githubCloudOnly: false @@ -71308,9 +71293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: true content: @@ -71344,7 +71329,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: default: value: @@ -71824,7 +71809,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71849,9 +71834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 - *4 - *5 responses: @@ -71861,7 +71846,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -71934,7 +71919,7 @@ paths: type: string body_text: type: string - author_association: *103 + author_association: *104 required: - id - node_id @@ -72015,9 +72000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: false content: @@ -72107,9 +72092,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &461 + default: &462 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72145,8 +72130,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *24 - '403': *40 + '422': *25 + '403': *41 x-github: triggersNotification: true githubCloudOnly: false @@ -72172,10 +72157,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *259 - *260 - - *455 - - &460 + - *261 + - *456 + - &461 name: review_id description: The unique identifier of the review. in: path @@ -72187,9 +72172,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &462 + default: &463 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72224,7 +72209,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72248,10 +72233,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *259 - *260 - - *455 - - *460 + - *261 + - *456 + - *461 requestBody: required: true content: @@ -72274,7 +72259,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -72312,7 +72297,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72336,20 +72321,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *259 - *260 - - *455 - - *460 + - *261 + - *456 + - *461 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *461 - '422': *24 - '404': *23 + default: *462 + '422': *25 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72374,10 +72359,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *259 - *260 - - *455 - - *460 + - *261 + - *456 + - *461 - *4 - *5 responses: @@ -72469,13 +72454,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *103 + author_association: *104 _links: type: object properties: - self: *361 - html: *361 - pull_request: *361 + self: *362 + html: *362 + pull_request: *362 required: - self - html @@ -72484,7 +72469,7 @@ paths: type: string body_html: type: string - reactions: *104 + reactions: *105 side: description: The side of the first line of the range for a multi-line comment. @@ -72598,7 +72583,7 @@ paths: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72627,10 +72612,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *259 - *260 - - *455 - - *460 + - *261 + - *456 + - *461 requestBody: required: true content: @@ -72659,7 +72644,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -72696,8 +72681,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *23 - '422': *24 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72722,10 +72707,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *259 - *260 - - *455 - - *460 + - *261 + - *456 + - *461 requestBody: required: true content: @@ -72760,12 +72745,12 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *462 - '404': *23 - '422': *24 - '403': *40 + default: *463 + '404': *24 + '422': *25 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72783,9 +72768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *259 - *260 - - *455 + - *261 + - *456 requestBody: required: false content: @@ -72825,8 +72810,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *32 - '403': *40 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -72849,8 +72834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#get-a-repository-readme parameters: - - *259 - *260 + - *261 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -72863,9 +72848,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &464 + default: &465 value: type: file encoding: base64 @@ -72882,8 +72867,8 @@ paths: git: https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1 self: https://api.github.com/repos/octokit/octokit.rb/contents/README.md html: https://github.com/octokit/octokit.rb/blob/master/README.md - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72906,8 +72891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *259 - *260 + - *261 - name: dir description: The alternate path to look for a README file in: path @@ -72927,11 +72912,11 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 - '404': *23 - '422': *32 + default: *465 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72951,8 +72936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#list-releases parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -72962,7 +72947,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Release description: A release. type: object @@ -73034,7 +73019,7 @@ paths: author: *17 assets: type: array - items: &466 + items: &467 title: Release Asset description: Data related to a release. type: object @@ -73100,7 +73085,7 @@ paths: type: string mentions_count: type: integer - reactions: *104 + reactions: *105 required: - assets_url - upload_url @@ -73191,7 +73176,7 @@ paths: site_admin: false headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73210,8 +73195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#create-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -73281,9 +73266,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: &470 + default: &471 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -73358,7 +73343,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/releases/1 schema: type: string - '422': *32 + '422': *33 x-github: triggersNotification: true githubCloudOnly: false @@ -73379,9 +73364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#get-a-release-asset parameters: - - *259 - *260 - - &468 + - *261 + - &469 name: asset_id description: The unique identifier of the asset. in: path @@ -73393,9 +73378,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -73428,8 +73413,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *23 - '302': *467 + '404': *24 + '302': *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73445,9 +73430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#update-a-release-asset parameters: - - *259 - *260 - - *468 + - *261 + - *469 requestBody: required: false content: @@ -73476,9 +73461,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73494,9 +73479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#delete-a-release-asset parameters: - - *259 - *260 - - *468 + - *261 + - *469 responses: '204': description: Response @@ -73520,8 +73505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -73587,7 +73572,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73607,16 +73592,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#get-the-latest-release parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73633,8 +73618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#get-a-release-by-tag-name parameters: - - *259 - *260 + - *261 - name: tag description: tag parameter in: path @@ -73647,10 +73632,10 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *470 - '404': *23 + default: *471 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73672,9 +73657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#get-a-release parameters: - - *259 - *260 - - &471 + - *261 + - &472 name: release_id description: The unique identifier of the release. in: path @@ -73688,9 +73673,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.11/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *465 + schema: *466 examples: - default: *470 + default: *471 '401': description: Unauthorized x-github: @@ -73708,9 +73693,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#update-a-release parameters: - - *259 - *260 - - *471 + - *261 + - *472 requestBody: required: false content: @@ -73767,9 +73752,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73785,9 +73770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#delete-a-release parameters: - - *259 - *260 - - *471 + - *261 + - *472 responses: '204': description: Response @@ -73807,9 +73792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#list-release-assets parameters: - - *259 - *260 - - *471 + - *261 + - *472 - *4 - *5 responses: @@ -73819,7 +73804,7 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: default: value: @@ -73900,9 +73885,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *259 - *260 - - *471 + - *261 + - *472 - name: name in: query required: true @@ -73928,7 +73913,7 @@ paths: description: Response for successful upload content: application/json: - schema: *466 + schema: *467 examples: response-for-successful-upload: value: @@ -73982,9 +73967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *259 - *260 - - *471 + - *261 + - *472 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -74008,12 +73993,12 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74031,9 +74016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *259 - *260 - - *471 + - *261 + - *472 requestBody: required: true content: @@ -74063,17 +74048,17 @@ paths: description: Reaction exists content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 '201': description: Reaction created content: application/json: - schema: *248 + schema: *249 examples: - default: *249 - '422': *32 + default: *250 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74093,10 +74078,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-a-release-reaction parameters: - - *259 - *260 - - *471 - - *251 + - *261 + - *472 + - *252 responses: '204': description: Response @@ -74116,8 +74101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-cache-replication-status parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -74170,8 +74155,8 @@ paths: - last_sync: '2022-01-10T19:34:12Z' headers: Link: *6 - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74192,9 +74177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/rules#get-rules-for-a-branch parameters: - - *259 - *260 - - *318 + - *261 + - *319 - *4 - *5 responses: @@ -74210,8 +74195,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *472 - - &474 + - *473 + - &475 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74231,47 +74216,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *473 - *474 - - allOf: - *475 - - *474 - allOf: - *476 - - *474 + - *475 - allOf: - *477 - - *474 + - *475 - allOf: - *478 - - *474 + - *475 - allOf: - *479 - - *474 + - *475 - allOf: - *480 - - *474 + - *475 - allOf: - *481 - - *474 + - *475 - allOf: - *482 - - *474 + - *475 - allOf: - *483 - - *474 + - *475 - allOf: - *484 - - *474 + - *475 - allOf: - *485 - - *474 + - *475 - allOf: - *486 - - *474 + - *475 - allOf: - *487 - - *474 + - *475 + - allOf: + - *488 + - *475 examples: default: value: @@ -74310,8 +74295,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - *4 - *5 - name: includes_parents @@ -74329,7 +74314,7 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: default: value: @@ -74359,8 +74344,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/314 created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' - '404': *23 - '500': *207 + '404': *24 + '500': *208 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -74376,8 +74361,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 requestBody: description: Request body required: true @@ -74395,16 +74380,16 @@ paths: enum: - branch - tag - enforcement: *222 + enforcement: *223 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *223 - conditions: *221 + items: *224 + conditions: *222 rules: type: array description: An array of rules within the ruleset. - items: *225 + items: *226 required: - name - enforcement @@ -74435,9 +74420,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &488 + default: &489 value: id: 42 name: super cool ruleset @@ -74469,8 +74454,8 @@ paths: href: https://github.com/monalisa/my-repo/rules/42 created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' - '404': *23 - '500': *207 + '404': *24 + '500': *208 "/repos/{owner}/{repo}/rulesets/{ruleset_id}": get: summary: Get a repository ruleset @@ -74487,8 +74472,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74508,11 +74493,11 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *488 - '404': *23 - '500': *207 + default: *489 + '404': *24 + '500': *208 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74528,8 +74513,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74553,16 +74538,16 @@ paths: enum: - branch - tag - enforcement: *222 + enforcement: *223 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *223 - conditions: *221 + items: *224 + conditions: *222 rules: description: An array of rules within the ruleset. type: array - items: *225 + items: *226 examples: default: value: @@ -74590,11 +74575,11 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: *488 - '404': *23 - '500': *207 + default: *489 + '404': *24 + '500': *208 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74610,8 +74595,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74621,8 +74606,8 @@ paths: responses: '204': description: Response - '404': *23 - '500': *207 + '404': *24 + '500': *208 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -74639,17 +74624,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *228 + - *261 - *229 - *230 - *231 + - *232 - *9 - *5 - *4 - - *489 - *490 + - *491 responses: '200': description: Response @@ -74657,24 +74642,24 @@ paths: application/json: schema: type: array - items: &493 + items: &494 type: object properties: - number: *91 - created_at: *96 + number: *92 + created_at: *97 updated_at: anyOf: - type: 'null' - - *97 - url: *94 - html_url: *95 + - *98 + url: *95 + html_url: *96 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *491 - resolution: *492 + state: *492 + resolution: *493 resolved_at: type: - string @@ -74793,7 +74778,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *101 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74815,15 +74800,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *259 - *260 - - *345 + - *261 + - *346 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -74837,11 +74822,11 @@ paths: secret_type_display_name: Mailchimp API Key secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2 push_protection_bypassed: false - '304': *39 + '304': *40 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *101 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74862,9 +74847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *259 - *260 - - *345 + - *261 + - *346 requestBody: required: true content: @@ -74872,8 +74857,8 @@ paths: schema: type: object properties: - state: *491 - resolution: *492 + state: *492 + resolution: *493 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -74892,7 +74877,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -74936,7 +74921,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *101 + '503': *102 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74958,9 +74943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *259 - *260 - - *345 + - *261 + - *346 - *5 - *4 responses: @@ -74971,7 +74956,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &578 + items: &579 type: object properties: type: @@ -75271,7 +75256,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *101 + '503': *102 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75293,8 +75278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#list-stargazers parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -75369,7 +75354,7 @@ paths: site_admin: false headers: Link: *6 - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75387,8 +75372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -75397,7 +75382,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -75409,8 +75394,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *132 - '204': *215 + '202': *133 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75428,8 +75413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -75479,8 +75464,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *132 - '204': *215 + '202': *133 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75504,8 +75489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -75576,8 +75561,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *132 - '204': *215 + '202': *133 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75599,8 +75584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *259 - *260 + - *261 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -75730,7 +75715,7 @@ paths: - 1 - 10 - 3 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75754,8 +75739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *259 - *260 + - *261 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -75765,7 +75750,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -75778,7 +75763,7 @@ paths: - - 0 - 2 - 21 - '204': *215 + '204': *216 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75798,8 +75783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/statuses#create-a-commit-status parameters: - - *259 - *260 + - *261 - name: sha in: path required: true @@ -75855,7 +75840,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -75909,8 +75894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#list-watchers parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -75922,7 +75907,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -75942,14 +75927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#get-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &496 + schema: &497 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76002,7 +75987,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76022,8 +76007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#set-a-repository-subscription parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -76049,7 +76034,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -76076,8 +76061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#delete-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -76097,8 +76082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-tags parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -76177,8 +76162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/tags#list-tag-protection-states-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -76186,7 +76171,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Tag protection description: Tag protection type: object @@ -76218,8 +76203,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76237,8 +76222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/tags#create-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76261,13 +76246,13 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: enabled: true - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76286,8 +76271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/tags#delete-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -76297,8 +76282,8 @@ paths: responses: '204': description: Response - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76319,8 +76304,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -76356,8 +76341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-teams parameters: - - *259 - *260 + - *261 - *4 - *5 responses: @@ -76367,12 +76352,12 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *239 + default: *240 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76389,8 +76374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-all-repository-topics parameters: - - *259 - *260 + - *261 - *5 - *4 responses: @@ -76398,7 +76383,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -76410,14 +76395,14 @@ paths: required: - names examples: - default: &499 + default: &500 value: names: - octocat - atom - electron - api - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76433,8 +76418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#replace-all-repository-topics parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76465,11 +76450,11 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 - '404': *23 - '422': *24 + default: *500 + '404': *24 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76490,8 +76475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#transfer-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76527,7 +76512,7 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: default: value: @@ -76765,8 +76750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76789,8 +76774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#enable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -76812,8 +76797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#disable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -76838,8 +76823,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -76931,9 +76916,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -76995,7 +76980,7 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: default: value: @@ -77070,8 +77055,8 @@ paths: example: ; rel="next" schema: type: string - '422': *32 - '304': *39 + '422': *33 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77107,7 +77092,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &507 + - &508 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -77117,7 +77102,7 @@ paths: type: string examples: - members - - &512 + - &513 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -77129,7 +77114,7 @@ paths: format: int32 examples: - 1 - - &513 + - &514 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -77140,7 +77125,7 @@ paths: format: int32 examples: - 1 - - *63 + - *64 responses: '200': description: Success, either groups were found or not found @@ -77173,7 +77158,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &501 + items: &502 allOf: - type: object required: @@ -77255,7 +77240,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &514 + meta: &515 type: object description: The metadata associated with the creation/updates to the user. @@ -77320,31 +77305,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &502 + '400': &503 description: Bad request content: application/json: - schema: *500 + schema: *501 application/scim+json: - schema: *500 - '401': &503 + schema: *501 + '401': &504 description: Authorization failure - '403': &504 + '403': &505 description: Permission denied - '429': &505 + '429': &506 description: Too many requests content: application/json: - schema: *500 + schema: *501 application/scim+json: - schema: *500 - '500': &506 + schema: *501 + '500': &507 description: Internal server error content: application/json: - schema: *500 + schema: *501 application/scim+json: - schema: *500 + schema: *501 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77365,12 +77350,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *63 + - *64 requestBody: required: true content: application/json: - schema: &510 + schema: &511 type: object required: - schemas @@ -77430,9 +77415,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *501 + schema: *502 examples: - group: &508 + group: &509 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -77451,13 +77436,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *502 - '401': *503 - '403': *504 - '409': &511 + '400': *503 + '401': *504 + '403': *505 + '409': &512 description: Duplicate record detected - '429': *505 - '500': *506 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77477,7 +77462,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &509 + - &510 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -77486,22 +77471,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *507 - - *63 + - *508 + - *64 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *501 + schema: *502 examples: - default: *508 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '429': *505 - '500': *506 + default: *509 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77522,13 +77507,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *509 - - *63 + - *510 + - *64 requestBody: required: true content: application/json: - schema: *510 + schema: *511 examples: group: summary: Group @@ -77554,17 +77539,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *501 + schema: *502 examples: - group: *508 - groupWithMembers: *508 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '409': *511 - '429': *505 - '500': *506 + group: *509 + groupWithMembers: *509 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '409': *512 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77587,13 +77572,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *509 - - *63 + - *510 + - *64 requestBody: required: true content: application/json: - schema: &521 + schema: &522 type: object required: - Operations @@ -77653,17 +77638,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *501 + schema: *502 examples: - updateGroup: *508 - addMembers: *508 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '409': *511 - '429': *505 - '500': *506 + updateGroup: *509 + addMembers: *509 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '409': *512 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77682,17 +77667,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *509 - - *63 + - *510 + - *64 responses: '204': description: Group was deleted, no content - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '429': *505 - '500': *506 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77728,9 +77713,9 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *512 - *513 - - *63 + - *514 + - *64 responses: '200': description: Success, either users were found or not found @@ -77763,7 +77748,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &516 + items: &517 allOf: - type: object required: @@ -77855,7 +77840,7 @@ paths: address. examples: - true - roles: &515 + roles: &516 type: array description: The roles assigned to the user. items: @@ -77914,7 +77899,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *514 + meta: *515 startIndex: type: integer description: A starting index for the returned page @@ -77953,11 +77938,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *502 - '401': *503 - '403': *504 - '429': *505 - '500': *506 + '400': *503 + '401': *504 + '403': *505 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77980,12 +77965,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *63 + - *64 requestBody: required: true content: application/json: - schema: &519 + schema: &520 type: object required: - schemas @@ -78078,9 +78063,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *515 + roles: *516 examples: - user: &520 + user: &521 summary: User value: schemas: @@ -78127,9 +78112,9 @@ paths: description: User has been created content: application/scim+json: - schema: *516 + schema: *517 examples: - user: &517 + user: &518 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -78155,13 +78140,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *517 - '400': *502 - '401': *503 - '403': *504 - '409': *511 - '429': *505 - '500': *506 + enterpriseOwner: *518 + '400': *503 + '401': *504 + '403': *505 + '409': *512 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78181,28 +78166,28 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &518 + - &519 name: scim_user_id description: The unique identifier of the SCIM user. in: path required: true schema: type: string - - *63 + - *64 responses: '200': description: Success, a user was found content: application/scim+json: - schema: *516 + schema: *517 examples: - default: *517 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '429': *505 - '500': *506 + default: *518 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78225,30 +78210,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *518 - - *63 + - *519 + - *64 requestBody: required: true content: application/json: - schema: *519 + schema: *520 examples: - user: *520 + user: *521 responses: '200': description: User was updated content: application/scim+json: - schema: *516 + schema: *517 examples: - user: *517 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '409': *511 - '429': *505 - '500': *506 + user: *518 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '409': *512 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78283,13 +78268,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *518 - - *63 + - *519 + - *64 requestBody: required: true content: application/json: - schema: *521 + schema: *522 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -78329,18 +78314,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *516 + schema: *517 examples: - userMultiValuedProperties: *517 - userSingleValuedProperties: *517 - disableUser: *517 - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '409': *511 - '429': *505 - '500': *506 + userMultiValuedProperties: *518 + userSingleValuedProperties: *518 + disableUser: *518 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '409': *512 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78359,17 +78344,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *518 - - *63 + - *519 + - *64 responses: '204': description: User was deleted, no content - '400': *502 - '401': *503 - '403': *504 - '404': *23 - '429': *505 - '500': *506 + '400': *503 + '401': *504 + '403': *505 + '404': *24 + '429': *506 + '500': *507 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78478,7 +78463,7 @@ paths: html_url: type: string format: uri - repository: *144 + repository: *145 score: type: number file_size: @@ -78497,7 +78482,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &522 + text_matches: &523 title: Search Result Text Matches type: array items: @@ -78611,10 +78596,10 @@ paths: deployments_url: http://api.github.com/repos/octocat/Hello-World/deployments releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 - '304': *39 - '503': *101 - '422': *32 - '403': *40 + '304': *40 + '503': *102 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78661,7 +78646,7 @@ paths: enum: - author-date - committer-date - - &523 + - &524 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -78730,7 +78715,7 @@ paths: committer: anyOf: - type: 'null' - - *316 + - *317 comment_count: type: integer message: @@ -78749,7 +78734,7 @@ paths: url: type: string format: uri - verification: *401 + verification: *402 required: - author - committer @@ -78764,7 +78749,7 @@ paths: committer: anyOf: - type: 'null' - - *316 + - *317 parents: type: array items: @@ -78776,12 +78761,12 @@ paths: type: string sha: type: string - repository: *144 + repository: *145 score: type: number node_id: type: string - text_matches: *522 + text_matches: *523 required: - sha - node_id @@ -78910,7 +78895,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78973,7 +78958,7 @@ paths: - interactions - created - updated - - *523 + - *524 - *4 - *5 responses: @@ -79075,7 +79060,7 @@ paths: milestone: anyOf: - type: 'null' - - *360 + - *361 comments: type: integer created_at: @@ -79089,7 +79074,7 @@ paths: - string - 'null' format: date-time - text_matches: *522 + text_matches: *523 pull_request: type: object properties: @@ -79127,10 +79112,10 @@ paths: type: string score: type: number - author_association: *103 + author_association: *104 draft: type: boolean - repository: *82 + repository: *83 body_html: type: string body_text: @@ -79141,8 +79126,8 @@ paths: performed_via_github_app: anyOf: - type: 'null' - - *22 - reactions: *104 + - *23 + reactions: *105 required: - assignee - closed_at @@ -79258,10 +79243,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *101 - '422': *32 - '304': *39 - '403': *40 + '503': *102 + '422': *33 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79311,7 +79296,7 @@ paths: enum: - created - updated - - *523 + - *524 - *4 - *5 responses: @@ -79356,7 +79341,7 @@ paths: - 'null' score: type: number - text_matches: *522 + text_matches: *523 required: - id - node_id @@ -79388,10 +79373,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *39 - '404': *23 - '403': *40 - '422': *32 + '304': *40 + '404': *24 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79442,7 +79427,7 @@ paths: - forks - help-wanted-issues - updated - - *523 + - *524 - *4 - *5 responses: @@ -79661,7 +79646,7 @@ paths: license: anyOf: - type: 'null' - - *117 + - *118 permissions: type: object properties: @@ -79679,7 +79664,7 @@ paths: - admin - pull - push - text_matches: *522 + text_matches: *523 temp_clone_token: type: string allow_merge_commit: @@ -79882,9 +79867,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *101 - '422': *32 - '304': *39 + '503': *102 + '422': *33 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79988,7 +79973,7 @@ paths: - string - 'null' format: uri - text_matches: *522 + text_matches: *523 related: type: - array @@ -80131,7 +80116,7 @@ paths: featured: true curated: true score: 1 - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80183,7 +80168,7 @@ paths: - followers - repositories - joined - - *523 + - *524 - *4 - *5 responses: @@ -80292,7 +80277,7 @@ paths: type: - boolean - 'null' - text_matches: *522 + text_matches: *523 blog: type: - string @@ -80351,9 +80336,9 @@ paths: starred_url: https://api.github.com/users/mojombo/starred{/owner}{/repo} events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true - '304': *39 - '503': *101 - '422': *32 + '304': *40 + '503': *102 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80488,7 +80473,7 @@ paths: description: Response content: application/json: - schema: &524 + schema: &525 type: object properties: status: @@ -80508,7 +80493,7 @@ paths: - name - number examples: - default: &525 + default: &526 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -80554,9 +80539,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '401': description: Unauthorized requestBody: @@ -81148,7 +81133,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 type: object properties: key: @@ -81156,7 +81141,7 @@ paths: pretty-print: type: string examples: - default: &527 + default: &528 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -81199,9 +81184,9 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: - default: *527 + default: *528 '401': description: Unauthorized requestBody: @@ -81253,9 +81238,9 @@ paths: application/json: schema: type: array - items: *526 + items: *527 examples: - default: *527 + default: *528 '401': description: Unauthorized requestBody: @@ -81411,10 +81396,10 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *23 + default: *242 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81502,19 +81487,19 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '201': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *23 - '422': *32 - '403': *40 + default: *242 + '404': *24 + '422': *33 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81542,8 +81527,8 @@ paths: responses: '204': description: Response - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81579,9 +81564,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *528 + default: *529 headers: Link: *6 x-github: @@ -81643,9 +81628,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: triggersNotification: true githubCloudOnly: false @@ -81672,15 +81657,15 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *244 + - *245 responses: '200': description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81705,7 +81690,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *244 + - *245 requestBody: required: false content: @@ -81728,9 +81713,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81755,7 +81740,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *244 + - *245 responses: '204': description: Response @@ -81784,7 +81769,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *244 + - *245 - *9 - *4 - *5 @@ -81795,9 +81780,9 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *530 + default: *531 headers: Link: *6 x-github: @@ -81826,7 +81811,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *244 + - *245 requestBody: required: true content: @@ -81848,9 +81833,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: triggersNotification: true githubCloudOnly: false @@ -81877,16 +81862,16 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *244 - - *247 + - *245 + - *248 responses: '200': description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81911,8 +81896,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *244 - - *247 + - *245 + - *248 requestBody: required: true content: @@ -81934,9 +81919,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81961,8 +81946,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *244 - - *247 + - *245 + - *248 responses: '204': description: Response @@ -81991,8 +81976,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *244 - - *247 + - *245 + - *248 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -82018,9 +82003,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 x-github: @@ -82049,8 +82034,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *244 - - *247 + - *245 + - *248 requestBody: required: true content: @@ -82082,9 +82067,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82110,7 +82095,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *244 + - *245 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -82136,9 +82121,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *250 + default: *251 headers: Link: *6 x-github: @@ -82167,7 +82152,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *244 + - *245 requestBody: required: true content: @@ -82199,9 +82184,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *249 examples: - default: *249 + default: *250 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82247,10 +82232,10 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82322,7 +82307,7 @@ paths: description: Unprocessable Entity if you attempt to add an organization to a team or you attempt to add a user to a team when they are not a member of at least one other team in the same organization - '403': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82393,10 +82378,10 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-user-is-a-team-maintainer: *532 - '404': *23 + response-if-user-is-a-team-maintainer: *533 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82452,15 +82437,15 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: *533 + response-if-users-membership-with-team-is-now-pending: *534 '403': description: Forbidden if team synchronization is set up '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82525,12 +82510,12 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *534 + default: *535 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82554,15 +82539,15 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *535 + default: *536 '404': description: Not Found if project is not managed by this team x-github: @@ -82587,7 +82572,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *258 + - *259 requestBody: required: false content: @@ -82631,8 +82616,8 @@ paths: value: message: Must have admin rights to Repository. documentation_url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-project-permissions - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82655,12 +82640,12 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *258 + - *259 responses: '204': description: Response - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82693,12 +82678,12 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82724,14 +82709,14 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *259 - *260 + - *261 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *536 + schema: *537 examples: alternative-response-with-extra-repository-information: value: @@ -82882,8 +82867,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *259 - *260 + - *261 requestBody: required: false content: @@ -82909,8 +82894,8 @@ paths: responses: '204': description: Response - '403': *40 - '422': *32 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82933,8 +82918,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *259 - *260 + - *261 responses: '204': description: Response @@ -82970,14 +82955,14 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - response-if-child-teams-exist: *537 + response-if-child-teams-exist: *538 headers: Link: *6 - '404': *23 - '403': *40 - '422': *32 + '404': *24 + '403': *41 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83005,7 +82990,7 @@ paths: application/json: schema: oneOf: - - &539 + - &540 title: Private User description: Private User type: object @@ -83250,7 +83235,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *538 + - *539 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -83331,9 +83316,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83408,7 +83393,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -83454,11 +83439,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *39 - '404': *23 - '403': *40 - '401': *38 - '422': *32 + '304': *40 + '404': *24 + '403': *41 + '401': *39 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83484,9 +83469,9 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: &549 + default: &550 value: - id: 197 name: hello_docker @@ -83573,7 +83558,7 @@ paths: application/json: schema: type: array - items: &540 + items: &541 title: Email description: Email type: object @@ -83603,7 +83588,7 @@ paths: - verified - visibility examples: - default: &551 + default: &552 value: - email: octocat@github.com verified: true @@ -83611,10 +83596,10 @@ paths: visibility: public headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83680,7 +83665,7 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: default: value: @@ -83696,11 +83681,11 @@ paths: primary: false verified: false visibility: - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83760,11 +83745,11 @@ paths: responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '401': *38 - '422': *32 + '304': *40 + '404': *24 + '403': *41 + '401': *39 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83792,12 +83777,12 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83825,12 +83810,12 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83855,10 +83840,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *21 - '304': *39 - '403': *40 - '401': *38 + schema: *22 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83881,10 +83866,10 @@ paths: responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83905,10 +83890,10 @@ paths: responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83937,7 +83922,7 @@ paths: application/json: schema: type: array - items: &541 + items: &542 title: GPG Key description: A unique encryption key type: object @@ -84080,7 +84065,7 @@ paths: - subkeys - revoked examples: - default: &559 + default: &560 value: - id: 3 name: Octocat's GPG Key @@ -84113,10 +84098,10 @@ paths: raw_key: string headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84165,9 +84150,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: &542 + default: &543 value: id: 3 name: Octocat's GPG Key @@ -84200,11 +84185,11 @@ paths: raw_key: '"-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v2\n\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\nIts/HFYRLiFgDLmTlxo=\n=+OzK\n-----END PGP PUBLIC KEY BLOCK-----"' - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84224,7 +84209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &543 + - &544 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84236,13 +84221,13 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 - '404': *23 - '304': *39 - '403': *40 - '401': *38 + default: *543 + '404': *24 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84261,15 +84246,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *543 + - *544 responses: '204': description: Response - '404': *23 - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '404': *24 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84309,7 +84294,7 @@ paths: type: integer installations: type: array - items: *36 + items: *37 examples: default: value: @@ -84405,9 +84390,9 @@ paths: suspended_by: headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84429,7 +84414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *37 + - *38 - *4 - *5 responses: @@ -84450,14 +84435,14 @@ paths: type: string repositories: type: array - items: *82 + items: *83 examples: - default: *544 + default: *545 headers: Link: *6 - '404': *23 - '403': *40 - '304': *39 + '404': *24 + '403': *41 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84475,14 +84460,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *37 - - *139 + - *38 + - *140 responses: '204': description: Response - '403': *40 - '304': *39 - '404': *23 + '403': *41 + '304': *40 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84500,14 +84485,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *37 - - *139 + - *38 + - *140 responses: '204': description: Response - '403': *40 - '304': *39 - '404': *23 + '403': *41 + '304': *40 + '404': *24 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -84570,7 +84555,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -84583,7 +84568,7 @@ paths: - comments default: created - *9 - - *106 + - *107 - *4 - *5 responses: @@ -84593,13 +84578,13 @@ paths: application/json: schema: type: array - items: *116 + items: *117 examples: - default: *195 + default: *196 headers: Link: *6 - '404': *23 - '304': *39 + '404': *24 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84628,7 +84613,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Key description: Key type: object @@ -84675,10 +84660,10 @@ paths: read_only: false headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84725,9 +84710,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: &546 + default: &547 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84736,11 +84721,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84760,19 +84745,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *433 + - *434 responses: '200': description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 - '404': *23 - '304': *39 - '403': *40 - '401': *38 + default: *547 + '404': *24 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84791,14 +84776,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *433 + - *434 responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84834,7 +84819,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -84912,10 +84897,10 @@ paths: site_admin: false headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 - '422': *32 + '304': *40 + '403': *41 + '401': *39 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84936,13 +84921,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -84982,8 +84967,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *40 - '404': *23 + '403': *41 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85000,7 +84985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *127 + - *128 requestBody: required: true content: @@ -85025,7 +85010,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -85065,9 +85050,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *40 - '404': *23 - '422': *32 + '403': *41 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85093,7 +85078,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -85247,9 +85232,9 @@ paths: node_id: MDQ6VXNlcjE= headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85355,7 +85340,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -85507,10 +85492,10 @@ paths: url: https://api.github.com/orgs/octo-org/migrations/79 created_at: '2015-07-06T15:33:38-07:00' updated_at: '2015-07-06T15:33:38-07:00' - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85548,13 +85533,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/users#download-a-user-migration-archive parameters: - - *199 + - *200 responses: '302': description: Response - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85571,7 +85556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *199 + - *200 - *4 - *5 responses: @@ -85581,12 +85566,12 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85615,14 +85600,14 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *547 + default: *548 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85659,7 +85644,7 @@ paths: - docker - nuget - container - - *548 + - *549 - *5 - *4 responses: @@ -85669,10 +85654,10 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *549 - '400': *550 + default: *550 + '400': *551 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85692,16 +85677,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *203 - *204 + - *205 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: &560 + default: &561 value: id: 40201 name: octo-name @@ -85814,14 +85799,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *203 - *204 + - *205 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85845,8 +85830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *203 - *204 + - *205 - name: token description: package token schema: @@ -85856,9 +85841,9 @@ paths: responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85878,8 +85863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *203 - *204 + - *205 - *5 - *4 - name: state @@ -85899,7 +85884,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -85926,9 +85911,9 @@ paths: package_type: container container: tags: [] - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85948,15 +85933,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *203 - *204 - - *206 + - *205 + - *207 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -85992,15 +85977,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *203 - *204 - - *206 + - *205 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86024,15 +86009,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *203 - *204 - - *206 + - *205 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86084,7 +86069,7 @@ paths: description: Response content: application/json: - schema: *218 + schema: *219 examples: default: value: @@ -86119,10 +86104,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *39 - '403': *40 - '401': *38 - '422': *24 + '304': *40 + '403': *41 + '401': *39 + '422': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86153,15 +86138,15 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *551 + default: *552 headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86266,9 +86251,9 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default: &558 + default: &559 summary: Default response value: - id: 1296269 @@ -86388,10 +86373,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *32 - '304': *39 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86580,20 +86565,20 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *38 - '304': *39 - '404': *23 - '403': *40 - '422': *32 - '400': *31 + '401': *39 + '304': *40 + '404': *24 + '403': *41 + '422': *33 + '400': *32 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86620,15 +86605,15 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *552 + default: *553 headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86645,14 +86630,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *409 + - *410 responses: '204': description: Response - '403': *40 - '409': *295 - '404': *23 - '304': *39 + '403': *41 + '409': *296 + '404': *24 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86668,14 +86653,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *409 + - *410 responses: '204': description: Response - '409': *295 - '304': *39 - '404': *23 - '403': *40 + '409': *296 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86701,7 +86686,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Social account description: Social media account type: object @@ -86718,16 +86703,16 @@ paths: - provider - url examples: - default: &554 + default: &555 value: - provider: twitter url: https://twitter.com/github headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86781,14 +86766,14 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: *554 - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + default: *555 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86838,11 +86823,11 @@ paths: responses: '204': description: Response - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86871,7 +86856,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -86891,7 +86876,7 @@ paths: - title - created_at examples: - default: &561 + default: &562 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86905,10 +86890,10 @@ paths: created_at: '2020-07-11T21:31:57Z' headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86958,20 +86943,20 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: &556 + default: &557 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *32 - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '422': *33 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86991,7 +86976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &557 + - &558 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -87003,13 +86988,13 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 - '404': *23 - '304': *39 - '403': *40 - '401': *38 + default: *557 + '404': *24 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87028,14 +87013,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *557 + - *558 responses: '204': description: Response - '304': *39 - '404': *23 - '403': *40 - '401': *38 + '304': *40 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87057,7 +87042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &562 + - &563 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -87080,13 +87065,13 @@ paths: application/json: schema: type: array - items: *82 + items: *83 examples: - default-response: *558 + default-response: *559 application/vnd.github.v3.star+json: schema: type: array - items: &563 + items: &564 title: Starred Repository description: Starred Repository type: object @@ -87094,7 +87079,7 @@ paths: starred_at: type: string format: date-time - repo: *82 + repo: *83 required: - starred_at - repo @@ -87223,9 +87208,9 @@ paths: watchers: 1 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87242,8 +87227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response if this repository is starred by you @@ -87251,10 +87236,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *21 - '401': *38 - '304': *39 - '403': *40 + schema: *22 + '401': *39 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87271,15 +87256,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response - '403': *40 - '404': *23 - '401': *38 - '304': *39 + '403': *41 + '404': *24 + '401': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87296,15 +87281,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response - '404': *23 - '401': *38 - '304': *39 - '403': *40 + '404': *24 + '401': *39 + '304': *40 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87330,14 +87315,14 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 - '304': *39 - '403': *40 - '401': *38 + '304': *40 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87369,7 +87354,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -87419,9 +87404,9 @@ paths: ldap_dn: uid=asdf,ou=users,dc=github,dc=com headers: Link: *6 - '304': *39 - '404': *23 - '403': *40 + '304': *40 + '404': *24 + '403': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87457,13 +87442,13 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: example: ; rel="next" schema: type: string - '304': *39 + '304': *40 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87493,8 +87478,8 @@ paths: application/json: schema: oneOf: + - *540 - *539 - - *538 examples: default-response: summary: Default response @@ -87571,7 +87556,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *23 + '404': *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87599,11 +87584,11 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *549 - '403': *40 - '401': *38 + default: *550 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87631,7 +87616,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -87700,7 +87685,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - *8 - - *127 + - *128 - *4 - *5 responses: @@ -87710,7 +87695,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -87797,7 +87782,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -87876,7 +87861,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -87907,7 +87892,7 @@ paths: type: array items: *17 examples: - default: *200 + default: *201 headers: Link: *6 x-github: @@ -87954,7 +87939,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gists-for-a-user parameters: - *8 - - *106 + - *107 - *4 - *5 responses: @@ -87964,12 +87949,12 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 headers: Link: *6 - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87997,9 +87982,9 @@ paths: application/json: schema: type: array - items: *541 + items: *542 examples: - default: *559 + default: *560 headers: Link: *6 x-github: @@ -88074,8 +88059,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *23 - '422': *32 + '404': *24 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88101,9 +88086,9 @@ paths: description: Response content: application/json: - schema: *36 + schema: *37 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88179,9 +88164,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *547 + default: *548 headers: Link: *6 x-github: @@ -88220,7 +88205,7 @@ paths: - docker - nuget - container - - *548 + - *549 - *8 - *5 - *4 @@ -88231,12 +88216,12 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *549 - '403': *40 - '401': *38 - '400': *550 + default: *550 + '403': *41 + '401': *39 + '400': *551 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88256,17 +88241,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-for-a-user parameters: - - *203 - *204 + - *205 - *8 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88287,15 +88272,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-a-package-for-a-user parameters: - - *203 - *204 + - *205 - *8 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88321,8 +88306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-a-package-for-a-user parameters: - - *203 - *204 + - *205 - *8 - name: token description: package token @@ -88333,9 +88318,9 @@ paths: responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88355,8 +88340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *203 - *204 + - *205 - *8 responses: '200': @@ -88365,7 +88350,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -88401,9 +88386,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88423,16 +88408,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *203 - *204 - - *206 + - *205 + - *207 - *8 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -88467,16 +88452,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#delete-package-version-for-a-user parameters: - - *203 - *204 + - *205 - *8 - - *206 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88502,16 +88487,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/packages/packages#restore-package-version-for-a-user parameters: - - *203 - *204 + - *205 - *8 - - *206 + - *207 responses: '204': description: Response - '404': *23 - '403': *40 - '401': *38 + '404': *24 + '403': *41 + '401': *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88549,7 +88534,7 @@ paths: application/json: schema: type: array - items: *218 + items: *219 examples: default: value: @@ -88586,7 +88571,7 @@ paths: updated_at: '2014-03-03T18:58:10Z' headers: Link: *6 - '422': *32 + '422': *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88615,7 +88600,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -88702,7 +88687,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: default: value: @@ -88822,9 +88807,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -88894,9 +88879,9 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: *554 + default: *555 headers: Link: *6 x-github: @@ -88926,9 +88911,9 @@ paths: application/json: schema: type: array - items: *555 + items: *556 examples: - default: *561 + default: *562 headers: Link: *6 x-github: @@ -88953,7 +88938,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *562 + - *563 - *9 - *4 - *5 @@ -88965,11 +88950,11 @@ paths: schema: anyOf: - type: array - items: *563 + items: *564 - type: array - items: *82 + items: *83 examples: - default-response: *558 + default-response: *559 headers: Link: *6 x-github: @@ -88998,9 +88983,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *208 + default: *209 headers: Link: *6 x-github: @@ -89181,7 +89166,7 @@ webhooks: type: string enum: - disabled - enterprise: &564 + enterprise: &565 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89250,7 +89235,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &565 + installation: &566 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89271,7 +89256,7 @@ webhooks: required: - id - node_id - organization: &566 + organization: &567 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89344,7 +89329,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &567 + repository: &568 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -89372,7 +89357,7 @@ webhooks: license: anyOf: - type: 'null' - - *117 + - *118 organization: anyOf: - type: 'null' @@ -90173,7 +90158,7 @@ webhooks: - watchers_count - created_at - updated_at - sender: &568 + sender: &569 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -90366,11 +90351,11 @@ webhooks: type: string enum: - enabled - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -90455,10 +90440,10 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90589,7 +90574,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *568 + sender: *569 required: - action - rule @@ -90675,10 +90660,10 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90809,7 +90794,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *568 + sender: *569 required: - action - rule @@ -90966,10 +90951,10 @@ webhooks: - everyone required: - from - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -91100,7 +91085,7 @@ webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *568 + sender: *569 required: - action - rule @@ -91184,13 +91169,13 @@ webhooks: type: string cache_location: type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - cache_location - ref @@ -91282,7 +91267,7 @@ webhooks: type: string enum: - completed - check_run: &570 + check_run: &571 title: CheckRun description: A check performed on the code of a given code change type: object @@ -91290,7 +91275,7 @@ webhooks: app: anyOf: - type: 'null' - - *22 + - *23 check_suite: description: A suite of checks performed on the code of a given code change @@ -91302,7 +91287,7 @@ webhooks: - 'null' examples: - d6fde92930d4715a2b49857d24b940956b26d2d3 - app: *22 + app: *23 before: type: - string @@ -91350,8 +91335,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *329 - repository: *144 + items: *330 + repository: *145 status: type: string enum: @@ -91395,7 +91380,7 @@ webhooks: - examples: - neutral - deployment: *569 + deployment: *570 details_url: type: string examples: @@ -91455,7 +91440,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *329 + items: *330 started_at: type: string format: date-time @@ -91493,10 +91478,10 @@ webhooks: - output - app - pull_requests - installation: *565 - organization: *566 - repository: *567 - sender: *568 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - check_run - repository @@ -91897,11 +91882,11 @@ webhooks: type: string enum: - created - check_run: *570 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + check_run: *571 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - check_run - repository @@ -92305,10 +92290,10 @@ webhooks: type: string enum: - requested_action - check_run: *570 - installation: *565 - organization: *566 - repository: *567 + check_run: *571 + installation: *566 + organization: *567 + repository: *568 requested_action: description: The action requested by the user. type: object @@ -92317,7 +92302,7 @@ webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *568 + sender: *569 required: - action - check_run @@ -92722,11 +92707,11 @@ webhooks: type: string enum: - rerequested - check_run: *570 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + check_run: *571 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - check_run - repository @@ -93719,11 +93704,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - check_suite @@ -94409,11 +94394,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - check_suite @@ -95093,11 +95078,11 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - check_suite @@ -95416,16 +95401,16 @@ webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -95765,16 +95750,16 @@ webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -95881,7 +95866,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *341 + dismissed_comment: *342 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96058,16 +96043,16 @@ webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -96411,16 +96396,16 @@ webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -96698,9 +96683,9 @@ webhooks: type: - string - 'null' - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -96708,8 +96693,8 @@ webhooks: type: - string - 'null' - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -96955,16 +96940,16 @@ webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - alert @@ -97232,11 +97217,11 @@ webhooks: - updated_at - author_association - body - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - comment @@ -97326,13 +97311,13 @@ webhooks: type: - string - 'null' - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *566 + organization: *567 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97347,8 +97332,8 @@ webhooks: enum: - tag - branch - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - ref - ref_type @@ -97435,9 +97420,9 @@ webhooks: title: delete event type: object properties: - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97452,8 +97437,8 @@ webhooks: enum: - tag - branch - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - ref - ref_type @@ -97546,12 +97531,12 @@ webhooks: type: string enum: - created - alert: *371 - installation: *565 - organization: *566 - enterprise: *564 - repository: *567 - sender: *568 + alert: *372 + installation: *566 + organization: *567 + enterprise: *565 + repository: *568 + sender: *569 required: - action - alert @@ -97641,12 +97626,12 @@ webhooks: type: string enum: - dismissed - alert: *371 - installation: *565 - organization: *566 - enterprise: *564 - repository: *567 - sender: *568 + alert: *372 + installation: *566 + organization: *567 + enterprise: *565 + repository: *568 + sender: *569 required: - action - alert @@ -97736,12 +97721,12 @@ webhooks: type: string enum: - fixed - alert: *371 - installation: *565 - organization: *566 - enterprise: *564 - repository: *567 - sender: *568 + alert: *372 + installation: *566 + organization: *567 + enterprise: *565 + repository: *568 + sender: *569 required: - action - alert @@ -97832,12 +97817,12 @@ webhooks: type: string enum: - reintroduced - alert: *371 - installation: *565 - organization: *566 - enterprise: *564 - repository: *567 - sender: *568 + alert: *372 + installation: *566 + organization: *567 + enterprise: *565 + repository: *568 + sender: *569 required: - action - alert @@ -97927,12 +97912,12 @@ webhooks: type: string enum: - reopened - alert: *371 - installation: *565 - organization: *566 - enterprise: *564 - repository: *567 - sender: *568 + alert: *372 + installation: *566 + organization: *567 + enterprise: *565 + repository: *568 + sender: *569 required: - action - alert @@ -98018,8 +98003,8 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -98056,9 +98041,9 @@ webhooks: - verified - created_at - read_only - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - key @@ -98144,8 +98129,8 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -98182,9 +98167,9 @@ webhooks: - verified - created_at - read_only - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - key @@ -98761,11 +98746,11 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 workflow: title: Workflow type: @@ -99510,14 +99495,14 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *377 + deployment: *378 pull_requests: type: array - items: *453 - repository: *567 - organization: *566 - installation: *565 - sender: *568 + items: *454 + repository: *568 + organization: *567 + installation: *566 + sender: *569 responses: '200': description: Return a 200 status to indicate that the data was received @@ -99638,10 +99623,10 @@ webhooks: type: string comment: type: string - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 reviewers: type: array items: @@ -99720,7 +99705,7 @@ webhooks: type: string enum: - User - sender: *568 + sender: *569 since: type: string workflow_job_run: @@ -100512,10 +100497,10 @@ webhooks: type: string comment: type: string - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 reviewers: type: array items: @@ -100594,7 +100579,7 @@ webhooks: type: string enum: - User - sender: *568 + sender: *569 since: type: string workflow_job_run: @@ -101345,12 +101330,12 @@ webhooks: type: string enum: - requested - enterprise: *564 + enterprise: *565 environment: type: string - installation: *565 - organization: *566 - repository: *567 + installation: *566 + organization: *567 + repository: *568 requestor: title: User type: @@ -101498,7 +101483,7 @@ webhooks: enum: - User - Team - sender: *568 + sender: *569 since: type: string workflow_job_run: @@ -103280,11 +103265,11 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 workflow: title: Workflow type: @@ -104179,7 +104164,7 @@ webhooks: - created_at - updated_at - body - discussion: &571 + discussion: &572 title: Discussion description: A Discussion in a repository. type: object @@ -104489,11 +104474,11 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -104628,12 +104613,12 @@ webhooks: - from required: - category - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -104724,12 +104709,12 @@ webhooks: type: string enum: - closed - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -104976,12 +104961,12 @@ webhooks: - updated_at - body - reactions - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - comment @@ -105229,12 +105214,12 @@ webhooks: - updated_at - body - reactions - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - comment @@ -105494,12 +105479,12 @@ webhooks: - updated_at - body - reactions - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -106026,11 +106011,11 @@ webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106120,12 +106105,12 @@ webhooks: type: string enum: - deleted - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106233,12 +106218,12 @@ webhooks: type: string required: - from - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106328,9 +106313,9 @@ webhooks: type: string enum: - labeled - discussion: *571 - enterprise: *564 - installation: *565 + discussion: *572 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -106364,9 +106349,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106457,12 +106442,12 @@ webhooks: type: string enum: - locked - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106552,12 +106537,12 @@ webhooks: type: string enum: - pinned - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106647,12 +106632,12 @@ webhooks: type: string enum: - reopened - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -106745,17 +106730,17 @@ webhooks: changes: type: object properties: - new_discussion: *571 - new_repository: *567 + new_discussion: *572 + new_repository: *568 required: - new_discussion - new_repository - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -106846,7 +106831,7 @@ webhooks: type: string enum: - unanswered - discussion: *571 + discussion: *572 old_answer: type: object properties: @@ -107004,9 +106989,9 @@ webhooks: - created_at - updated_at - body - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -107096,9 +107081,9 @@ webhooks: type: string enum: - unlabeled - discussion: *571 - enterprise: *564 - installation: *565 + discussion: *572 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -107132,9 +107117,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -107225,12 +107210,12 @@ webhooks: type: string enum: - unlocked - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -107320,12 +107305,12 @@ webhooks: type: string enum: - unpinned - discussion: *571 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + discussion: *572 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - discussion @@ -107409,7 +107394,7 @@ webhooks: type: string enum: - anonymous_access_disabled - sender: *568 + sender: *569 required: - action responses: @@ -107488,7 +107473,7 @@ webhooks: type: string enum: - anonymous_access_enabled - sender: *568 + sender: *569 required: - action responses: @@ -107565,7 +107550,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *564 + enterprise: *565 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-a-repository) resource. @@ -108247,10 +108232,10 @@ webhooks: watchers_count: type: integer properties: {} - installation: *565 - organization: *566 - repository: *567 - sender: *568 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - forkee - repository @@ -108338,7 +108323,7 @@ webhooks: type: string enum: - revoked - sender: *568 + sender: *569 required: - action - sender @@ -108415,9 +108400,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pages: description: The pages that were updated. type: array @@ -108455,8 +108440,8 @@ webhooks: - action - sha - html_url - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - pages - repository @@ -108541,9 +108526,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories: description: An array of repository objects that the installation can access. @@ -108570,7 +108555,7 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 requester: title: User type: @@ -108640,7 +108625,7 @@ webhooks: required: - login - id - sender: *568 + sender: *569 required: - action - installation @@ -108724,9 +108709,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories: description: An array of repository objects that the installation can access. @@ -108753,11 +108738,11 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 requester: type: - 'null' - sender: *568 + sender: *569 required: - action - installation @@ -108840,9 +108825,9 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories: description: An array of repository objects that the installation can access. @@ -108869,11 +108854,11 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 requester: type: - 'null' - sender: *568 + sender: *569 required: - action - installation @@ -108956,9 +108941,9 @@ webhooks: type: string enum: - added - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories_added: description: An array of repository objects, which were added to the installation. @@ -109005,7 +108990,7 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *567 + repository: *568 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -109082,7 +109067,7 @@ webhooks: required: - login - id - sender: *568 + sender: *569 required: - action - installation @@ -109170,9 +109155,9 @@ webhooks: type: string enum: - removed - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories_added: description: An array of repository objects, which were added to the installation. @@ -109225,7 +109210,7 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -109302,7 +109287,7 @@ webhooks: required: - login - id - sender: *568 + sender: *569 required: - action - installation @@ -109390,9 +109375,9 @@ webhooks: type: string enum: - suspend - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories: description: An array of repository objects that the installation can access. @@ -109419,11 +109404,11 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 requester: type: - 'null' - sender: *568 + sender: *569 required: - action - installation @@ -109610,11 +109595,11 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 target_type: type: string required: @@ -109702,9 +109687,9 @@ webhooks: type: string enum: - unsuspend - enterprise: *564 - installation: *36 - organization: *566 + enterprise: *565 + installation: *37 + organization: *567 repositories: description: An array of repository objects that the installation can access. @@ -109731,11 +109716,11 @@ webhooks: - name - full_name - private - repository: *567 + repository: *568 requester: type: - 'null' - sender: *568 + sender: *569 required: - action - installation @@ -109860,7 +109845,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 reactions: title: Reactions type: object @@ -109986,8 +109971,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111149,9 +111134,9 @@ webhooks: - state - locked - assignee - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -111280,7 +111265,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 reactions: title: Reactions type: object @@ -111407,8 +111392,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112566,9 +112551,9 @@ webhooks: - state - locked - assignee - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -112709,7 +112694,7 @@ webhooks: performed_via_github_app: anyOf: - type: 'null' - - *22 + - *23 reactions: title: Reactions type: object @@ -112836,8 +112821,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113998,9 +113983,9 @@ webhooks: - state - locked - assignee - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -114160,8 +114145,8 @@ webhooks: required: - login - id - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -115081,9 +115066,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -115172,8 +115157,8 @@ webhooks: type: string enum: - closed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) itself. @@ -116237,9 +116222,9 @@ webhooks: required: - state - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -116327,8 +116312,8 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -117242,9 +117227,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -117332,8 +117317,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: allOf: - title: Issue @@ -118668,9 +118653,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -118778,8 +118763,8 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -119733,9 +119718,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -119824,8 +119809,8 @@ webhooks: type: string enum: - labeled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -120778,9 +120763,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -120869,8 +120854,8 @@ webhooks: type: string enum: - locked - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: allOf: - title: Issue @@ -121931,9 +121916,9 @@ webhooks: required: - locked - active_lock_reason - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -122021,8 +122006,8 @@ webhooks: type: string enum: - milestoned - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: allOf: - title: Issue @@ -123353,9 +123338,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -124830,8 +124815,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -125749,9 +125734,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -125840,8 +125825,8 @@ webhooks: type: string enum: - pinned - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -126754,9 +126739,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -126844,8 +126829,8 @@ webhooks: type: string enum: - reopened - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: allOf: - title: Issue @@ -127905,9 +127890,9 @@ webhooks: type: string required: - state - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -129382,8 +129367,8 @@ webhooks: required: - new_issue - new_repository - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -130296,9 +130281,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -130458,8 +130443,8 @@ webhooks: required: - login - id - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -131379,9 +131364,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -131469,8 +131454,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -132423,9 +132408,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -132514,8 +132499,8 @@ webhooks: type: string enum: - unlocked - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: allOf: - title: Issue @@ -133566,9 +133551,9 @@ webhooks: required: - locked - active_lock_reason - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -133657,8 +133642,8 @@ webhooks: type: string enum: - unpinned - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -134571,9 +134556,9 @@ webhooks: - active_lock_reason - body - reactions - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - issue @@ -134661,8 +134646,8 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -134696,9 +134681,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - label @@ -134785,8 +134770,8 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -134820,9 +134805,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - label @@ -134941,8 +134926,8 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -134976,9 +134961,9 @@ webhooks: - color - default - description - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - label @@ -135091,8 +135076,8 @@ webhooks: type: string required: - to - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 member: title: User type: @@ -135162,9 +135147,9 @@ webhooks: required: - login - id - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - member @@ -135275,8 +135260,8 @@ webhooks: type: - string - 'null' - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 member: title: User type: @@ -135346,9 +135331,9 @@ webhooks: required: - login - id - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -135436,8 +135421,8 @@ webhooks: type: string enum: - removed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 member: title: User type: @@ -135507,9 +135492,9 @@ webhooks: required: - login - id - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - member @@ -135596,8 +135581,8 @@ webhooks: type: string enum: - added - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 member: title: User type: @@ -135667,8 +135652,8 @@ webhooks: required: - login - id - organization: *566 - repository: *567 + organization: *567 + repository: *568 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135947,8 +135932,8 @@ webhooks: type: string enum: - removed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 member: title: User type: @@ -136018,8 +136003,8 @@ webhooks: required: - login - id - organization: *566 - repository: *567 + organization: *567 + repository: *568 scope: description: The scope of the membership. Currently, can only be `team`. @@ -136299,7 +136284,7 @@ webhooks: type: string enum: - deleted - enterprise: *564 + enterprise: *565 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136407,13 +136392,13 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *565 - organization: *566 + installation: *566 + organization: *567 repository: anyOf: - type: 'null' - - *567 - sender: *568 + - *568 + sender: *569 required: - action - hook_id @@ -136502,8 +136487,8 @@ webhooks: type: string enum: - closed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136645,9 +136630,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - milestone @@ -136735,8 +136720,8 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136877,9 +136862,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - milestone @@ -136967,8 +136952,8 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137110,9 +137095,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - milestone @@ -137231,8 +137216,8 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137374,9 +137359,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -137465,8 +137450,8 @@ webhooks: type: string enum: - opened - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137607,9 +137592,9 @@ webhooks: - updated_at - due_on - closed_at - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - milestone @@ -137697,8 +137682,8 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 membership: title: Membership description: The membership between the user and the organization. @@ -137790,9 +137775,9 @@ webhooks: - role - organization_url - user - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - organization @@ -137879,8 +137864,8 @@ webhooks: type: string enum: - member_added - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 membership: title: Membership description: The membership between the user and the organization. @@ -137972,9 +137957,9 @@ webhooks: - role - organization_url - user - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - membership @@ -138062,8 +138047,8 @@ webhooks: type: string enum: - member_invited - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -138183,9 +138168,9 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 user: title: User type: @@ -138342,8 +138327,8 @@ webhooks: type: string enum: - member_removed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 membership: title: Membership description: The membership between the user and the organization. @@ -138435,9 +138420,9 @@ webhooks: - role - organization_url - user - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - membership @@ -138533,8 +138518,8 @@ webhooks: properties: from: type: string - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 membership: title: Membership description: The membership between the user and the organization. @@ -138626,9 +138611,9 @@ webhooks: - role - organization_url - user - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 required: - action - organization @@ -138713,9 +138698,9 @@ webhooks: type: string enum: - published - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 package: description: Information about the package. type: object @@ -139232,7 +139217,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &572 + items: &573 title: Ruby Gems metadata type: object properties: @@ -139329,8 +139314,8 @@ webhooks: - owner - package_version - registry - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - package @@ -139415,9 +139400,9 @@ webhooks: type: string enum: - updated - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 package: description: Information about the package. type: object @@ -139773,7 +139758,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *572 + items: *573 source_url: type: string format: uri @@ -139844,8 +139829,8 @@ webhooks: - owner - package_version - registry - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - package @@ -140033,13 +140018,13 @@ webhooks: - duration - created_at - updated_at - enterprise: *564 + enterprise: *565 id: type: integer - installation: *565 - organization: *566 - repository: *567 - sender: *568 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - id - build @@ -140117,7 +140102,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &573 + personal_access_token_request: &574 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -140255,9 +140240,9 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *566 - sender: *568 - installation: *565 + organization: *567 + sender: *569 + installation: *566 required: - action - personal_access_token_request @@ -140335,10 +140320,10 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *573 - organization: *566 - sender: *568 - installation: *565 + personal_access_token_request: *574 + organization: *567 + sender: *569 + installation: *566 required: - action - personal_access_token_request @@ -140415,10 +140400,10 @@ webhooks: type: string enum: - created - personal_access_token_request: *573 - organization: *566 - sender: *568 - installation: *565 + personal_access_token_request: *574 + organization: *567 + sender: *569 + installation: *566 required: - action - personal_access_token_request @@ -140495,10 +140480,10 @@ webhooks: type: string enum: - denied - personal_access_token_request: *573 - organization: *566 - sender: *568 - installation: *565 + personal_access_token_request: *574 + organization: *567 + sender: *569 + installation: *566 required: - action - personal_access_token_request @@ -140593,10 +140578,10 @@ webhooks: config: type: object properties: - content_type: *26 - insecure_ssl: *28 - secret: *27 - url: *25 + content_type: *27 + insecure_ssl: *29 + secret: *28 + url: *26 created_at: type: string format: date-time @@ -140612,7 +140597,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *574 + last_response: *575 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140644,9 +140629,9 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 zen: description: Random string of GitHub zen. type: string @@ -140900,9 +140885,9 @@ webhooks: - from required: - note - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_card: title: Project Card type: object @@ -141024,8 +141009,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -141115,9 +141100,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_card: title: Project Card type: object @@ -141239,8 +141224,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project_card @@ -141329,9 +141314,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_card: title: Project Card type: object @@ -141459,8 +141444,8 @@ webhooks: repository: anyOf: - type: 'null' - - *567 - sender: *568 + - *568 + sender: *569 required: - action - project_card @@ -141563,9 +141548,9 @@ webhooks: - from required: - note - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_card: title: Project Card type: object @@ -141687,8 +141672,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -141791,9 +141776,9 @@ webhooks: - from required: - column_id - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_card: allOf: - title: Project Card @@ -141988,8 +141973,8 @@ webhooks: type: string required: - after_id - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project_card @@ -142078,9 +142063,9 @@ webhooks: type: string enum: - closed - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project: title: Project type: object @@ -142206,8 +142191,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project @@ -142296,9 +142281,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_column: title: Project Column type: object @@ -142339,8 +142324,8 @@ webhooks: - name - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project_column @@ -142428,9 +142413,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_column: title: Project Column type: object @@ -142474,8 +142459,8 @@ webhooks: repository: anyOf: - type: 'null' - - *567 - sender: *568 + - *568 + sender: *569 required: - action - project_column @@ -142573,9 +142558,9 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_column: title: Project Column type: object @@ -142616,8 +142601,8 @@ webhooks: - name - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -142706,9 +142691,9 @@ webhooks: type: string enum: - moved - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project_column: title: Project Column type: object @@ -142749,8 +142734,8 @@ webhooks: - name - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project_column @@ -142839,9 +142824,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project: title: Project type: object @@ -142967,8 +142952,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project @@ -143057,9 +143042,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project: title: Project type: object @@ -143188,8 +143173,8 @@ webhooks: repository: anyOf: - type: 'null' - - *567 - sender: *568 + - *568 + sender: *569 required: - action - project @@ -143299,9 +143284,9 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project: title: Project type: object @@ -143427,8 +143412,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project @@ -143516,9 +143501,9 @@ webhooks: type: string enum: - reopened - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 project: title: Project type: object @@ -143644,8 +143629,8 @@ webhooks: - creator - created_at - updated_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - project @@ -143734,9 +143719,9 @@ webhooks: type: string enum: - closed - installation: *565 - organization: *566 - projects_v2: &575 + installation: *566 + organization: *567 + projects_v2: &576 title: Projects v2 Project description: A projects v2 project type: object @@ -143804,7 +143789,7 @@ webhooks: - short_description - deleted_at - deleted_by - sender: *568 + sender: *569 required: - action - projects_v2 @@ -143893,10 +143878,10 @@ webhooks: type: string enum: - created - installation: *565 - organization: *566 - projects_v2: *575 - sender: *568 + installation: *566 + organization: *567 + projects_v2: *576 + sender: *569 required: - action - projects_v2 @@ -143985,10 +143970,10 @@ webhooks: type: string enum: - deleted - installation: *565 - organization: *566 - projects_v2: *575 - sender: *568 + installation: *566 + organization: *567 + projects_v2: *576 + sender: *569 required: - action - projects_v2 @@ -144117,10 +144102,10 @@ webhooks: type: string to: type: string - installation: *565 - organization: *566 - projects_v2: *575 - sender: *568 + installation: *566 + organization: *567 + projects_v2: *576 + sender: *569 required: - action - projects_v2 @@ -144227,9 +144212,9 @@ webhooks: - string - 'null' format: date-time - installation: *565 - organization: *566 - projects_v2_item: &576 + installation: *566 + organization: *567 + projects_v2_item: &577 title: Projects v2 Item description: An item belonging to a project type: object @@ -144275,7 +144260,7 @@ webhooks: - created_at - updated_at - archived_at - sender: *568 + sender: *569 required: - action - projects_v2_item @@ -144377,10 +144362,10 @@ webhooks: - 'null' to: type: string - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144470,10 +144455,10 @@ webhooks: type: string enum: - created - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144562,10 +144547,10 @@ webhooks: type: string enum: - deleted - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144684,10 +144669,10 @@ webhooks: - 'null' required: - body - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144792,10 +144777,10 @@ webhooks: type: - string - 'null' - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144902,10 +144887,10 @@ webhooks: - string - 'null' format: date-time - installation: *565 - organization: *566 - projects_v2_item: *576 - sender: *568 + installation: *566 + organization: *567 + projects_v2_item: *577 + sender: *569 required: - action - projects_v2_item @@ -144995,10 +144980,10 @@ webhooks: type: string enum: - reopened - installation: *565 - organization: *566 - projects_v2: *575 - sender: *568 + installation: *566 + organization: *567 + projects_v2: *576 + sender: *569 required: - action - projects_v2 @@ -145078,11 +145063,11 @@ webhooks: title: public event type: object properties: - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - repository - sender @@ -145237,12 +145222,12 @@ webhooks: required: - login - id - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -147564,8 +147549,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -147656,11 +147641,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -149977,8 +149962,8 @@ webhooks: - draft reason: type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -150069,11 +150054,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -152391,8 +152376,8 @@ webhooks: - draft reason: type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -152483,15 +152468,15 @@ webhooks: type: string enum: - closed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -152553,8 +152538,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -152644,15 +152629,15 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -152714,8 +152699,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -152804,12 +152789,12 @@ webhooks: type: string enum: - demilestoned - enterprise: *564 - milestone: *360 + enterprise: *565 + milestone: *361 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -155114,8 +155099,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -155246,15 +155231,15 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -155316,8 +155301,8 @@ webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -155406,8 +155391,8 @@ webhooks: type: string enum: - labeled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -155444,7 +155429,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -157767,8 +157752,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -157858,12 +157843,12 @@ webhooks: type: string enum: - locked - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -160184,8 +160169,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -160274,12 +160259,12 @@ webhooks: type: string enum: - milestoned - enterprise: *564 - milestone: *360 + enterprise: *565 + milestone: *361 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -162584,8 +162569,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -162673,15 +162658,15 @@ webhooks: type: string enum: - opened - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -162743,8 +162728,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -162834,15 +162819,15 @@ webhooks: type: string enum: - ready_for_review - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -162904,8 +162889,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -162994,15 +162979,15 @@ webhooks: type: string enum: - reopened - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: allOf: - - *453 + - *454 - type: object properties: allow_auto_merge: @@ -163064,8 +163049,8 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -163446,9 +163431,9 @@ webhooks: - start_side - side - reactions - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: type: object properties: @@ -165655,8 +165640,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - comment @@ -166035,9 +166020,9 @@ webhooks: - start_side - side - reactions - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: type: object properties: @@ -168232,8 +168217,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - comment @@ -168624,9 +168609,9 @@ webhooks: - start_side - side - reactions - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: type: object properties: @@ -170822,8 +170807,8 @@ webhooks: - _links - author_association - active_lock_reason - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -170913,9 +170898,9 @@ webhooks: type: string enum: - dismissed - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: title: Simple Pull Request type: object @@ -173125,7 +173110,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *567 + repository: *568 review: description: The review that was affected. type: object @@ -173277,7 +173262,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *568 + sender: *569 required: - action - review @@ -173378,9 +173363,9 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: title: Simple Pull Request type: object @@ -175471,7 +175456,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *567 + repository: *568 review: description: The review that was affected. type: object @@ -175620,7 +175605,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *568 + sender: *569 required: - action - changes @@ -175712,12 +175697,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -178037,7 +178022,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 + repository: *568 requested_reviewer: title: User type: @@ -178107,7 +178092,7 @@ webhooks: required: - login - id - sender: *568 + sender: *569 required: - requested_reviewer - action @@ -178121,12 +178106,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -180453,7 +180438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 + repository: *568 requested_team: title: Team description: Groups of organization members that gives permissions @@ -180566,7 +180551,7 @@ webhooks: - members_url - repositories_url - permission - sender: *568 + sender: *569 required: - requested_team - action @@ -180658,12 +180643,12 @@ webhooks: type: string enum: - review_requested - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -182985,7 +182970,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 + repository: *568 requested_reviewer: title: User type: @@ -183056,7 +183041,7 @@ webhooks: required: - login - id - sender: *568 + sender: *569 required: - requested_reviewer - action @@ -183070,12 +183055,12 @@ webhooks: type: string enum: - review_requested - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -185388,7 +185373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 + repository: *568 requested_team: title: Team description: Groups of organization members that gives permissions @@ -185492,7 +185477,7 @@ webhooks: required: - name - id - sender: *568 + sender: *569 required: - requested_team - action @@ -185582,9 +185567,9 @@ webhooks: type: string enum: - submitted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: title: Simple Pull Request type: object @@ -187797,7 +187782,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *567 + repository: *568 review: description: The review that was affected. type: object @@ -187946,7 +187931,7 @@ webhooks: - pull_request_url - author_association - _links - sender: *568 + sender: *569 required: - action - review @@ -188035,9 +188020,9 @@ webhooks: type: string enum: - resolved - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: title: Simple Pull Request type: object @@ -190145,8 +190130,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *567 - sender: *568 + repository: *568 + sender: *569 thread: type: object properties: @@ -190544,9 +190529,9 @@ webhooks: type: string enum: - unresolved - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 pull_request: title: Simple Pull Request type: object @@ -192637,8 +192622,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *567 - sender: *568 + repository: *568 + sender: *569 thread: type: object properties: @@ -193038,12 +193023,12 @@ webhooks: type: string before: type: string - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -195353,8 +195338,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -195515,12 +195500,12 @@ webhooks: required: - login - id - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -197845,8 +197830,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -197934,8 +197919,8 @@ webhooks: type: string enum: - unlabeled - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 label: title: Label type: object @@ -197972,7 +197957,7 @@ webhooks: number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -200286,8 +200271,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -200377,12 +200362,12 @@ webhooks: type: string enum: - unlocked - enterprise: *564 - installation: *565 + enterprise: *565 + installation: *566 number: description: The pull request number. type: integer - organization: *566 + organization: *567 pull_request: title: Pull Request type: object @@ -202686,8 +202671,8 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - number @@ -202898,7 +202883,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *564 + enterprise: *565 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -202993,8 +202978,8 @@ webhooks: - url - author - committer - installation: *565 - organization: *566 + installation: *566 + organization: *567 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -203487,7 +203472,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 required: - ref - before @@ -203582,9 +203567,9 @@ webhooks: type: string enum: - published - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 registry_package: type: object properties: @@ -204055,7 +204040,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *572 + items: *573 summary: type: string tag_name: @@ -204111,8 +204096,8 @@ webhooks: - owner - package_version - registry - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - registry_package @@ -204198,9 +204183,9 @@ webhooks: type: string enum: - updated - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 registry_package: type: object properties: @@ -204506,7 +204491,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *572 + items: *573 summary: type: string tag_name: @@ -204556,8 +204541,8 @@ webhooks: - owner - package_version - registry - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - registry_package @@ -204643,9 +204628,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -204960,8 +204945,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -205047,9 +205032,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -205364,8 +205349,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -205482,9 +205467,9 @@ webhooks: type: boolean required: - to - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -205799,8 +205784,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - changes @@ -205887,9 +205872,9 @@ webhooks: type: string enum: - prereleased - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: allOf: - title: Release @@ -206300,8 +206285,8 @@ webhooks: - 'null' required: - prerelease - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -206386,9 +206371,9 @@ webhooks: type: string enum: - published - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: allOf: - title: Release @@ -206796,8 +206781,8 @@ webhooks: - 'null' required: - published_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -206882,9 +206867,9 @@ webhooks: type: string enum: - released - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -207199,8 +207184,8 @@ webhooks: - tarball_url - zipball_url - body - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -207285,9 +207270,9 @@ webhooks: type: string enum: - unpublished - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 release: allOf: - title: Release @@ -207694,8 +207679,8 @@ webhooks: - 'null' required: - published_at - repository: *567 - sender: *568 + repository: *568 + sender: *569 required: - action - release @@ -207780,11 +207765,11 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action responses: @@ -207868,11 +207853,11 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action responses: @@ -207956,11 +207941,11 @@ webhooks: type: string enum: - archived - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -208046,11 +208031,11 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -208137,11 +208122,11 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -208235,11 +208220,11 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - branch @@ -208363,11 +208348,11 @@ webhooks: - 'null' items: type: string - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -208454,11 +208439,11 @@ webhooks: type: string enum: - privatized - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -208544,11 +208529,11 @@ webhooks: type: string enum: - publicized - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -208651,11 +208636,11 @@ webhooks: - name required: - repository - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -208734,12 +208719,12 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - repository_ruleset: *226 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + repository_ruleset: *227 + sender: *569 required: - action - repository_ruleset @@ -208816,12 +208801,12 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - repository_ruleset: *226 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + repository_ruleset: *227 + sender: *569 required: - action - repository_ruleset @@ -208898,11 +208883,11 @@ webhooks: type: string enum: - edited - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - repository_ruleset: *226 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + repository_ruleset: *227 changes: type: object properties: @@ -208921,16 +208906,16 @@ webhooks: properties: added: type: array - items: *221 + items: *222 deleted: type: array - items: *221 + items: *222 updated: type: array items: type: object properties: - condition: *221 + condition: *222 changes: type: object properties: @@ -208963,16 +208948,16 @@ webhooks: properties: added: type: array - items: *225 + items: *226 deleted: type: array - items: *225 + items: *226 updated: type: array items: type: object properties: - rule: *225 + rule: *226 changes: type: object properties: @@ -208991,7 +208976,7 @@ webhooks: properties: from: type: string - sender: *568 + sender: *569 required: - action - repository_ruleset @@ -209216,11 +209201,11 @@ webhooks: - from required: - owner - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - changes @@ -209307,11 +209292,11 @@ webhooks: type: string enum: - unarchived - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -209556,11 +209541,11 @@ webhooks: - open required: - state - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -209888,11 +209873,11 @@ webhooks: - dismiss_reason - dismissed_at - state - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -210137,11 +210122,11 @@ webhooks: - open required: - state - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -210391,11 +210376,11 @@ webhooks: - open required: - state - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -210482,17 +210467,17 @@ webhooks: type: string enum: - created - alert: &577 + alert: &578 type: object properties: - number: *91 - created_at: *96 + number: *92 + created_at: *97 updated_at: anyOf: - type: 'null' - - *97 - url: *94 - html_url: *95 + - *98 + url: *95 + html_url: *96 locations_url: type: string format: uri @@ -210554,11 +210539,11 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -210648,12 +210633,12 @@ webhooks: type: string enum: - created - alert: *577 - installation: *565 - location: *578 - organization: *566 - repository: *567 - sender: *568 + alert: *578 + installation: *566 + location: *579 + organization: *567 + repository: *568 + sender: *569 required: - location - alert @@ -210898,12 +210883,12 @@ webhooks: type: string enum: - reopened - alert: *577 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + alert: *578 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -210990,12 +210975,12 @@ webhooks: type: string enum: - resolved - alert: *577 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + alert: *578 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -211082,12 +211067,12 @@ webhooks: type: string enum: - revoked - alert: *577 - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + alert: *578 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - alert @@ -211172,10 +211157,10 @@ webhooks: type: string enum: - published - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211289,7 +211274,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *568 + sender: *569 required: - action - security_advisory @@ -211371,10 +211356,10 @@ webhooks: type: string enum: - updated - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211488,7 +211473,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *568 + sender: *569 required: - action - security_advisory @@ -211570,10 +211555,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211685,7 +211670,7 @@ webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *568 + sender: *569 required: - action - security_advisory @@ -211768,12 +211753,12 @@ webhooks: from: type: object properties: - security_and_analysis: *220 - enterprise: *564 - installation: *565 - organization: *566 - repository: *270 - sender: *568 + security_and_analysis: *221 + enterprise: *565 + installation: *566 + organization: *567 + repository: *271 + sender: *569 required: - changes - repository @@ -211860,11 +211845,11 @@ webhooks: type: string enum: - cancelled - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -212174,11 +212159,11 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -212502,11 +212487,11 @@ webhooks: type: string required: - from - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -212824,11 +212809,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -213187,11 +213172,11 @@ webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -213548,11 +213533,11 @@ webhooks: - from required: - tier - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 sponsorship: type: object properties: @@ -213862,11 +213847,11 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -213959,11 +213944,11 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -214401,16 +214386,16 @@ webhooks: type: - string - 'null' - enterprise: *564 + enterprise: *565 id: description: The unique identifier of the status. type: integer - installation: *565 + installation: *566 name: type: string - organization: *566 - repository: *567 - sender: *568 + organization: *567 + repository: *568 + sender: *569 sha: description: The Commit SHA. type: string @@ -214522,11 +214507,11 @@ webhooks: title: team_add event type: object properties: - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -214730,9 +214715,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 repository: title: Repository description: A git repository @@ -215192,7 +215177,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -215396,9 +215381,9 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 repository: title: Repository description: A git repository @@ -215858,7 +215843,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -216063,9 +216048,9 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 repository: title: Repository description: A git repository @@ -216525,7 +216510,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -216797,9 +216782,9 @@ webhooks: - from required: - permissions - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 repository: title: Repository description: A git repository @@ -217259,7 +217244,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -217465,9 +217450,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *564 - installation: *565 - organization: *566 + enterprise: *565 + installation: *566 + organization: *567 repository: title: Repository description: A git repository @@ -217927,7 +217912,7 @@ webhooks: - default_branch - topics - visibility - sender: *568 + sender: *569 team: title: Team description: Groups of organization members that gives permissions @@ -218128,11 +218113,11 @@ webhooks: type: string enum: - created - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 user: title: User type: @@ -218279,11 +218264,11 @@ webhooks: type: string enum: - deleted - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 user: title: User type: @@ -218433,11 +218418,11 @@ webhooks: type: string enum: - started - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 required: - action - repository @@ -218519,18 +218504,18 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *564 + enterprise: *565 inputs: type: - object - 'null' additionalProperties: true - installation: *565 - organization: *566 + installation: *566 + organization: *567 ref: type: string - repository: *567 - sender: *568 + repository: *568 + sender: *569 workflow: type: string required: @@ -218621,11 +218606,11 @@ webhooks: type: string enum: - completed - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 workflow_job: allOf: - title: Workflow Job @@ -218880,7 +218865,7 @@ webhooks: type: string required: - conclusion - deployment: *377 + deployment: *378 required: - action - repository @@ -218969,11 +218954,11 @@ webhooks: type: string enum: - in_progress - enterprise: *564 - installation: *565 - organization: *566 - repository: *567 - sender: *568 + enterprise: *565 + installation: *566 + organization: *567 + repository: *568 + sender: *569 workflow_job: allOf: - title: Workflow Job @@ -219254,7 +219239,7 @@ webhooks: required: - status - steps - deployment: *377 + deployment: *378 required: - action - repository @@ -219343,11 +219328,11 @@ webhooks: type: string enum: - queued - enterprise: *564{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}